cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
allm91_cfi.py
Go to the documentation of this file.
1import Config.Core as cepgen
2
3allm91 = cepgen.Module('ALLM91',
4 lambda2 = float(0.06526999999999999),
5 m02 = float(0.30508),
6 mp2 = float(10.676),
7 mr2 = float(0.20623),
8 pomeronTrajectory = cepgen.Parameters(
9 a = [-0.04503, -0.36407, 8.170909999999999],
10 b = [0.49222, 0.52116, 3.5515],
11 c = [0.2655, 0.04856, 1.04682]
12 ),
13 q02 = float(0.27799),
14 reggeonTrajectory = cepgen.Parameters(
15 a = [0.60408, 0.17353, 1.61812],
16 b = [1.26066, 1.83624, 0.81141],
17 c = [0.67639, 0.49027, 2.66275]
18 ),
19 sigmaRatio = cepgen.Module('SibirtsevBlunden')
20)