#include <memory>
#include <string>
#include <vector>
Go to the source code of this file.
Namespaces | |
edm | |
HLT enums. | |
edm::cmspybind11 | |
Functions | |
void | edm::cmspybind11::makeParameterSets (std::string const &configtext, std::unique_ptr< ParameterSet > &main) |
essentially the same as the previous method More... | |
std::unique_ptr< ParameterSet > | edm::cmspybind11::readConfig (std::string const &config) |
std::unique_ptr< ParameterSet > | edm::cmspybind11::readConfig (std::string const &config, const std::vector< std::string > &args) |
same, but with arguments More... | |
std::unique_ptr< ParameterSet > | edm::cmspybind11::readPSetsFrom (std::string const &fileOrString) |