]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
react to filename change *_Barrel -> *_barrel
authormkrzewic <mikolaj.krzewicki@cern.ch>
Fri, 11 Apr 2014 12:19:11 +0000 (14:19 +0200)
committercholm <Christian.Holm.Christensen@cern.ch>
Fri, 11 Apr 2014 15:10:25 +0000 (17:10 +0200)
PWGPP/benchmark/benchmark.sh

index 4679810ffb0c1679463d8a25c5929667a0aee9f2..2bf98c8050b25e45e5dc0e40cf2a5fb86ea524ef 100755 (executable)
@@ -498,6 +498,8 @@ goCPass1()
     [[ -f AliESDfriends_v1.root ]] && echo "calibfile ${outputDir}/AliESDfriends_v1.root" >> ${doneFile}
     [[ -f QAresults_Barrel.root ]] && echo "qafile ${outputDir}/QAresults_Barrel.root" >> ${doneFile}
     [[ -f QAresults_Outer.root ]] && echo "qafile ${outputDir}/QAresults_Outer.root" >> ${doneFile}
+    [[ -f QAresults_barrel.root ]] && echo "qafile ${outputDir}/QAresults_barrel.root" >> ${doneFile}
+    [[ -f QAresults_outer.root ]] && echo "qafile ${outputDir}/QAresults_outer.root" >> ${doneFile}
     [[ -f FilterEvents_Trees.root ]] && echo "filteredTree ${outputDir}/FilterEvents_Trees.root" >> ${doneFile}
   fi