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 alphaEM0 = float(0.00729735),
5 alphaEMmZ = float(0.00781751),
6 order = int(1)
7)