]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSClusterFinderV2SDD.h
Anode dependent drift speed. AliITSsegmentationSDD does not depend any longer on...
[u/mrichter/AliRoot.git] / ITS / AliITSClusterFinderV2SDD.h
index 17434c6e8c3459ca7fef7eacbb4912fa1a51180d..43239667bb6329da461567bd3dea5644ec7c23c0 100644 (file)
@@ -39,14 +39,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