29 import simulation
as si
30 import reconstruction
as re
31 import modularAnalysis
as ma
36 b2.conditions.disable_globaltag_replay()
39 my_path = b2.create_path()
42 ma.inputMdst(environmentType=
'None',
43 filename=b2.find_file(
'B2pi0D_D2hh_D2hhh_B2munu_evtgen.root',
'examples',
False),
47 si.add_simulation(path=my_path)
50 re.add_reconstruction(path=my_path)
55 filename=
'B2pi0D_D2hh_D2hhh_B2munu.root')
58 my_path.add_module(
'ProgressBar')
def add_mdst_output(path, mc=True, filename='mdst.root', additionalBranches=[], dataDescription=None)