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>
132 bool hasSubprocesses,
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_
edm::propagate_const< std::shared_ptr< SignallingProductRegistry > > preg_
void setOnDemand(bool isOnDemand)
SelectedProductsForBranchType const & keptProducts() const
edm::propagate_const< std::shared_ptr< ThinnedAssociationsHelper > > thinnedAssociationsHelper_
ParameterSet getUntrackedParameterSet(std::string const &name, ParameterSet const &defaultValue) const
static ServiceToken createContaining(std::auto_ptr< T > iService)
create a service token that holds the service defined by iService
std::auto_ptr< Schedule > initSchedule(ParameterSet ¶meterSet, bool hasSubprocesses, PreallocationConfiguration const &iAllocConfig, ProcessContext const *)
edm::propagate_const< std::shared_ptr< BranchIDListHelper > > branchIDListHelper_
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()
BranchID const & branchID() const
void setDropped(bool isDropped)
static ServiceToken createSet(std::vector< ParameterSet > &)
std::string getReleaseVersion()
edm::propagate_const< std::shared_ptr< ProcessConfiguration > > processConfiguration_
std::shared_ptr< ProcessConfiguration const > processConfiguration() const
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::vector< BranchDescription const * > SelectedProducts
void setProduced(bool isProduced)
ParameterSet const & parameterSet(Provenance const &provenance)