X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;ds=sidebyside;f=ANALYSIS%2FAliEventPoolLoop.h;h=24686c84e324231e1237a7bf581a7ce8facfea2c;hb=ada6b882ca8069d28a8b4bb7be23007ad3ff615d;hp=452f9f850ebaa63544893e935b299b4a210cc4ea;hpb=b67cc8555088de5d1c61053ec03d6befab377530;p=u%2Fmrichter%2FAliRoot.git diff --git a/ANALYSIS/AliEventPoolLoop.h b/ANALYSIS/AliEventPoolLoop.h index 452f9f850eb..24686c84e32 100644 --- a/ANALYSIS/AliEventPoolLoop.h +++ b/ANALYSIS/AliEventPoolLoop.h @@ -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); };