]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSreconstruction.h
Scaled chip response from Levente
[u/mrichter/AliRoot.git] / ITS / AliITSreconstruction.h
index d1d53a8efeef35beb821e3f1191e3894b0397e7d..d1e5dcb91c72a92464c4dd002a1e79cf234eb748 100644 (file)
 //                                                                     //
 ////////////////////////////////////////////////////////////////////////
 
-#include <TTask.h>
+#include <TNamed.h>
 
 class AliRunLoader;
+class AliITSLoader;
 class TString;
 
-class AliITSreconstruction : public TTask{
+class AliITSreconstruction : public TNamed{
  public:
     AliITSreconstruction(); // default constructor
     AliITSreconstruction(const char *filename); // standard constructor
@@ -43,7 +44,7 @@ class AliITSreconstruction : public TTask{
     AliITSLoader *fLoader; //! ITS loader
     AliRunLoader* fRunLoader;//!Run Loader
  
-    ClassDef(AliITSreconstruction,3) // Task to Reconstruct ITS from Digits.
+    ClassDef(AliITSreconstruction,4) // Class to Reconstruct ITS from Digits.
 
 };
 #endif