1 #ifndef FWCore_ParameterSet_ProcessDesc_h
2 #define FWCore_ParameterSet_ProcessDesc_h
40 void addServices(std::vector<std::string>
const& defaultServices,
41 std::vector<std::string>
const& forcedServices = std::vector<std::string>());
void addDefaultService(std::string const &service)
add a service if it's not already there
edm::propagate_const< std::shared_ptr< ParameterSet > > pset_
std::shared_ptr< std::vector< ParameterSet > const > getServicesPSets() const
get the descriptions of the services
std::shared_ptr< ParameterSet const > getProcessPSet() const
get the parameter set
std::shared_ptr< ParameterSet > & getProcessPSet()
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)
std::shared_ptr< std::vector< ParameterSet > > & getServicesPSets()
void addForcedService(std::string const &service)
add a service and replace it if it's already there
std::shared_ptr< T > & get_underlying_safe(propagate_const< std::shared_ptr< T >> &iP)
edm::propagate_const< std::shared_ptr< std::vector< ParameterSet > > > services_
ProcessDesc(std::shared_ptr< ParameterSet > pset)