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