cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
fioreBrasse_cfi.py
Go to the documentation of this file.
1import Config.Core as cepgen
2
3fioreBrasse = cepgen.Module('FioreBrasse',
4 norm = float(0.021),
5 resonances = [
6 cepgen.Parameters(
7 a = float(1.0),
8 alpha0 = float(-0.8377),
9 alpha1 = float(0.95),
10 alpha2 = float(0.1473),
11 q02 = float(2.4617),
12 spinTimesTwo = int(3)
13 ),
14 cepgen.Parameters(
15 a = float(0.5399),
16 alpha0 = float(-0.37),
17 alpha1 = float(0.95),
18 alpha2 = float(0.1471),
19 q02 = float(2.4617),
20 spinTimesTwo = int(5)
21 ),
22 cepgen.Parameters(
23 a = float(4.2225),
24 alpha0 = float(0.0038),
25 alpha1 = float(0.85),
26 alpha2 = float(0.1969),
27 q02 = float(1.5722),
28 spinTimesTwo = int(3)
29 ),
30 cepgen.Parameters(
31 a = float(19.2694),
32 alpha0 = float(0.5645),
33 alpha1 = float(0.1126),
34 alpha2 = float(1.3086),
35 q02 = float(4.5259),
36 spinTimesTwo = int(2)
37 ),
38 ],
39 s0 = float(1.14),
40 sigmaRatio = cepgen.Module('SibirtsevBlunden')
41)