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;
18 class MuonDDDConstants;
19 class RecoIdealGeometry;
20 class GEMDetId;
21 
23 {
24  public:
25 
27 
29 
30  void build(const DDCompactView* cview,
31  const MuonDDDConstants& muonConstants,
32  RecoIdealGeometry& rgeo);
33 
34  private:
35  void buildGeometry(DDFilteredView& fview,
36  const MuonDDDConstants& muonConstants,
37  RecoIdealGeometry& rgeo);
38 
40  void buildChamber(DDFilteredView& fv, GEMDetId detId, RecoIdealGeometry& rgeo);
42 
43  std::vector<double> getTranslation(DDFilteredView& fv);
44  std::vector<double> getRotation(DDFilteredView& fv);
45 
46 };
47 #endif
void build(const DDCompactView *cview, const MuonDDDConstants &muonConstants, RecoIdealGeometry &rgeo)
void buildGeometry(DDFilteredView &fview, const MuonDDDConstants &muonConstants, RecoIdealGeometry &rgeo)
void buildEtaPartition(DDFilteredView &fv, GEMDetId detId, RecoIdealGeometry &rgeo)
Compact representation of the geometrical detector hierarchy.
Definition: DDCompactView.h:80
std::vector< double > getRotation(DDFilteredView &fv)
void buildChamber(DDFilteredView &fv, GEMDetId detId, RecoIdealGeometry &rgeo)
std::vector< double > getTranslation(DDFilteredView &fv)
void buildSuperChamber(DDFilteredView &fv, GEMDetId detId, RecoIdealGeometry &rgeo)