ATLAS Offline Software
Superchic_i/share/common/Pythia8_EL_Common.py
Go to the documentation of this file.
1 include('Superchic_i/Pythia8_Base_Common.py')
2 
3 
4 if genSeq.SuperChicConfig.diff != 'el':
5  raise Exception("EL Pythia8 showr configuration can only be used with diff='el'")
6 
7 genSeq.Pythia8.Commands += [
8  "PartonLevel:MPI = off",
9  "SpaceShower:pTmaxMatch = 2",
10  "BeamRemnants:primordialKT = off",
11  "BeamRemnants:unresolvedHadron = 3",
12  "SpaceShower:pTdampMatch=1",
13  "PartonLevel:ISR = off",
14  "LesHouches:matchInOut = off"
15 ]
python.Include.include
include
Definition: Include.py:319