]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliRawEquipmentHeader.h
Write trigger digits if SAVEDIGITS activated (Bogdan)
[u/mrichter/AliRoot.git] / RAW / AliRawEquipmentHeader.h
index 5104c5860f444fd8d8d4aa02a79952649cfd8550..dcb1170130eaca957e59a2ac6dea3b89aa44f86d 100644 (file)
@@ -1,6 +1,6 @@
 #ifndef ALIRAWEQUIPMENTHEADER_H
 #define ALIRAWEQUIPMENTHEADER_H
-// @(#)alimdc:$Name$:$Id$
+// @(#) $Id$
 // Author: Fons Rademakers  26/11/99
 
 /* Copyright(c) 1998-2003, ALICE Experiment at CERN, All rights reserved. *
@@ -25,6 +25,7 @@ public:
 
    void         *HeaderBegin() { return (void *) &fSize; }
    Int_t         HeaderSize() const { return (Long_t) &fBasicElementSizeType - (Long_t) &fSize + sizeof(fBasicElementSizeType); }
+   UInt_t        SwapWord(UInt_t x) const;
    void          Swap();
 
    UInt_t        GetEquipmentSize() const { return fSize; }
@@ -35,6 +36,8 @@ public:
 
    void          Reset();
 
+   void          Print( const Option_t* opt ="" ) const;
+
    enum {
      kAttributeWords = 3
    };