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