5 import modularAnalysis
as ma
10 filenumber = sys.argv[1]
17 environmentType=
"default",
18 filelist=[b2.find_file(f
"starterkit/2021/1111540100_eph3_BGx0_{filenumber}.root",
"examples")],
25 "electronID > 0.1 and dr < 0.5 and abs(dz) < 2 and thetaInCDCAcceptance",
32 "J/psi:ee -> e+:uncorrected e-:uncorrected", cut=
"dM < 0.11", path=main
37 "B0 -> J/psi:ee K_S0:merged",
38 cut=
"Mbc > 5.2 and abs(deltaE) < 0.15",
43 ma.matchMCTruth(
"B0", path=main)
48 standard_vars = vc.kinematics + vc.mc_kinematics + vc.mc_truth
49 b_vars += vc.deltae_mbc
50 b_vars += standard_vars
56 filename=
"Bd2JpsiKS.root",
def stdKshorts(prioritiseV0=True, fitter='TreeFit', path=None)