]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALClusterizerv1.h
Compilation warnings fixed
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALClusterizerv1.h
index 29adee0dca8da802f4abda5742278dc08588f9a7..31e841a121312beeef0afcefb65f82dc64ac3926 100644 (file)
@@ -86,7 +86,7 @@ public:
 
 protected:
 
-  void           WriteRecPoints(Int_t event) ;
+  void           WriteRecPoints() ;
   virtual void   MakeClusters( ) ;            
   
 private:
@@ -100,9 +100,10 @@ private:
   void InitParameters() ;
 
   virtual void   MakeUnfolding() ;
-  void           UnfoldCluster(AliEMCALTowerRecPoint * iniEmc,Int_t Nmax, 
-                      AliEMCALDigit ** maxAt,Float_t * maxAtEnergy ) ; //Unfolds cluster using TMinuit package
-  void           PrintRecPoints(Option_t * option) ;
+  void           UnfoldCluster(AliEMCALTowerRecPoint * /*iniEmc*/, Int_t /*Nmax*/, 
+                              AliEMCALDigit ** /*maxAt*/,
+                              Float_t * /*maxAtEnergy*/ ) ; //Unfolds cluster using TMinuit package
+  void           PrintRecPoints(Option_t * /*option*/) ;
 
 private: