]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSClusterFinder.h
Fix of parsing bug related to the reading of the calib header. Added consistency...
[u/mrichter/AliRoot.git] / ITS / AliITSClusterFinder.h
index adda62389259eb26e9d36a34bdb000ed3caa74c9..8afe5aeac64d38dbfb7a9fb50b918860bedf3567 100644 (file)
@@ -19,7 +19,6 @@ class AliITSMap;
 class AliITSresponse;
 class AliITSsegmentation;
 class AliITSRawCluster;
-class AliITSgeom;
 class AliITSdigit;
 class AliITSRecPoint;
 class AliITSDetTypeRec;
@@ -112,10 +111,6 @@ class AliITSClusterFinder :public TObject{
     void InitGeometry(); 
  
   protected:
-    // methods 
-    AliITSClusterFinder(const AliITSClusterFinder &source); // copy constructor
-    // assignment operator
-    AliITSClusterFinder& operator=(const AliITSClusterFinder &source);
    // data members       
 
    Int_t              fDebug;         //! Debug flag/level
@@ -134,13 +129,15 @@ class AliITSClusterFinder :public TObject{
     Int_t              fClusterSize;   //! ClusterSize
     Int_t              fNPeaks;        //! NPeaks  
     // Data members needed to fill AliCluster objects
-    Float_t fYshift[2200];       // y-shifts of detector local coor. systems 
-    Float_t fZshift[2200];       // z-shifts of detector local coor. systems 
     Int_t fNdet[2200];           // detector index  
     Int_t fNlayer[2200];         // detector layer
 
+    AliITSClusterFinder(const AliITSClusterFinder &source); // copy constructor
+    // assignment operator
+    AliITSClusterFinder& operator=(const AliITSClusterFinder &source);
+    
 
-    ClassDef(AliITSClusterFinder,6) //Class for clustering and reconstruction of space points
+    ClassDef(AliITSClusterFinder,7) //Class for clustering and reconstruction of space points
 };
 // Input and output functions for standard C++ input/output.
 ostream &operator<<(ostream &os,AliITSClusterFinder &source);