]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFTRMChainTrailer.h
adding AliHLTGlobalHistoComponent (ID GlobalHisto) for histogramming of global ESDEve...
[u/mrichter/AliRoot.git] / TOF / AliTOFTRMChainTrailer.h
index 81d97044f4ae3d935bac0a86d2d397027b8ea006..fb7894d53b16c49b7e108e4471d97e3ac9c548b3 100644 (file)
@@ -22,10 +22,10 @@ class AliTOFTRMChainTrailer
   UInt_t GetEventCounter() {return fEventCounter;};
   UInt_t GetWordType() {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