cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
kulaginBarinov_cfi.py
Go to the documentation of this file.
1import Config.Core as cepgen
2
3kulaginBarinov = cepgen.Module('KulaginBarinov',
4 Q2gridRange = (0.800000,1000.000000),
5 Q2range = (0.000000,1000.000000),
6 derivator = cepgen.Module('gsl',
7 h = float(0.01),
8 mode = int(0)
9 ),
10 disParameters = cepgen.Parameters(
11 bg1l = float(3.4742),
12 bg1t = float(0.14453),
13 bg2l = float(0.54193),
14 bg2t = float(3.1297),
15 pml = float(1.1),
16 pmt = float(1.6302)
17 ),
18 gridFile = 'a08tmc.dat',
19 resonances = [
20 cepgen.Parameters(
21 a = [0.31115, 2.0294, 1.6713, 2.76],
22 angularMomentum = int(1),
23 branchingRatios = cepgen.Parameters(
24 doublePi = float(0.0),
25 eta = float(0.0),
26 singlePi = float(1.0)
27 ),
28 c = [0.05029, 0.0, 0.42522],
29 mass = float(1.227),
30 width = float(0.11279),
31 x0 = float(0.055384)
32 ),
33 cepgen.Parameters(
34 a = [0.089547, 0.18087, 0.23431, 4.1173],
35 angularMomentum = int(1),
36 branchingRatios = cepgen.Parameters(
37 doublePi = float(0.35),
38 eta = float(0.0),
39 singlePi = float(0.65)
40 ),
41 c = [0.0, 0.23847, 1.4982],
42 mass = float(1.4497),
43 width = float(0.40223),
44 x0 = float(0.1125)
45 ),
46 cepgen.Parameters(
47 a = [0.10677, 0.24897, 0.55621, 3.0798],
48 angularMomentum = int(2),
49 branchingRatios = cepgen.Parameters(
50 doublePi = float(0.25),
51 eta = float(0.0),
52 singlePi = float(0.75)
53 ),
54 c = [0.09197900000000001, -0.10652, 1.0758],
55 mass = float(1.5123),
56 width = float(0.094542),
57 x0 = float(0.4959)
58 ),
59 cepgen.Parameters(
60 a = [0.38953, -0.17962, 0.37638, 2.9622],
61 angularMomentum = int(0),
62 branchingRatios = cepgen.Parameters(
63 doublePi = float(0.85),
64 eta = float(0.0),
65 singlePi = float(0.15)
66 ),
67 c = [0.0, 0.0, 0.0],
68 mass = float(1.5764),
69 width = float(0.50046),
70 x0 = float(0.30969)
71 ),
72 cepgen.Parameters(
73 a = [0.067075, 0.09733, 0.27891, 3.5372],
74 angularMomentum = int(2),
75 branchingRatios = cepgen.Parameters(
76 doublePi = float(0.6),
77 eta = float(0.25),
78 singlePi = float(0.15)
79 ),
80 c = [0.12027, 0.0, 0.89367],
81 mass = float(1.7002),
82 width = float(0.11768),
83 x0 = float(0.25831)
84 ),
85 ],
86 sigmaRatio = cepgen.Module('SibirtsevBlunden'),
87 t0 = float(2.0)
88)