]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ANALYSIS/AliEventPoolLoop.cxx
Add emcal propagation for track types for which it was forgotton. Effecs <0.1% of...
[u/mrichter/AliRoot.git] / ANALYSIS / AliEventPoolLoop.cxx
index 11e89320f8bdda9f60cfcaab07fe3c08f3cb0073..b4d6b54d3835fadda4135cb95b6a8abf86bb533e 100644 (file)
@@ -90,8 +90,8 @@ void AliEventPoolLoop::Init()
 
 TChain* AliEventPoolLoop::GetNextChain()
 {
-    //
-    if (fNIteration >= fMaxIterations) {
+    // Get the next chain
+    if (fNIteration > fMaxIterations) {
        return (0);
     } else {
        fNIteration++;