Logo coherent WaveBurst  
Config Reference Guide
Logo
user_pparameters.C
Go to the documentation of this file.
1 #define RUN_LABEL "IMBHB O3 #CWB_CALIB_VER K#CWB_CHUNK_NUMBER"
2 //#define CAT2_VETO
3 //#define CAT3_VETO
4 #define HVETO_VETO
5 #define USER_VETO
6 {
7  #include <O3/SEARCHES/OFFLINE/IMBHB/LV/PP_Cuts.hh>
8 
9  chunkID = #CWB_CHUNK_NUMBER;
10  calibVer = "#CWB_CALIB_VER";
11 
12  T_cor = 0.0; // cc cut
13  T_cut = 0.0; // rho high frequency cut
14  T_out = 0.0;
15  hours = 1.; // bin size in hours for rate vs time plot
16 
17  pp_irho = 1;
18  pp_inetcc = 0;
19  pp_rho_min = 4.5;
20  pp_rho_max = 10;
21  pp_drho = 0.1;
22 
24 
25 // pp_jet_benckmark = -1;
26 // pp_mem_benckmark = -1;
27 
28  // ----------------------------------------------------------
29  // VETO cuts
30  // dq file list
31  // {ifo, dqcat_file, dqcat[0/1/2], shift[sec], inverse[false/true], 4columns[true/false]}
32  // ----------------------------------------------------------
33  const int nvdqf=3;
34  dqfile vdqf[nvdqf] = {
35  {"L1" ,"", CWB_HVETO, 0., false, false},
36  {"L1" ,"", CWB_USER, 0., false, false},
37  {"V1" ,"", CWB_USER, 0., false, false}
38  };
39 
40  sprintf(vdqf[0].file, "%s/O3/DATA/%s/HVETO/L1/HVETO_L1_O3B_SEGMENTS_MERGED.txt",cwb_config_env,calibVer.Data());
41  sprintf(vdqf[1].file, "%s/O3/DATA/%s/OBSTIME/BURST_IMBH/K99_ejobs_L1_V1_cat012_not_H1_L1.txt",cwb_config_env,calibVer.Data());
42  sprintf(vdqf[2].file, "%s/O3/DATA/%s/OBSTIME/BURST_IMBH/K99_ejobs_L1_V1_cat012_not_H1_L1.txt",cwb_config_env,calibVer.Data());
43 
44 }
pp_rho_min
dqfile vdqf[nvdqf]
pp_irho
pp_rho_max
pp_max_nloudest_list
pp_inetcc
pp_drho
const int nvdqf
sprintf(vdqf[0].file, "%s/O1/DATA/%s/HVETO/L1/HVETO_L1_ALLO1_MERGED.txt", cwb_config_env, calibVer.Data())
calibVer