File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ NTF=$(find ./ -name "tf*" -type d | wc | awk '//{print $1}')
1818
1919# commonDPL="-b --run --fairmq-ipc-prefix ${FAIRMQ_IPC_PREFIX:-./.tmp} --driver-client-backend ws:// --rate 1000"
2020commonDPL=" -b --run --driver-client-backend ws:// --rate 1000"
21- annaCMD=" ${testanalysis} ${commonDPL} --aod-file AO2D.root; mv AnalysisResults.root AnalysisResults_${testanalysis} .root; mv QAResults.root QAResults_${testanalysis} .root"
21+ annaCMD=" ${testanalysis} ${commonDPL} --aod-file AO2D.root; RC= \$ ?; [ -f AnalysisResults.root ] && mv AnalysisResults.root AnalysisResults_${testanalysis} .root; [ -f QAResult.root ] && mv QAResults.root QAResults_${testanalysis} .root; [ \$ {RC} -eq 0 ] "
2222
2323rm workflow_ana.json
2424# this is to analyse the global (merged) AOD
You can’t perform that action at this time.
0 commit comments