![]() |
![]() |
#include <RecordBX.h>
Public Member Functions | |
int | bx () const |
std::string | print () const |
RecordBX () | |
RecordBX (int bx) | |
RecordBX (const DataRecord &rec) | |
~RecordBX () override | |
![]() | |
const Data & | data () const |
DataRecord (const Data &data=None) | |
std::string | print () const |
DataRecordType | type () const |
virtual | ~DataRecord () |
Static Public Member Functions | |
static bool | matchType (const DataRecord &record) |
![]() | |
static std::string | name (const DataRecordType &code) |
static std::string | print (const DataRecord &record) |
Static Private Attributes | |
static const int | BX_MASK = 0xFFF |
static const int | BX_SHIFT = 0 |
static const int | BX_TYPE_FLAG = 0xD |
static const int | BX_TYPE_SHIFT = 12 |
Additional Inherited Members | |
![]() | |
typedef uint16_t | Data |
enum | DataRecordType { None = 0, StartOfBXData = 1, StartOfTbLinkInputNumberData = 2, ChamberData = 3, Empty = 4, RDDM = 5, SDDM = 6, RCDM = 7, RDM = 8, UndefinedType = 9 } |
![]() | |
Data | theData |
Definition at line 7 of file RecordBX.h.
|
inline |
Definition at line 16 of file RecordBX.h.
|
inline |
Definition at line 19 of file RecordBX.h.
References BX_SHIFT, BX_TYPE_SHIFT, and rpcrawtodigi::DataRecord::theData.
|
inline |
Definition at line 25 of file RecordBX.h.
|
inlineoverride |
Definition at line 27 of file RecordBX.h.
|
inline |
Definition at line 28 of file RecordBX.h.
References matchType(), print(), record, AlCaHLTBitMon_QueryRunRegistry::string, and rpcrawtodigi::DataRecord::theData.
Referenced by rpcrawtodigi::EventRecords::dataToTriggerDelay(), and print().
|
static |
Definition at line 4 of file RecordBX.cc.
References BX_TYPE_FLAG, BX_TYPE_SHIFT, and rpcrawtodigi::DataRecord::data().
Referenced by bx(), rpcrawtodigi::DataRecord::print(), and rpcrawtodigi::DataRecord::type().
std::string RecordBX::print | ( | void | ) | const |
Definition at line 6 of file RecordBX.cc.
Referenced by bx(), rpcrawtodigi::DataRecord::print(), and rpcrawtodigi::EventRecords::print().
|
staticprivate |
Definition at line 11 of file RecordBX.h.
|
staticprivate |
Definition at line 12 of file RecordBX.h.
Referenced by RecordBX().
|
staticprivate |
Definition at line 9 of file RecordBX.h.
Referenced by matchType().
|
staticprivate |
Definition at line 10 of file RecordBX.h.
Referenced by matchType(), and RecordBX().