Logo Coherent WaveBurst  
Reference Guide
Logo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions | Variables
GW150914_search_bins_elveto.hh File Reference

Functions

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")
 
TCut elveto ("elveto","!(bandwidth[0]<5 || (Lveto[1]<5 && Lveto[2]>0.8))")
 
TCut fcut1 ("fcut1","frequency[0]>32 && frequency[0]<=992")
 
TCut fcut2 ("fcut2","frequency[0]>48 && frequency[0]<=992")
 
TCut netcc ("netcc","netcc[0]>0.7")
 
TCut qveto ("qveto","Qveto[0]>0.3 && Qveto[1]>0.3")
 

Variables

TCut exconstrained = xconstrained+!xchirp
 
TCut exunmodeled = xunmodeled+!xconstrained
 
TCut xchirp = dqveto+fcut2+netcc+qveto+elveto+cbc
 
TCut xconstrained = dqveto+fcut2+netcc+qveto+elveto
 
TCut xunmodeled = dqveto+fcut1+netcc
 

Function Documentation

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"   
)
TCut elveto ( "elveto"  ,
"!(bandwidth[0]<5 || (Lveto[1]<5 && Lveto[2]>0.8))"   
)
TCut fcut1 ( "fcut1"  ,
frequency[0],
32 &&frequency<=992"  [0] 
)
TCut fcut2 ( "fcut2"  ,
frequency[0],
48 &&frequency<=992"  [0] 
)
TCut netcc ( "netcc"  ,
netcc[0],
0.7"   
)
TCut qveto ( "qveto"  ,
Qveto[0],
0.3 &&  Qveto[1],
0.3"   
)

Variable Documentation

TCut exconstrained = xconstrained+!xchirp

Definition at line 25 of file GW150914_search_bins_elveto.hh.

TCut exunmodeled = xunmodeled+!xconstrained

Definition at line 24 of file GW150914_search_bins_elveto.hh.

TCut xchirp = dqveto+fcut2+netcc+qveto+elveto+cbc

Definition at line 17 of file GW150914_search_bins_elveto.hh.

TCut xconstrained = dqveto+fcut2+netcc+qveto+elveto

Definition at line 16 of file GW150914_search_bins_elveto.hh.

TCut xunmodeled = dqveto+fcut1+netcc

Definition at line 15 of file GW150914_search_bins_elveto.hh.