]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/AliHLTTPCDigitReaderDecoder.h
get rid of compilation warning
[u/mrichter/AliRoot.git] / HLT / TPCLib / AliHLTTPCDigitReaderDecoder.h
index fd1dfc7c97724e73b69a89d3d4523ab9c203c213..13bbe26b2ab7e73643992183ee74767f0f298707 100644 (file)
     @brief  DigitReader for the fast ALTRO Decoder
 */
 
-// see below for class documentation
-// or
-// refer to README to build package
-// or
-// visit http://web.ift.uib.no/~kjeks/doc/alice-hlt
-
 #include "AliHLTTPCDigitReader.h"
 #include "AliAltroData.h"
 class AliHLTTPCMapping;
@@ -30,6 +24,7 @@ class AliAltroBunch;
  * @class AliHLTTPCDigitReaderDecoder
  * Digit reader implementation for real ALTRO/RCU data using the fast
  * AliAltroDecoder class.
+ *
  * @ingroup alihlt_tpc
  */
 class AliHLTTPCDigitReaderDecoder : public AliHLTTPCDigitReader {
@@ -50,6 +45,10 @@ public:
   const UInt_t* GetSignals();
   int GetTime();
   int GetBunchSize();
+  int GetRowOffset() const;
+  AliHLTUInt32_t GetAltroBlockHWaddr() const;
+  AliHLTUInt32_t GetAltroBlockHWaddr(Int_t row, Int_t pad) const;
+  
 protected:
   bool NextSignal();
 
@@ -64,12 +63,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