cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
pptoll_13tev_el_ptct15_cfg.py
Go to the documentation of this file.
1import Config.Core as cepgen
2
3process = cepgen.Module('pptoff',
4 processParameters = cepgen.Parameters(
5 ktFactorised = True,
6 mode = cepgen.ProcessMode.ElasticElastic,
7 pair = 13,
8 offShellParameters = cepgen.Parameters(mat1 = 2, mat2 = 0)
9 ),
10 inKinematics = cepgen.Parameters(
11 cmEnergy = 13.e3,
12 ),
13 outKinematics = cepgen.Parameters(
14 pt = (15.,),
15 eta = (-2.5, 2.5),
16 )
17)
18