1 #ifndef PHG4CylinderCellGeomContainer_H__
2 #define PHG4CylinderCellGeomContainer_H__
13 typedef std::map<int, PHG4CylinderCellGeom*>
Map;
16 typedef std::pair<Iterator, Iterator>
Range;
17 typedef std::pair<ConstIterator, ConstIterator>
ConstRange;
22 void identify(std::ostream& os = std::cout)
const;
29 std::pair<std::map<int,PHG4CylinderCellGeom *>::const_iterator, std::map<int,PHG4CylinderCellGeom *>::const_iterator>
get_begin_end()
const {
return std::make_pair(
layergeoms.begin(),
layergeoms.end());}
std::pair< std::map< int, PHG4CylinderCellGeom * >::const_iterator, std::map< int, PHG4CylinderCellGeom * >::const_iterator > get_begin_end() const
PHG4CylinderCellGeomContainer()
std::pair< ConstIterator, ConstIterator > ConstRange
PHG4CylinderCellGeom * GetLayerCellGeom(const int i)
std::pair< Iterator, Iterator > Range
PHG4CylinderCellGeom * GetFirstLayerCellGeom()
std::map< int, PHG4CylinderCellGeom * > Map
int AddLayerCellGeom(const int i, PHG4CylinderCellGeom *mygeom)
void identify(std::ostream &os=std::cout) const
std::map< int, PHG4CylinderCellGeom * > layergeoms
virtual ~PHG4CylinderCellGeomContainer()
Map::const_iterator ConstIterator