X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=ANALYSIS%2FAliEventPoolLoop.h;h=24686c84e324231e1237a7bf581a7ce8facfea2c;hb=79a3c9e4951952ff059460b0531ef9008bb470c4;hp=6d21d4d75a5baead762b701897c281b8f46c5449;hpb=405be8ef164a6a96b98b5b305db3820ece4ccfcb;p=u%2Fmrichter%2FAliRoot.git diff --git a/ANALYSIS/AliEventPoolLoop.h b/ANALYSIS/AliEventPoolLoop.h index 6d21d4d75a5..24686c84e32 100644 --- a/ANALYSIS/AliEventPoolLoop.h +++ b/ANALYSIS/AliEventPoolLoop.h @@ -18,6 +18,7 @@ class AliLHCTagCuts; class AliDetectorTagCuts; class AliEventTagCuts; class AliTagAnalysis; +class TChain; class AliEventPoolLoop : public AliVEventPool { @@ -32,12 +33,15 @@ class AliEventPoolLoop : public AliVEventPool virtual void GetCurrentBin(Float_t* /*bin*/); virtual Int_t GetDimension(); virtual void Init(); + virtual Int_t BinNumber() const {return fNIteration;} + private: 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); };