]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/AliHLTTPCDigitReaderDecoder.h
potential memory leak fixed (Kenneth); sequential (non-bunch) reading implemented...
[u/mrichter/AliRoot.git] / HLT / TPCLib / AliHLTTPCDigitReaderDecoder.h
index fd1dfc7c97724e73b69a89d3d4523ab9c203c213..d7e2c51b35d5df2a398e5390147558b78b2add4b 100644 (file)
@@ -50,6 +50,8 @@ public:
   const UInt_t* GetSignals();
   int GetTime();
   int GetBunchSize();
+  AliHLTUInt32_t GetAltroBlockHWaddr() const;
+
 protected:
   bool NextSignal();
 
@@ -64,12 +66,10 @@ private:
   AliAltroBunch *fAltroBunch;                                      //! transient
   AliHLTTPCMapping *fMapping;                                      //! transient
 
-  UInt_t fNextCounter;                                             //! transient
-  Bool_t fNextSignalMethodUsed;                                    //! transient
-
-
+  int fNextCounter;                                                //! transient
+  bool fNextSignalMethodUsed;                                      //! transient
 
-  ClassDef(AliHLTTPCDigitReaderDecoder, 1)
+  ClassDef(AliHLTTPCDigitReaderDecoder, 2)
     
 };
 #endif