CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
MuonGEMDetLayerGeometryBuilder.h
Go to the documentation of this file.
1 #ifndef MuonGEMDetLayerGeometryBuilder_h
2 #define MuonGEMDetLayerGeometryBuilder_h
3 
11 class DetLayer;
12 class ForwardDetLayer;
13 class MuRingForwardLayer;
15 class MuDetRing;
16 
19 #include <vector>
20 
22 public:
25 
28 
31  static std::pair<std::vector<DetLayer*>, std::vector<DetLayer*> > buildEndcapLayers(const GEMGeometry& geo);
32 
33 private:
34  static bool isFront(const GEMDetId& gemId);
35  static MuDetRing* makeDetRing(std::vector<const GeomDet*>& geomDets);
36 };
37 #endif
static bool isFront(const GEMDetId &gemId)
MuonGEMDetLayerGeometryBuilder()
Constructor (disabled, only static access is allowed)
static MuDetRing * makeDetRing(std::vector< const GeomDet * > &geomDets)
static std::pair< std::vector< DetLayer * >, std::vector< DetLayer * > > buildEndcapLayers(const GEMGeometry &geo)