]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSReconstructor.h
Added AliL3Log.h
[u/mrichter/AliRoot.git] / PHOS / AliPHOSReconstructor.h
index f5b195ba1ed57e4d21250d47749211a5dd600e91..35562fd023b6926d15cec4b5b925bcfab6dbfee0 100644 (file)
@@ -37,10 +37,10 @@ public:
     // requested by the Coding Convention
     Fatal("cpy ctor", "not implemented") ;
   }
-   
-  virtual ~AliPHOSReconstructor() {} ;
-
-  Bool_t                     Debug() const { return fDebug ; }
+  ~AliPHOSReconstructor() ; //dtor            
+  static void                SetDebug()   { fgDebug = kTRUE ; }
+  static void                ResetDebug() { fgDebug = kFALSE ; }
+  static Bool_t              Debug() { return fgDebug ; }
   virtual void               FillESD(AliRunLoader* runLoader, AliESD* esd) const ;
   virtual void               Reconstruct(AliRunLoader* runLoader) const ;
 
@@ -52,7 +52,7 @@ public:
   
 private:
   
-  Bool_t fDebug; //! verbosity controller
+  static Bool_t fgDebug ; //! verbosity controller
 
   ClassDef(AliPHOSReconstructor,2)  // Reconstruction algorithm class (Base Class)