28from modularAnalysis
import inputMdst
29from simulation
import add_simulation
30from reconstruction
import add_reconstruction
31from mdst
import add_mdst_output
34my_path = b2.create_path()
37inputMdst(filename=b2.find_file(
'B2A101-Y4SEventGeneration-evtgen.root'), path=my_path)
40add_simulation(path=my_path)
43add_reconstruction(path=my_path)
46add_mdst_output(path=my_path,
48 filename=
'B2A101-Y4SEventGeneration-gsim-BKGx0.root')
51my_path.add_module(
'ProgressBar')