![]() |
AliRoot Core
a565103 (a565103)
|
The bus patch header structure of the Tracker DDL payload. More...
#include <AliMUONTrackerDDLDecoderEventHandler.h>
Public Attributes | |
UInt_t | fDataKey |
Data key word for bus patch header. More... | |
UInt_t | fTotalLength |
total length of bus patch structure More... | |
UInt_t | fLength |
length of raw data More... | |
UInt_t | fBusPatchId |
bus patch id More... | |
The bus patch header structure of the Tracker DDL payload.
Definition at line 72 of file AliMUONTrackerDDLDecoderEventHandler.h.
UInt_t AliMUONBusPatchHeaderStruct::fBusPatchId |
bus patch id
Definition at line 77 of file AliMUONTrackerDDLDecoderEventHandler.h.
Referenced by AliMUONRawStreamTrackerHP::AliBusPatch::GetBusPatchId().
UInt_t AliMUONBusPatchHeaderStruct::fDataKey |
Data key word for bus patch header.
Definition at line 74 of file AliMUONTrackerDDLDecoderEventHandler.h.
Referenced by AliMUONTrackerDDLDecoder< EventHandler >::DecodeDSPData(), and AliMUONRawStreamTrackerHP::AliBusPatch::GetDataKey().
UInt_t AliMUONBusPatchHeaderStruct::fLength |
length of raw data
Definition at line 76 of file AliMUONTrackerDDLDecoderEventHandler.h.
Referenced by AliMUONTrackerDDLDecoder< EventHandler >::DecodeDSPData(), and AliMUONRawStreamTrackerHP::AliBusPatch::GetLength().
UInt_t AliMUONBusPatchHeaderStruct::fTotalLength |
total length of bus patch structure
Definition at line 75 of file AliMUONTrackerDDLDecoderEventHandler.h.
Referenced by AliMUONTrackerDDLDecoder< EventHandler >::DecodeDSPData(), and AliMUONRawStreamTrackerHP::AliBusPatch::GetTotalLength().