]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSClusterFinderV2SDD.h
time offset and charge conversion to energy unit moved from Cluster finder V2 to...
[u/mrichter/AliRoot.git] / ITS / AliITSClusterFinderV2SDD.h
index e1d0620c903c75518a0c3c0ff62cc03b1424fab2..17434c6e8c3459ca7fef7eacbb4912fa1a51180d 100644 (file)
@@ -24,8 +24,7 @@ public:
   virtual ~AliITSClusterFinderV2SDD(){;}
   virtual void FindRawClusters(Int_t mod);
   virtual void RawdataToClusters(AliRawReader* rawReader,TClonesArray** clusters);
-  Float_t GetTimeOffset()const {return fTimeOffsetSDD;}
-  void SetTimeOffset(Float_t to = 55.07){fTimeOffsetSDD = to;}
+
  protected:
 
   void FindClustersSDD(TClonesArray *digits);
@@ -45,9 +44,9 @@ public:
   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
-  Float_t fTimeOffsetSDD;    //delay in the drift channel   
 
-  ClassDef(AliITSClusterFinderV2SDD,2)  // ITS cluster finder V2 for SDD
+
+  ClassDef(AliITSClusterFinderV2SDD,3)  // ITS cluster finder V2 for SDD
 };
 
 #endif