]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFTRMDiagnosticErrorWord1.h
bugfix: corrected calculation of slice and partition from track point Id
[u/mrichter/AliRoot.git] / TOF / AliTOFTRMDiagnosticErrorWord1.h
index dda47991078cd4958876504fd95a34cdc76b8c33..6046d7cf00fa24a75158e511c09923773d11b658 100644 (file)
 class AliTOFTRMDiagnosticErrorWord1
 {
  public:
-  UInt_t GetFaultChipFlagID() {return fFaultChipFlagID;};
-  UInt_t GetCBit() {return fCBit;};
-  UInt_t GetMBZ() {return fMBZ;};
-  UInt_t GetMBO() {return fMBO;};
-  UInt_t GetWordType() {return fWordType;};
+  UInt_t GetFaultChipFlagID() const {return fFaultChipFlagID;};
+  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 fFaultChipFlagID: 15;
-  UInt_t fCBit:            1;
-  UInt_t fMBZ:             8;
-  UInt_t fMBO:             4;
-  UInt_t fWordType:        4;
+  UInt_t fFaultChipFlagID: 15; // fault chip flag 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