]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Correction.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 14 Nov 2010 10:35:03 +0000 (10:35 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 14 Nov 2010 10:35:03 +0000 (10:35 +0000)
ANALYSIS/AliEventPoolLoop.cxx

index 11e89320f8bdda9f60cfcaab07fe3c08f3cb0073..f9d882db89866f6210bff1330373d2ec6e7ccda1 100644 (file)
@@ -91,7 +91,7 @@ void AliEventPoolLoop::Init()
 TChain* AliEventPoolLoop::GetNextChain()
 {
     //
-    if (fNIteration >= fMaxIterations) {
+    if (fNIteration > fMaxIterations) {
        return (0);
     } else {
        fNIteration++;