CMS 3D CMS Logo

GEMGeometryBuilderFromCondDB.h
Go to the documentation of this file.
1 #ifndef Geometry_GEMGeometry_GEMGeometryBuilderFromCondDB_H
2 #define Geometry_GEMGeometry_GEMGeometryBuilderFromCondDB_H
3 
12 #include <map>
13 #include <list>
14 
15 class GEMGeometry;
16 class GEMDetId;
17 class GEMEtaPartition;
18 
20 {
21  public:
22 
24 
26 
27  void build(const std::shared_ptr<GEMGeometry>& theGeometry,
28  const RecoIdealGeometry& rgeo );
29 
30  private:
31 
32  std::map<GEMDetId, std::list<GEMEtaPartition *> > m_chids;
33 };
34 
35 #endif
void build(const std::shared_ptr< GEMGeometry > &theGeometry, const RecoIdealGeometry &rgeo)
std::map< GEMDetId, std::list< GEMEtaPartition * > > m_chids