31 processConfiguration_() {
40 processConfiguration_() {
42 for(
auto& item :
preg_->productListUpdator()) {
49 std::set<BranchID> keptBranches;
51 for(
auto const& item : keptVectorR) {
52 keptBranches.insert(item->branchID());
55 for(
auto const& item : keptVectorL) {
56 keptBranches.insert(item->branchID());
59 for(
auto const& item : keptVectorE) {
60 keptBranches.insert(item->branchID());
62 for(
auto& item :
preg_->productListUpdator()) {
64 if(keptBranches.find(prod.
branchID()) == keptBranches.end()) {
81 for(
auto const& item : pServiceSets) {
82 if(item.exists(
"@save_config")) {
108 auto tnsptr = std::make_shared<w_TNS>(std::auto_ptr<TNS>(
new TNS(parameterSet)));
115 std::shared_ptr<CommonParams>
120 auto common = std::make_shared<CommonParams>(
130 std::auto_ptr<Schedule>
std::shared_ptr< ActivityRegistry > actReg_
T getParameter(std::string const &) const
T getUntrackedParameter(std::string const &, T const &) const
std::unique_ptr< ExceptionToActionTable const > act_table_
void setOnDemand(bool isOnDemand)
SelectedProductsForBranchType const & keptProducts() const
ParameterSet getUntrackedParameterSet(std::string const &name, ParameterSet const &defaultValue) const
std::shared_ptr< ProcessConfiguration > processConfiguration_
static ServiceToken createContaining(std::auto_ptr< T > iService)
create a service token that holds the service defined by iService
std::shared_ptr< CommonParams > initMisc(ParameterSet ¶meterSet)
void addParameter(std::string const &name, T const &value)
void copySlotsTo(ActivityRegistry &)
copy our Service's slots to the argument's signals
static ServiceRegistry & instance()
std::shared_ptr< SignallingProductRegistry > preg_
BranchID const & branchID() const
void setDropped(bool isDropped)
static ServiceToken createSet(std::vector< ParameterSet > &)
std::shared_ptr< ThinnedAssociationsHelper > thinnedAssociationsHelper_
std::string getReleaseVersion()
ServiceToken initServices(std::vector< ParameterSet > &servicePSets, ParameterSet &processPSet, ServiceToken const &iToken, serviceregistry::ServiceLegacy iLegacy, bool associate)
ServiceToken addCPRandTNS(ParameterSet const ¶meterSet, ServiceToken const &token)
std::shared_ptr< BranchIDListHelper > branchIDListHelper_
std::vector< BranchDescription const * > SelectedProducts
std::auto_ptr< Schedule > initSchedule(ParameterSet ¶meterSet, ParameterSet const *subProcessPSet, PreallocationConfiguration const &iAllocConfig, ProcessContext const *)
void setProduced(bool isProduced)
ParameterSet const & parameterSet(Provenance const &provenance)