]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFTRMGlobalTrailer.h
Improved QAchecker and plots for DQM
[u/mrichter/AliRoot.git] / TOF / AliTOFTRMGlobalTrailer.h
index a4834010dc85c779d56b1ec1ef5bf0321db05eb0..dec37e3129c7d084c4096670d0070e2c8fba89e6 100644 (file)
 class AliTOFTRMGlobalTrailer
 {
  public:
-  UInt_t GetSlotID() {return fSlotID;};
-  UInt_t GetEventCRC() {return fEventCRC;};
-  UInt_t GetEventCounter() {return fEventCounter;};
-  UInt_t GetWordType() {return fWordType;};
+  UInt_t GetSlotID() const {return fSlotID;};
+  UInt_t GetEventCRC() const {return fEventCRC;};
+  UInt_t GetEventCounter() const {return fEventCounter;};
+  UInt_t GetWordType() const {return fWordType;};
  private:
-  UInt_t fSlotID:       4;
-  UInt_t fEventCRC:     12;
-  UInt_t fEventCounter: 12;
-  UInt_t fWordType:     4;
+  UInt_t fSlotID:        4; // TRM number
+  UInt_t fEventCRC:     12; // event CRC
+  UInt_t fEventCounter: 12; // event couter
+  UInt_t fWordType:      4; // word type
 };
 
 #endif /* ALITOFTRMGLOBALTRAILER_H */