#include <string>
#include <vector>
#include "boost/shared_ptr.hpp"
#include "FWCore/ParameterSet/interface/ProcessDesc.h"
Go to the source code of this file.
Namespaces | |
namespace | edm |
Functions | |
void | edm::makeParameterSets (std::string const &configtext, boost::shared_ptr< ParameterSet > &main, boost::shared_ptr< std::vector< ParameterSet > > &serviceparams) |
essentially the same as the previous method | |
boost::shared_ptr < edm::ProcessDesc > | edm::readConfig (const std::string &config, int argc, char *argv[]) |
same, but with arguments | |
boost::shared_ptr < edm::ProcessDesc > | edm::readConfig (const std::string &config) |
boost::shared_ptr < edm::ProcessDesc > | edm::readConfigFile (const std::string &fileName) |