Project
Loading...
Searching...
No Matches
o2::emcal::Mapper::ChannelID Struct Reference

Mapped information of a channel. More...

#include <Mapper.h>

Public Member Functions

bool operator== (const ChannelID &other) const
 

Public Attributes

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)
 

Friends

std::ostream & operator<< (std::ostream &stream, const Mapper::ChannelID &channel)
 stream operator for Mapper::Channel
 

Detailed Description

Mapped information of a channel.

Definition at line 47 of file Mapper.h.

Member Function Documentation

◆ operator==()

bool o2::emcal::Mapper::ChannelID::operator== ( const ChannelID other) const
inline

Definition at line 52 of file Mapper.h.

Friends And Related Symbol Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream &  stream,
const Mapper::ChannelID channel 
)
friend

stream operator for Mapper::Channel

Parameters
streamStream where the channel is displayed on
channelChannel to be displayed
Returns
Stream with channel

Member Data Documentation

◆ mChannelType

ChannelType_t o2::emcal::Mapper::ChannelID::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: