CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ParameterSetReader.h
Go to the documentation of this file.
1 #ifndef FWCore_Framework_ParameterSetReader_h
2 #define FWCore_Framework_ParameterSetReader_h
3 
5 
6 namespace edm {
7 
8  std::unique_ptr<edm::ParameterSet> getPSetFromConfig(const std::string& config);
9 
10  std::unique_ptr<edm::ParameterSet> readConfig(std::string const& config, int argc, char* argv[]);
11 
12  std::unique_ptr<edm::ParameterSet> readConfig(std::string const& config);
13 
14  void makeParameterSets(std::string const& configtext, std::unique_ptr<ParameterSet>& main);
15 
16  std::unique_ptr<edm::ParameterSet> readPSetsFrom(std::string const& fileOrString);
17 
18 } // namespace edm
19 #endif
std::unique_ptr< edm::ParameterSet > getPSetFromConfig(const std::string &config)
std::unique_ptr< edm::ParameterSet > readConfig(std::string const &config, int argc, char *argv[])
same, but with arguments
std::unique_ptr< edm::ParameterSet > readPSetsFrom(std::string const &fileOrString)
tuple argc
Definition: dir2webdir.py:39
tuple config
parse the configuration file
void makeParameterSets(std::string const &configtext, std::unique_ptr< ParameterSet > &main)
essentially the same as the previous method