10 from simulation
import add_simulation
11 from reconstruction
import add_reconstruction
14 eventinfosetter = register_module(
'EventInfoSetter')
15 eventinfosetter.param(
'evtNumList', [5000])
20 main.add_module(eventinfosetter)
21 main.add_module(
'ProgressBar')
23 main.add_module(
'EvtGenInput')
37 add_simulation(main, components)
40 add_reconstruction(main, components)
43 display = register_module(
'AsyncDisplay')
45 display.param(
'discardOldEvents',
True)
46 main.add_module(display)