CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ExtractStringFromDDD.h
Go to the documentation of this file.
1 #ifndef Geometry_TrackerNumberingBuilder_ExtractStringFromDDD_H
2 #define Geometry_TrackerNumberingBuilder_ExtractStringFromDDD_H
3 
6 #include <string>
7 
8 class DDFilteredView;
9 
15  public:
16  static std::string getString(std::string const &,DDFilteredView*);
17 };
18 
19 #endif
static std::string getString(std::string const &, DDFilteredView *)