#include <ITkStripOnlineId.h>
Definition at line 16 of file ITkStripOnlineId.h.
◆ anonymous enum
Enumerator |
---|
INVALID_FIBRE | |
INVALID_ROD | |
INVALID_ONLINE_ID | |
Definition at line 37 of file ITkStripOnlineId.h.
◆ ITkStripOnlineId() [1/3]
ITkStripOnlineId::ITkStripOnlineId |
( |
| ) |
|
|
default |
Default constructor produces an invalid serial number.
◆ ITkStripOnlineId() [2/3]
ITkStripOnlineId::ITkStripOnlineId |
( |
const std::uint32_t |
onlineId | ) |
|
◆ ITkStripOnlineId() [3/3]
ITkStripOnlineId::ITkStripOnlineId |
( |
const std::uint32_t |
rodId, |
|
|
const std::uint32_t |
fibre |
|
) |
| |
Construct from robId and fibre; a cursory check is made on validity of the input.
Definition at line 14 of file ITkStripOnlineId.cxx.
◆ fibre()
std::uint32_t ITkStripOnlineId::fibre |
( |
| ) |
const |
◆ isValid()
bool ITkStripOnlineId::isValid |
( |
| ) |
const |
◆ operator()
◆ operator unsigned int()
◆ rod()
std::uint32_t ITkStripOnlineId::rod |
( |
| ) |
const |
◆ operator<<
representation for debugging, messages
Definition at line 34 of file ITkStripOnlineId.cxx.
35 os<<std::hex<<std::showbase<<
id.m_onlineId<<std::dec<<std::noshowbase;
◆ m_onlineId
The documentation for this class was generated from the following files: