11#ifndef ALICEO2_EMCAL_ALTROHELPER_H_
12#define ALICEO2_EMCAL_ALTROHELPER_H_
ChannelType_t
Type of a raw data channel.
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
ALTRO bunch information obtained from digits.
std::vector< o2::emcal::MCLabel > mLabels
std::vector< int > mADCs
ADCs belonging to the bunch.
std::multimap< int, std::vector< o2::emcal::MCLabel > > mEnergyLabels
int mStarttime
Start time of the bunch.
o2::emcal::ChannelType_t mChanType
std::vector< std::vector< o2::emcal::MCLabel > > mChannelLabelsLG
std::vector< o2::emcal::Bunch > mChannelsBunchesHG
std::vector< std::vector< o2::emcal::MCLabel > > mChannelLabelsHG
std::vector< o2::emcal::Bunch > mChannelsBunchesLG
Structure for mapping digits to Channels within a SRU.
std::vector< o2::emcal::Digit * > mDigits
Digits for the channel within the current event.
int mRow
Row of the channel.
int mCol
Column of the channel.
Structure for mapping digits to Channels within a SRU.
std::vector< const o2::emcal::Digit * > mChannelDigits
o2::emcal::ChannelType_t mChanType
std::vector< gsl::span< const o2::emcal::MCLabel > > mChannelLabels
Structure for organizing digits within the SRU and preserves the digit type.
int mSRUid
DDL of the SRU.
std::map< int, ChannelDigits > mChannelsDigits
Containers for channels within the SRU.
Structure for organizing Bunches within the SRU.
std::map< int, ChannelBunchData > mChannelsData
Containers for channels' bunches within the SRU.
int mSRUid
DDL of the SRU.
Structure for organizing digits within the SRU.
std::map< int, ChannelData > mChannels
Containers for channels within the SRU.
int mSRUid
DDL of the SRU.