CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MuonCSCDetLayerGeometryBuilder.h
Go to the documentation of this file.
1 #ifndef MuonCSCDetLayerGeometryBuilder_h
2 #define MuonCSCDetLayerGeometryBuilder_h
3 
12 #include <vector>
13 
14 class DetLayer;
16 class MuDetRing;
17 
19  public:
20 
23  static std::pair<std::vector<DetLayer*>, std::vector<DetLayer*> > buildLayers(const CSCGeometry& geo);
24  private:
25  // Disable constructor - only static access is allowed.
27 
29  int station,
30  std::vector<int>& rings,
31  const CSCGeometry& geo);
32 
33  static MuDetRing * makeDetRing(std::vector<const GeomDet*> & geomDets);
34  static bool isFront(int station, int ring, int chamber);
35 };
36 #endif
37 
static bool isFront(int station, int ring, int chamber)
static std::pair< std::vector< DetLayer * >, std::vector< DetLayer * > > buildLayers(const CSCGeometry &geo)
static MuDetRing * makeDetRing(std::vector< const GeomDet * > &geomDets)
static MuRingForwardDoubleLayer * buildLayer(int endcap, int station, std::vector< int > &rings, const CSCGeometry &geo)