Logo coherent WaveBurst  
Library Reference Guide
Logo
Macros | Functions | Variables
DrawInspiralFeatures.C File Reference
#include <vector>
Include dependency graph for DrawInspiralFeatures.C:

Macros

#define DRAW_WIGNER_VILLE
 

Functions

wavearray< double > a (hp.size())
 
h2 Draw ("colz")
 
wavearray< double > f (hp.size())
 
 for ()
 pointers to detectors More...
 
xhp rate (hp.rate()/64)
 
MDC SetInspiral ("EOBNRv2", inspOptions)
 
xhp start (hp.start())
 
wavearray< double > t (hp.size())
 
cout<< "size : "<< hp.size()<< " rate : "<< hp.rate()<< " start : "<<(int) hp.start()<< endl;hp.start(0);hx.start(0);MDC.Draw(hp, MDC_TIME);wavearray< double > xhp (hp.size()/64)
 

Variables

double amplitude
 
double dt = 1./hp.rate()
 
wavearray< double > hp = MDC.GetInspiral("hp",931072130,931072230)
 
wavearray< double > hx = MDC.GetInspiral("hx",931072130,931072230)
 
TString inspOptions =""
 
double omega
 
double phase
 
int size =0
 

Macro Definition Documentation

◆ DRAW_WIGNER_VILLE

#define DRAW_WIGNER_VILLE

Function Documentation

◆ a()

wavearray<double> a ( hp.  size())

◆ Draw()

h2 Draw ( "colz"  )

◆ f()

wavearray<double> f ( hp.  size())

◆ for()

for ( )

pointers to detectors

Definition at line 71 of file DrawInspiralFeatures.C.

◆ rate()

xhp rate ( hp.rate()/  64)

◆ SetInspiral()

MDC SetInspiral ( "EOBNRv2"  ,
inspOptions   
)

◆ start()

xhp start ( hp.  start())

◆ t()

wavearray<double> t ( hp.  size())

◆ xhp()

cout<< "size : " << hp.size() << " rate : " << hp.rate() << " start : " << (int)hp.start() << endl; hp.start(0); hx.start(0); MDC.Draw(hp,MDC_TIME); wavearray<double> xhp ( hp.size()/  64)

Variable Documentation

◆ amplitude

double amplitude

Definition at line 98 of file DrawInspiralFeatures.C.

◆ dt

double dt = 1./hp.rate()

Definition at line 97 of file DrawInspiralFeatures.C.

◆ hp

wavearray<double> hp = MDC.GetInspiral("hp",931072130,931072230)

Definition at line 44 of file DrawInspiralFeatures.C.

◆ hx

wavearray<double> hx = MDC.GetInspiral("hx",931072130,931072230)

Definition at line 45 of file DrawInspiralFeatures.C.

◆ inspOptions

TString inspOptions =""

Definition at line 20 of file DrawInspiralFeatures.C.

◆ omega

double omega

Definition at line 98 of file DrawInspiralFeatures.C.

◆ phase

double phase

Definition at line 98 of file DrawInspiralFeatures.C.

◆ size

int size =0

Definition at line 96 of file DrawInspiralFeatures.C.