22 import simulation
as si
23 import reconstruction
as re
24 import modularAnalysis
as ma
29 b2.conditions.disable_globaltag_replay()
32 my_path = b2.create_path()
35 ma.inputMdst(environmentType=
'None',
36 filename=b2.find_file(
'B2pi0D_D2hh_D2hhh_B2munu_evtgen.root',
'examples',
False),
40 si.add_simulation(path=my_path)
43 re.add_reconstruction(path=my_path)
48 filename=
'B2pi0D_D2hh_D2hhh_B2munu.root')
51 progress = b2.register_module(
'ProgressBar')
52 my_path.add_module(progress)