X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=ITS%2FAliITSreconstruction.h;h=d1e5dcb91c72a92464c4dd002a1e79cf234eb748;hb=74a4d44877d68933779a00352bbc8a90d0cf589d;hp=e61e718a18106d0c842281efd8ea67a993532d8f;hpb=6cae184e0a28e9a5727fa419f59cb6923c03ddb2;p=u%2Fmrichter%2FAliRoot.git diff --git a/ITS/AliITSreconstruction.h b/ITS/AliITSreconstruction.h index e61e718a181..d1e5dcb91c7 100644 --- a/ITS/AliITSreconstruction.h +++ b/ITS/AliITSreconstruction.h @@ -12,13 +12,13 @@ // // //////////////////////////////////////////////////////////////////////// -#include +#include class AliRunLoader; class AliITSLoader; class TString; -class AliITSreconstruction : public TTask{ +class AliITSreconstruction : public TNamed{ public: AliITSreconstruction(); // default constructor AliITSreconstruction(const char *filename); // standard constructor @@ -44,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