CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 {
24  public:
25 
27 
29 
30  void build(const DDCompactView* cview,
31  const MuonDDDConstants& muonConstants,
32  RecoIdealGeometry& rgeo);
33 
34 
35  private:
36  void buildGeometry(DDFilteredView& fview,
37  const MuonDDDConstants& muonConstants,
38  RecoIdealGeometry& rgeo);
39 
40 
41 };
42 
43 #endif
void build(const DDCompactView *cview, const MuonDDDConstants &muonConstants, RecoIdealGeometry &rgeo)
void buildGeometry(DDFilteredView &fview, const MuonDDDConstants &muonConstants, RecoIdealGeometry &rgeo)
type of data representation of DDCompactView
Definition: DDCompactView.h:77