Logo coherent WaveBurst  
Config Reference Guide
Logo
PP_Cuts.hh
Go to the documentation of this file.
1 
2 // -------------------------------------------------------------------------
3 // Definitions of the search bins used for Offline IMBH Search
4 // -------------------------------------------------------------------------
5 
6 // definition of the selection selection cuts used in O3a run
7 
8 TCut dqveto_cut("dqveto_cut","!veto_hveto_L1");
9 TCut norm_cut("norm_cut","norm>4"); // used in O2 paper
10 TCut freq_cut("freq_cut","frequency[0]>24 && frequency[0]<100");
11 TCut chi2_cut("chi2_cut","log10(penalty)<0.4");
12 TCut netcc_cut("netcc_cut","netcc[0]>0.5 && netcc[2]>0.5");
13 TCut qveto_cut("qveto_cut","Qveto[0]>0.09");
14 TCut chirp_cut("chirp_cut","abs(chirp[1])>10 && abs(chirp[1]/Qveto[0])>15 && chirp[1]>-100");
15 TCut TF_cut("TF_cut","3*bandwidth[0]*duration[0]*sqrt(size[0]/norm)/rho[1]<(chirp[1]>0?sqrt(Qveto[0]):0.3)");
16 
17 // definition of the inclusive bins
19 
20 // definition of the bin0, used for selection in the exclusive LV time
21 // veto_user_L1 && veto_user_V1 are true in the exclusive LV time
22 // only the zero lag (abs(time[0]-time[1])<0.05) is affected by this cut
23 TCut exclusive_zerolag_cut("exclusive_zerolag_cut","((veto_user_L1 && veto_user_V1 && abs(time[0]-time[1])<0.05) || (abs(time[0]-time[1])>=0.05))");
24 TCut bin0_cut=TCut("bin0_cut",(bin1_cut+exclusive_zerolag_cut).GetTitle());
25 
TCut bin1_cut
Definition: PP_Cuts.hh:16
TCut qveto_cut("qveto_cut","Qveto[0]>0.3")
TCut chi2_cut("chi2_cut","log10(penalty)<0.2")
TCut netcc_cut("netcc_cut","netcc[0]>0.7 && netcc[2]>0.7")
TCut freq_cut("freq_cut","frequency[0]>48 && frequency[0]<992")
TCut norm_cut("norm_cut","norm>2.5")
TCut chirp_cut("chirp_cut","chirp[1]>1")
TCut dqveto_cut("dqveto_cut","!veto_hveto_H1 && !veto_hveto_L1")
TCut bin0_cut
Definition: PP_Cuts.hh:22
TCut exclusive_zerolag_cut("exclusive_zerolag_cut","((veto_user_H1 && veto_user_V1 && abs(time[0]-time[1])<0.05) || (abs(time[0]-time[1])>=0.05))")
TCut TF_cut("TF_cut","3*bandwidth[0]*duration[0]*sqrt(size[0]/norm)/rho[1]<(chirp[1]>0?sqrt(Qveto[0]):0.3)")