]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSRecoParam.h
AliPHOSRecoParam is derived from AliDetectorRecoParam
[u/mrichter/AliRoot.git] / PHOS / AliPHOSRecoParam.h
index 57fa3b1e6d5928f2bb86e16500c8c7c44c484bc6..e4a31e7eff393561e7c0bd820680b0b51f703a4c 100644 (file)
@@ -8,10 +8,9 @@
 // Base class for the PHOS reconstruction parameters.
 // Do not use in the reconstruction; use derivative classes instead.
 
-#include "TNamed.h"
+#include "AliDetectorRecoParam.h"
 
-
-class AliPHOSRecoParam : public TNamed {
+class AliPHOSRecoParam : public AliDetectorRecoParam {
 
 public:
 
@@ -55,7 +54,7 @@ protected:
   Bool_t  fUnfold;              // true if overlapped clusters should be unfolded
   TString fDecoderVersion ;     // AliPHOSRawDecoder version
 
-  ClassDef(AliPHOSRecoParam,4)
+  ClassDef(AliPHOSRecoParam,5)
 };
 
 #endif