#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.
|
delete |
ServiceToken edm::ScheduleItems::addCPRandTNS | ( | ParameterSet const & | parameterSet, |
ServiceToken const & | token | ||
) |
Definition at line 93 of file ScheduleItems.cc.
|
inline |
Definition at line 59 of file ScheduleItems.h.
References branchIDListHelper_, and edm::get_underlying_safe().
|
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.
Referenced by Vispa.Views.WidgetView.WidgetView::closeEvent(), Vispa.Share.FindAlgorithm.FindAlgorithm::findUsingFindDialog(), and Vispa.Views.WidgetView.WidgetView::setDataObjects().
std::shared_ptr< CommonParams > edm::ScheduleItems::initMisc | ( | ParameterSet & | parameterSet | ) |
Definition at line 116 of file ScheduleItems.cc.
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.
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.
|
delete |
|
inline |
Definition at line 57 of file ScheduleItems.h.
References edm::get_underlying_safe(), and preg_.
|
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_.
|
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_.
|
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.
std::shared_ptr<ActivityRegistry> edm::ScheduleItems::actReg_ |
Definition at line 66 of file ScheduleItems.h.
edm::propagate_const<std::shared_ptr<BranchIDListHelper> > edm::ScheduleItems::branchIDListHelper_ |
Definition at line 68 of file ScheduleItems.h.
Referenced by branchIDListHelper().
edm::propagate_const<std::shared_ptr<SignallingProductRegistry> > edm::ScheduleItems::preg_ |
Definition at line 67 of file ScheduleItems.h.
Referenced by preg().
edm::propagate_const<std::shared_ptr<ProcessConfiguration> > edm::ScheduleItems::processConfiguration_ |
Definition at line 71 of file ScheduleItems.h.
Referenced by processConfiguration().
edm::propagate_const<std::shared_ptr<ThinnedAssociationsHelper> > edm::ScheduleItems::thinnedAssociationsHelper_ |
Definition at line 69 of file ScheduleItems.h.
Referenced by thinnedAssociationsHelper().