9 pset_(pset), services_(pset_->popVParameterSet(std::
string(
"services")).
release()) {
33 typedef std::vector<ParameterSet>::iterator Iter;
36 if (name == service) {
49 typedef std::vector<ParameterSet>::iterator Iter;
52 if (name == service) {
62 std::vector<std::string>
const& forcedServices) {
64 for(std::vector<std::string>::const_iterator
i = defaultServices.begin(), iEnd = defaultServices.end();
69 for(std::vector<std::string>::const_iterator
i = forcedServices.begin(), iEnd = forcedServices.end();
77 for (std::vector<ParameterSet>::const_iterator it =
services_->begin(), itEnd =
services_->end(); it != itEnd; ++it) {
void addDefaultService(std::string const &service)
add a service if it's not already there
edm::propagate_const< std::shared_ptr< ParameterSet > > pset_
void addServices(std::vector< std::string > const &defaultServices, std::vector< std::string > const &forcedServices=std::vector< std::string >())
add some default services and forced services
void addService(ParameterSet &pset)
void addParameter(std::string const &name, T const &value)
void addForcedService(std::string const &service)
add a service and replace it if it's already there
edm::propagate_const< std::shared_ptr< std::vector< ParameterSet > > > services_
ProcessDesc(std::shared_ptr< ParameterSet > pset)