CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
pythonFileToConfigure.h
Go to the documentation of this file.
1 #ifndef FWCore_PythonParameterSet_pythonFileToConfigure_h
2 #define FWCore_PythonParameterSet_pythonFileToConfigure_h
3 
4 /*
5  * pythonFileToConfigure.h
6  * CMSSW
7  *
8  * Created by Chris Jones on 10/3/06.
9  *
10  */
11 #include <string>
12 
13 namespace edm {
14  std::string pythonFileToConfigure(const std::string& iPythonFileName);
15 }
16 #endif
std::string pythonFileToConfigure(const std::string &iPythonFileName)