cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
apfelpp_cfi.py
Go to the documentation of this file.
1import Config.Core as cepgen
2
3apfelpp = cepgen.Module('apfelpp',
4 alphaSref = float(0.118),
5 muQCDref = float(91.1876),
6 order = int(2),
7 quarkThresholds = [0.0, 0.0, 0.0, 1.414213562373095, 4.5, 175.0],
8 tabulatedParameters = cepgen.Parameters(
9 Lambda = float(0.25),
10 Qrange = (0.900000,1001.000000),
11 numValues = int(100),
12 order = int(3)
13 ),
14 useTabulated = True
15)