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 maxTrials = int(1),
5 randomGenerator = cepgen.Module('stl',
6 seed = int(1721997398),
7 type = 'default'
8 ),
9 remnantsFragmentation = True,
10 seed = int(-1)
11)