cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
htALLM_cfi.py
Go to the documentation of this file.
1import Config.Core as cepgen
2
3htALLM = cepgen.Module('htALLM',
4 lambda2 = float(2.2e-08),
5 m02 = float(0.446),
6 mp2 = float(74.2),
7 mr2 = float(29.3),
8 pomeronTrajectory = cepgen.Parameters(
9 a = [-0.835, -0.446, 10.6],
10 b = [-45.8, 55.7, -0.031],
11 c = [0.412, 0.164, 17.7]
12 ),
13 q02 = float(4.74e-05),
14 reggeonTrajectory = cepgen.Parameters(
15 a = [0.706, 0.185, -16.4],
16 b = [-1.29, 4.51, 1.16],
17 c = [-1.04, 2.97, 0.163]
18 ),
19 sigmaRatio = cepgen.Module('SibirtsevBlunden')
20)