File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
MC/config/common/pythia8/utils Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9494
9595### processes
9696fout .write ('### processes \n ' )
97- if args .process != 'heavy_ion' :
98- fout .write ('SoftQCD:inelastic = off \n ' ) ### we switch this off because it might be on by default, but only for pp or pPb,
99- #in PbPb let's not force it in case it is needed in Angantyr
10097if args .process == 'inel' :
10198 fout .write ('SoftQCD:inelastic = on \n ' )
99+ if args .process != 'inel' and args .process != 'heavy_ion' :
100+ fout .write ('SoftQCD:inelastic = off \n ' ) ### we switch this off because it might be on by default, but only for pp or pPb,
101+ #in PbPb let's not force it in case it is needed in Angantyr
102102if args .process == 'ccbar' or args .process == 'heavy_q' :
103103 fout .write ('HardQCD:hardccbar = on \n ' )
104104if args .process == 'bbbar' or args .process == 'heavy_q' :
You can’t perform that action at this time.
0 commit comments