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;
21 class RecoIdealGeometry;
23 public:
25 
27 
28  void build(const DDCompactView* cview, const MuonGeometryConstants& muonConstants, RecoIdealGeometry& rgeo);
29 
30 private:
31  void buildGeometry(DDFilteredView& fview, const MuonGeometryConstants& muonConstants, RecoIdealGeometry& rgeo);
32 };
33 
34 #endif
RPCRoll
Definition: RPCRoll.h:12
MuonGeometryConstants
Definition: MuonGeometryConstants.h:20
RPCGeometryParsFromDD::build
void build(const DDCompactView *cview, const MuonGeometryConstants &muonConstants, RecoIdealGeometry &rgeo)
Definition: RPCGeometryParsFromDD.cc:29
RPCDetId
Definition: RPCDetId.h:16
RPCGeometryParsFromDD::buildGeometry
void buildGeometry(DDFilteredView &fview, const MuonGeometryConstants &muonConstants, RecoIdealGeometry &rgeo)
Definition: RPCGeometryParsFromDD.cc:42
DDCompactView
Compact representation of the geometrical detector hierarchy.
Definition: DDCompactView.h:81
RPCGeometryParsFromDD::~RPCGeometryParsFromDD
~RPCGeometryParsFromDD()
Definition: RPCGeometryParsFromDD.cc:27
RPCGeometryParsFromDD
Definition: RPCGeometryParsFromDD.h:22
RPCGeometryParsFromDD::RPCGeometryParsFromDD
RPCGeometryParsFromDD()
Definition: RPCGeometryParsFromDD.cc:25
DDFilteredView
Definition: DDFilteredView.h:20
RecoIdealGeometry
Definition: RecoIdealGeometry.h:28