CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_4/src/DetectorDescription/Core/interface/DDSplit.h

Go to the documentation of this file.
00001 #ifndef DD_DDSPLIT_H
00002 #define DD_DDSPLIT_H
00003 
00004 #include <string>
00005 #include<utility>
00006 
00008 std::pair<std::string,std::string> DDSplit(const std::string & n);
00009 
00010 #endif