ATLAS Offline Software
Loading...
Searching...
No Matches
Pythia8_DD_Common.py
Go to the documentation of this file.
1include('SFGen_i/Pythia8_Base_Common.py')
2
3# Pythia shower configuration flags in the double dissociation case
4
5if genSeq.SFGenConfig.diff != 'dd':
6 raise Exception("DD Pythia8 shower configuration can only be used with diff='dd'")
7
8genSeq.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]