]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSClusterFinderSDD.h
Fixes for reading zero-suppressed data. These should be propagated to
[u/mrichter/AliRoot.git] / ITS / AliITSClusterFinderSDD.h
index 6612bcf9d7386c04867a4ad451c35339f245863f..8a4e20e5d50b58d7a2914e04304b293e6e61d9e6 100644 (file)
@@ -8,6 +8,8 @@
   $Id$
 */
 
+#include <TArrayI.h>
+
 #include "AliITSClusterFinder.h"
 #include "AliITSDetTypeRec.h"
 
@@ -64,7 +66,7 @@ class AliITSClusterFinderSDD : public AliITSClusterFinder{
     void  Find1DClustersE();
     void  GroupClusters();
     void  SelectClusters();
-    void  GetRecPoints();
+    void  GetRecPoints(AliITSCalibrationSDD* cal);
     void  ResolveClusters(); // Ernesto Lopez Torres
     Int_t SearchPeak(Double_t *spect,Int_t xdim,Int_t zdim,Int_t *peakX,
                      Int_t *peakZ,Double_t *peakAmp,Double_t minpeak);//Ernesto
@@ -76,7 +78,7 @@ class AliITSClusterFinderSDD : public AliITSClusterFinder{
     void  PeakFunc( Int_t xdim, Int_t zdim, Double_t *par, Double_t *spe,
                     Double_t *Integral=0 );
     void  PrintStatus() const;
-    void CorrectPosition(Double_t &z, Double_t&y);
+
   private:
     virtual AliITSCalibrationSDD* GetResp(Int_t mod)const{
         return (AliITSCalibrationSDD*) fDetTypeRec->GetCalibrationModel(mod);}//Return Response