Logo coherent WaveBurst  
Config Reference Guide
Logo
PP_Cuts.hh
Go to the documentation of this file.
1 // ----------------------------------------------------------------------------
2 // Definitions of the search bins used for the Offline Stellar Mass BBH Search
3 // ----------------------------------------------------------------------------
4 
5 // definition of the selection selection cuts used in O3a run
6 TCut dqveto("dqveto_hvetoLH","!veto_hveto_H1 && !veto_hveto_L1");
7 TCut norm_cut("norm_cut","norm>2.5");
8 TCut freq_cut("freq_cut","frequency[0]>60 && frequency[0]<300");
9 TCut netcc_cut("netcc_cut","netcc[0]>0.7 && netcc[2]>0.7");
10 TCut qveto_cut("qveto_cut","Qveto[0]>0.25");
11 TCut lveto_cut("lveto_cut","!(bandwidth[0]<8 || (Lveto[1]<5 && Lveto[2]>0.8))");
12 TCut chi2_cut("chi2_cut","log10(penalty)<0.2");
13 TCut chirp_cut("chirp_cut","chirp[1]>1 && chirp[1]<70");
14 
15 // definition of the exclusive bins
TCut bin1_cut
Definition: PP_Cuts.hh:16
TCut qveto_cut("qveto_cut","Qveto[0]>0.3")
TCut lveto_cut("lveto_cut","!(bandwidth[0]<5 || (Lveto[1]<5 && Lveto[2]>0.8))")
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 dqveto("dqveto_hvetoLH","!veto_hveto_H1 && !veto_hveto_L1")
TCut chirp_cut("chirp_cut","chirp[1]>1")