#include <CTP_RIO.h>
Definition at line 22 of file CTP_RIO.h.
◆ CTP_RIO()
Definition at line 11 of file CTP_RIO.cxx.
11 :
14}
uint32_t m_lvl1TriggerType
◆ ~CTP_RIO()
◆ bcid()
| void CTP_RIO::bcid |
( |
uint32_t | val | ) |
|
|
inline |
◆ detectorEventType()
| void CTP_RIO::detectorEventType |
( |
uint32_t | val | ) |
|
|
inline |
◆ dumpData() [1/2]
| void CTP_RIO::dumpData |
( |
| ) |
const |
Definition at line 19 of file CTP_RIO.cxx.
20{
21 SmartIF<IMessageSvc>
msgSvc{Gaudi::svcLocator()->service(
"MessageSvc")};
22 if ( !msgSvc ) {
23 return;
24 }
25 MsgStream
log(msgSvc,
"CTP_RIO");
27}
msgSvc
Provide convenience handles for various services.
◆ dumpData() [2/2]
| void CTP_RIO::dumpData |
( |
MsgStream & | log | ) |
const |
Definition at line 29 of file CTP_RIO.cxx.
30{
31 log << MSG::DEBUG <<
"=================================================" <<
endmsg;
32 log << MSG::DEBUG <<
"CTP ROD Header / Trailer data" <<
endmsg;
42 log << MSG::DEBUG << "Status word " << i << " : 0x" << MSG::hex
44 log << MSG::DEBUG <<
"=================================================" <<
endmsg;
45}
uint32_t getNumberDataWords() const
uint32_t getNumberStatusWords() const
uint32_t getSourceId() const
const std::vector< uint32_t > & getStatusWords() const
uint32_t getLvl1Id() const
uint32_t getRunNumber() const
uint32_t getLvl1TriggerType() const
uint32_t getDetectorEventType() const
◆ getBCID()
| uint32_t CTP_RIO::getBCID |
( |
| ) |
const |
|
inline |
◆ getDetectorEventType()
| uint32_t CTP_RIO::getDetectorEventType |
( |
| ) |
const |
|
inline |
◆ getLvl1Id()
| uint32_t CTP_RIO::getLvl1Id |
( |
| ) |
const |
|
inline |
◆ getLvl1TriggerType()
| uint32_t CTP_RIO::getLvl1TriggerType |
( |
| ) |
const |
|
inline |
◆ getNumberDataWords()
| uint32_t CTP_RIO::getNumberDataWords |
( |
| ) |
const |
|
inline |
◆ getNumberStatusWords()
| uint32_t CTP_RIO::getNumberStatusWords |
( |
| ) |
const |
|
inline |
◆ getRunNumber()
| uint32_t CTP_RIO::getRunNumber |
( |
| ) |
const |
|
inline |
◆ getSourceId()
| uint32_t CTP_RIO::getSourceId |
( |
| ) |
const |
|
inline |
◆ getStatusWords()
| const std::vector< uint32_t > & CTP_RIO::getStatusWords |
( |
| ) |
const |
|
inline |
Definition at line 36 of file CTP_RIO.h.
std::vector< uint32_t > m_statusWords
◆ lvl1Id()
| void CTP_RIO::lvl1Id |
( |
uint32_t | val | ) |
|
|
inline |
◆ lvl1TriggerType()
| void CTP_RIO::lvl1TriggerType |
( |
uint32_t | val | ) |
|
|
inline |
◆ numberDataWords()
| void CTP_RIO::numberDataWords |
( |
uint32_t | val | ) |
|
|
inline |
◆ numberStatusWords()
| void CTP_RIO::numberStatusWords |
( |
uint32_t | val | ) |
|
|
inline |
◆ runNumber()
| void CTP_RIO::runNumber |
( |
uint32_t | val | ) |
|
|
inline |
◆ sourceId()
| void CTP_RIO::sourceId |
( |
uint32_t | val | ) |
|
|
inline |
◆ statusWords()
| std::vector< uint32_t > & CTP_RIO::statusWords |
( |
| ) |
|
|
inline |
◆ m_bcid
◆ m_detEventType
| uint32_t CTP_RIO::m_detEventType |
|
private |
◆ m_lvl1Id
| uint32_t CTP_RIO::m_lvl1Id |
|
private |
◆ m_lvl1TriggerType
| uint32_t CTP_RIO::m_lvl1TriggerType |
|
private |
◆ m_nDataWords
| uint32_t CTP_RIO::m_nDataWords |
|
private |
◆ m_nStatusWords
| uint32_t CTP_RIO::m_nStatusWords |
|
private |
◆ m_runNumber
| uint32_t CTP_RIO::m_runNumber |
|
private |
◆ m_sourceId
| uint32_t CTP_RIO::m_sourceId |
|
private |
◆ m_statusWords
| std::vector<uint32_t> CTP_RIO::m_statusWords |
|
private |
The documentation for this class was generated from the following files: