#include "FWCore/ParameterSet/interface/ParameterSet.h"
Go to the source code of this file.
Namespaces | |
edm | |
HLT enums. | |
Functions | |
std::unique_ptr < edm::ParameterSet > | edm::getPSetFromConfig (const std::string &config) |
void | edm::makeParameterSets (std::string const &configtext, std::unique_ptr< ParameterSet > &main) |
essentially the same as the previous method More... | |
std::unique_ptr < edm::ParameterSet > | edm::readConfig (std::string const &config, int argc, char *argv[]) |
same, but with arguments More... | |
std::unique_ptr < edm::ParameterSet > | edm::readConfig (std::string const &config) |
std::unique_ptr < edm::ParameterSet > | edm::readPSetsFrom (std::string const &fileOrString) |