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