Class Reference for E1039 Core & Analysis Software
PHG4CylinderCellGeomContainer.h
Go to the documentation of this file.
1 #ifndef PHG4CylinderCellGeomContainer_H__
2 #define PHG4CylinderCellGeomContainer_H__
3 
4 #include <phool/PHObject.h>
5 
6 #include <map>
7 
9 
11 {
12  public:
13  typedef std::map<int, PHG4CylinderCellGeom*> Map;
14  typedef Map::iterator Iterator;
15  typedef Map::const_iterator ConstIterator;
16  typedef std::pair<Iterator, Iterator> Range;
17  typedef std::pair<ConstIterator, ConstIterator> ConstRange;
18 
21 
22  void identify(std::ostream& os = std::cout) const;
23 
24  int AddLayerCellGeom(const int i, PHG4CylinderCellGeom *mygeom);
28  int get_NLayers() const {return layergeoms.size();}
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());}
30 
31  protected:
32  std::map<int,PHG4CylinderCellGeom *> layergeoms ;
34 };
35 
36 #endif
std::pair< std::map< int, PHG4CylinderCellGeom * >::const_iterator, std::map< int, PHG4CylinderCellGeom * >::const_iterator > get_begin_end() const
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