Logo coherent WaveBurst  
Config Reference Guide
Logo
PP_Cuts.hh
Go to the documentation of this file.
1 
2 // -------------------------------------------------------------------------
3 
4 // Definitions of the search bins used for Offline IMBH Search
5 // -------------------------------------------------------------------------
6 
7 // definition of the selection selection cuts
8 TCut fcut("fcut","frequency[0]>24 && frequency[0]<=256");
9 TCut netcc_cut("netcc_cut","netcc[0]>0.8 && netcc[2]>0.7");
10 TCut qveto_cut("qveto_cut","Qveto[0]>(frequency[0]<90?0.1:0.3) ");
11 TCut chirp_cut("chirp_cut","abs(chirp[1])>10 && chirp[1]>-100");
12 TCut chi4_cut("chi4_cut","log10(penalty)<0.4");
13 TCut norm4_cut("norm4_cut","norm>4");
14 
15 
16 // definition of the inclusive bins
17 TCut bin1_cut= TCut("bin1_cut",(norm4_cut+fcut+chi4_cut+netcc_cut+qveto_cut+chirp_cut).GetTitle());
TCut bin1_cut
Definition: PP_Cuts.hh:16
TCut qveto_cut("qveto_cut","Qveto[0]>0.3")
TCut netcc_cut("netcc_cut","netcc[0]>0.7 && netcc[2]>0.7")
TCut chirp_cut("chirp_cut","chirp[1]>1")
TCut chi4_cut("chi4_cut","log10(penalty)<0.4")
TCut norm4_cut("norm4_cut","norm>4")
TCut fcut("fcut","frequency[0]>24 && frequency[0]<=256")