Logo Coherent WaveBurst  
Reference Guide
Logo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Macros | Functions
Toolbox.cc File Reference
#include "Toolbox.hh"
#include "watversion.hh"
#include "TTreeFormula.h"
#include "GToolbox.hh"
#include "TThread.h"
#include <Riostream.h>
Include dependency graph for Toolbox.cc:

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
 

Functions

int compareSegments (waveSegment a, waveSegment b)
 
void * MergeHandle (void *ptr)
 

Macro Definition Documentation

#define CCAST (   PAR)    const_cast<char*>(PAR) \

Definition at line 8 of file Toolbox.cc.

#define FREQ_RES   0.125
#define LOW_CUT_FREQ   2.0
#define MAX_THREADS   16

Definition at line 17 of file Toolbox.cc.

#define MAX_TREE_SIZE   100000000000LL

Definition at line 19 of file Toolbox.cc.

#define OTIME_LENGHT   616
#define SRATE   16384.
#define TIME_SCRATCH   184

Function Documentation

int compareSegments ( waveSegment  a,
waveSegment  b 
)

Definition at line 13 of file Toolbox.cc.

void* MergeHandle ( void *  ptr)

Definition at line 32 of file Toolbox.cc.