11#ifndef ALICEO2_EMCAL_EVENTDATA_H_
12#define ALICEO2_EMCAL_EVENTDATA_H_
37template <
class InputType>
51 mCells = gsl::span<const InputType>();
53 mMCCellLabels = std::vector<gsl::span<const o2::emcal::MCLabel>>();
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
EMCAL event information (per trigger)
uint64_t mTriggerBits
Trigger bits for the event.
void reset()
Reset event structure with empty interaction record and ranges.
gsl::span< const int > mCellIndices
Cell indices in cluster.
gsl::span< const Cluster > mClusters
EMCAL clusters.
gsl::span< const InputType > mCells
EMCAL cells / digits.
std::vector< gsl::span< const o2::emcal::MCLabel > > mMCCellLabels
span of MC labels for each cell
InteractionRecord mInteractionRecord
Interaction record for the trigger corresponding to this event.