cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
suriYennie_cfi.py
Go to the documentation of this file.
1import Config.Core as cepgen
2
3suriYennie = cepgen.Module('SuriYennie',
4 Bp = float(0.63),
5 C1 = float(0.86926),
6 C2 = float(2.23422),
7 Cp = float(0.96),
8 D1 = float(0.12549),
9 rho2 = float(0.585),
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)