X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=TOF%2FAliTOFTRMGlobalTrailer.h;h=dec37e3129c7d084c4096670d0070e2c8fba89e6;hb=32f820ea592581f77c04e50281722589f9e23aa7;hp=a4834010dc85c779d56b1ec1ef5bf0321db05eb0;hpb=702659f63794422c92d2605226e9acf0cb79427b;p=u%2Fmrichter%2FAliRoot.git diff --git a/TOF/AliTOFTRMGlobalTrailer.h b/TOF/AliTOFTRMGlobalTrailer.h index a4834010dc8..dec37e3129c 100644 --- a/TOF/AliTOFTRMGlobalTrailer.h +++ b/TOF/AliTOFTRMGlobalTrailer.h @@ -17,15 +17,15 @@ 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 */