Logo coherent WaveBurst  
Library Reference Guide
Logo
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Macros | Functions | Variables
TestWriteFrameMDC.C File Reference

Macros

#define N_IFO   3
 
#define NWAVEFORM   15
 

Functions

 exit (0)
 
 for (int n=0;n< NWAVEFORM;n++)
 pointers to detectors More...
 
vector< mdcparpar (3)
 
MDC Print ()
 
MDC SetInjJitter (1.0)
 
MDC SetInjRate (0.1)
 
MDC SetSkyDistribution (MDC_RANDOM, par)
 

Variables

 F [0] =70
 
TString frDir = "frames"
 
TString frLabel = "TEST"
 
size_t gps = 123456789
 
TString ifo [N_IFO] ={"L1","H1","V1"}
 
size_t length = 1000
 
CWB::mdc MDC (N_IFO, ifo)
 
par [0] name ="entries"
 
TString ofName = MDC.WriteFrameFile(frDir, frLabel, gps, length, xlog)
 
double Q [NWAVEFORM]
 
par [0] value =100000
 
waveform wf
 
char wf_name [256]
 
bool xlog = true
 

Macro Definition Documentation

◆ N_IFO

#define N_IFO   3

◆ NWAVEFORM

#define NWAVEFORM   15

Function Documentation

◆ exit()

exit ( )

◆ for()

for ( )

pointers to detectors

Definition at line 35 of file TestWriteFrameMDC.C.

◆ par()

vector<mdcpar> par ( )

◆ Print()

MDC Print ( )

◆ SetInjJitter()

MDC SetInjJitter ( 1.  0)

◆ SetInjRate()

MDC SetInjRate ( 0.  1)

◆ SetSkyDistribution()

MDC SetSkyDistribution ( MDC_RANDOM  ,
par   
)

Variable Documentation

◆ F

F[14] =70

Definition at line 12 of file TestWriteFrameMDC.C.

◆ frDir

TString frDir = "frames"

Definition at line 73 of file TestWriteFrameMDC.C.

◆ frLabel

TString frLabel = "TEST"

Definition at line 74 of file TestWriteFrameMDC.C.

◆ gps

size_t gps = 123456789

Definition at line 75 of file TestWriteFrameMDC.C.

◆ ifo

TString ifo[N_IFO] ={"L1","H1","V1"}

Definition at line 30 of file TestWriteFrameMDC.C.

◆ length

size_t length = 1000

Definition at line 76 of file TestWriteFrameMDC.C.

◆ MDC

◆ name

par [2] name ="entries"

Definition at line 49 of file TestWriteFrameMDC.C.

◆ ofName

TString ofName = MDC.WriteFrameFile(frDir, frLabel, gps, length, xlog)

Definition at line 79 of file TestWriteFrameMDC.C.

◆ Q

Q[14]
Initial value:
{
#define N_IFO
#define NWAVEFORM
double F[NWAVEFORM]
#define NWAVEFORM
F[0]

Definition at line 1 of file TestWriteFrameMDC.C.

◆ value

par [2] value =100000

Definition at line 49 of file TestWriteFrameMDC.C.

◆ wf

Definition at line 34 of file TestWriteFrameMDC.C.

◆ wf_name

char wf_name[256]

Definition at line 33 of file TestWriteFrameMDC.C.

◆ xlog

bool xlog = true

Definition at line 77 of file TestWriteFrameMDC.C.