Skip to content

Commit de94d89

Browse files
authored
Switch softQCD inelastic off by default (#9)
1 parent 28ec817 commit de94d89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878

7979
### processes
8080
fout.write('### processes \n')
81+
fout.write('SoftQCD:inelastic = off \n') ### we switch this off because it might be on by default
8182
if args.process == 'inel':
8283
fout.write('SoftQCD:inelastic = on \n')
8384
if args.process == 'ccbar' or args.process == 'heavy':

0 commit comments

Comments
 (0)