cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
pythia6_cfi.py
Go to the documentation of this file.
1import Config.Core as cepgen
2
3pythia6 = cepgen.Module('pythia6',
4 fixedAlphaEM = float(0.00729735),
5 gf = float(1.16639e-05),
6 highQ2alphaEM = float(0.007764),
7 mode = int(1),
8 q2cut = float(1.0),
9 sin2ThetaW = float(0.232)
10)