1 #ifndef ALITOFDRMSTATUSHEADER4_H
2 #define ALITOFDRMSTATUSHEADER4_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 AliTOFDRMStatusHeader4
20 UInt_t GetSlotID() const {return fSlotID;};
21 UInt_t GetTemperature() const {return fTemperature;};
22 UInt_t GetMBZ1() const {return fMBZ1;};
23 UInt_t GetACKBit() const {return fACKBit;};
24 UInt_t GetSensAD() const {return fSensAD;};
25 UInt_t GetMBZ2() const {return fMBZ2;};
26 UInt_t GetUNDEFINED() const {return fUNDEFINED;};
27 UInt_t GetWordType() const {return fWordType;};
30 UInt_t fTemperature: 10;