CMS 3D CMS Logo

RPCGeometryParsFromDD.h
Go to the documentation of this file.
1 #ifndef RPCGeometry_RPCGeometryParsFromDD_H
2 #define RPCGeometry_RPCGeometryParsFromDD_H
3 
12 #include <string>
13 #include <map>
14 #include <list>
15 
16 class DDCompactView;
17 class DDFilteredView;
18 class RPCDetId;
19 class RPCRoll;
20 class MuonDDDConstants;
21 class RecoIdealGeometry;
23 public:
25 
27 
28  void build(const DDCompactView* cview, const MuonDDDConstants& muonConstants, RecoIdealGeometry& rgeo);
29 
30 private:
31  void buildGeometry(DDFilteredView& fview, const MuonDDDConstants& muonConstants, RecoIdealGeometry& rgeo);
32 };
33 
34 #endif
void build(const DDCompactView *cview, const MuonDDDConstants &muonConstants, RecoIdealGeometry &rgeo)
void buildGeometry(DDFilteredView &fview, const MuonDDDConstants &muonConstants, RecoIdealGeometry &rgeo)
Compact representation of the geometrical detector hierarchy.
Definition: DDCompactView.h:80