]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSClusterFinderV2SSD.cxx
Removed obsolete and no longer maintained cluster finders
[u/mrichter/AliRoot.git] / ITS / AliITSClusterFinderV2SSD.cxx
index 60ca708e3239a93afb23dbdb9fa78fc8c32115e6..f01a6ea2afd30f5902a27fd5bf311f19e1c4752f 100644 (file)
@@ -45,7 +45,7 @@ Int_t    AliITSClusterFinderV2SSD::fgPairsSize = 0;
 ClassImp(AliITSClusterFinderV2SSD)
 
 
-AliITSClusterFinderV2SSD::AliITSClusterFinderV2SSD(AliITSDetTypeRec* dettyp):AliITSClusterFinderV2(dettyp),
+AliITSClusterFinderV2SSD::AliITSClusterFinderV2SSD(AliITSDetTypeRec* dettyp):AliITSClusterFinder(dettyp),
 fLastSSD1(AliITSgeomTGeo::GetModuleIndex(6,1,1)-1)
 {
 //Default constructor
@@ -53,7 +53,7 @@ fLastSSD1(AliITSgeomTGeo::GetModuleIndex(6,1,1)-1)
 }
  
 //______________________________________________________________________
-AliITSClusterFinderV2SSD::AliITSClusterFinderV2SSD(const AliITSClusterFinderV2SSD &cf) : AliITSClusterFinderV2(cf),                                            fLastSSD1(cf.fLastSSD1)
+AliITSClusterFinderV2SSD::AliITSClusterFinderV2SSD(const AliITSClusterFinderV2SSD &cf) : AliITSClusterFinder(cf),                                              fLastSSD1(cf.fLastSSD1)
 {
   // Copy constructor
 }