CMS 3D CMS Logo

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