Logo coherent WaveBurst  
Config Reference Guide
Logo
user_pparameters.C
Go to the documentation of this file.
1 #define RUN_LABEL "IMBHB O1 C02"
2 //#define CAT2_VETO
3 //#define CAT3_VETO
4 #define HVETO_VETO
5 {
6  #include "/home/waveburst/O1/SEARCHES/CBC/IMBHB/PP_Cuts.hh"
7 
8  T_cor = 0.0; // cc cut
9  T_cut = 0.0; // rho high frequency cut
10  T_out = 0.0;
11  hours = 1.; // bin size in hours for rate vs time plot
12 
13  pp_irho = 1;
14  pp_inetcc = 0;
15  pp_rho_min = 4.5;
16  pp_rho_max = 10;
17  pp_drho = 0.1;
18 
20 
21 // pp_jet_benckmark = -1;
22 // pp_mem_benckmark = -1;
23 
24  // ----------------------------------------------------------
25  // VETO cuts
26  // dq file list
27  // {ifo, dqcat_file, dqcat[0/1/2], shift[sec], inverse[false/true], 4columns[true/false]}
28  // ----------------------------------------------------------
29  const int nvdqf=2;
30  dqfile vdqf[nvdqf] = {
31  {"L1" ,"/home/waveburst/O1/DQ/C02/HVETO_L1_ALLO1_MERGED.txt", CWB_HVETO, 0., false, false},
32  {"H1" ,"/home/waveburst/O1/DQ/C02/HVETO_H1_ALLO1_MERGED.txt", CWB_HVETO, 0., false, false}
33  };
34 
35 }
pp_rho_min
dqfile vdqf[nvdqf]
pp_irho
pp_rho_max
pp_max_nloudest_list
pp_inetcc
pp_drho
const int nvdqf