]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSJetFinder.h
New class wrapping the access of files in the AliEn catalogue
[u/mrichter/AliRoot.git] / PHOS / AliPHOSJetFinder.h
index 0027211569a573f3556cd59d605cd95bd6da27f3..e3505070068d7a3f6b8bc87008d3dddf55b17afa 100644 (file)
@@ -39,7 +39,7 @@ public:
   void SetMaxConeMove(Double_t move){fMaxConeMove=move ; } ;
   void SetMinConeMove(Double_t move){fMinConeMove=move ; } ;
   void SetStatusCode(Int_t stc = 1){fStatusCode=stc ;} ;
-  AliPHOSJetFinder & operator = (const AliPHOSJetFinder & rvalue)  {
+  AliPHOSJetFinder & operator = (const AliPHOSJetFinder & /*rvalue*/)  {
     // assignement operator requested by coding convention but not needed
     Fatal("operator =", "not implemented") ; return *this ; 
   }