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