]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Crucial bug-fix. The raw-data events should be never skipped inside the QA data makers
authorcvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 2 Oct 2008 11:07:07 +0000 (11:07 +0000)
committercvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 2 Oct 2008 11:07:07 +0000 (11:07 +0000)
ACORDE/AliACORDEQADataMakerRec.cxx

index 397a43733b35220c6f9877452da8abc260980414..de4c84130cab3a3a5d7b2f840330a23cc707ea16 100755 (executable)
@@ -137,8 +137,6 @@ void AliACORDEQADataMakerRec::MakeRaws(AliRawReader* rawReader)
 
 if(rawStream.Next())
 {
-       rawReader->NextEvent();
-        rawStream.Reset();
         dy[0]=rawStream.GetWord(0);
         dy[1]=rawStream.GetWord(1);
         dy[2]=rawStream.GetWord(2);