]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliCaloAltroMapping.cxx
deconvolution and timebin window algorithms are changed to match the hardware impleme...
[u/mrichter/AliRoot.git] / RAW / AliCaloAltroMapping.cxx
index 4d3a9880149daff3872fc7b1cdebe48dbce89772..bd6e4e8d3db1eaf312e49368d439d1492cb2cd4d 100644 (file)
@@ -179,7 +179,7 @@ Int_t AliCaloAltroMapping::GetHWAddress(Int_t row, Int_t col, Int_t caloFlag)
     return -1;
   }
   if (col < fMinCol || col > fMaxCol) {
-    AliWarning(Form("Index of column (%d) outside the range (0 -> %d) !",col,fMinCol,fMaxCol));
+    AliWarning(Form("Index of column (%d) outside the range (%d -> %d) !",col,fMinCol,fMaxCol));
     return -1;
   }
   if (caloFlag < 0 || caloFlag > 3) {