CMS 3D CMS Logo

DDDCmsMTDConstruction.h
Go to the documentation of this file.
1 #ifndef Geometry_MTDNumberingBuilder_DDDCmsMTDConstruction_H
2 #define Geometry_MTDNumberingBuilder_DDDCmsMTDConstruction_H
3 
6 #include <string>
7 #include <vector>
8 #include <memory>
9 
10 class GeometricTimingDet;
11 class DDCompactView;
12 
19 public:
20  DDDCmsMTDConstruction() = delete;
21  static std::unique_ptr<GeometricTimingDet> construct(const DDCompactView& cpv, std::vector<int> detidShifts);
22 };
23 
24 #endif
Compact representation of the geometrical detector hierarchy.
Definition: DDCompactView.h:80
static std::unique_ptr< GeometricTimingDet > construct(const DDCompactView &cpv, std::vector< int > detidShifts)
DDDCmsMTDConstruction()=delete