CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/Geometry/TrackerNumberingBuilder/plugins/CmsTrackerAbstractConstruction.h

Go to the documentation of this file.
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