Skip to content

Commit

Permalink
Use same options as in CMSSW for val_scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mmasciov committed Oct 11, 2021
1 parent 437e489 commit 5307de1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions val_scripts/validation-cmssw-benchmarks-multiiter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ then
maxev=1
fi
seeds="--cmssw-n2seeds"
exe="./mkFit/mkFit --silent ${seeds} --num-thr ${maxth} --num-thr-ev ${maxev} --input-file ${dir}/${subdir}/${file} --num-events ${nevents} --remove-dup"
exe="./mkFit/mkFit --silent ${seeds} --num-thr ${maxth} --num-thr-ev ${maxev} --input-file ${dir}/${subdir}/${file} --num-events ${nevents} --remove-dup --use-dead-modules"

## Common output setup
tmpdir="tmp"
Expand All @@ -66,7 +66,7 @@ base=${val_arch}_${sample}
siminfo="--try-to-save-sim-info"

## backward fit flag
bkfit="--backward-fit-pca"
bkfit="--backward-fit"

## validation options: SIMVAL == sim tracks as reference, CMSSWVAL == cmssw tracks as reference
SIMVAL="SIMVAL --sim-val ${siminfo} ${bkfit} ${style} --num-iters-cmssw 10"
Expand Down
4 changes: 2 additions & 2 deletions val_scripts/validation-cmssw-benchmarks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ then
maxev=1
fi
seeds="--cmssw-n2seeds"
exe="./mkFit/mkFit --silent ${seeds} --num-thr ${maxth} --num-thr-ev ${maxev} --input-file ${dir}/${subdir}/${file} --num-events ${nevents} --remove-dup"
exe="./mkFit/mkFit --silent ${seeds} --num-thr ${maxth} --num-thr-ev ${maxev} --input-file ${dir}/${subdir}/${file} --num-events ${nevents} --remove-dup --use-dead-modules"

## Common output setup
tmpdir="tmp"
Expand All @@ -110,7 +110,7 @@ base=${val_arch}_${sample}
siminfo="--try-to-save-sim-info"

## backward fit flag
bkfit="--backward-fit-pca"
bkfit="--backward-fit"

## validation options: SIMVAL == sim tracks as reference, CMSSWVAL == cmssw tracks as reference
SIMVAL="SIMVAL --sim-val ${siminfo} ${bkfit} ${style}"
Expand Down

0 comments on commit 5307de1

Please sign in to comment.