Logo Coherent WaveBurst  
Reference Guide
Logo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
wmdc_config_insp.C
Go to the documentation of this file.
1 {
2  #include <vector>
3 
4  // --------------------------------------------------------
5  // define job parameters
6  // --------------------------------------------------------
7  TString frDir = "frames";
8  TString frLabel = "TestInsp";
9 
10  // define frame segment list
11  TString segmentList = "Segments/S6a_LS-segs.txt";
12 
13  // select segments
14  int jobmin = 210; // start segment
15  int jobmax = 312; // end segment
16  int jobstep = 10; // frames per job
17 
18  // --------------------------------------------------------
19  // define network
20  // --------------------------------------------------------
21  int nIFO=3;
22  TString ifo[nIFO]={"L1","H1","V1"};
23  CWB::mdc MDC(nIFO,ifo);
24 
25  // ---------------------------------
26  // set inspiral parms
27  // ---------------------------------
28 
30 // inspOptions = "--gps-start-time 968650000 --gps-end-time 968660000 --time-step 60 --time-interval 5 ";
31  inspOptions = "--time-step 40 --time-interval 5 ";
32  inspOptions+= "--l-distr random ";
33 // inspOptions+= "--l-distr fixed --longitude 30 --latitude 76 ";
34  inspOptions+= "--d-distr uniform --m-distr totalMassRatio --i-distr uniform ";
35  inspOptions+= "--f-lower 10.000000 ";
36  inspOptions+= "--min-mass1 25.000000 --min-mass2 25.000000 --max-mass1 25.000000 --max-mass2 25.000000 ";
37  inspOptions+= "--min-mtotal 50.000000 --max-mtotal 50.000000 --min-mratio 1.000000 --max-mratio 1.000000 ";
38  inspOptions+= "--min-distance 5000.000000 --max-distance 5000.000000 ";
39 // inspOptions+= "--output GHLTV-UNIFORM_v1-968650000-10000.xml ";
40  inspOptions+= "--waveform EOBNRv2HMpseudoFourPN --disable-spin ";
41  inspOptions+= "--taper-injection start --seed 123456789";
42 
43  MDC.SetInspiral(frLabel,inspOptions);
44 
45 }
int jobstep
TString("c")
TString ifo[nIFO]
Definition: mdc.hh:216
int jobmax
TString frDir[NIFO_MAX]
int nIFO
TString segmentList
int jobmin
CWB::mdc MDC(nIFO, ifo)
TString inspOptions
TString frLabel