CMS 3D CMS Logo

BTLDetLayerGeometryBuilder.h
Go to the documentation of this file.
1 #ifndef BTLDetLayerGeometryBuilder_h
2 #define BTLDetLayerGeometryBuilder_h
3 
13 #include <vector>
14 
15 class DetLayer;
16 
18 public:
21 
24 
26  static std::vector<DetLayer*> buildLayers(const MTDGeometry& geo, const MTDTopology& topo);
27 
28 private:
29 };
30 #endif
static std::vector< DetLayer * > buildLayers(const MTDGeometry &geo, const MTDTopology &topo)
Operations.
virtual ~BTLDetLayerGeometryBuilder()
Destructor.