]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSRecPointContainer.h
Added new signature for method FetchClusters, to be used for data monitoring with...
[u/mrichter/AliRoot.git] / ITS / AliITSRecPointContainer.h
index 5123905a4c7821d58e27923115dc4a65d5d5aded..a0fb1a11a00a307a1be596438f1fa48b772127b6 100644 (file)
@@ -29,6 +29,7 @@ class AliITSRecPointContainer : public TObject {
 
   static AliITSRecPointContainer* Instance(const AliITSRecoParam *ptr=NULL);
   TClonesArray* FetchClusters(Int_t mod, TTree* tR);
+  TClonesArray* FetchClusters(Int_t mod, TTree* tR,Int_t cureve);
   TClonesArray* UncheckedGetClusters(Int_t mod) const {return fArray[mod];}
 
  private: