CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CondDBCmsTrackerConstruction.h
Go to the documentation of this file.
1 #ifndef Geometry_TrackerNumberingBuilder_CondDBCmsTrackerConstruction_H
2 #define Geometry_TrackerNumberingBuilder_CondDBCmsTrackerConstruction_H
3 
6 #include <string>
7 
8 class GeometricDet;
9 class DDCompactView;
10 class PGeometricDet;
11 
18  public:
20  const GeometricDet* construct( const PGeometricDet& pgd );
21  // void constructSubDet( const PGeometricDet& pgd, const std::string & s );
22 
23  protected:
24 
25  // std::string attribute_;
26  // CmsTrackerStringToEnum theCmsTrackerStringToEnum;
27 
28 };
29 
30 #endif
const GeometricDet * construct(const PGeometricDet &pgd)
type of data representation of DDCompactView
Definition: DDCompactView.h:77