Logo Coherent WaveBurst  
Reference Guide
Logo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Macros | Variables
DrawPSD.C File Reference
#include <vector>
Include dependency graph for DrawPSD.C:

Macros

#define ADV_LIGO_PSD   "$HOME_WAT/tools/cwb/plugins/strains/advLIGO_NSNS_Opt_8khz_one_side.txt"
 
#define BANDWIDTH   8192.
 
#define DELTA_FREQ   0.125
 

Variables

double df =psd.rate()/psd.size()
 
double dFreq = DELTA_FREQ
 
cout<< "PSD : "<< " rate : "
<< psd.rate()<< " size : "
<< psd.size()<< " df "<< df
<< endl;wavearray< double > 
f =psd
 
double fWidth = BANDWIDTH
 
wavearray< double > psd = TB.GetDetectorPSD(psdName,fWidth,dFreq)
 
CWB::Toolbox TB
 

Macro Definition Documentation

#define ADV_LIGO_PSD   "$HOME_WAT/tools/cwb/plugins/strains/advLIGO_NSNS_Opt_8khz_one_side.txt"
#define BANDWIDTH   8192.
#define DELTA_FREQ   0.125

Variable Documentation

double df =psd.rate()/psd.size()

Definition at line 19 of file DrawPSD.C.

double dFreq = DELTA_FREQ

Definition at line 17 of file DrawPSD.C.

cout<< "PSD : " << " rate : " << psd.rate() << " size : " << psd.size() << " df " << df << endl; wavearray<double> f =psd

Definition at line 23 of file DrawPSD.C.

double fWidth = BANDWIDTH

Definition at line 16 of file DrawPSD.C.

wavearray<double> psd = TB.GetDetectorPSD(psdName,fWidth,dFreq)

Definition at line 18 of file DrawPSD.C.

Initial value:
{
#define ADV_LIGO_PSD
#define BANDWIDTH
#define DELTA_FREQ
TString psdName = gSystem->ExpandPathName(ADV_LIGO_PSD)
TString("c")
#define ADV_LIGO_PSD

Definition at line 1 of file DrawPSD.C.