]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDCalibraMode.h
Ignoring coverity to compile
[u/mrichter/AliRoot.git] / TRD / AliTRDCalibraMode.h
index b7a46f185e81b1f1b6ea020a41fa2c9c1be8d3b5..e47a8029a0fc2db266eb610b03777935c94a837d 100644 (file)
@@ -63,7 +63,7 @@ class AliTRDCalibraMode : public TObject {
          Short_t  GetRowMax(Int_t i) const                                  { return fRowMax[i];              }
          Short_t  GetColMin(Int_t i) const                                  { return fColMin[i];              }
          Short_t  GetColMax(Int_t i) const                                  { return fColMax[i];              }
-         Short_t  GetXbins(Int_t i) const                                   { return fXbins[i];               }
+         Int_t    GetXbins(Int_t i) const                                   { return fXbins[i];               }
           Short_t  GetDetChamb0(Int_t i) const                               { return fDetChamb0[i];           }
           Short_t  GetDetChamb2(Int_t i) const                               { return fDetChamb2[i];           }