]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFFEEDump.cxx
TRD nSigma OADB related new codes and modifications and OADB root file -- Xianguo Lu
[u/mrichter/AliRoot.git] / TOF / AliTOFFEEDump.cxx
index 125c2b60109bb0f5f573256324a968b8410dc46d..a1c489b51d9db6c8451599723ffd286dccd7b226 100644 (file)
@@ -157,7 +157,7 @@ AliTOFFEEDump::DumpData() {
   printf("*** TOF FEE dump data ***\n");
   printf("data size = %d bytes\n", fSize);
   printf("*************************\n");
-  UInt_t nwords = fSize / 4;
+  Int_t nwords = fSize / 4;
   UInt_t *data = (UInt_t *)fData;
   for (Int_t iword = 0; iword < nwords; iword++) {
     if (iword != 0 && iword % 4 == 0) printf("\n");