00001 #ifndef Geometry_TrackerNumberingBuilder_CmsTrackerAbstractConstruction_H 00002 #define Geometry_TrackerNumberingBuilder_CmsTrackerAbstractConstruction_H 00003 00004 #include<string> 00005 00006 class GeometricDet; 00007 class DDFilteredView; 00008 00012 class CmsTrackerAbstractConstruction{ 00013 public: 00014 virtual void build(DDFilteredView& , GeometricDet*, std::string) = 0; 00015 00016 }; 00017 #endif