File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22# copy gamma/hadron BDT files from IRF production site
33# (V4/V5 epochs)
44#
5- # hardwired
5+ # hardwired
66# - ANALYSISTYPE (e.g., AP)
77# - Directory with BDT output
88#
@@ -11,7 +11,7 @@ IRFVERSION=$(cat ../IRFVERSION)
1111ANALYSISTYPE=" ${VERITAS_ANALYSIS_TYPE: 0: 2} "
1212
1313if [[ $ANALYSISTYPE == " AP" ]]; then
14- CUTLIST=" NTel2-Moderate NTel2-Soft NTel3-Hard"
14+ CUTLIST=" NTel2-Moderate NTel2-Soft NTel2-Hard NTel3-Hard"
1515else
1616 CUTLIST=" NTel2-Soft"
1717fi
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ ANALYSISTYPE="${VERITAS_ANALYSIS_TYPE:0:2}"
1111
1212BDTDIR=" $VERITAS_USER_DATA_DIR /analysis/Results/v490/${ANALYSISTYPE} /BDTtraining/GammaHadronBDTs_V6_DISP/"
1313if [[ $ANALYSISTYPE == " AP" ]]; then
14- CUTLIST=" NTel2-Moderate NTel2-Soft NTel3-Hard"
14+ CUTLIST=" NTel2-Moderate NTel2-Soft NTel2-Hard NTel3-Hard"
1515else
1616 CUTLIST=" NTel2-SuperSoft"
1717fi
You can’t perform that action at this time.
0 commit comments