ATLAS Offline Software
Generators
Superchic_i
share
common
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:318
Generated on Fri Jan 10 2025 21:16:26 for ATLAS Offline Software by
1.8.18