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

Functions

TCut cbc ("cbc","log10(penalty)<0.5 && chirp[1]>1")
 
TCut chi2 ("chi2","log10(penalty)<0.5")
 
TCut dqveto ("dqveto","veto_cat2_H1 && veto_cat2_L1 && !veto_cat3_H1 && !veto_cat3_L1 && !veto_hveto_H1 && !veto_hveto_L1")
 
TCut fcut1 ("fcut1","frequency[0]>32 && frequency[0]<=992")
 
TCut fcut2 ("fcut2","frequency[0]>48 && frequency[0]<=992")
 
TCut lveto ("lveto","!(min(bandwidth[0],Lveto[1])<5 && Lveto[2]>0.8)")
 
TCut netcc ("netcc","netcc[0]>0.7")
 
TCut qveto ("qveto","Qveto[0]>0.3 && Qveto[1]>0.3")
 

Variables

TCut chirp = dqveto+fcut2+netcc+qveto+lveto+cbc
 
TCut constrained = dqveto+fcut2+netcc+qveto+lveto
 
TCut econstrained = constrained+!chirp
 
TCut eunmodeled = unmodeled+!constrained
 
TCut unmodeled = dqveto+fcut1+netcc
 
TCut xconstrained = dqveto+fcut2+netcc+qveto+lveto+chi2
 
TCut xeconstrained = constrained+!xconstrained
 

Function Documentation

TCut cbc ( "cbc"  ,
"log10(penalty)<0.5 && chirp[1]>1"   
)
TCut chi2 ( "chi2"  )
TCut dqveto ( "dqveto"  ,
"veto_cat2_H1 && veto_cat2_L1 && !veto_cat3_H1 && !veto_cat3_L1 && !veto_hveto_H1 && !veto_hveto_L1"   
)
TCut fcut1 ( "fcut1"  ,
frequency[0],
32 &&frequency<=992"  [0] 
)
TCut fcut2 ( "fcut2"  ,
frequency[0],
48 &&frequency<=992"  [0] 
)
TCut lveto ( "lveto"  ,
"!(min(bandwidth[0],Lveto[1])<5 && Lveto[2]>0.8)"   
)
TCut netcc ( "netcc"  ,
netcc[0],
0.7"   
)
TCut qveto ( "qveto"  ,
Qveto[0],
0.3 &&  Qveto[1],
0.3"   
)

Variable Documentation

TCut chirp = dqveto+fcut2+netcc+qveto+lveto+cbc

Definition at line 19 of file GW150914_search_bins_xconstrained.hh.

TCut constrained = dqveto+fcut2+netcc+qveto+lveto

Definition at line 17 of file GW150914_search_bins_xconstrained.hh.

TCut econstrained = constrained+!chirp

Definition at line 27 of file GW150914_search_bins_xconstrained.hh.

TCut eunmodeled = unmodeled+!constrained

Definition at line 26 of file GW150914_search_bins_xconstrained.hh.

TCut unmodeled = dqveto+fcut1+netcc

Definition at line 16 of file GW150914_search_bins_xconstrained.hh.

TCut xconstrained = dqveto+fcut2+netcc+qveto+lveto+chi2

Definition at line 18 of file GW150914_search_bins_xconstrained.hh.

TCut xeconstrained = constrained+!xconstrained

Definition at line 28 of file GW150914_search_bins_xconstrained.hh.