Skip to content

Commit

Permalink
add 112X_10mu_MULTI with curv covariance
Browse files Browse the repository at this point in the history
  • Loading branch information
slava77devel committed Jun 24, 2021
1 parent b62fc88 commit ecddfe8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions val_scripts/validation-cmssw-benchmarks-multiiter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ case ${inputBin} in
subdir=/initialStep/default/11024.0_TTbar_13/AVE_50_BX01_25ns/RAW4NT
file=/memoryFile.fv5.clean.writeAll.CCC1620.recT.allSeeds.masks.201023-64302e5.bin
;;
"112X_10mu_MULTI")
echo "Inputs from 2021 10mu sample with multiple iterations and hit binary mask"
dir=/data2/slava77/samples
subdir=2021/10muPt0p2to1000HS
file=memoryFile.fv5.default.210623-b62fc88.bin
nevents=20000
sample=10mu
;;
*)
echo "INPUT BIN IS UNKNOWN"
exit 12
Expand Down
2 changes: 1 addition & 1 deletion xeon_scripts/common-variables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ useARCH=${2:-0} # which computer cluster to run on. 0=phi3, 1=lnx, 2= phi3+lnx,
lnxuser=${3:-${USER}} #username for lnx computers

# samples
export sample=CMSSW_TTbar_PU50
export sample=${sample:-"CMSSW_TTbar_PU50"}

# Validation architecture
export val_arch=SKL-SP
Expand Down

0 comments on commit ecddfe8

Please sign in to comment.