Logo coherent WaveBurst  
Library Reference Guide
Logo
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

◆ ADV_LIGO_PSD

#define ADV_LIGO_PSD   "$HOME_WAT/tools/cwb/plugins/strains/advLIGO_NSNS_Opt_8khz_one_side.txt"

◆ BANDWIDTH

#define BANDWIDTH   8192.

◆ DELTA_FREQ

#define DELTA_FREQ   0.125

Variable Documentation

◆ df

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

Definition at line 19 of file DrawPSD.C.

◆ dFreq

double dFreq = DELTA_FREQ

Definition at line 17 of file DrawPSD.C.

◆ f

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

Definition at line 23 of file DrawPSD.C.

◆ fWidth

double fWidth = BANDWIDTH

Definition at line 16 of file DrawPSD.C.

◆ psd

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

Definition at line 18 of file DrawPSD.C.

◆ TB

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.