We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28ec817 commit de94d89Copy full SHA for de94d89
MC/config/common/pythia8/utils/mkpy8cfg.py
@@ -78,6 +78,7 @@
78
79
### processes
80
fout.write('### processes \n')
81
+fout.write('SoftQCD:inelastic = off \n') ### we switch this off because it might be on by default
82
if args.process == 'inel':
83
fout.write('SoftQCD:inelastic = on \n')
84
if args.process == 'ccbar' or args.process == 'heavy':
0 commit comments