]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSClusterFinderV2SDD.h
Removed obsolete and no longer maintained cluster finders
[u/mrichter/AliRoot.git] / ITS / AliITSClusterFinderV2SDD.h
index 0361f8ae9a33ff1ae4dff8a6b4f96bfd4f17ace5..9aa913c3627fa339bcb14ff663264778f0026583 100644 (file)
@@ -9,7 +9,7 @@
 //
 //   Origin: Iouri Belikov, CERN, Jouri.Belikov@cern.ch 
 //--------------------------------------------------------------
-#include "AliITSClusterFinderV2.h"
+#include "AliITSClusterFinder.h"
 #include "AliITSDetTypeRec.h"
 
 class TClonesArray;
@@ -18,7 +18,7 @@ class AliITSRawStream;
 class AliITSCalibrationSDD;
 class AliITSsegmentationSDD;
 
-class AliITSClusterFinderV2SDD : public AliITSClusterFinderV2 {
+class AliITSClusterFinderV2SDD : public AliITSClusterFinder {
 public:
   AliITSClusterFinderV2SDD(AliITSDetTypeRec* dettyp);
   virtual ~AliITSClusterFinderV2SDD(){;}