]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
bugfix: using the AliRawReaderMemory correctly. The ClearBuffers method is now used to
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 9 Jul 2009 22:43:45 +0000 (22:43 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 9 Jul 2009 22:43:45 +0000 (22:43 +0000)
cleanup the event. AliRawReader::Reset just rewinds the read position within the current event.

HLT/TPCLib/AliHLTTPCDigitReader32Bit.cxx

index d002260ab9e10a6ecbc287e4a8c142d33a4b9d9e..156103ccb7a437298b4b8c59f0ae8797c49cec96 100644 (file)
@@ -126,7 +126,7 @@ int AliHLTTPCDigitReader32Bit::InitBlock(void* ptr,unsigned long size, Int_t pat
 int AliHLTTPCDigitReader32Bit::Reset()
 {
   // see header file for class documentation
-  fRawReaderMemory->Reset();
+  fRawReaderMemory->ClearBuffers();
   return 0;
 }