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 Lambda = float(0.25),
5 fixedAlphaS = float(0.2),
6 flavourThreshold = float(1.0),
7 maxNf = int(5),
8 maxQ2 = float(10.0),
9 minNf = int(3),
10 minQ2 = float(4.0),
11 nf = int(5),
12 order = int(1),
13 singularityTreatment = int(0)
14)