1 #ifndef PHG4CYLINDERCELLCONTAINER_H__
2 #define PHG4CYLINDERCELLCONTAINER_H__
15 typedef std::map<PHG4CylinderCellDefs::keytype,PHG4CylinderCell *>
Map;
18 typedef std::pair<Iterator, Iterator>
Range;
19 typedef std::pair<ConstIterator, ConstIterator>
ConstRange;
29 void identify(std::ostream& os = std::cout)
const;
46 if (its->second == cell)
70 unsigned int size(
void )
const
Map::const_iterator ConstIterator
virtual ~PHG4CylinderCellContainer()
std::pair< ConstIterator, ConstIterator > ConstRange
ConstIterator AddCylinderCell(const unsigned int detid, PHG4CylinderCell *newcylinderCell)
Iterator findOrAddCylinderCell(PHG4CylinderCellDefs::keytype key)
PHG4CylinderCellContainer()
ConstIterator AddCylinderCellSpecifyKey(const PHG4CylinderCellDefs::keytype key, PHG4CylinderCell *newcylinderCell)
LayerRange getLayers() const
PHG4CylinderCell * findCylinderCell(PHG4CylinderCellDefs::keytype key)
void RemoveCylinderCell(PHG4CylinderCell *cell)
inefficent, use key where possible instead
void identify(std::ostream &os=std::cout) const
std::set< int >::const_iterator LayerIter
std::map< PHG4CylinderCellDefs::keytype, PHG4CylinderCell * > Map
ConstRange getCylinderCells(void) const
return all hist
unsigned int size(void) const
void RemoveCylinderCell(PHG4CylinderCellDefs::keytype key)
preferred removal method, key is currently the cell id
unsigned int num_layers(void) const
double getTotalEdep() const
PHG4CylinderCellDefs::keytype genkey(const unsigned int detid)
std::pair< Iterator, Iterator > Range
std::pair< LayerIter, LayerIter > LayerRange