Logo coherent WaveBurst  
Config Reference Guide
Logo
Functions | Variables
PP_Cuts.hh File Reference

Functions

TCut freq_cut ("freq_cut","frequency[0]>24 && frequency[0]<2000")
 
TCut lveto_cut ("lveto_cut","!(bandwidth[0]<5 || (Lveto[1]<5 && Lveto[2]>0.8))")
 
TCut netcc_cut ("netcc_cut","netcc[0]>0.8 && netcc[2]>0.8")
 
TCut norm_cut ("norm_cut","norm>2.5")
 
TCut qveto_cut ("qveto_cut","Qveto[0]>0.3")
 

Variables

TCut bin1_cut = TCut("bin1_cut",(unmodeled_cut+!constrained_cut).GetTitle())
 
TCut bin2_cut = TCut("bin2_cut",(constrained_cut).GetTitle())
 
TCut constrained_cut = TCut("constrained_cut",(norm_cut+netcc_cut+freq_cut+qveto_cut+lveto_cut).GetTitle())
 
TCut unmodeled_cut = TCut("unmodeled_cut",(norm_cut+netcc_cut+freq_cut).GetTitle())
 

Function Documentation

◆ freq_cut()

TCut freq_cut ( "freq_cut"  ,
frequency[0] 
)

◆ lveto_cut()

TCut lveto_cut ( "lveto_cut"  ,
"!(bandwidth[0]<5 || (Lveto[1]<5 && Lveto[2]>0.8))"   
)

◆ netcc_cut()

TCut netcc_cut ( "netcc_cut"  ,
netcc[0],
0.8 &&  netcc[2],
0.8"   
)

◆ norm_cut()

TCut norm_cut ( "norm_cut"  ,
norm,
2.5"   
)

◆ qveto_cut()

TCut qveto_cut ( "qveto_cut"  ,
Qveto[0],
0.3"   
)

Variable Documentation

◆ bin1_cut

TCut bin1_cut = TCut("bin1_cut",(unmodeled_cut+!constrained_cut).GetTitle())

Definition at line 20 of file PP_Cuts.hh.

◆ bin2_cut

TCut bin2_cut = TCut("bin2_cut",(constrained_cut).GetTitle())

Definition at line 21 of file PP_Cuts.hh.

◆ constrained_cut

TCut constrained_cut = TCut("constrained_cut",(norm_cut+netcc_cut+freq_cut+qveto_cut+lveto_cut).GetTitle())

Definition at line 14 of file PP_Cuts.hh.

◆ unmodeled_cut

TCut unmodeled_cut = TCut("unmodeled_cut",(norm_cut+netcc_cut+freq_cut).GetTitle())

Definition at line 13 of file PP_Cuts.hh.