|
|
Go to the documentation of this file.
33 subProcessParentageHelper_(),
35 processConfiguration_() {}
44 processConfiguration_() {
45 for (
auto&
item :
preg_->productListUpdator()) {
47 prod.setOnDemand(
false);
48 prod.setProduced(
false);
52 std::set<BranchID> keptBranches;
54 for (
auto const&
item : keptVectorP) {
56 keptBranches.insert(
desc.branchID());
59 for (
auto const&
item : keptVectorR) {
61 keptBranches.insert(
desc.branchID());
64 for (
auto const&
item : keptVectorL) {
66 keptBranches.insert(
desc.branchID());
69 for (
auto const&
item : keptVectorE) {
71 keptBranches.insert(
desc.branchID());
73 for (
auto&
item :
preg_->productListUpdator()) {
75 if (keptBranches.find(
prod.branchID()) == keptBranches.end()) {
76 prod.setDropped(
true);
90 for (
auto const&
item : pServiceSets) {
91 if (
item.exists(
"@save_config")) {
104 auto reg = std::make_shared<w_CPR>(std::make_unique<ConstProductRegistry>(*
preg_));
113 auto tnsptr = std::make_shared<w_TNS>(std::make_unique<TNS>(
parameterSet));
123 auto common = std::make_shared<CommonParams>(
131 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
ParameterSet const & parameterSet(StableProvenance const &provenance, ProcessHistory const &history)
config
parse the configuration file
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()
static ServiceToken createContaining(std::unique_ptr< T > iService)
create a service token that holds the service defined by iService
std::string getReleaseVersion()
T getParameter(std::string const &) const
std::unique_ptr< Schedule > initSchedule(ParameterSet ¶meterSet, bool hasSubprocesses, PreallocationConfiguration const &iAllocConfig, ProcessContext const *)