3import modularAnalysis
as ma
12 "starterkit/2021/B02ks0pi0_sample.root", data_type=
"examples"
14 b2.find_file(
"starterkit/2021/uubar_sample.root", data_type=
"examples"),
21 decayString=
"pi+:good", cut=
"chiProb > 0.001 and pionID > 0.5", path=main
25 decayString=
"K_S0 -> pi+:good pi-:good", cut=
"0.480<=M<=0.516", path=main
29 decayString=
"B0 -> K_S0 pi0:eff60_May2020",
30 cut=
"5.1 < Mbc < 5.3 and abs(deltaE) < 2",
34ma.buildRestOfEvent(target_list_name=
"B0", path=main)
37 "nCDCHits > 0 and useCMSFrame(p)<=3.2",
38 "p >= 0.05 and useCMSFrame(p)<=3.2",
40ma.appendROEMasks(list_name=
"B0", mask_tuples=[cleanMask], path=main)
42ma.buildContinuumSuppression(list_name=
"B0", roe_mask=
"cleanMask", path=main)
50 "KSFWVariables(pt_sum)",
52 "KSFWVariables(hso00)",
53 "KSFWVariables(hso01)",
54 "KSFWVariables(hso02)",
55 "KSFWVariables(hso03)",
56 "KSFWVariables(hso04)",
57 "KSFWVariables(hso10)",
58 "KSFWVariables(hso12)",
59 "KSFWVariables(hso14)",
60 "KSFWVariables(hso20)",
61 "KSFWVariables(hso22)",
62 "KSFWVariables(hso24)",
63 "KSFWVariables(hoo0)",
64 "KSFWVariables(hoo1)",
65 "KSFWVariables(hoo2)",
66 "KSFWVariables(hoo3)",
67 "KSFWVariables(hoo4)",
81 variables=simpleCSVariables + [
"Mbc",
"isContinuumEvent"],
82 filename=
"ContinuumSuppression.root",
stdPi0s(listtype="eff60_May2020", path=None, beamBackgroundMVAWeight="", fakePhotonMVAWeight="", biasCorrectionTable="")