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