]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - VZERO/AliVZERORawStream.cxx
addedd new histos for cosmics
[u/mrichter/AliRoot.git] / VZERO / AliVZERORawStream.cxx
index 0c13c1c0152545f01d7ba525aeb5103640e166e4..1d1306d92d892991a317e54e4e028ce18d5ce81c 100644 (file)
@@ -189,7 +189,7 @@ Bool_t AliVZERORawStream::Next()
        Float_t fine     = 25. / 256. * (time & 0x1f);
        // fTime[iChannel] = time & 0xfff;
        fTime[iChannel]  = coarse1 + coarse2 + fine;
-       fWidth[iChannel] = 3.2 * ( (time >> 12) & 0x7f);   // HPTDC used in pairing mode
+       fWidth[iChannel] = 0.4 * ( (time >> 12) & 0x7f);   // HPTDC used in pairing mode
     }
     
     // End of decoding of one CIU card