]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ANALYSIS/AliEventPoolLoop.h
Implement comparison of sim and rec CDB's, by default for the TPC/RecoParam only
[u/mrichter/AliRoot.git] / ANALYSIS / AliEventPoolLoop.h
index 6d21d4d75a5baead762b701897c281b8f46c5449..24686c84e324231e1237a7bf581a7ce8facfea2c 100644 (file)
@@ -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); 
 };