]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFClusterFinder.h
Do not get main runloader from gAlice
[u/mrichter/AliRoot.git] / TOF / AliTOFClusterFinder.h
index 9089182db0639409c81be8332733b1e4c182abec..30d9c2078a06d11730a1fc20ad39b1a85dab61e6 100644 (file)
@@ -48,6 +48,8 @@ class AliTOFClusterFinder : public TObject
   void SetVerbose(Int_t Verbose){fVerbose=Verbose;} // To set the verbose level
   void SetDecoderVersion(Int_t version){fDecoderVersion=version;} // To set the decoder version
   Bool_t GetDecoderVersion() const {return fDecoderVersion;} // To get the decoder version
+  UShort_t  GetClusterVolIndex(Int_t *ind) const; //Volume Id getter
+  void GetClusterPars(Int_t *ind, Double_t *pos, Double_t *cov) const; //cluster par getter
 
  protected:
   AliRunLoader *fRunLoader;      // Pointer to Run Loader
@@ -58,7 +60,6 @@ class AliTOFClusterFinder : public TObject
 
   AliTOFcluster *fTofClusters[kTofMaxCluster];  // pointers to the TOF clusters
 
-  AliTOFGeometry  *fTOFGeometry; // Pointer to TOF geometry
   TClonesArray *fDigits;         // List of digits
   TClonesArray *fRecPoints;      // List of reconstructed points
 
@@ -78,7 +79,7 @@ class AliTOFClusterFinder : public TObject
                             // -false ->old version  (default value!!)
   AliTOFcalib *fTOFcalib;       // pointer to the TOF calibration info
 
-  ClassDef(AliTOFClusterFinder,3) // To run TOF clustering
+  ClassDef(AliTOFClusterFinder,4) // To run TOF clustering
 };
 #endif