#include "FWCore/PyDevParameterSet/interface/MakePyBind11ParameterSets.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/PyDevParameterSet/interface/Python11ParameterSet.h"
#include "FWCore/PyDevParameterSet/interface/PyBind11ProcessDesc.h"
#include "initializePyBind11Module.h"
#include <pybind11/embed.h>
Go to the source code of this file.
Namespaces | |
edm | |
HLT enums. | |
edm::cmspybind11_p3 | |
Functions | |
void | edm::cmspybind11_p3::makeParameterSets (std::string const &configtext, std::unique_ptr< ParameterSet > &main) |
essentially the same as the previous method More... | |
static void | makePSetsFromFile (std::string const &fileName) |
static void | makePSetsFromString (std::string const &module) |
std::unique_ptr< ParameterSet > | edm::cmspybind11_p3::readConfig (std::string const &config) |
std::unique_ptr< ParameterSet > | edm::cmspybind11_p3::readConfig (std::string const &config, int argc, char *argv[]) |
same, but with arguments More... | |
std::unique_ptr< ParameterSet > | edm::cmspybind11_p3::readPSetsFrom (std::string const &fileOrString) |
|
static |
Definition at line 9 of file MakePyBind11ParameterSets.cc.
References AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by edm::cmspybind11_p3::readPSetsFrom().
|
static |
Definition at line 18 of file MakePyBind11ParameterSets.cc.
References mps_check::command, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by edm::cmspybind11_p3::readPSetsFrom().