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 {
27  public:
28 
30 
32 
33  void build(GEMGeometry& theGeometry,
34  const DDCompactView* cview, const MuonDDDConstants& muonConstants);
35 
36  private:
37  std::map<GEMDetId,std::vector<GEMDetId>> chids;
38 
40 
41  RCPBoundPlane boundPlane(const DDFilteredView& fv,
42  Bounds* bounds, bool isOddChamber) const ;
43 
45 
47 
49 };
50 
51 #endif
Compact representation of the geometrical detector hierarchy.
Definition: DDCompactView.h:80
ReferenceCountingPointer< BoundPlane > RCPBoundPlane
GEMSuperChamber * buildSuperChamber(DDFilteredView &fv, GEMDetId detId) const
void build(GEMGeometry &theGeometry, const DDCompactView *cview, const MuonDDDConstants &muonConstants)
std::map< GEMDetId, std::vector< GEMDetId > > chids
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:22