Go to the documentation of this file.
31 subProcessParentageHelper_(),
33 processConfiguration_() {}
42 processConfiguration_() {
43 for (
auto&
item :
preg_->productListUpdator()) {
45 prod.setOnDemand(
false);
46 prod.setProduced(
false);
50 std::set<BranchID> keptBranches;
52 for (
auto const&
item : keptVectorR) {
54 keptBranches.insert(desc.
branchID());
57 for (
auto const&
item : keptVectorL) {
59 keptBranches.insert(desc.
branchID());
62 for (
auto const&
item : keptVectorE) {
64 keptBranches.insert(desc.
branchID());
66 for (
auto&
item :
preg_->productListUpdator()) {
68 if (keptBranches.find(
prod.branchID()) == keptBranches.end()) {
69 prod.setDropped(
true);
83 for (
auto const&
item : pServiceSets) {
84 if (
item.exists(
"@save_config")) {
97 auto reg = std::make_shared<w_CPR>(std::make_unique<ConstProductRegistry>(*
preg_));
106 auto tnsptr = std::make_shared<w_TNS>(std::make_unique<TNS>(
parameterSet));
116 auto common = std::make_shared<CommonParams>(
124 bool hasSubprocesses,
std::shared_ptr< ProcessConfiguration const > processConfiguration() const
edm::propagate_const< std::shared_ptr< ProcessConfiguration > > processConfiguration_
ParameterSet getUntrackedParameterSet(std::string const &name, ParameterSet const &defaultValue) const
SelectedProductsForBranchType const & keptProducts() const
edm::propagate_const< std::shared_ptr< ThinnedAssociationsHelper > > thinnedAssociationsHelper_
static ServiceToken createSet(std::vector< ParameterSet > &)
T getUntrackedParameter(std::string const &, T const &) const
edm::propagate_const< std::shared_ptr< SignallingProductRegistry > > preg_
std::shared_ptr< CommonParams > initMisc(ParameterSet ¶meterSet)
edm::propagate_const< std::shared_ptr< BranchIDListHelper > > branchIDListHelper_
ServiceToken addCPRandTNS(ParameterSet const ¶meterSet, ServiceToken const &token)
std::vector< std::pair< BranchDescription const *, EDGetToken > > SelectedProducts
std::unique_ptr< ExceptionToActionTable const > act_table_
std::shared_ptr< ActivityRegistry > actReg_
ServiceToken initServices(std::vector< ParameterSet > &servicePSets, ParameterSet &processPSet, ServiceToken const &iToken, serviceregistry::ServiceLegacy iLegacy, bool associate)
void addParameter(std::string const &name, T const &value)
edm::propagate_const< std::shared_ptr< SubProcessParentageHelper > > subProcessParentageHelper_
static ServiceRegistry & instance()
T getParameter(std::string const &) const
static ServiceToken createContaining(std::unique_ptr< T > iService)
create a service token that holds the service defined by iService
std::string getReleaseVersion()
ParameterSet const & parameterSet(Provenance const &provenance, ProcessHistory const &history)
std::unique_ptr< Schedule > initSchedule(ParameterSet ¶meterSet, bool hasSubprocesses, PreallocationConfiguration const &iAllocConfig, ProcessContext const *)
BranchID const & branchID() const