#include "Toolbox.hh"#include "watversion.hh"#include "TTreeFormula.h"#include "GToolbox.hh"#include "TThread.h"#include <Riostream.h>Macros | |
| #define | CCAST(PAR) const_cast<char*>(PAR) \ |
| #define | FREQ_RES 0.125 |
| #define | LOW_CUT_FREQ 2.0 |
| #define | MAX_THREADS 16 |
| #define | MAX_TREE_SIZE 100000000000LL |
| #define | OTIME_LENGHT 616 |
| #define | SRATE 16384. |
| #define | TIME_SCRATCH 184 |
| #define | TIME_UNCERTAINTY 0.1 |
| #define | TRIALS 2 |
| #define | YEAR (24.*3600.*365.) |
Functions | |
| int | compareSegments (waveSegment a, waveSegment b) |
| void * | MergeHandle (void *ptr) |
| #define CCAST | ( | PAR | ) | const_cast<char*>(PAR) \ |
Definition at line 25 of file Toolbox.cc.
| #define FREQ_RES 0.125 |
| #define LOW_CUT_FREQ 2.0 |
| #define MAX_THREADS 16 |
Definition at line 34 of file Toolbox.cc.
| #define MAX_TREE_SIZE 100000000000LL |
Definition at line 36 of file Toolbox.cc.
| #define OTIME_LENGHT 616 |
| #define SRATE 16384. |
| #define TIME_SCRATCH 184 |
| #define TIME_UNCERTAINTY 0.1 |
| #define TRIALS 2 |
| #define YEAR (24.*3600.*365.) |
| int compareSegments | ( | waveSegment | a, |
| waveSegment | b | ||
| ) |
Definition at line 30 of file Toolbox.cc.
| void* MergeHandle | ( | void * | ptr | ) |
Definition at line 49 of file Toolbox.cc.