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  GEMGeometry* build(const DDCompactView* cview, const MuonDDDConstants& muonConstants);
34 
35  private:
36  GEMGeometry* buildGeometry(DDFilteredView& fview, const MuonDDDConstants& muonConstants);
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
GEMGeometry * buildGeometry(DDFilteredView &fview, const MuonDDDConstants &muonConstants)
type of data representation of DDCompactView
Definition: DDCompactView.h:90
ReferenceCountingPointer< BoundPlane > RCPBoundPlane
GEMSuperChamber * buildSuperChamber(DDFilteredView &fv, GEMDetId detId) const
GEMGeometry * build(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