cepgen
is hosted by
Hepforge
,
IPPP Durham
CepGen
1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
pythia8_cfi.py
Go to the documentation of this file.
1
7
8
9
from
EventModifiers.pythia8_cfi
import
pythia8
as
_pythia8
10
from
Config.Hadronisation.pythia8Defaults_cff
import
pythia8Defaults
11
from
Config.Hadronisation.pythia8Tunes_cff
import
pythia8CUEP8M1Settings
12
13
pythia8 = _pythia8.clone(
14
seed = 1000,
15
preConfiguration = (
16
# printout properties
17
# start by disabling some unnecessary output
18
'Next:numberCount = 0'
,
19
# disable the decay of resonances by default
20
'ProcessLevel:resonanceDecays = off'
,
21
# parameterise the fragmentation part
22
#'PartonLevel:Remnants = off',
23
# disable all Bremsstrahlung/FSR photon production
24
'PartonLevel:ISR = off'
,
25
'PartonLevel:FSR = off'
,
26
'PartonLevel:MPI = off'
,
27
'BeamRemnants:primordialKT = off'
,
28
),
29
commonSettings = pythia8Defaults,
30
tuningSettings = pythia8CUEP8M1Settings,
31
#tuningSettings = pythiaCUEP8S1CTEQ6L1Settings,
32
#tuningSettings = pythiaCUEP8M2T4Settings,
33
processConfiguration = (
34
'commonSettings'
,
'tuningSettings'
,
35
),
36
)
python
Config
Hadronisation
pythia8_cfi.py
Generated on Mon Jul 29 2024 for CepGen by
1.9.7