cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
pptoffF77_cfi.py
Go to the documentation of this file.
1import Config.Core as cepgen
2
3pptoffF77 = cepgen.Module('pptoff_f77',
4 alphaEM = cepgen.Module('fixed',
5 value = float(0.007297352573756914)
6 ),
7 alphaS = cepgen.Module('pegasus',
8 asmur = float(0.49128),
9 fr2 = float(1.0),
10 iord = int(2),
11 mur = float(1.0)
12 ),
13 hasEvent = True,
14 kinematics = cepgen.Module('BudnevElastic',
15 beam1A = int(0),
16 beam1Z = int(-1),
17 beam1id = int(0),
18 beam2A = int(0),
19 beam2Z = int(-1),
20 beam2id = int(0),
21 central = cepgen.Parameters(
22 dphi = (-999.999000,),
23 energy = (-999.999000,),
24 energysum = (-999.999000,),
25 eta = (-999.999000,),
26 etasum = (-999.999000,),
27 invmass = (-999.999000,),
28 mass = (-999.999000,),
29 pt = (0.000000,),
30 ptdiff = (-999.999000,),
31 ptsum = (-999.999000,),
32 rapidity = (-999.999000,),
33 rapiditydiff = (-999.999000,)
34 ),
35 energies = [{}],
36 formFactors = [
37 ],
38 initial = cepgen.Parameters(
39 phi = (-999.999000,),
40 q2 = [(0.000000,100000.000000), (0.000000,100000.000000)],
41 qt = (-999.999000,)
42 ),
43 kmrGridPath = '',
44 mode = int(0),
45 pdgIds = [{}],
46 pz = [{}],
47 remnants = cepgen.Parameters(
48 mx = (1.070000,1000.000000),
49 xi = (-999.999000,),
50 yj = (-999.999000,)
51 ),
52 sqrtS = float(0.0),
53 structureFunctions = cepgen.Module('SuriYennie',
54 Bp = float(0.63),
55 C1 = float(0.86926),
56 C2 = float(2.23422),
57 Cp = float(0.96),
58 D1 = float(0.12549),
59 rho2 = float(0.585),
60 sigmaRatio = cepgen.Module('SibirtsevBlunden',
61 a = float(0.014),
62 b1 = float(-0.07000000000000001),
63 b2 = float(-0.8),
64 c = float(41.0)
65 )
66 )
67 ),
68 kinematicsGenerator = cepgen.Module('kt2to4',
69 ids = [{}],
70 logPartonVirtuality = True,
71 randomiseCharge = True
72 ),
73 randomGenerator = cepgen.Module('stl',
74 seed = int(1721997403),
75 type = 'default'
76 ),
77 storeAlphas = False,
78 symmetrise = False
79)