ATLAS Offline Software
Superchic_i/share/common/Pythia8_SD_Common.py
Go to the documentation of this file.
1 include('Superchic_i/Pythia8_Base_Common.py')
2 
3 
4 if not (genSeq.SuperChicConfig.diff == 'sda' or genSeq.SuperChicConfig.diff == 'sdb'):
5  raise Exception("SD Pythia8 shower configuration can only be used with diff='sda' or 'sdb'")
6 
7 unresolvedHadron = -1
8 if genSeq.SuperChicConfig.diff=='sda':
9  unresolvedHadron = 2
10 elif genSeq.SuperChicConfig.diff=='sdb':
11  unresolvedHadron = 1
12 
13 genSeq.Pythia8.Commands += [
14  "PartonLevel:MPI = off",
15  "SpaceShower:dipoleRecoil = on",
16  "SpaceShower:pTmaxMatch = 2",
17  "BeamRemnants:primordialKT = off",
18  "SpaceShower:QEDshowerByQ = off",
19  "BeamRemnants:unresolvedHadron = {}".format(unresolvedHadron),
20  "SpaceShower:pTdampMatch=1"
21 ]
vtune_athena.format
format
Definition: vtune_athena.py:14
python.Include.include
include
Definition: Include.py:319