cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
lhapdfAnalytic_cfi.py
Go to the documentation of this file.
1import Config.Core as cepgen
2
3lhapdfAnalytic = cepgen.Module('lhapdfAnalytic',
4 lambdas = [0.339, 0.296, 0.213],
5 order = int(4),
6 pdfSet = 'cteq66'
7)