CMS 3D CMS Logo

DDCmsMTDConstruction.h
Go to the documentation of this file.
1 #ifndef Geometry_MTDNumberingBuilder_DDCmsMTDConstruction_H
2 #define Geometry_MTDNumberingBuilder_DDCmsMTDConstruction_H
3 
6 #include <string>
7 #include <vector>
8 #include <memory>
9 
10 class GeometricTimingDet;
11 class DDCompactView;
12 
13 namespace cms {
14  class DDCompactView;
15 }
16 
23 public:
24  DDCmsMTDConstruction() = delete;
25  static std::unique_ptr<GeometricTimingDet> construct(const DDCompactView& cpv);
26  static std::unique_ptr<GeometricTimingDet> construct(const cms::DDCompactView& cpv);
27 
28 private:
29  static constexpr size_t kNLayerPreTDR = 3;
30  static constexpr size_t kNLayerTDR = 5;
31 };
32 
33 #endif
static constexpr size_t kNLayerTDR
Compact representation of the geometrical detector hierarchy.
Definition: DDCompactView.h:81
static constexpr size_t kNLayerPreTDR
static std::unique_ptr< GeometricTimingDet > construct(const DDCompactView &cpv)
DDCmsMTDConstruction()=delete
Namespace of DDCMS conversion namespace.