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.
7
8from EventModifiers.pythia6_cfi import pythia6 as _pythia6
9from Config.Hadronisation.pythia6Tunes_cff import *
10
11pythia6 = _pythia6.clone(
12 seed = 1000,
13 preConfiguration = (
14 'MSTU(21)=1',
15 ),
16 tuningSettings = pythia6noUESettings,
17 #tuningSettings = pythia6CUEP6S1Settings,
18 #tuningSettings = pythia6UEZ2starSettings,
19 processConfiguration = (
20 'tuningSettings',
21 ),
22)