CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
GEMGeometryBuilderFromCondDB.h
Go to the documentation of this file.
1 #ifndef Geometry_GEMGeometry_GEMGeometryBuilderFromCondDB_H
2 #define Geometry_GEMGeometry_GEMGeometryBuilderFromCondDB_H
3 
12 #include <string>
13 #include <map>
14 #include <list>
15 
16 
17 class GEMGeometry;
18 class GEMDetId;
19 class GEMEtaPartition;
20 
22 {
23  public:
24 
26 
28 
29  GEMGeometry* build(const RecoIdealGeometry& rgeo);
30 
31  private:
32  // std::map<GEMDetId,std::list<GEMEtaPartition *> > chids;
33 };
34 
35 #endif
GEMGeometry * build(const RecoIdealGeometry &rgeo)