11#ifndef ALICEO2_EMCAL_CLUSTER_H_
12#define ALICEO2_EMCAL_CLUSTER_H_
40 Int_t
getNCells()
const {
return mCellIndices.getEntries(); }
46 mCellIndices.setFirstEntry(firstcell);
47 mCellIndices.setEntries(ncells);
50 void setNCells(
int ncells) { mCellIndices.setEntries(ncells); }
55 CellIndexRange mCellIndices;
Class to refer to the 1st entry and N elements of some group in the continuous container.
void setCellIndexFirst(int firstcell)
CellIndexRange getCellIndexRange() const
void setCellIndices(int firstcell, int ncells)
~Cluster() noexcept=default
void PrintStream(std::ostream &stream) const
void setNCells(int ncells)
Int_t getCellIndexFirst() const
std::ostream & operator<<(std::ostream &stream, const Cell &cell)
Stream operator for EMCAL cell.
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...