cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
output.py
Go to the documentation of this file.
1import Config.Core as cepgen
2
3lhapdf = cepgen.Module('lhapdf',
4 mode = int(0),
5 numFlavours = int(4),
6 pdfCode = int(0),
7 pdfMember = int(0),
8 pdfSet = 'cteq66',
9 sigmaRatio = cepgen.Module('SibirtsevBlunden',
10 a = float(0.014),
11 b1 = float(-0.07000000000000001),
12 b2 = float(-0.8),
13 c = float(41.0)
14 )
15)