CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups 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:
22  static std::pair<std::vector<DetLayer*>, std::vector<DetLayer*> > buildLayers(const CSCGeometry& geo);
23 
24 private:
25  // Disable constructor - only static access is allowed.
27 
28  static MuRingForwardDoubleLayer* buildLayer(int endcap, int station, std::vector<int>& rings, const CSCGeometry& geo);
29 
30  static MuDetRing* makeDetRing(std::vector<const GeomDet*>& geomDets);
31  static bool isFront(int station, int ring, int chamber);
32 };
33 #endif
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)