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 Long Duration Search
3 // -------------------------------------------------------------------------------
4 
5 // definition of the selection selection cuts
6 TCut dqveto_cut("dqveto_cut","!veto_hveto_H1 && !veto_hveto_L1");
7 TCut freq1_cut("freq1_cut","frequency[0]>24 && frequency[0]<2048");
8 TCut freq2_cut("freq2_cut","!(abs(frequency[0]-1011)<1)");
9 TCut netcc_cut("netcc_cut","netcc[0]>0.6 && netcc[2]>0.6");
10 TCut dur_cut("dur_cut","duration[0]>1.5");
11 
12 // definition of the exclusive bins
13 TCut bin1_cut = TCut("bin1_cut",(dqveto_cut+freq1_cut+netcc_cut+dur_cut).GetTitle());
14 TCut bin2_cut = TCut("bin2_cut",(dqveto_cut+freq1_cut+freq2_cut+netcc_cut+dur_cut).GetTitle());
15 
16 //cout << "bin1_cut : " << bin1_cut.GetTitle() << endl;
TCut bin1_cut
Definition: PP_Cuts.hh:16
TCut netcc_cut("netcc_cut","netcc[0]>0.7 && netcc[2]>0.7")
TCut freq1_cut("freq1_cut","frequency[0]>32 && frequency[0]<996")
TCut bin2_cut
Definition: PP_Cuts.hh:23
TCut freq2_cut("freq2_cut","frequency[0]>48 && frequency[0]<996")
TCut dqveto_cut("dqveto_cut","!veto_hveto_H1 && !veto_hveto_L1")
TCut dur_cut("dur_cut","duration[0]>1.5")