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(filename=b2.find_file(
'B2pi0D_D2hh_D2hhh_B2munu_evtgen.root',
'examples',
False),
46 si.add_simulation(path=my_path)
49 re.add_reconstruction(path=my_path)
54 filename=
'B2pi0D_D2hh_D2hhh_B2munu.root')
57 my_path.add_module(
'ProgressBar')
def add_mdst_output(path, mc=True, filename='mdst.root', additionalBranches=[], dataDescription=None)