CMS 3D CMS Logo

ME0GeometryParsFromDD.h
Go to the documentation of this file.
1 #ifndef Geometry_GEMGeometry_ME0GeometryParsFromDD_H
2 #define Geometry_GEMGeometry_ME0GeometryParsFromDD_H
3 
4 #include <vector>
5 
6 class DDCompactView;
7 class DDFilteredView;
8 class MuonDDDConstants;
10 class ME0DetId;
11 
13 public:
15 
17 
19 
20 private:
22 
23  void buildChamber(DDFilteredView& fv, ME0DetId detId, RecoIdealGeometry& rgeo);
24  void buildLayer(DDFilteredView& fv, ME0DetId detId, RecoIdealGeometry& rgeo);
26 
27  std::vector<double> getDimension(DDFilteredView& fv);
28  std::vector<double> getTranslation(DDFilteredView& fv);
29  std::vector<double> getRotation(DDFilteredView& fv);
30 };
31 #endif
void buildEtaPartition(DDFilteredView &fv, ME0DetId detId, RecoIdealGeometry &rgeo)
std::vector< double > getDimension(DDFilteredView &fv)
void build(const DDCompactView *, const MuonDDDConstants &, RecoIdealGeometry &)
Compact representation of the geometrical detector hierarchy.
Definition: DDCompactView.h:80
void buildChamber(DDFilteredView &fv, ME0DetId detId, RecoIdealGeometry &rgeo)
std::vector< double > getRotation(DDFilteredView &fv)
void buildGeometry(DDFilteredView &, const MuonDDDConstants &, RecoIdealGeometry &)
void buildLayer(DDFilteredView &fv, ME0DetId detId, RecoIdealGeometry &rgeo)
std::vector< double > getTranslation(DDFilteredView &fv)