]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSClusterFinderV2SDD.h
alignment of sensor wrt hybrid is now allowed (fgkSSDModulVerticalDisalignement)...
[u/mrichter/AliRoot.git] / ITS / AliITSClusterFinderV2SDD.h
index 17434c6e8c3459ca7fef7eacbb4912fa1a51180d..143b9aab3c4bda9fd1eeb853f659ea490ae8d629 100644 (file)
@@ -25,6 +25,8 @@ public:
   virtual void FindRawClusters(Int_t mod);
   virtual void RawdataToClusters(AliRawReader* rawReader,TClonesArray** clusters);
 
+  enum {kHybridsPerDDL = 24};   // number of hybrids in each DDL 
+
  protected:
 
   void FindClustersSDD(TClonesArray *digits);
@@ -39,14 +41,7 @@ public:
     return (AliITSsegmentationSDD*)fDetTypeRec->GetSegmentationModel(1);} 
 
 
-  Int_t fNySDD;           //number of "pixels" in Y
-  Int_t fNzSDD;           //number of "pixels" in Z
-  Float_t fZpitchSDD;     //"pixel sizes" in Z
-  Float_t fHwSDD;         //half width of the SDD detector
-  Float_t fHlSDD;         //half length of the SDD detector
-
-
-  ClassDef(AliITSClusterFinderV2SDD,3)  // ITS cluster finder V2 for SDD
+  ClassDef(AliITSClusterFinderV2SDD,4)  // ITS cluster finder V2 for SDD
 };
 
 #endif