]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ANALYSIS/AliEventPoolLoop.h
write only the complement in the case of hybrid tracks
[u/mrichter/AliRoot.git] / ANALYSIS / AliEventPoolLoop.h
index 452f9f850ebaa63544893e935b299b4a210cc4ea..24686c84e324231e1237a7bf581a7ce8facfea2c 100644 (file)
@@ -39,8 +39,8 @@ class AliEventPoolLoop : public AliVEventPool
     AliEventPoolLoop(const AliEventPoolLoop& obj);
     AliEventPoolLoop& operator=(const AliEventPoolLoop& other);
  protected:
-    Int_t fMaxIterations;
-    Int_t fNIteration;
+    Int_t fMaxIterations; // Maximum number of iterations 
+    Int_t fNIteration;    // Number of iterations
     TChain* fChainClone; // Clone of the original 
     ClassDef(AliEventPoolLoop, 0); 
 };