CMS 3D CMS Logo

DDDCmsTrackerContruction.h
Go to the documentation of this file.
1 #ifndef Geometry_TrackerNumberingBuilder_DDDCmsTrackerContruction_H
2 #define Geometry_TrackerNumberingBuilder_DDDCmsTrackerContruction_H
3 
6 #include <string>
7 #include <vector>
8 #include <memory>
9 
10 class GeometricDet;
11 class DDCompactView;
12 
13 namespace cms {
14  class DDCompactView;
15 }
16 
23  std::unique_ptr<GeometricDet> construct(DDCompactView const& cpv, std::vector<int> const& detidShifts);
24  std::unique_ptr<GeometricDet> construct(cms::DDCompactView const& cpv, std::vector<int> const& detidShifts);
26 }; // namespace DDDCmsTrackerContruction
27 
28 #endif
Compact representation of the geometrical detector hierarchy.
Definition: DDCompactView.h:81
Namespace of DDCMS conversion namespace.
void printAllTrackerGeometricDets(const GeometricDet *tracker)
std::unique_ptr< GeometricDet > construct(DDCompactView const &cpv, std::vector< int > const &detidShifts)