Logo Coherent WaveBurst  
Reference Guide
Logo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
GW150914_search_bins_netcc_0d6.hh
Go to the documentation of this file.
1 // -------------------------------------------------------------------------
2 // Definitions of the search bins used for the GW150914 analysis
3 // -------------------------------------------------------------------------
4 
5 // definition of the selection selection cuts
6 TCut dqveto("dqveto","veto_cat2_H1 && veto_cat2_L1 && !veto_cat3_H1 && !veto_cat3_L1 && !veto_hveto_H1 && !veto_hveto_L1");
7 TCut fcut1("fcut1","frequency[0]>32 && frequency[0]<=992");
8 TCut fcut2("fcut2","frequency[0]>48 && frequency[0]<=992");
9 TCut netcc("netcc","netcc[0]>0.6");
10 TCut qveto("qveto","Qveto[0]>0.3 && Qveto[1]>0.3");
11 TCut lveto("lveto","!(min(bandwidth[0],Lveto[1])<5 && Lveto[2]>0.8)");
12 TCut cbc("cbc","log10(penalty)<0.5 && chirp[1]>1");
13 
14 // definition of the inclusive bins
18 
19 //cout << "unmodeled : " << unmodeled.GetTitle() << endl;
20 //cout << "constrained : " << constrained.GetTitle() << endl;
21 //cout << "chirp : " << chirp.GetTitle() << endl;
22 
23 // definition of the exclusive bins
26 
27 //cout << "eunmodeled : " << eunmodeled.GetTitle() << endl;
28 //cout << "econstrained : " << econstrained.GetTitle() << endl;
29 
TCut dqveto("dqveto","veto_cat2_H1 && veto_cat2_L1 && !veto_cat3_H1 && !veto_cat3_L1 && !veto_hveto_H1 && !veto_hveto_L1")
TCut cbc("cbc","log10(penalty)<0.5 && chirp[1]>1")
TCut netcc("netcc","netcc[0]>0.6")
TCut fcut2("fcut2","frequency[0]>48 && frequency[0]<=992")
TCut lveto("lveto","!(min(bandwidth[0],Lveto[1])<5 && Lveto[2]>0.8)")
TCut qveto("qveto","Qveto[0]>0.3 && Qveto[1]>0.3")
TCut fcut1("fcut1","frequency[0]>32 && frequency[0]<=992")