Logo Coherent WaveBurst  
Reference Guide
Logo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
CWB_Plugin_TestClassCBC_Config.C
Go to the documentation of this file.
1 {
2  //!NOISE_MDC_SIMULATION
3  // Config Plugin to generate simulated gaussian noise and injected 'on the fly' CBC MDC
4 
5  cout << "-----> plugins/CWB_Plugin_TestClassCBC_Config.C" << endl;
6 
7  CWB::mdc* MDC;
9 
10  // ---------------------------------
11  // set inspiral parms
12  // ---------------------------------
13 
15  inspOptions = "--time-step 33.333333 --time-interval 10 ";
16  inspOptions+= "--l-distr random ";
17  inspOptions+= "--gps-start-time 931158092 --gps-end-time 931999916 ";
18  inspOptions+= "--dir "+TString(cfg->nodedir)+" ";
19 // inspOptions+= "--l-distr fixed --longitude 30 --latitude 76 ";
20  inspOptions+= "--d-distr uniform --m-distr totalMassRatio --i-distr uniform ";
21  inspOptions+= "--f-lower 10.000000 ";
22  inspOptions+= "--min-mass1 25.000000 --max-mass1 25.000000 ";
23  inspOptions+= "--min-mass2 25.000000 --max-mass2 25.000000 ";
24  inspOptions+= "--min-mtotal 50.000000 --max-mtotal 50.000000 ";
25  inspOptions+= "--min-mratio 1.000000 --max-mratio 1.000000 ";
26  inspOptions+= "--min-distance 5000.000000 --max-distance 5000.000000 ";
27  inspOptions+= "--waveform EOBNRv2HMpseudoFourPN --disable-spin ";
28  inspOptions+= "--taper-injection start --seed 123456789";
29 
30  MDC->SetInspiral("inspNameTEST",inspOptions);
31 
32 }
CWB::config * cfg
Definition: TestCWB_Plugin.C:5
TString inspOptions
TString("c")
CWB_PLUGIN_IMPORT(CWB::mdc *, MDC)
char nodedir[1024]
Definition: config.hh:334
Definition: mdc.hh:216
CWB::mdc * MDC