cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
python.Config.Hadronisation.pythia8_cfi Namespace Reference

Variables

 pythia8
 

Variable Documentation

◆ pythia8

pythia8
Initial value:
1= _pythia8.clone(
2 seed = 1000,
3 preConfiguration = (
4 # printout properties
5 # start by disabling some unnecessary output
6 'Next:numberCount = 0',
7 # disable the decay of resonances by default
8 'ProcessLevel:resonanceDecays = off',
9 # parameterise the fragmentation part
10 #'PartonLevel:Remnants = off',
11 # disable all Bremsstrahlung/FSR photon production
12 'PartonLevel:ISR = off',
13 'PartonLevel:FSR = off',
14 'PartonLevel:MPI = off',
15 'BeamRemnants:primordialKT = off',
16 ),
17 commonSettings = pythia8Defaults,
18 tuningSettings = pythia8CUEP8M1Settings,
19 #tuningSettings = pythiaCUEP8S1CTEQ6L1Settings,
20 #tuningSettings = pythiaCUEP8M2T4Settings,
21 processConfiguration = (
22 'commonSettings', 'tuningSettings',
23 ),
24)

Definition at line 13 of file pythia8_cfi.py.