9 from simulation
import add_simulation
10 from reconstruction
import add_reconstruction
11 from L1trigger
import add_tsim
23 output_filename =
"RootOutput_Phase2.root"
30 main.add_module(
"EventInfoSetter", expList=1002, runList=1, evtNumList=num_events)
36 main.add_module(
'EvtGenInput')
39 add_simulation(main, bkgfiles=bg)
45 add_reconstruction(main)
49 main.add_module(
'HistoManager', histoFileName=
'Histos_DQMTracks_Phase2.root')
52 trackDQM = main.add_module(
'TrackDQM', debugLevel=250)