CMS 3D CMS Logo

GEMGeometryParsFromDD.h
Go to the documentation of this file.
1 #ifndef Geometry_GEMGeometry_GEMGeometryParsFromDD_H
2 #define Geometry_GEMGeometry_GEMGeometryParsFromDD_H
3 
11 #include <string>
12 #include <vector>
13 #include <map>
14 #include <list>
15 
16 class DDCompactView;
17 class DDFilteredView;
19 class RecoIdealGeometry;
20 class GEMDetId;
21 
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 
34  void buildChamber(DDFilteredView& fv, GEMDetId detId, RecoIdealGeometry& rgeo);
36 
37  std::vector<double> getTranslation(DDFilteredView& fv);
38  std::vector<double> getRotation(DDFilteredView& fv);
39 };
40 #endif
MuonGeometryConstants
Definition: MuonGeometryConstants.h:20
GEMGeometryParsFromDD
Definition: GEMGeometryParsFromDD.h:22
GEMGeometryParsFromDD::getRotation
std::vector< double > getRotation(DDFilteredView &fv)
Definition: GEMGeometryParsFromDD.cc:183
GEMGeometryParsFromDD::~GEMGeometryParsFromDD
~GEMGeometryParsFromDD()
Definition: GEMGeometryParsFromDD.cc:26
GEMGeometryParsFromDD::buildSuperChamber
void buildSuperChamber(DDFilteredView &fv, GEMDetId detId, RecoIdealGeometry &rgeo)
Definition: GEMGeometryParsFromDD.cc:93
DDCompactView
Compact representation of the geometrical detector hierarchy.
Definition: DDCompactView.h:80
GEMGeometryParsFromDD::build
void build(const DDCompactView *cview, const MuonGeometryConstants &muonConstants, RecoIdealGeometry &rgeo)
Definition: GEMGeometryParsFromDD.cc:28
GEMDetId
Definition: GEMDetId.h:17
GEMGeometryParsFromDD::buildEtaPartition
void buildEtaPartition(DDFilteredView &fv, GEMDetId detId, RecoIdealGeometry &rgeo)
Definition: GEMGeometryParsFromDD.cc:142
GEMGeometryParsFromDD::buildChamber
void buildChamber(DDFilteredView &fv, GEMDetId detId, RecoIdealGeometry &rgeo)
Definition: GEMGeometryParsFromDD.cc:119
GEMGeometryParsFromDD::getTranslation
std::vector< double > getTranslation(DDFilteredView &fv)
Definition: GEMGeometryParsFromDD.cc:178
GEMGeometryParsFromDD::buildGeometry
void buildGeometry(DDFilteredView &fview, const MuonGeometryConstants &muonConstants, RecoIdealGeometry &rgeo)
Definition: GEMGeometryParsFromDD.cc:41
DDFilteredView
Definition: DDFilteredView.h:20
RecoIdealGeometry
Definition: RecoIdealGeometry.h:28
GEMGeometryParsFromDD::GEMGeometryParsFromDD
GEMGeometryParsFromDD()
Definition: GEMGeometryParsFromDD.cc:24