5#ifndef TRIGGEPPERF_GEPCELLMAP_H
6#define TRIGGEPPERF_GEPCELLMAP_H
13typedef std::unique_ptr<std::map<unsigned int,Gep::GepCaloCell>>
pGepCellMap;
30 return std::make_unique<std::map<unsigned int,Gep::GepCaloCell>>(
m_cellMap);
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
std::unique_ptr< GepCellMap > pGepCellMap
int getNumberOfOverflowingFEB2s()
void setNumberOfOverflowingFEB2s(int n)
void insert(unsigned int id, const Gep::GepCaloCell &cell)
std::map< unsigned int, Gep::GepCaloCell > m_cellMap