From: mbroz Date: Tue, 16 Dec 2014 20:29:28 +0000 (+0100) Subject: Fixing bug in Raw stream X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=26de1b2565ecbbdadb6b1cb2a8941c4196d98454 Fixing bug in Raw stream --- diff --git a/AD/ADrec/AliADRawStream.cxx b/AD/ADrec/AliADRawStream.cxx index 4749f6610ce..b66a787f76f 100644 --- a/AD/ADrec/AliADRawStream.cxx +++ b/AD/ADrec/AliADRawStream.cxx @@ -126,7 +126,7 @@ Bool_t AliADRawStream::Next() Int_t iCIU=0; for (Int_t iV0CIU = 0; iV0CIU < 8; iV0CIU++) { - if(iV0CIU != 2 || iV0CIU != 5) { + if(iV0CIU != 2 && iV0CIU != 5) { for(Int_t iWord = 0; iWord<182; iWord++) GetNextWord(); continue; } @@ -193,7 +193,7 @@ Bool_t AliADRawStream::Next() } iCIU++; // End of decoding of one CIU card - AliWarning(Form("Number of bytes used at end of reading CIU card number %d %d", iCIU+1, fPosition)); + //AliWarning(Form("Number of bytes used at end of reading CIU card number %d %d", iCIU+1, fPosition)); } // end of decoding the eight CIUs