Logo coherent WaveBurst  
Library Reference Guide
Logo
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
 
#define TIME_UNCERTAINTY   0.1
 
#define TRIALS   2
 
#define YEAR   (24.*3600.*365.)
 

Functions

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

Macro Definition Documentation

◆ CCAST

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

Definition at line 25 of file Toolbox.cc.

◆ FREQ_RES

#define FREQ_RES   0.125

◆ LOW_CUT_FREQ

#define LOW_CUT_FREQ   2.0

◆ MAX_THREADS

#define MAX_THREADS   16

Definition at line 34 of file Toolbox.cc.

◆ MAX_TREE_SIZE

#define MAX_TREE_SIZE   100000000000LL

Definition at line 36 of file Toolbox.cc.

◆ OTIME_LENGHT

#define OTIME_LENGHT   616

◆ SRATE

#define SRATE   16384.

◆ TIME_SCRATCH

#define TIME_SCRATCH   184

◆ TIME_UNCERTAINTY

#define TIME_UNCERTAINTY   0.1

◆ TRIALS

#define TRIALS   2

◆ YEAR

#define YEAR   (24.*3600.*365.)

Function Documentation

◆ compareSegments()

int compareSegments ( waveSegment  a,
waveSegment  b 
)

Definition at line 30 of file Toolbox.cc.

◆ MergeHandle()

void* MergeHandle ( void *  ptr)

Definition at line 49 of file Toolbox.cc.