Skip to content

Commit

Permalink
use only central pdf variation
Browse files Browse the repository at this point in the history
  • Loading branch information
kpedro88 committed Jul 4, 2024
1 parent e17afa6 commit 546f8ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/runMG.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
eval `scram unsetenv -sh`
export GRIDPACK_NEVENTS={6}
export NO_GRIDPACK={7}
export pdfSysArgs={8}
./gridpack_generation.sh {2} {3}
mv {2}_*.tar.xz {4}
cd {4}
Expand All @@ -62,6 +63,7 @@
"echo" if options.dump else "rm -rf", # use options.dump to keep gridpack dir
options.maxEvents,
"true" if options.nogridpack else "",
lhaid,
)
if options.dump: print cmd
subprocess.check_call(cmd, shell=True)
Expand Down

0 comments on commit 546f8ca

Please sign in to comment.