]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliAltroRawStream.h
Change due to change in AliMUONDigit Signal type (int to float) (Laurent)
[u/mrichter/AliRoot.git] / RAW / AliAltroRawStream.h
index 2dc9a3f5a9441d40c4a438d95d09ab096418cd0a..10d126f718f77a8ee92c9bcb2e65beada51fa818 100644 (file)
@@ -52,6 +52,8 @@ class AliAltroRawStream: public TObject {
     void  SetOldRCUFormat(Bool_t flag)   { fIsOldRCUFormat = flag; }  // Specify whenever to use or not the old RCU trailer format
     void  SetShortDataHeader(Bool_t flag) { fIsShortDataHeader = flag; } // Specify whenever to assume or not a short CDH format
 
+    void PrintDebug() const; // Print debug information in case of decoding errors
+
   protected:
     AliAltroRawStream(const AliAltroRawStream& stream);
     AliAltroRawStream& operator = (const AliAltroRawStream& stream);