17 from simulation
import add_simulation
18 from reconstruction
import add_reconstruction
29 output_filename =
"RootOutput_Phase2.root"
32 main = b2.create_path()
36 main.add_module(
"EventInfoSetter", expList=1002, runList=1, evtNumList=num_events)
42 main.add_module(
'EvtGenInput')
45 add_simulation(main, bkgfiles=bg)
48 add_reconstruction(main)
51 main.add_module(
"RootOutput", outputFileName=output_filename)