1 #ifndef PHG4CELLCONTAINER_H__
2 #define PHG4CELLCONTAINER_H__
15 typedef std::map<PHG4CellDefs::keytype,PHG4Cell *>
Map;
18 typedef std::pair<Iterator, Iterator>
Range;
19 typedef std::pair<ConstIterator, ConstIterator>
ConstRange;
27 void identify(std::ostream& os = std::cout)
const;
44 if (its->second == cell)
66 unsigned int size(
void )
const
void RemoveCell(PHG4Cell *cell)
inefficent, use key where possible instead
PHG4Cell * findCell(PHG4CellDefs::keytype key)
void RemoveCell(PHG4CellDefs::keytype key)
preferred removal method, key is currently the cell id
std::pair< ConstIterator, ConstIterator > ConstRange
double getTotalEdep() const
Map::const_iterator ConstIterator
ConstRange getCells(void) const
return all hist
ConstIterator AddCellSpecifyKey(const PHG4CellDefs::keytype key, PHG4Cell *newCell)
std::pair< Iterator, Iterator > Range
Iterator findOrAddCell(PHG4CellDefs::keytype key)
void identify(std::ostream &os=std::cout) const
std::map< PHG4CellDefs::keytype, PHG4Cell * > Map
unsigned int size(void) const
virtual ~PHG4CellContainer()
ConstIterator AddCell(PHG4Cell *newCell)
unsigned long long keytype