cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
gd07p_cfi.py
Go to the documentation of this file.
1import Config.Core as cepgen
2
3gd07p = cepgen.Module('GD07p',
4 lambda2 = float(0.06526999999999999),
5 m02 = float(0.454),
6 mp2 = float(30.7),
7 mr2 = float(0.117),
8 pomeronTrajectory = cepgen.Parameters(
9 a = [-0.105, -0.495, 1.29],
10 b = [-1.42, 4.51, 0.551],
11 c = [0.339, 0.127, 1.16]
12 ),
13 q02 = float(1.15),
14 reggeonTrajectory = cepgen.Parameters(
15 a = [0.374, 0.998, 0.775],
16 b = [2.71, 1.83, 1.26],
17 c = [0.838, 2.36, 1.77]
18 ),
19 sigmaRatio = cepgen.Module('SibirtsevBlunden')
20)