]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/AliHLTDataInflaterHuffman.h
HLTcalo module
[u/mrichter/AliRoot.git] / HLT / BASE / AliHLTDataInflaterHuffman.h
index 7f083555d8bfb411e21a414d00e571315b5ac8c7..413b3a9ff51020fe4182471ec514671371d3dda9 100644 (file)
@@ -42,6 +42,11 @@ public:
     return fCurrentParameter;
   }
 
+  /// Print info
+  void Print(Option_t* option = "") const;
+  /// clear the object and reset pointer references
+  virtual void Clear(Option_t * option ="");
+
 protected:
 private:
   /** copy constructor prohibited */
@@ -59,6 +64,10 @@ private:
   int fCurrentParameter; //!
   /// legacy mode to handle code not using NextParameter()
   int fLegacyMode;
+  /// buffered input
+  AliHLTUInt64_t fInput; //!
+  /// valid MSBs in the buffered input
+  AliHLTUInt32_t fInputLength; //!
 
   ClassDef(AliHLTDataInflaterHuffman, 0)
 };