1 #ifndef ALITOFTRMDIAGNOSTICERRORWORD1_H
2 #define ALITOFTRMDIAGNOSTICERRORWORD1_H
4 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
5 * See cxx source for full Copyright notice */
7 /* $Id: AliTOFRawDataFormat.h 23881 2008-02-12 16:46:22Z decaro $ */
9 ///////////////////////////////////////////////////////////////
11 // This classes provide the TOF raw data bit fields. //
13 ///////////////////////////////////////////////////////////////
17 class AliTOFTRMDiagnosticErrorWord1
20 UInt_t GetFaultChipFlagID() {return fFaultChipFlagID;};
21 UInt_t GetCBit() {return fCBit;};
22 UInt_t GetMBZ() {return fMBZ;};
23 UInt_t GetMBO() {return fMBO;};
24 UInt_t GetWordType() {return fWordType;};
26 UInt_t fFaultChipFlagID: 15; // fault chip flag ID
27 UInt_t fCBit: 1; // C bit
28 UInt_t fMBZ: 8; // must-be-zero bits
29 UInt_t fMBO: 4; // must-be-zero bits
30 UInt_t fWordType: 4; // word type