5include(
"EvgenProdTools/StdEvgenSetup.py")
8import ParticleGun
as PG
11pg.samplers.append(PG.ParticleSampler())
12pg.samplers[0].pid = (-13, 13)
13pg.samplers[0].mom = PG.PtEtaMPhiSampler(pt=[4000, 100000], eta=[1.0, 3.2])
14pg.samplers[1].pid = (13, -13)
15pg.samplers[1].mom = PG.PtEtaMPhiSampler(pt=[4000, 100000], eta=[-3.2, -1.0])
18include(
"EvgenProdTools/postJO.CopyWeights.py")
19include(
"EvgenProdTools/postJO.PoolOutput.py")
20include(
"EvgenProdTools/postJO.DumpMC.py")