]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFTRMDiagnosticErrorWord1.h
Added QA for digits during reconstruction (Yves)
[u/mrichter/AliRoot.git] / TOF / AliTOFTRMDiagnosticErrorWord1.h
index dda47991078cd4958876504fd95a34cdc76b8c33..4a970c5696ed5d351c65e04c93c0c797b15e56b6 100644 (file)
@@ -23,11 +23,11 @@ class AliTOFTRMDiagnosticErrorWord1
   UInt_t GetMBO() {return fMBO;};
   UInt_t GetWordType() {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