]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFClusterFinder.h
Removing the tasks from the digitization (Ruben)
[u/mrichter/AliRoot.git] / TOF / AliTOFClusterFinder.h
index 3be1b715d66e4df7613e63e50081463232dbe595..59f81b9c34f09e78d05e79871dc411b18367ec7b 100644 (file)
@@ -6,7 +6,7 @@
 // Task: Transform digits/raw data to TOF Clusters, to fill TOF RecPoints
 // and feed TOF tracking 
 
-#include "TTask.h"
+#include "TNamed.h"
 
 #include "AliTOFRawStream.h"
 
@@ -22,7 +22,7 @@ class AliTOFGeometry;
 class AliTOFcluster;
 class AliTOFcalib;
 
-class AliTOFClusterFinder : public TTask
+class AliTOFClusterFinder : public TNamed
 {
 
   enum {kTofMaxCluster=77777}; //maximal number of the TOF clusters
@@ -81,7 +81,7 @@ class AliTOFClusterFinder : public TTask
   AliTOFcalib *fTOFcalib;         // pointer to the TOF calibration info
   AliTOFRawStream fTOFRawStream; // AliTOFRawStream variable
 
-  ClassDef(AliTOFClusterFinder,6) // To run TOF clustering
+  ClassDef(AliTOFClusterFinder,7) // To run TOF clustering
 };
 #endif