CMS 3D CMS Logo

CmsDetConstruction.h
Go to the documentation of this file.
1 #ifndef Geometry_TrackerNumberingBuilder_CmsDetConstruction_H
2 #define Geometry_TrackerNumberingBuilder_CmsDetConstruction_H
3 
5 #include <string>
6 #include <vector>
7 
11 template <class FilteredView>
12 class CmsDetConstruction : public CmsTrackerLevelBuilder<FilteredView> {
13 public:
14  void buildComponent(FilteredView&, GeometricDet*, const std::string&) override;
15 
16 private:
17  void buildDets(const FilteredView&, GeometricDet*, const std::string&);
18  void buildSmallDetsforGlued(FilteredView&, GeometricDet*, const std::string&);
19  void buildSmallDetsforStack(FilteredView&, GeometricDet*, const std::string&);
20 };
21 
22 #endif // Geometry_TrackerNumberingBuilder_CmsDetConstruction_H
void buildDets(const FilteredView &, GeometricDet *, const std::string &)
void buildSmallDetsforStack(FilteredView &, GeometricDet *, const std::string &)
void buildSmallDetsforGlued(FilteredView &, GeometricDet *, const std::string &)
void buildComponent(FilteredView &, GeometricDet *, const std::string &) override