CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch13/src/Geometry/TrackerNumberingBuilder/plugins/ExtractStringFromDDD.h

Go to the documentation of this file.
00001 #ifndef Geometry_TrackerNumberingBuilder_ExtractStringFromDDD_H
00002 #define Geometry_TrackerNumberingBuilder_ExtractStringFromDDD_H
00003 
00004 #include "DetectorDescription/Core/interface/DDFilteredView.h"
00005 #include "FWCore/ParameterSet/interface/types.h"
00006 #include <string>
00007 
00008 class DDFilteredView;
00009 
00014 class ExtractStringFromDDD{
00015  public:
00016   static std::string getString(std::string const &,DDFilteredView*);
00017 };
00018 
00019 #endif