]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliAltroRawStreamV3.h
Coverity
[u/mrichter/AliRoot.git] / RAW / AliAltroRawStreamV3.h
index ea7a21f3cec66f6fea45b4859afff6b22bce9bfc..2eb82c19c894c80e06f7036b37d655f5057050f5 100644 (file)
@@ -49,6 +49,8 @@ class AliAltroRawStreamV3: public TObject {
     Bool_t IsChannelBad()      const { return fBadChannel; }   // Is the channel data bad or not
 
     Int_t GetChannelPayloadSize() const { return fChannelPayloadSize; }
+    UChar_t *GetRCUPayloadInSOD() const;
+    Int_t GetRCUPayloadSizeInSOD() const;
 
     Int_t GetBranch()     const; // Provide the branch index for the current hardware address
     Int_t GetFEC()        const; // Provide the front-end card index for the current hardware address
@@ -92,6 +94,8 @@ class AliAltroRawStreamV3: public TObject {
 
     void  SetCheckAltroPayload(Bool_t check) { fCheckAltroPayload = check; }
 
+    void HexDumpChannel() const;
+
     enum EAltroRawStreamV3Error {
       kRCUTrailerErr = 1,
       kRCUVerErr = 2,