]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ANALYSIS/AliEventPoolLoop.cxx
Adding include to include path
[u/mrichter/AliRoot.git] / ANALYSIS / AliEventPoolLoop.cxx
index f9d882db89866f6210bff1330373d2ec6e7ccda1..b4d6b54d3835fadda4135cb95b6a8abf86bb533e 100644 (file)
@@ -90,7 +90,7 @@ void AliEventPoolLoop::Init()
 
 TChain* AliEventPoolLoop::GetNextChain()
 {
-    //
+    // Get the next chain
     if (fNIteration > fMaxIterations) {
        return (0);
     } else {