1 #ifndef FWCore_Framework_ParameterSetReader_h 2 #define FWCore_Framework_ParameterSetReader_h std::unique_ptr< edm::ParameterSet > getPSetFromConfig(const std::string &config)
std::unique_ptr< edm::ParameterSet > readConfig(std::string const &config, const std::vector< std::string > &args)
same, but with arguments
std::unique_ptr< edm::ParameterSet > readPSetsFrom(std::string const &fileOrString)
void makeParameterSets(std::string const &configtext, std::unique_ptr< ParameterSet > &main)
essentially the same as the previous method