]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFTRMChainTrailer.h
Charged jets (pPb): Change histo dimensions
[u/mrichter/AliRoot.git] / TOF / AliTOFTRMChainTrailer.h
index 81d97044f4ae3d935bac0a86d2d397027b8ea006..5ff9e3837484a5d2c5681602b11f3bc2f02f966e 100644 (file)
 class AliTOFTRMChainTrailer
 {
  public:
-  UInt_t GetStatus() {return fStatus;};
-  UInt_t GetMBZ() {return fMBZ;};
-  UInt_t GetEventCounter() {return fEventCounter;};
-  UInt_t GetWordType() {return fWordType;};
+  UInt_t GetStatus() const {return fStatus;};
+  UInt_t GetMBZ() const {return fMBZ;};
+  UInt_t GetEventCounter() const {return fEventCounter;};
+  UInt_t GetWordType() const {return fWordType;};
  private:
-  UInt_t fStatus:       4;
-  UInt_t fMBZ:          12;
-  UInt_t fEventCounter: 12;
-  UInt_t fWordType:     4;
+  UInt_t fStatus:        4; // status
+  UInt_t fMBZ:          12; // must-be-zero bits
+  UInt_t fEventCounter: 12; // event counter
+  UInt_t fWordType:      4; // word type
 };
 
 #endif