ATLAS Offline Software
Generators
SFGen_i
share
common
Pythia8_DD_Common.py
Go to the documentation of this file.
1
include
(
'SFGen_i/Pythia8_Base_Common.py'
)
2
3
# Pythia shower configuration flags in the double dissociation case
4
5
if
genSeq.SFGenConfig.diff !=
'dd'
:
6
raise
Exception(
"DD Pythia8 shower configuration can only be used with diff='dd'"
)
7
8
genSeq.Pythia8.Commands += [
9
"PartonLevel:MPI = on"
,
10
"PartonLevel:Remnants = off"
,
11
"Check:event = off"
,
12
"BeamRemnants:primordialKT = off"
,
13
"LesHouches:matchInOut = off"
14
"PartonLevel:FSR = on"
,
15
"SpaceShower:dipoleRecoil = on"
,
16
"SpaceShower:pTmaxMatch = 2"
,
17
"SpaceShower:QEDshowerByQ = off"
,
18
"SpaceShower:pTdampMatch=1"
,
19
"BeamRemnants:unresolvedHadron = 0"
,
20
]
python.Include.include
include
Definition:
Include.py:318
Generated on Tue Sep 2 2025 21:19:15 for ATLAS Offline Software by
1.8.18