File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -40,18 +40,15 @@ RUNSCRIPTDIR="${CTA_USER_LOG_DIR}/jobs/$(uuidgen)"
4040mkdir -p ${RUNSCRIPTDIR}
4141
4242if [[ ${RUN} == " MAKETABLES" ]] || [[ ${RUN} == " DISPBDT" ]] || [[ ${RUN} == " ANATABLES" ]] || [[ ${RUN} == " PREPARETMVA" ]]; then
43- ./CTA.runAnalysis.sh ${P2} ${RUN}
44- ./CTA.runAnalysis.sh ${P2} -sub ${RUN}
43+ ./CTA.runAnalysis.sh ${P2} ${RUN} 0 2 2 2 2 ${RUNSCRIPTDIR}
44+ ./CTA.runAnalysis.sh ${P2} -sub ${RUN} 0 2 2 2 2 ${RUNSCRIPTDIR}
4545else
4646 while IFS= read -r mult
4747 do
4848 ./CTA.runAnalysis.sh ${P2} ${RUN} 0 $mult ${RUNSCRIPTDIR}
49- done < NIM-South-test.txt
50- # tmp
51- exit
52- # tmp(end)
49+ done < NIM-South.txt
5350 while IFS= read -r mult
5451 do
55- ./CTA.runAnalysis.sh ${P2} -sub ${RUN} 0 $mult
52+ ./CTA.runAnalysis.sh ${P2} -sub ${RUN} 0 $mult ${RUNSCRIPTDIR}
5653 done < NIM-South-sub.txt
5754fi
You can’t perform that action at this time.
0 commit comments