CMS 3D CMS Logo

GEMGeometryBuilderFromDDD.h
Go to the documentation of this file.
1 #ifndef Geometry_GEMGeometry_GEMGeometryBuilderFromDDD_H
2 #define Geometry_GEMGeometry_GEMGeometryBuilderFromDDD_H
3 
12 #include <string>
13 #include <map>
14 #include <vector>
15 
16 class DDCompactView;
17 class DDFilteredView;
18 class GEMGeometry;
19 class GEMDetId;
20 class GEMSuperChamber;
21 class GEMChamber;
22 class GEMEtaPartition;
23 class MuonDDDConstants;
24 
26 public:
28 
30 
31  void build(GEMGeometry& theGeometry, const DDCompactView* cview, const MuonDDDConstants& muonConstants);
32 
33 private:
34  std::map<GEMDetId, std::vector<GEMDetId>> chids;
35 
37 
38  RCPBoundPlane boundPlane(const DDFilteredView& fv, Bounds* bounds, bool isOddChamber) const;
39 
41 
43 
45 };
46 
47 #endif
Compact representation of the geometrical detector hierarchy.
Definition: DDCompactView.h:80
std::map< GEMDetId, std::vector< GEMDetId > > chids
ReferenceCountingPointer< BoundPlane > RCPBoundPlane
GEMSuperChamber * buildSuperChamber(DDFilteredView &fv, GEMDetId detId) const
void build(GEMGeometry &theGeometry, const DDCompactView *cview, const MuonDDDConstants &muonConstants)
RCPBoundPlane boundPlane(const DDFilteredView &fv, Bounds *bounds, bool isOddChamber) const
GEMChamber * buildChamber(DDFilteredView &fv, GEMDetId detId) const
GEMEtaPartition * buildEtaPartition(DDFilteredView &fv, GEMDetId detId) const
Definition: Bounds.h:20