#include "FWCore/PythonParameterSet/interface/MakeParameterSets.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/PythonParameterSet/interface/PythonParameterSet.h"
#include "FWCore/PythonParameterSet/interface/PythonProcessDesc.h"
#include "FWCore/PythonParameterSet/src/initializeModule.h"
Go to the source code of this file.
Namespaces | |
edm | |
A PluginFactory for concrete instances of class KalmanAlignmentMetricsUpdator. | |
Functions | |
void | edm::makeParameterSets (std::string const &configtext, boost::shared_ptr< ParameterSet > &main) |
essentially the same as the previous method More... | |
static void | makePSetsFromFile (std::string const &fileName, boost::python::object &mainNamespace) |
static void | makePSetsFromString (std::string const &module, boost::python::object &mainNamespace) |
boost::shared_ptr< ParameterSet > | edm::readConfig (std::string const &config) |
boost::shared_ptr< ParameterSet > | edm::readConfig (std::string const &config, int argc, char *argv[]) |
same, but with arguments More... | |
boost::shared_ptr< ParameterSet > | edm::readPSetsFrom (std::string const &fileOrString) |
|
static |
Definition at line 12 of file MakeParameterSets.cc.
References edmPickEvents::command, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by edm::readPSetsFrom().
|
static |
Definition at line 30 of file MakeParameterSets.cc.
References edmPickEvents::command, python.rootplot.argparse::module, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by edm::readPSetsFrom().