16 from simulation
import add_simulation
17 from reconstruction
import add_reconstruction
28 output_filename =
"RootOutput_Phase2.root"
31 main = b2.create_path()
35 main.add_module(
"EventInfoSetter", expList=1002, runList=1, evtNumList=num_events)
41 main.add_module(
'EvtGenInput')
44 add_simulation(main, bkgfiles=bg)
47 add_reconstruction(main)
50 main.add_module(
"RootOutput", outputFileName=output_filename)