Logo Coherent WaveBurst  
Reference Guide
Logo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
LoopMakeFARvsRHO.C
Go to the documentation of this file.
1 {
2 
3  #define WAVE_FILE "merge/wave_ER8b_12Sep20Oct_C01_BKG_LF_rMRA_run1ato10a.M1.C_rho_gt7.V_cat2LH_hvetoLH_cat3LH.root"
4  #define BKG_LIVETIME 2145888576000.
5 
6  gROOT->LoadMacro("MakeFARvsRHO_C.so");
7 
8  TString odir = "report/dump/";
9  TString ofile_unmodeled = odir+"FARvsRHO_ER8b_12Sep20Oct_C01_BKG_LF_rMRA_run1ato10a_unmodeled.txt";
10  TString ofile_eunmodeled = odir+"FARvsRHO_ER8b_12Sep20Oct_C01_BKG_LF_rMRA_run1ato10a_eunmodeled.txt";
11  TString ofile_constrained = odir+"FARvsRHO_ER8b_12Sep20Oct_C01_BKG_LF_rMRA_run1ato10a_constrained.txt";
12  TString ofile_econstrained = odir+"FARvsRHO_ER8b_12Sep20Oct_C01_BKG_LF_rMRA_run1ato10a_econstrained.txt";
13  TString ofile_chirp = odir+"FARvsRHO_ER8b_12Sep20Oct_C01_BKG_LF_rMRA_run1ato10a_chirp.txt";
14 
15  MakeFARvsRHO("eunmodeled", WAVE_FILE, BKG_LIVETIME, ofile_eunmodeled);
16  MakeFARvsRHO("unmodeled", WAVE_FILE, BKG_LIVETIME, ofile_unmodeled);
17  MakeFARvsRHO("eunmodeled", WAVE_FILE, BKG_LIVETIME, ofile_eunmodeled);
18  MakeFARvsRHO("constrained", WAVE_FILE, BKG_LIVETIME, ofile_constrained);
19  MakeFARvsRHO("econstrained", WAVE_FILE, BKG_LIVETIME, ofile_econstrained);
20  MakeFARvsRHO("chirp", WAVE_FILE, BKG_LIVETIME, ofile_chirp);
21 
22  exit(0);
23 }
TString odir
TString("c")
exit(0)
#define BKG_LIVETIME
TString ofile_eunmodeled
TString ofile_constrained
TString ofile_chirp
TString ofile_unmodeled
#define WAVE_FILE
TString ofile_econstrained
MakeFARvsRHO("eunmodeled", WAVE_FILE, BKG_LIVETIME, ofile_eunmodeled)