CMS 3D CMS Logo

ME0GeometryBuilderFromCondDB.h
Go to the documentation of this file.
1 #ifndef Geometry_GEMGeometry_ME0GeometryBuilderFromCondDB_H
2 #define Geometry_GEMGeometry_ME0GeometryBuilderFromCondDB_H
3 
12 #include <string>
13 #include <map>
14 #include <list>
15 
16 
17 class ME0Geometry;
18 class ME0DetId;
19 class ME0EtaPartition;
20 
22 {
23  public:
24 
26 
28 
29  ME0Geometry* build(const RecoIdealGeometry& rgeo);
30 
31  private:
32  // std::map<ME0DetId,std::list<ME0EtaPartition *> > chids;
33 };
34 
35 #endif
ME0Geometry * build(const RecoIdealGeometry &rgeo)