Logo Coherent WaveBurst  
Reference Guide
Logo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
GW150914_search_bins_enhanced.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.7");
10 TCut qveto("qveto","Qveto[0]>0.3 && Qveto[1]>0.3 && Qveto[2]>0.3 && Qveto[3]>0.3");
11 TCut lveto("lveto","!(bandwidth[0]<5 || (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 qveto("qveto","Qveto[0]>0.3 && Qveto[1]>0.3 && Qveto[2]>0.3 && Qveto[3]>0.3")
TCut lveto("lveto","!(bandwidth[0]<5 || (Lveto[1]<5 && Lveto[2]>0.8))")
TCut fcut2("fcut2","frequency[0]>48 && frequency[0]<=992")
TCut netcc("netcc","netcc[0]>0.7")
TCut fcut1("fcut1","frequency[0]>32 && frequency[0]<=992")
TCut cbc("cbc","log10(penalty)<0.5 && chirp[1]>1")
TCut dqveto("dqveto","veto_cat2_H1 && veto_cat2_L1 && !veto_cat3_H1 && !veto_cat3_L1 && !veto_hveto_H1 && !veto_hveto_L1")