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