22import modularAnalysis
as ma
26my_path = b2.create_path()
29ma.inputMdst(filename=b2.find_file(
'B02D0pi0_D02pi0pi0.root',
'examples',
False),
36ma.buildEventKinematics(default_cleanup=
True, fillWithMostLikely=
True, path=my_path)
40ma.buildEventKinematicsFromMC(path=my_path)
51ma.variablesToNtuple(
'', [*vc.event_kinematics, *vc.mc_event_kinematics], filename=
'B2A705-EventKinematics.root', path=my_path)