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)
51 main.add_module(
'HistoManager', histoFileName=
'Histos_DQMTracks_Phase2.root')
54 trackDQM = main.add_module(
'TrackDQM', debugLevel=250)