CMS 3D CMS Logo

RPCGeometryBuilderFromCondDB.h
Go to the documentation of this file.
1 #ifndef RPCGeometry_RPCGeometryBuilderFromCondDB_H
2 #define RPCGeometry_RPCGeometryBuilderFromCondDB_H
3 
12 #include <string>
13 #include <map>
14 #include <list>
15 
16 class RPCGeometry;
17 class RPCDetId;
18 class RPCRoll;
19 
21 public:
23 
25 
26  RPCGeometry* build(const RecoIdealGeometry& rgeo);
27 
28 private:
29  std::map<RPCDetId, std::list<RPCRoll*> > chids;
30 };
31 
32 #endif
RPCGeometry * build(const RecoIdealGeometry &rgeo)
std::map< RPCDetId, std::list< RPCRoll * > > chids