]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFTRMTDCError.h
Added some comments for the global class variables
[u/mrichter/AliRoot.git] / TOF / AliTOFTRMTDCError.h
index 788f372e3c2c23a6705cfbfa6770344911101d58..0f97acbe8fecc7d685aaad9f9e704bdd43568c79 100644 (file)
@@ -22,10 +22,10 @@ class AliTOFTRMTDCError
   UInt_t GetTDCID () {return fTDCID;};
   UInt_t GetWordType() {return fWordType;};
  private:
-  UInt_t fErrorFlags: 15;
-  UInt_t fMBZ:        9;
-  UInt_t fTDCID:      4;
-  UInt_t fWordType:   4;
+  UInt_t fErrorFlags: 15; // error flags
+  UInt_t fMBZ:         9; // must-be-zero bits
+  UInt_t fTDCID:       4; // TDC number
+  UInt_t fWordType:    4; // word type
 };
 
 #endif