cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
suriYennieAlt_cfi.py
Go to the documentation of this file.
1import Config.Core as cepgen
2
3suriYennieAlt = cepgen.Module('SuriYennieAlt',
4 Bp = float(0.61),
5 C1 = float(0.6303),
6 C2 = float(2.3049),
7 Cp = float(1.23),
8 D1 = float(0.04681),
9 rho2 = float(1.05),
10 sigmaRatio = cepgen.Module('SibirtsevBlunden',
11 a = float(0.014),
12 b1 = float(-0.07000000000000001),
13 b2 = float(-0.8),
14 c = float(41.0)
15 )
16)