1 #ifndef PHG4CylinderGeomContainer_H__
2 #define PHG4CylinderGeomContainer_H__
13 typedef std::map<int,PHG4CylinderGeom *>
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,PHG4CylinderGeom *>::const_iterator, std::map<int,PHG4CylinderGeom *>::const_iterator>
get_begin_end()
const {
return std::make_pair(
layergeoms.begin(),
layergeoms.end());}
PHG4CylinderGeom * GetLayerGeom(const int i)
PHG4CylinderGeom * GetFirstLayerGeom()
std::pair< Iterator, Iterator > Range
Map::const_iterator ConstIterator
int AddLayerGeom(const int i, PHG4CylinderGeom *mygeom)
std::pair< std::map< int, PHG4CylinderGeom * >::const_iterator, std::map< int, PHG4CylinderGeom * >::const_iterator > get_begin_end() const
PHG4CylinderGeomContainer()
void identify(std::ostream &os=std::cout) const
std::map< int, PHG4CylinderGeom * > layergeoms
virtual ~PHG4CylinderGeomContainer()
std::pair< ConstIterator, ConstIterator > ConstRange
std::map< int, PHG4CylinderGeom * > Map