]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSReconstructioner.h
Compilation warnings fixed
[u/mrichter/AliRoot.git] / PHOS / AliPHOSReconstructioner.h
index 58d5cf8a875afdbf4b15e7e7af3de9913a78cc36..c877845ea85f2f025ce7384aff85278cef72dc5a 100644 (file)
@@ -40,7 +40,7 @@ public:
    
   virtual ~AliPHOSReconstructioner() ;
 
-  virtual void Exec(Option_t * option) ;
+  virtual void Exec(Option_t) ;
 
   AliPHOSDigitizer         * GetDigitizer()  const { return fDigitizer   ; }
   AliPHOSClusterizer       * GetClusterizer()const { return fClusterizer ; }
@@ -48,7 +48,7 @@ public:
   AliPHOSTrackSegmentMaker * GetTSMaker()    const { return fTSMaker ;     }
   AliPHOSSDigitizer        * GetSDigitizer() const { return fSDigitizer  ; }
 
-  void Print(Option_t * option)const ;
+  void Print()const ;
   
   //  void SetBranchTitle(const char* branch,const char * title) ;
   //            // Sets the branch titles to separate different reconstruction flows