Skip to content

Commit fd89392

Browse files
committed
fix Pb PDG value and add configuration for Pythia HI depending on PDG
1 parent 7e87aff commit fd89392

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

MC/config/common/pythia8/utils/mkpy8cfg.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,14 @@
9494
fout.write('PromptPhoton:all = on \n')
9595
fout.write('\n')
9696

97+
### heavy ion settings (valid for Pb-Pb 5520 only)
98+
if args.idA==1000822080 and args.idB==1000822080:
99+
fout.write('### heavy-ion settings (valid for Pb-Pb 5520 only) \n')
100+
fout.write('HeavyIon:SigFitNGen = 0 \n')
101+
fout.write('HeavyIon:SigFitDefPar = 13.88,1.84,0.22,0.0,0.0,0.0,0.0,0.0 \n')
102+
fout.write('HeavyIon:bWidth = 14.48 \n')
103+
fout.write('\n')
104+
97105
### decays
98106
fout.write('### decays \n')
99107
fout.write('ParticleDecays:limitTau0 = on \n') ### we will need to put some parameters for these settings

0 commit comments

Comments
 (0)