28from mdst
import add_mdst_output
29from simulation
import add_simulation
30from reconstruction
import add_reconstruction
31from modularAnalysis
import inputMdst
36b2.conditions.disable_globaltag_replay()
39my_path = b2.create_path()
42inputMdst(filename=b2.find_file(
'B2pi0D_D2hh_D2hhh_B2munu_evtgen.root',
'examples',
False),
46add_simulation(path=my_path)
49add_reconstruction(path=my_path)
52add_mdst_output(path=my_path,
54 filename=
'B2pi0D_D2hh_D2hhh_B2munu.root')
57my_path.add_module(
'ProgressBar')