cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
allm97_cfi.py
Go to the documentation of this file.
1import Config.Core as cepgen
2
3allm97 = cepgen.Module('ALLM97',
4 lambda2 = float(0.06526),
5 m02 = float(0.31985),
6 mp2 = float(49.457),
7 mr2 = float(0.15052),
8 pomeronTrajectory = cepgen.Parameters(
9 a = [-0.0808, -0.44812, 1.1709],
10 b = [0.36292, 1.8917, 1.8439],
11 c = [0.28067, 0.22291, 2.1979]
12 ),
13 q02 = float(0.52544),
14 reggeonTrajectory = cepgen.Parameters(
15 a = [0.584, 0.37888, 2.6063],
16 b = [0.01147, 3.7582, 0.49338],
17 c = [0.8010699999999999, 0.97307, 3.4924]
18 ),
19 sigmaRatio = cepgen.Module('SibirtsevBlunden')
20)