#include <ITkPixelOnlineId.h>
Definition at line 18 of file ITkPixelOnlineId.h.
◆ anonymous enum
| Enumerator |
|---|
| INVALID_FIBRE | |
| INVALID_ROD | |
| INVALID_ONLINE_ID | |
Definition at line 39 of file ITkPixelOnlineId.h.
◆ ITkPixelOnlineId() [1/3]
| ITkPixelOnlineId::ITkPixelOnlineId |
( |
| ) |
|
|
default |
Default constructor produces an invalid serial number.
◆ ITkPixelOnlineId() [2/3]
| ITkPixelOnlineId::ITkPixelOnlineId |
( |
const std::uint32_t | onlineId | ) |
|
◆ ITkPixelOnlineId() [3/3]
| ITkPixelOnlineId::ITkPixelOnlineId |
( |
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 ITkPixelOnlineId.cxx.
14 {
16}
std::uint32_t fibre() const
Return the fibre.
◆ fibre()
| std::uint32_t ITkPixelOnlineId::fibre |
( |
| ) |
const |
◆ isValid()
| bool ITkPixelOnlineId::isValid |
( |
| ) |
const |
◆ operator unsigned int()
| ITkPixelOnlineId::operator unsigned int |
( |
| ) |
const |
|
inlineexplicit |
◆ operator<=>()
◆ rod()
| std::uint32_t ITkPixelOnlineId::rod |
( |
| ) |
const |
◆ operator<<
representation for debugging, messages
Definition at line 34 of file ITkPixelOnlineId.cxx.
34 {
35 os<<std::hex<<std::showbase<<
id.m_onlineId<<std::dec<<std::noshowbase;
37}
◆ m_onlineId
The documentation for this class was generated from the following files: