]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/AliHLTTPCDigitReader32Bit.h
removing deprecated functionality
[u/mrichter/AliRoot.git] / HLT / TPCLib / AliHLTTPCDigitReader32Bit.h
index 6d3fb24c7a2b2762f5d60e34659f68e4512f780b..2264a65bc3340a21052e3437ca5c8f14906bc998 100644 (file)
@@ -1,3 +1,4 @@
+// $Id$
 // XEmacs -*-C++-*-
 
 #ifndef ALIHLTTPCDIGITREADER32BIT_H
@@ -7,14 +8,13 @@
 //* ALICE Experiment at CERN, All rights reserved.                         *
 //* See cxx source for full Copyright notice                               */
 
-/** @file   AliHLTTPCDigitReader32Bit.h
-    @author Kenneth Aamodt, Matthias Richter
-    @date   
-    @brief  DigitReader for the 32 bit offline decoder
-*/
+/// @file   AliHLTTPCDigitReader32Bit.h
+/// @author Kenneth Aamodt, Matthias Richter
+/// @date   
+/// @brief  DigitReader for the 32 bit offline decoder
+///
 
 #include "AliHLTTPCDigitReader.h"
-#include "AliRawReader.h"
 
 class AliTPCRawStream;
 class AliRawReaderMemory;
@@ -64,12 +64,13 @@ private:
   /** assignment operator prohibited */
   AliHLTTPCDigitReader32Bit& operator=(const AliHLTTPCDigitReader32Bit&);
 
-  AliRawReader* fRawReader;                                  //! transient
   AliRawReaderMemory* fRawReaderMemory;                      //! transient
 
   AliAltroRawStreamV3 * fAltroRawStreamV3;                   //! transient
   
   AliHLTTPCMapping *fMapping;                                //! transient
+
+  Bool_t fSkipDataReadingFlag;                                       //! transient
   
   ClassDef(AliHLTTPCDigitReader32Bit, 0)