CMS 3D CMS Logo

CmsTrackerAbstractConstruction.h
Go to the documentation of this file.
1 #ifndef Geometry_TrackerNumberingBuilder_CmsTrackerAbstractConstruction_H
2 #define Geometry_TrackerNumberingBuilder_CmsTrackerAbstractConstruction_H
3 
4 #include<string>
5 
6 class GeometricDet;
7 class DDFilteredView;
8 
13  public:
14  virtual void build(DDFilteredView& , GeometricDet*, std::string) = 0;
15 
16 };
17 #endif
virtual void build(DDFilteredView &, GeometricDet *, std::string)=0