cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
pythia8UN_cfi.py
Go to the documentation of this file.
1import Config.Core as cepgen
2
3pythia8UN = cepgen.Module('pythia8UN',
4 Lambda = float(0.4),
5 Ngauge = int(1),
6 alphaFSR = float(0.1),
7 alphaFSRrefScale = float(91.188),
8 alphaOrder = int(0),
9 nFlav = int(1),
10 setLambda = False
11)