1 #ifndef PHG4BlockGeomContainer_H__
2 #define PHG4BlockGeomContainer_H__
13 typedef std::map<int,PHG4BlockGeom *>
Map;
16 typedef std::pair<Iterator, Iterator>
Range;
17 typedef std::pair<ConstIterator, ConstIterator>
ConstRange;
22 void identify(std::ostream& os = std::cout)
const;
28 std::pair<std::map<int,PHG4BlockGeom *>::const_iterator, std::map<int,PHG4BlockGeom *>::const_iterator>
get_begin_end()
const {
return std::make_pair(
_layergeoms.begin(),
_layergeoms.end());}
std::pair< std::map< int, PHG4BlockGeom * >::const_iterator, std::map< int, PHG4BlockGeom * >::const_iterator > get_begin_end() const
std::map< int, PHG4BlockGeom * > _layergeoms
void identify(std::ostream &os=std::cout) const
std::pair< ConstIterator, ConstIterator > ConstRange
int AddLayerGeom(const int i, PHG4BlockGeom *mygeom)
std::pair< Iterator, Iterator > Range
std::map< int, PHG4BlockGeom * > Map
PHG4BlockGeom * GetLayerGeom(const int i)
virtual ~PHG4BlockGeomContainer()
Map::const_iterator ConstIterator