#include <ScheduleItems.h>
Public Attributes | |
std::unique_ptr < ExceptionToActionTable const > | act_table_ |
std::shared_ptr< ActivityRegistry > | actReg_ |
edm::propagate_const < std::shared_ptr < BranchIDListHelper > > | branchIDListHelper_ |
edm::propagate_const < std::shared_ptr < SignallingProductRegistry > > | preg_ |
edm::propagate_const < std::shared_ptr < ProcessConfiguration > > | processConfiguration_ |
edm::propagate_const < std::shared_ptr < SubProcessParentageHelper > > | subProcessParentageHelper_ |
edm::propagate_const < std::shared_ptr < ThinnedAssociationsHelper > > | thinnedAssociationsHelper_ |
Definition at line 30 of file ScheduleItems.h.
edm::ScheduleItems::ScheduleItems | ( | ) |
Definition at line 29 of file ScheduleItems.cc.
edm::ScheduleItems::ScheduleItems | ( | ProductRegistry const & | preg, |
SubProcess const & | om, | ||
SubProcessBlockHelper & | subProcessBlockHelper, | ||
ProcessBlockHelperBase const & | parentProcessBlockHelper | ||
) |
Definition at line 38 of file ScheduleItems.cc.
References edm::BranchDescription::branchID(), submitPVResolutionJobs::desc, edm::InEvent, edm::InLumi, edm::InProcess, edm::InRun, B2GTnPMonitor_cfi::item, edm::SubProcess::keptProducts(), preg_, edm::BranchDescription::setDropped(), edm::BranchDescription::setOnDemand(), edm::BranchDescription::setProduced(), and edm::SubProcessBlockHelper::updateFromParentProcess().
|
delete |
ServiceToken edm::ScheduleItems::addCPRandTNS | ( | ParameterSet const & | parameterSet, |
ServiceToken const & | token | ||
) |
Definition at line 106 of file ScheduleItems.cc.
References edm::ServiceRegistry::createContaining(), edm::serviceregistry::kOverlapIsError, and edm::parameterSet().
Referenced by edm::test::TestProcessor::TestProcessor().
|
inline |
Definition at line 59 of file ScheduleItems.h.
References branchIDListHelper_, and edm::get_underlying_safe().
Referenced by edm::test::TestProcessor::TestProcessor().
|
inline |
Definition at line 62 of file ScheduleItems.h.
References branchIDListHelper_, and edm::get_underlying_safe().
std::shared_ptr< CommonParams > edm::ScheduleItems::initMisc | ( | ParameterSet & | parameterSet | ) |
Definition at line 123 of file ScheduleItems.cc.
References act_table_, edm::ParameterSet::getParameter(), edm::getPassID(), edm::getReleaseVersion(), edm::ParameterSet::getUntrackedParameter(), edm::ParameterSet::getUntrackedParameterSet(), edm::parameterSet(), processConfiguration_, FSQHLTOfflineSource_cfi::processName, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by edm::test::TestProcessor::TestProcessor().
std::unique_ptr< Schedule > edm::ScheduleItems::initSchedule | ( | ParameterSet & | parameterSet, |
bool | hasSubprocesses, | ||
PreallocationConfiguration const & | iAllocConfig, | ||
ProcessContext const * | processContext, | ||
ProcessBlockHelperBase & | processBlockHelper | ||
) |
Definition at line 135 of file ScheduleItems.cc.
References act_table_, actReg_, branchIDListHelper_, submitPVResolutionJobs::config, edm::ServiceRegistry::get(), edm::ServiceRegistry::instance(), edm::parameterSet(), preg_, processConfiguration(), subProcessParentageHelper_, and thinnedAssociationsHelper_.
Referenced by edm::test::TestProcessor::TestProcessor().
ServiceToken edm::ScheduleItems::initServices | ( | std::vector< ParameterSet > & | servicePSets, |
ParameterSet & | processPSet, | ||
ServiceToken const & | iToken, | ||
serviceregistry::ServiceLegacy | iLegacy, | ||
bool | associate | ||
) |
Definition at line 86 of file ScheduleItems.cc.
References actReg_, edm::ParameterSet::addParameter(), edm::ServiceToken::copySlotsTo(), edm::ServiceRegistry::createSet(), B2GTnPMonitor_cfi::item, AlCaHLTBitMon_QueryRunRegistry::string, and unpackBuffers-CaloStage2::token.
Referenced by edm::test::TestProcessor::TestProcessor().
|
delete |
|
inline |
Definition at line 57 of file ScheduleItems.h.
References edm::get_underlying_safe(), and preg_.
Referenced by edm::test::TestProcessor::TestProcessor().
|
inline |
Definition at line 58 of file ScheduleItems.h.
References edm::get_underlying_safe(), and preg_.
|
inline |
Definition at line 72 of file ScheduleItems.h.
References edm::get_underlying_safe(), and processConfiguration_.
Referenced by initSchedule(), and edm::test::TestProcessor::TestProcessor().
|
inline |
Definition at line 75 of file ScheduleItems.h.
References edm::get_underlying_safe(), and processConfiguration_.
|
inline |
Definition at line 69 of file ScheduleItems.h.
References edm::get_underlying_safe(), and subProcessParentageHelper_.
|
inline |
Definition at line 63 of file ScheduleItems.h.
References edm::get_underlying_safe(), and thinnedAssociationsHelper_.
Referenced by edm::test::TestProcessor::TestProcessor().
|
inline |
Definition at line 66 of file ScheduleItems.h.
References edm::get_underlying_safe(), and thinnedAssociationsHelper_.
std::unique_ptr<ExceptionToActionTable const> edm::ScheduleItems::act_table_ |
Definition at line 82 of file ScheduleItems.h.
Referenced by initMisc(), initSchedule(), and edm::test::TestProcessor::TestProcessor().
std::shared_ptr<ActivityRegistry> edm::ScheduleItems::actReg_ |
Definition at line 77 of file ScheduleItems.h.
Referenced by initSchedule(), initServices(), and edm::test::TestProcessor::TestProcessor().
edm::propagate_const<std::shared_ptr<BranchIDListHelper> > edm::ScheduleItems::branchIDListHelper_ |
Definition at line 79 of file ScheduleItems.h.
Referenced by branchIDListHelper(), and initSchedule().
edm::propagate_const<std::shared_ptr<SignallingProductRegistry> > edm::ScheduleItems::preg_ |
Definition at line 78 of file ScheduleItems.h.
Referenced by initSchedule(), preg(), and ScheduleItems().
edm::propagate_const<std::shared_ptr<ProcessConfiguration> > edm::ScheduleItems::processConfiguration_ |
Definition at line 83 of file ScheduleItems.h.
Referenced by initMisc(), and processConfiguration().
edm::propagate_const<std::shared_ptr<SubProcessParentageHelper> > edm::ScheduleItems::subProcessParentageHelper_ |
Definition at line 81 of file ScheduleItems.h.
Referenced by initSchedule(), and subProcessParentageHelper().
edm::propagate_const<std::shared_ptr<ThinnedAssociationsHelper> > edm::ScheduleItems::thinnedAssociationsHelper_ |
Definition at line 80 of file ScheduleItems.h.
Referenced by initSchedule(), and thinnedAssociationsHelper().