cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
apfelppEvol_cfi.py
Go to the documentation of this file.
1import Config.Core as cepgen
2
3apfelppEvol = cepgen.Module('apfelppEvol',
4 alphaSParameters = cepgen.Module('apfelpp',
5 alphaSref = float(0.118),
6 muQCDref = float(91.1876),
7 order = int(2),
8 quarkThresholds = [0.0, 0.0, 0.0, 1.414213562373095, 4.5, 175.0],
9 tabulatedParameters = cepgen.Parameters(
10 Lambda = float(0.25),
11 Qrange = (0.900000,1001.000000),
12 numValues = int(100),
13 order = int(3)
14 ),
15 useTabulated = True
16 ),
17 masses = [0.0, 0.0, 0.0, 1.3, 4.75, 175.0],
18 mu0 = float(1.3),
19 perturbativeOrder = int(0),
20 processDIS = 'NC',
21 sigmaRatio = cepgen.Module('SibirtsevBlunden',
22 a = float(0.014),
23 b1 = float(-0.07000000000000001),
24 b2 = float(-0.8),
25 c = float(41.0)
26 ),
27 thresholds = [0.0, 0.0, 0.0]
28)