CMS 3D CMS Logo

MuonGEMDetLayerGeometryBuilder.h
Go to the documentation of this file.
1 #ifndef MuonGEMDetLayerGeometryBuilder_h
2 #define MuonGEMDetLayerGeometryBuilder_h
3 
11 class DetLayer;
13 class MuDetRing;
14 
17 #include <vector>
18 
20 public:
23 
26 
29  static std::pair<std::vector<DetLayer*>, std::vector<DetLayer*> > buildEndcapLayers(const GEMGeometry& geo);
30 
31 private:
33  std::vector<int>& rings,
34  int station,
35  int layer,
36  std::vector<int>& chambers,
37  std::vector<int>& rolls,
38  const GEMGeometry& geo);
39  static bool isFront(const GEMDetId& gemId);
40  static MuDetRing* makeDetRing(std::vector<const GeomDet*>& geomDets);
41 };
42 #endif
static bool isFront(const GEMDetId &gemId)
MuonGEMDetLayerGeometryBuilder()
Constructor (disabled, only static access is allowed)
static char chambers[264][20]
Definition: ReadPGInfo.cc:243
static MuDetRing * makeDetRing(std::vector< const GeomDet * > &geomDets)
static std::pair< std::vector< DetLayer * >, std::vector< DetLayer * > > buildEndcapLayers(const GEMGeometry &geo)
static MuRingForwardDoubleLayer * buildLayer(int endcap, std::vector< int > &rings, int station, int layer, std::vector< int > &chambers, std::vector< int > &rolls, const GEMGeometry &geo)