cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
pythia8_cfi.py
Go to the documentation of this file.
1import Config.Core as cepgen
2
3pythia8 = cepgen.Module('pythia8',
4 alphaSnfmax = int(6),
5 alphaSorder = int(1),
6 alphaSvalue = float(0.13),
7 useCMW = False
8)