![]() |
Project
|
Structure for mapping digits to Channels within a SRU. More...
#include <AltroHelper.h>
Public Attributes | |
int | mRow |
Row of the channel. | |
int | mCol |
Column of the channel. | |
std::vector< o2::emcal::Digit * > | mDigits |
Digits for the channel within the current event. | |
Structure for mapping digits to Channels within a SRU.
Definition at line 40 of file AltroHelper.h.
int o2::emcal::ChannelData::mCol |
Column of the channel.
Definition at line 42 of file AltroHelper.h.
std::vector<o2::emcal::Digit*> o2::emcal::ChannelData::mDigits |
Digits for the channel within the current event.
Definition at line 43 of file AltroHelper.h.
int o2::emcal::ChannelData::mRow |
Row of the channel.
Definition at line 41 of file AltroHelper.h.