|
template<typename D > |
void | callWorkerBeginStream (D, StreamID) |
|
template<typename D > |
void | callWorkerEndStream (D, StreamID) |
|
template<typename D > |
void | callWorkerStreamBegin (D, StreamID id, LuminosityBlockPrincipal const &rp, EventSetupImpl const &c, ModuleCallingContext const *mcc) |
|
template<typename D > |
void | callWorkerStreamBegin (D, StreamID id, RunPrincipal const &rp, EventSetupImpl const &c, ModuleCallingContext const *mcc) |
|
template<typename D > |
void | callWorkerStreamEnd (D, StreamID id, LuminosityBlockPrincipal const &rp, EventSetupImpl const &c, ModuleCallingContext const *mcc) |
|
template<typename D > |
void | callWorkerStreamEnd (D, StreamID id, RunPrincipal const &rp, EventSetupImpl const &c, ModuleCallingContext const *mcc) |
|
template<> |
SerialTaskQueue * | globalLuminosityBlocksQueue () |
|
template<> |
SerialTaskQueue * | globalLuminosityBlocksQueue () |
|
template<> |
SerialTaskQueue * | globalLuminosityBlocksQueue () |
|
template<> |
SerialTaskQueue * | globalLuminosityBlocksQueue () |
|
template<> |
SerialTaskQueue * | globalLuminosityBlocksQueue () |
|
template<> |
SerialTaskQueue * | globalLuminosityBlocksQueue () |
|
template<> |
SerialTaskQueue * | globalLuminosityBlocksQueue () |
|
SerialTaskQueue * | globalLuminosityBlocksQueue () final |
|
template<> |
SerialTaskQueue * | globalRunsQueue () |
|
template<> |
SerialTaskQueue * | globalRunsQueue () |
|
template<> |
SerialTaskQueue * | globalRunsQueue () |
|
template<> |
SerialTaskQueue * | globalRunsQueue () |
|
template<> |
SerialTaskQueue * | globalRunsQueue () |
|
template<> |
SerialTaskQueue * | globalRunsQueue () |
|
template<> |
SerialTaskQueue * | globalRunsQueue () |
|
SerialTaskQueue * | globalRunsQueue () final |
|
template<> |
Worker::Types | moduleType () const |
|
template<> |
Worker::Types | moduleType () const |
|
template<> |
Worker::Types | moduleType () const |
|
template<> |
Worker::Types | moduleType () const |
|
template<> |
Worker::Types | moduleType () const |
|
template<> |
Worker::Types | moduleType () const |
|
template<> |
Worker::Types | moduleType () const |
|
template<> |
Worker::Types | moduleType () const |
|
template<> |
Worker::Types | moduleType () const |
|
template<> |
Worker::Types | moduleType () const |
|
template<> |
Worker::Types | moduleType () const |
|
template<> |
Worker::Types | moduleType () const |
|
template<> |
Worker::Types | moduleType () const |
|
template<> |
Worker::Types | moduleType () const |
|
template<> |
Worker::Types | moduleType () const |
|
template<> |
Worker::Types | moduleType () const |
|
template<> |
Worker::Types | moduleType () const |
|
template<> |
Worker::Types | moduleType () const |
|
Types | moduleType () const override |
|
void | resolvePutIndicies (BranchType iBranchType, std::unordered_multimap< std::string, std::tuple< TypeID const *, const char *, edm::ProductResolverIndex >> const &iIndicies) final |
|
void | setModule (std::shared_ptr< T > iModule) |
|
void | updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &) final |
|
void | updateLookup (eventsetup::ESRecordsToProxyIndices const &) final |
|
bool | wantsGlobalLuminosityBlocks () const final |
|
bool | wantsGlobalRuns () const final |
|
bool | wantsStreamLuminosityBlocks () const final |
|
bool | wantsStreamRuns () const final |
|
| WorkerT (std::shared_ptr< T >, ModuleDescription const &, ExceptionToActionTable const *actions) |
|
| ~WorkerT () override |
|
void | addedToPath () |
|
void | beginJob () |
|
void | beginStream (StreamID id, StreamContext &streamContext) |
|
void | callWhenDoneAsync (WaitingTask *task) |
|
void | clearCounters () |
|
ModuleDescription const * | descPtr () const |
|
ModuleDescription const & | description () const |
|
template<typename T > |
bool | doWork (typename T::MyPrincipal const &, EventSetupImpl const &c, StreamID stream, ParentContext const &parentContext, typename T::Context const *context) |
|
template<typename T > |
void | doWorkAsync (WaitingTask *task, typename T::MyPrincipal const &, EventSetupImpl const &c, ServiceToken const &token, StreamID stream, ParentContext const &parentContext, typename T::Context const *context) |
|
template<typename T > |
void | doWorkNoPrefetchingAsync (WaitingTask *task, typename T::MyPrincipal const &, EventSetupImpl const &c, ServiceToken const &token, StreamID stream, ParentContext const &parentContext, typename T::Context const *context) |
|
void | endJob () |
|
void | endStream (StreamID id, StreamContext &streamContext) |
|
Worker & | operator= (Worker const &)=delete |
|
void | postDoEvent (EventPrincipal const &) |
|
void | prePrefetchSelectionAsync (WaitingTask *task, ServiceToken const &, StreamID stream, EventPrincipal const *) |
|
void | prePrefetchSelectionAsync (WaitingTask *task, ServiceToken const &, StreamID stream, void const *) |
|
void | registerThinnedAssociations (ProductRegistry const ®istry, ThinnedAssociationsHelper &helper) |
|
void | reset () |
|
void | respondToCloseInputFile (FileBlock const &fb) |
|
void | respondToOpenInputFile (FileBlock const &fb) |
|
template<typename T > |
std::exception_ptr | runModuleDirectly (typename T::MyPrincipal const &ep, EventSetupImpl const &es, StreamID streamID, ParentContext const &parentContext, typename T::Context const *context) |
|
void | setActivityRegistry (std::shared_ptr< ActivityRegistry > areg) |
|
void | setEarlyDeleteHelper (EarlyDeleteHelper *iHelper) |
|
void | skipOnPath (EventPrincipal const &iEvent) |
|
State | state () const |
|
int | timesExcept () const |
|
int | timesFailed () const |
|
int | timesPass () const |
|
int | timesPassed () const |
|
int | timesRun () const |
|
int | timesVisited () const |
|
| Worker (ModuleDescription const &iMD, ExceptionToActionTable const *iActions) |
|
| Worker (Worker const &)=delete |
|
virtual | ~Worker () |
|
|
std::vector< ConsumesInfo > | consumesInfo () const override |
|
void | convertCurrentProcessAlias (std::string const &processName) override |
|
bool | hasAccumulator () const override |
|
bool | hasAcquire () const override |
|
void | implBeginJob () override |
|
void | implBeginStream (StreamID) override |
|
bool | implDo (EventPrincipal const &ep, EventSetupImpl const &c, ModuleCallingContext const *mcc) override |
|
template<> |
void | implDoAcquire (EventPrincipal const &ep, EventSetupImpl const &c, ModuleCallingContext const *mcc, WaitingTaskWithArenaHolder &holder) |
|
template<> |
void | implDoAcquire (EventPrincipal const &ep, EventSetupImpl const &c, ModuleCallingContext const *mcc, WaitingTaskWithArenaHolder &holder) |
|
template<> |
void | implDoAcquire (EventPrincipal const &ep, EventSetupImpl const &c, ModuleCallingContext const *mcc, WaitingTaskWithArenaHolder &holder) |
|
template<> |
void | implDoAcquire (EventPrincipal const &ep, EventSetupImpl const &c, ModuleCallingContext const *mcc, WaitingTaskWithArenaHolder &holder) |
|
void | implDoAcquire (EventPrincipal const &ep, EventSetupImpl const &c, ModuleCallingContext const *mcc, WaitingTaskWithArenaHolder &holder) final |
|
bool | implDoBegin (LuminosityBlockPrincipal const &lbp, EventSetupImpl const &c, ModuleCallingContext const *mcc) override |
|
bool | implDoBegin (RunPrincipal const &rp, EventSetupImpl const &c, ModuleCallingContext const *mcc) override |
|
bool | implDoEnd (LuminosityBlockPrincipal const &lbp, EventSetupImpl const &c, ModuleCallingContext const *mcc) override |
|
bool | implDoEnd (RunPrincipal const &rp, EventSetupImpl const &c, ModuleCallingContext const *mcc) override |
|
template<> |
bool | implDoPrePrefetchSelection (StreamID id, EventPrincipal const &ep, ModuleCallingContext const *mcc) |
|
template<> |
bool | implDoPrePrefetchSelection (StreamID id, EventPrincipal const &ep, ModuleCallingContext const *mcc) |
|
template<> |
bool | implDoPrePrefetchSelection (StreamID id, EventPrincipal const &ep, ModuleCallingContext const *mcc) |
|
bool | implDoPrePrefetchSelection (StreamID id, EventPrincipal const &ep, ModuleCallingContext const *mcc) override |
|
bool | implDoStreamBegin (StreamID id, LuminosityBlockPrincipal const &lbp, EventSetupImpl const &c, ModuleCallingContext const *mcc) override |
|
bool | implDoStreamBegin (StreamID id, RunPrincipal const &rp, EventSetupImpl const &c, ModuleCallingContext const *mcc) override |
|
bool | implDoStreamEnd (StreamID id, LuminosityBlockPrincipal const &lbp, EventSetupImpl const &c, ModuleCallingContext const *mcc) override |
|
bool | implDoStreamEnd (StreamID id, RunPrincipal const &rp, EventSetupImpl const &c, ModuleCallingContext const *mcc) override |
|
void | implEndJob () override |
|
void | implEndStream (StreamID) override |
|
template<> |
bool | implNeedToRunSelection () const |
|
template<> |
bool | implNeedToRunSelection () const |
|
template<> |
bool | implNeedToRunSelection () const |
|
bool | implNeedToRunSelection () const final |
|
void | implRegisterThinnedAssociations (ProductRegistry const &, ThinnedAssociationsHelper &) override |
|
void | implRespondToCloseInputFile (FileBlock const &fb) override |
|
void | implRespondToOpenInputFile (FileBlock const &fb) override |
|
void | itemsMayGet (BranchType branchType, std::vector< ProductResolverIndexAndSkipBit > &indexes) const override |
|
std::vector< ProductResolverIndex > const & | itemsShouldPutInEvent () const override |
|
void | itemsToGet (BranchType branchType, std::vector< ProductResolverIndexAndSkipBit > &indexes) const override |
|
void | itemsToGetForSelection (std::vector< ProductResolverIndexAndSkipBit > &) const final |
|
template<> |
void | itemsToGetForSelection (std::vector< ProductResolverIndexAndSkipBit > &iItems) const |
|
template<> |
void | itemsToGetForSelection (std::vector< ProductResolverIndexAndSkipBit > &iItems) const |
|
template<> |
void | itemsToGetForSelection (std::vector< ProductResolverIndexAndSkipBit > &iItems) const |
|
std::vector< ProductResolverIndexAndSkipBit > const & | itemsToGetFrom (BranchType iType) const final |
|
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc) const override |
|
void | preActionBeforeRunEventAsync (WaitingTask *iTask, ModuleCallingContext const &iModuleCallingContext, Principal const &iPrincipal) const override |
|
template<> |
Worker::TaskQueueAdaptor | serializeRunModule () |
|
template<> |
Worker::TaskQueueAdaptor | serializeRunModule () |
|
template<> |
Worker::TaskQueueAdaptor | serializeRunModule () |
|
template<> |
Worker::TaskQueueAdaptor | serializeRunModule () |
|
template<> |
Worker::TaskQueueAdaptor | serializeRunModule () |
|
template<> |
Worker::TaskQueueAdaptor | serializeRunModule () |
|
template<> |
Worker::TaskQueueAdaptor | serializeRunModule () |
|
template<> |
Worker::TaskQueueAdaptor | serializeRunModule () |
|
template<> |
Worker::TaskQueueAdaptor | serializeRunModule () |
|
template<> |
Worker::TaskQueueAdaptor | serializeRunModule () |
|
template<> |
Worker::TaskQueueAdaptor | serializeRunModule () |
|
TaskQueueAdaptor | serializeRunModule () override |
|
std::string | workerType () const override |
|
template<typename T>
class edm::WorkerT< T >
Definition at line 54 of file Frameworkfwd.h.