#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 < ThinnedAssociationsHelper > > | thinnedAssociationsHelper_ |
Definition at line 27 of file ScheduleItems.h.
edm::ScheduleItems::ScheduleItems | ( | ) |
Definition at line 25 of file ScheduleItems.cc.
edm::ScheduleItems::ScheduleItems | ( | ProductRegistry const & | preg, |
SubProcess const & | om | ||
) |
Definition at line 34 of file ScheduleItems.cc.
References edm::BranchDescription::branchID(), edm::InEvent, edm::InLumi, edm::InRun, edm::SubProcess::keptProducts(), preg_, parseEventContent::prod, edm::BranchDescription::setDropped(), edm::BranchDescription::setOnDemand(), and edm::BranchDescription::setProduced().
|
delete |
ServiceToken edm::ScheduleItems::addCPRandTNS | ( | ParameterSet const & | parameterSet, |
ServiceToken const & | token | ||
) |
Definition at line 93 of file ScheduleItems.cc.
References edm::ServiceRegistry::createContaining(), edm::serviceregistry::kOverlapIsError, and preg_.
Referenced by edm::EventProcessor::init(), and edm::SubProcess::SubProcess().
|
inline |
Definition at line 59 of file ScheduleItems.h.
References branchIDListHelper_, and edm::get_underlying_safe().
Referenced by edm::EventProcessor::init(), and edm::SubProcess::SubProcess().
|
inline |
Definition at line 60 of file ScheduleItems.h.
References branchIDListHelper_, and edm::get_underlying_safe().
void edm::ScheduleItems::clear | ( | void | ) |
Definition at line 151 of file ScheduleItems.cc.
References actReg_, branchIDListHelper_, preg_, processConfiguration_, and thinnedAssociationsHelper_.
Referenced by Vispa.Views.WidgetView.WidgetView::closeEvent(), Vispa.Views.BoxDecayView.BoxDecayView::closeEvent(), Vispa.Share.FindAlgorithm.FindAlgorithm::findUsingFindDialog(), Vispa.Views.LineDecayView.LineDecayView::setDataObjects(), Vispa.Views.WidgetView.WidgetView::setDataObjects(), Vispa.Views.TreeView.TreeView::updateContent(), Vispa.Views.TableView.TableView::updateContent(), Vispa.Views.BoxDecayView.BoxDecayView::updateContent(), and Vispa.Views.PropertyView.PropertyView::updateContent().
std::shared_ptr< CommonParams > edm::ScheduleItems::initMisc | ( | ParameterSet & | parameterSet | ) |
Definition at line 116 of file ScheduleItems.cc.
References act_table_, edm::ParameterSet::getParameter(), edm::getPassID(), edm::getReleaseVersion(), edm::ParameterSet::getUntrackedParameter(), edm::ParameterSet::getUntrackedParameterSet(), processConfiguration_, FSQHLTOfflineSource_cfi::processName, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by edm::EventProcessor::init(), and edm::SubProcess::SubProcess().
std::auto_ptr< Schedule > edm::ScheduleItems::initSchedule | ( | ParameterSet & | parameterSet, |
bool | hasSubprocesses, | ||
PreallocationConfiguration const & | iAllocConfig, | ||
ProcessContext const * | processContext | ||
) |
Definition at line 131 of file ScheduleItems.cc.
References act_table_, actReg_, branchIDListHelper_, edm::ServiceRegistry::instance(), preg_, processConfiguration(), Tree_ALCARECO_cff::schedule, and thinnedAssociationsHelper_.
Referenced by edm::EventProcessor::init(), and edm::SubProcess::SubProcess().
ServiceToken edm::ScheduleItems::initServices | ( | std::vector< ParameterSet > & | servicePSets, |
ParameterSet & | processPSet, | ||
ServiceToken const & | iToken, | ||
serviceregistry::ServiceLegacy | iLegacy, | ||
bool | associate | ||
) |
Definition at line 71 of file ScheduleItems.cc.
References actReg_, edm::ParameterSet::addParameter(), edm::ServiceToken::copySlotsTo(), edm::ServiceRegistry::createSet(), AlCaHLTBitMon_QueryRunRegistry::string, and unpackBuffers-CaloStage2::token.
Referenced by edm::EventProcessor::init(), and edm::SubProcess::SubProcess().
|
delete |
|
inline |
Definition at line 57 of file ScheduleItems.h.
References edm::get_underlying_safe(), and preg_.
Referenced by edm::EventProcessor::init(), and edm::SubProcess::SubProcess().
|
inline |
Definition at line 58 of file ScheduleItems.h.
References edm::get_underlying_safe(), and preg_.
|
inline |
Definition at line 63 of file ScheduleItems.h.
References edm::get_underlying_safe(), and processConfiguration_.
Referenced by edm::EventProcessor::init(), initSchedule(), and edm::SubProcess::SubProcess().
|
inline |
Definition at line 64 of file ScheduleItems.h.
References edm::get_underlying_safe(), and processConfiguration_.
|
inline |
Definition at line 61 of file ScheduleItems.h.
References edm::get_underlying_safe(), and thinnedAssociationsHelper_.
Referenced by edm::EventProcessor::init(), and edm::SubProcess::SubProcess().
|
inline |
Definition at line 62 of file ScheduleItems.h.
References edm::get_underlying_safe(), and thinnedAssociationsHelper_.
std::unique_ptr<ExceptionToActionTable const> edm::ScheduleItems::act_table_ |
Definition at line 70 of file ScheduleItems.h.
Referenced by edm::EventProcessor::init(), initMisc(), initSchedule(), and edm::SubProcess::SubProcess().
std::shared_ptr<ActivityRegistry> edm::ScheduleItems::actReg_ |
Definition at line 66 of file ScheduleItems.h.
Referenced by clear(), edm::EventProcessor::init(), initSchedule(), initServices(), and edm::SubProcess::SubProcess().
edm::propagate_const<std::shared_ptr<BranchIDListHelper> > edm::ScheduleItems::branchIDListHelper_ |
Definition at line 68 of file ScheduleItems.h.
Referenced by branchIDListHelper(), clear(), and initSchedule().
edm::propagate_const<std::shared_ptr<SignallingProductRegistry> > edm::ScheduleItems::preg_ |
Definition at line 67 of file ScheduleItems.h.
Referenced by addCPRandTNS(), clear(), initSchedule(), preg(), and ScheduleItems().
edm::propagate_const<std::shared_ptr<ProcessConfiguration> > edm::ScheduleItems::processConfiguration_ |
Definition at line 71 of file ScheduleItems.h.
Referenced by clear(), initMisc(), and processConfiguration().
edm::propagate_const<std::shared_ptr<ThinnedAssociationsHelper> > edm::ScheduleItems::thinnedAssociationsHelper_ |
Definition at line 69 of file ScheduleItems.h.
Referenced by clear(), initSchedule(), and thinnedAssociationsHelper().