]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDclusterCorrection.h
Some code cleanup
[u/mrichter/AliRoot.git] / TRD / AliTRDclusterCorrection.h
index 16cfb47735c6e62de131a0822402feda9c2ab46a..64401b96e574eab2b834cdf0296233397998ad86 100644 (file)
@@ -22,7 +22,7 @@ class AliTRDclusterCorrection : public TObject {
 
           Float_t  GetCorrection(Int_t plane, Int_t timebin, Float_t angle) const;
           Float_t  GetOffsetAngle() const            { return fOffsetAngle;  }
-          Float_t  GetAngle(Int_t i)                 { return (i - 10.0) / 10.0 + fOffsetAngle; }
+          Float_t  GetAngle(Int_t i) const           { return (i - 10.0) / 10.0 + fOffsetAngle; }
           Float_t  GetSigma(Int_t plane, Int_t timebin, Float_t angle) const;
 
           void     SetCorrection(Int_t plane,Int_t timebin, Float_t angle, Float_t value,Float_t sigma);