]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
bugfix: add missing event count increment
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 25 Sep 2009 14:25:43 +0000 (14:25 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 25 Sep 2009 14:25:43 +0000 (14:25 +0000)
HLT/programs/print-RAW-HLTdecision.C

index 9d101c144fe1000bf047d3f44fdd52fe1ab24971..2f8ee2ab0d79832a38b2f1b568a1b6b6d893c00d 100644 (file)
@@ -82,6 +82,7 @@ void print_RAW_HLTdecision(const char* rawFileName,
       cout << "   no HLT decision found" << endl;
     }
     pHLTOUT->Reset();
+    event++;
   } while (rawReader->NextEvent() && (maxEvent<0 || event<maxEvent));
 }