cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
mergell_cfi.py
Go to the documentation of this file.
1import Config.Core as cepgen
2
3mergell = cepgen.Module('Mergell',
4 LambdaSq = float(9.733000000000001),
5 a1rho = float(1.0317),
6 a2rho = float(5.7824),
7 b1rho = float(0.08749999999999999),
8 b2rho = float(0.3907),
9 c1rho = float(0.3176),
10 c2rho = float(0.1422),
11 d1rho = float(0.5496),
12 d2rho = float(0.5362),
13 gamma = float(2.148),
14 pdgId = int(2212),
15 q20inv = float(2.857142857142857)
16)