5 #ifndef TRIGGEPPERF_GEPCELLMAP_H 
    6 #define TRIGGEPPERF_GEPCELLMAP_H 
   13 typedef std::unique_ptr<std::map<unsigned int,Gep::GepCaloCell>> 
pGepCellMap;
 
   30     return std::make_unique<std::map<unsigned int,Gep::GepCaloCell>>(
m_cellMap);
 
   42 #endif //TRIGGEPPERF_GEPCELLMAP_H