]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFTRMDiagnosticErrorWord2.h
updating misleading comments - incorrect number of supermodules
[u/mrichter/AliRoot.git] / TOF / AliTOFTRMDiagnosticErrorWord2.h
index acedde8db102ffc949398650f241acd0b026fe3d..4bf57835ed30687d4ee12006b98a9515e02bc21c 100644 (file)
 class AliTOFTRMDiagnosticErrorWord2
 {
  public:
-  UInt_t GetJtagErrorCode() {return fJtagErrorCode;};
-  UInt_t GetTDCID() {return fTDCID;};
-  UInt_t GetCBit() {return fCBit;};
-  UInt_t GetMBZ() {return fMBZ;};
-  UInt_t GetMBO() {return fMBO;};
-  UInt_t GetWordType() {return fWordType;};
+  UInt_t GetJtagErrorCode() const {return fJtagErrorCode;};
+  UInt_t GetTDCID() const {return fTDCID;};
+  UInt_t GetCBit() const {return fCBit;};
+  UInt_t GetMBZ() const {return fMBZ;};
+  UInt_t GetMBO() const {return fMBO;};
+  UInt_t GetWordType() const {return fWordType;};
  private:
-  UInt_t fJtagErrorCode: 11;
-  UInt_t fTDCID:         4;
-  UInt_t fCBit:          1;
-  UInt_t fMBZ:           8;
-  UInt_t fMBO:           4;
-  UInt_t fWordType:      4;
+  UInt_t fJtagErrorCode: 11; // Jtag error code
+  UInt_t fTDCID:          4; // TDC ID
+  UInt_t fCBit:           1; // C bit
+  UInt_t fMBZ:            8; // must-be-zero bits
+  UInt_t fMBO:            4; // must-be-zero bits
+  UInt_t fWordType:       4; // word type
 };
 
 #endif