Mapped information of a channel.
More...
#include <Mapper.h>
|
uint8_t | mRow |
| Row of the channel in module.
|
|
uint8_t | mColumn |
| Column of the channel in module.
|
|
ChannelType_t | mChannelType |
| Type of the channel (see o2::emcal::ChannelType for channel type definitions)
|
|
Mapped information of a channel.
Definition at line 47 of file Mapper.h.
◆ operator==()
bool o2::emcal::Mapper::ChannelID::operator== |
( |
const ChannelID & |
other | ) |
const |
|
inline |
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & |
stream, |
|
|
const Mapper::ChannelID & |
channel |
|
) |
| |
|
friend |
stream operator for Mapper::Channel
- Parameters
-
stream | Stream where the channel is displayed on |
channel | Channel to be displayed |
- Returns
- Stream with channel
◆ mChannelType
Type of the channel (see o2::emcal::ChannelType for channel type definitions)
Definition at line 50 of file Mapper.h.
◆ mColumn
uint8_t o2::emcal::Mapper::ChannelID::mColumn |
Column of the channel in module.
Definition at line 49 of file Mapper.h.
◆ mRow
uint8_t o2::emcal::Mapper::ChannelID::mRow |
Row of the channel in module.
Definition at line 48 of file Mapper.h.
The documentation for this struct was generated from the following file:
- /home/runner/work/AliceO2/AliceO2/Detectors/EMCAL/base/include/EMCALBase/Mapper.h