cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
pptottbar_13tev_el_cfg.py
Go to the documentation of this file.
1import Config.Core as cepgen
2from Config.PDG_cfi import PDG
3
4process = cepgen.Module('pptoff',
5 processParameters = cepgen.Parameters(
6 ktFactorised = True,
7 mode = cepgen.ProcessMode.ElasticElastic,
8 pair = PDG.top,
9 ),
10 inKinematics = cepgen.Parameters(
11 cmEnergy = 13.e3,
12 ),
13)
14