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 notch1d5kHz ("notch1d5kHz","frequency[0]>1534 && frequency[0]<1548")
 
TCut notch1kHz ("notch1kHz","frequency[0]>1060 && frequency[0]<1120")
 
TCut qveto_cut ("qveto_cut","Qveto[0]>0.1 && Qveto[1]>0.1 && Qveto[2]>0.1 && Qveto[3]>0.1")
 

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+!notch1kHz+!notch1d5kHz).GetTitle())
 
TCut unmodeled_cut = TCut("unmodeled_cut",(norm_cut+netcc_cut+freq_cut+!notch1kHz+!notch1d5kHz).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"   
)

◆ notch1d5kHz()

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

◆ notch1kHz()

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

◆ qveto_cut()

TCut qveto_cut ( "qveto_cut"  ,
Qveto[0],
0.1 &&  Qveto[1],
0.1 &&  Qveto[2],
0.1 &&  Qveto[3],
0.1"   
)

Variable Documentation

◆ bin1_cut

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

Definition at line 22 of file PP_Cuts.hh.

◆ bin2_cut

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

Definition at line 23 of file PP_Cuts.hh.

◆ constrained_cut

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

Definition at line 16 of file PP_Cuts.hh.

◆ unmodeled_cut

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

Definition at line 15 of file PP_Cuts.hh.