X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=TPC%2FAliTPCPRF2D.h;h=3d4a22f3c8b1496226a4ff65a5d4a5a0ff930928;hb=f1c2a4a3b7196d4aa47bd34fab51f384d245f28c;hp=d1f7c55619965fe904d49e4ec19526b1ae61e59c;hpb=a8a6107b8ec2a0ac82487a82099095c32cffd002;p=u%2Fmrichter%2FAliRoot.git diff --git a/TPC/AliTPCPRF2D.h b/TPC/AliTPCPRF2D.h index d1f7c556199..3d4a22f3c8b 100644 --- a/TPC/AliTPCPRF2D.h +++ b/TPC/AliTPCPRF2D.h @@ -50,7 +50,7 @@ public : virtual void SetY(Float_t y1, Float_t y2, Int_t nYdiv) ; virtual void SetChargeAngle(Float_t angle){fChargeAngle = angle;} //set angle of pad and charge distribution //axes - virtual void SetCurrentAngle(Float_t angle){return;} + virtual void SetCurrentAngle(Float_t /*angle*/){return;} virtual void SetPadAngle(Float_t angle){fPadAngle = angle;} //set pad angle void SetInterpolationType(Int_t interx, Int_t intery) {fInterX=interx; fInterY =intery;} virtual void SetGauss(Float_t sigmaX,Float_t sigmaY , Float_t kNorm=1); @@ -123,8 +123,8 @@ protected: static const Int_t fgkNPRF; //default number of division private: - AliTPCPRF2D(const AliTPCPRF2D &prf) {;} - AliTPCPRF2D &operator = (const AliTPCPRF2D &prf) {return *this;} + AliTPCPRF2D(const AliTPCPRF2D &prf); + AliTPCPRF2D &operator = (const AliTPCPRF2D &/*prf*/) {return *this;} ClassDef(AliTPCPRF2D,1) };