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