cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
kelly_cfi.py
Go to the documentation of this file.
1import Config.Core as cepgen
2
3kelly = cepgen.Module('Kelly',
4 aE = [1.0, -0.24],
5 aM = [1.0, 0.12],
6 bE = [10.98, 12.82, 21.97],
7 bM = [10.97, 18.86, 6.55],
8 pdgId = int(2212)
9)