]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFDigitMap.cxx
Increased number of allowed digit per TOF channel: it was 3 and now it is 10
[u/mrichter/AliRoot.git] / TOF / AliTOFDigitMap.cxx
index c3956616bf3663155b3be196909ccce227f19c4b..d95e46d68e625a53f6321e90171097670e0e8ebf 100644 (file)
@@ -162,6 +162,7 @@ void AliTOFDigitMap::AddDigit(Int_t *vol, Int_t idigit)
   if (fDigitMap[CheckedIndex(vol)][kMaxDigitsPerPad-1]!=0) {
     AliWarning(Form("In the volume (Se%i, Pl%i, St%i, PadR%i, Pad%i) there is not more possibility to add other digits.", vol[0], vol[1], vol[2], vol[4], vol[3]));
     AliWarning(Form("Then, the digit number %i will be not inserted in the digit map, i.e. it will be lost.", idigit));
+    AliWarning(Form("Please, check the possibility to increase the digit map size (succently set to %i)", kMaxDigitsPerPad));
     return;
   }