19from simulation
import add_simulation
20from reconstruction
import add_reconstruction
21from mdst
import add_mdst_output
23main = b2.create_path()
24main.add_module(
'EventInfoSetter')
25main.add_module(
'ParticleGun',
29 momentumGeneration=
'uniform',
30 momentumParams=[0.05, 5.0],
31 thetaGeneration=
'uniformCos',
32 phiGeneration=
'uniform')
33add_simulation(main, simulateT0jitter=
False)
34add_reconstruction(main)
35main = b2.remove_module(main,
'TOPBunchFinder')
40main.add_module(
'Progress')