CMS 3D CMS Logo

ETLDetLayerGeometryBuilder.h
Go to the documentation of this file.
1 #ifndef ETLDetLayerGeometryBuilder_h
2 #define ETLDetLayerGeometryBuilder_h
3 
12 #include <vector>
13 
14 class DetLayer;
16 class MTDDetRing;
17 
19  public:
20 
23  static std::pair<std::vector<DetLayer*>, std::vector<DetLayer*> > buildLayers(const MTDGeometry& geo);
24  private:
25  // Disable constructor - only static access is allowed.
27 
29  int layer,
30  std::vector<unsigned>& rings,
31  const MTDGeometry& geo);
32 
33  static MTDDetRing * makeDetRing(std::vector<const GeomDet*> & geomDets);
34  static bool isFront(int layer, int ring, int module);
35 };
36 #endif
37 
static MTDDetRing * makeDetRing(std::vector< const GeomDet * > &geomDets)
static bool isFront(int layer, int ring, int module)
static std::pair< std::vector< DetLayer * >, std::vector< DetLayer * > > buildLayers(const MTDGeometry &geo)
static MTDRingForwardDoubleLayer * buildLayer(int endcap, int layer, std::vector< unsigned > &rings, const MTDGeometry &geo)
Definition: vlib.h:208