CMS 3D CMS Logo

List of all members | Public Types | Public Member Functions | Public Attributes | Private Member Functions
edm::ActivityRegistry Class Reference

#include <ActivityRegistry.h>

Public Types

typedef signalslot::Signal< void()> BeginProcessing
 
typedef signalslot::Signal< void()> EndProcessing
 
using ESSyncIOVQueuing = signalslot::Signal< void(IOVSyncValue const &)>
 signal is emitted when a new IOV may be needed so we queue a task to do that More...
 
typedef signalslot::Signal< void(eventsetup::ESRecordsToProductResolverIndices const &, ProcessContext const &)> EventSetupConfiguration
 
typedef signalslot::Signal< void()> JobFailure
 
typedef signalslot::Signal< void(GlobalContext const &)> PostAccessInputProcessBlock
 
typedef signalslot::Signal< void()> PostBeginJob
 
typedef signalslot::Signal< void(GlobalContext const &)> PostBeginProcessBlock
 
typedef signalslot::Signal< void(StreamContext const &)> PostBeginStream
 
typedef signalslot::Signal< void(StreamContext const &)> PostClearEvent
 
typedef signalslot::Signal< void(std::string const &)> PostCloseFile
 signal is emitted after the source closes a file More...
 
typedef signalslot::Signal< void()> PostEndJob
 
typedef signalslot::Signal< void(GlobalContext const &)> PostEndProcessBlock
 
typedef signalslot::Signal< void(StreamContext const &)> PostEndStream
 
typedef signalslot::Signal< void(eventsetup::EventSetupRecordKey const &, ESModuleCallingContext const &)> PostESModule
 signal is emitted after the esmodule finished processing More...
 
typedef signalslot::Signal< void(eventsetup::EventSetupRecordKey const &, ESModuleCallingContext const &)> PostESModuleAcquire
 signal is emitted after an esmodule finishes running its acquire method More...
 
typedef signalslot::Signal< void(eventsetup::EventSetupRecordKey const &, ESModuleCallingContext const &)> PostESModulePrefetching
 signal is emitted before the esmodule starts processing and after prefetching has finished More...
 
using PostESModuleRegistration = signalslot::Signal< void(eventsetup::ComponentDescription const &)>
 signal is emitted after the ESModule is registered with EventSetupProvider More...
 
using PostESSyncIOV = signalslot::Signal< void(IOVSyncValue const &)>
 signal is emitted just after a new IOV is synchronized More...
 
typedef signalslot::Signal< void(StreamContext const &)> PostEvent
 
typedef signalslot::Signal< void(StreamContext const &, ModuleCallingContext const &)> PostEventReadFromSource
 signal is emitted after the module starts processing the Event, after a delayed get has started, and after a source read More...
 
typedef signalslot::Signal< void(GlobalContext const &)> PostGlobalBeginLumi
 
typedef signalslot::Signal< void(GlobalContext const &)> PostGlobalBeginRun
 
typedef signalslot::Signal< void(GlobalContext const &)> PostGlobalEndLumi
 
typedef signalslot::Signal< void(GlobalContext const &)> PostGlobalEndRun
 
typedef signalslot::Signal< void(GlobalContext const &)> PostGlobalWriteLumi
 
typedef signalslot::Signal< void(GlobalContext const &)> PostGlobalWriteRun
 
typedef signalslot::Signal< void(GlobalContext const &, ModuleCallingContext const &)> PostModuleAccessInputProcessBlock
 
typedef signalslot::Signal< void(ModuleDescription const &)> PostModuleBeginJob
 signal is emitted after the module had done beginJob More...
 
typedef signalslot::Signal< void(GlobalContext const &, ModuleCallingContext const &)> PostModuleBeginProcessBlock
 
typedef signalslot::Signal< void(StreamContext const &, ModuleCallingContext const &)> PostModuleBeginStream
 
typedef signalslot::Signal< void(ModuleDescription const &)> PostModuleConstruction
 signal is emitted after the module was construction More...
 
typedef signalslot::Signal< void(ModuleDescription const &)> PostModuleDestruction
 signal is emitted after the module is destructed, only for modules deleted before beginJob More...
 
typedef signalslot::Signal< void(ModuleDescription const &)> PostModuleEndJob
 signal is emitted after the module had done endJob More...
 
typedef signalslot::Signal< void(GlobalContext const &, ModuleCallingContext const &)> PostModuleEndProcessBlock
 
typedef signalslot::Signal< void(StreamContext const &, ModuleCallingContext const &)> PostModuleEndStream
 
typedef signalslot::Signal< void(StreamContext const &, ModuleCallingContext const &)> PostModuleEvent
 signal is emitted after the module finished processing the Event More...
 
typedef signalslot::Signal< void(StreamContext const &, ModuleCallingContext const &)> PostModuleEventAcquire
 signal is emitted after the module finishes the acquire method for the Event More...
 
typedef signalslot::Signal< void(StreamContext const &, ModuleCallingContext const &)> PostModuleEventDelayedGet
 signal is emitted after the module starts processing the Event and after a delayed get has finished More...
 
typedef signalslot::Signal< void(StreamContext const &, ModuleCallingContext const &)> PostModuleEventPrefetching
 signal is emitted before the module starts processing the Event and after prefetching has finished More...
 
typedef signalslot::Signal< void(GlobalContext const &, ModuleCallingContext const &)> PostModuleGlobalBeginLumi
 
typedef signalslot::Signal< void(GlobalContext const &, ModuleCallingContext const &)> PostModuleGlobalBeginRun
 
typedef signalslot::Signal< void(GlobalContext const &, ModuleCallingContext const &)> PostModuleGlobalEndLumi
 
typedef signalslot::Signal< void(GlobalContext const &, ModuleCallingContext const &)> PostModuleGlobalEndRun
 
typedef signalslot::Signal< void(GlobalContext const &, ModuleCallingContext const &)> PostModuleGlobalPrefetching
 signal is emitted before the module starts processing a global transition and after prefetching has finished More...
 
typedef signalslot::Signal< void(StreamContext const &, ModuleCallingContext const &)> PostModuleStreamBeginLumi
 
typedef signalslot::Signal< void(StreamContext const &, ModuleCallingContext const &)> PostModuleStreamBeginRun
 
typedef signalslot::Signal< void(StreamContext const &, ModuleCallingContext const &)> PostModuleStreamEndLumi
 
typedef signalslot::Signal< void(StreamContext const &, ModuleCallingContext const &)> PostModuleStreamEndRun
 
typedef signalslot::Signal< void(StreamContext const &, ModuleCallingContext const &)> PostModuleStreamPrefetching
 signal is emitted before the module starts processing a non-Event stream transition and after prefetching has finished More...
 
typedef signalslot::Signal< void(StreamContext const &, ModuleCallingContext const &)> PostModuleTransform
 signal is emitted after the module finished a transform during the Event More...
 
typedef signalslot::Signal< void(StreamContext const &, ModuleCallingContext const &)> PostModuleTransformAcquiring
 signal is emitted after the module finishes the acquire method for a transform during the Event More...
 
typedef signalslot::Signal< void(StreamContext const &, ModuleCallingContext const &)> PostModuleTransformPrefetching
 signal is emitted before the module starts a transform during the Event and after prefetching for the transform has finished More...
 
typedef signalslot::Signal< void(GlobalContext const &, ModuleCallingContext const &)> PostModuleWriteLumi
 
typedef signalslot::Signal< void(GlobalContext const &, ModuleCallingContext const &)> PostModuleWriteProcessBlock
 
typedef signalslot::Signal< void(GlobalContext const &, ModuleCallingContext const &)> PostModuleWriteRun
 
typedef signalslot::Signal< void(std::string const &)> PostOpenFile
 signal is emitted after the source opens a file More...
 
typedef signalslot::Signal< void(StreamContext const &, PathContext const &, HLTPathStatus const &)> PostPathEvent
 signal is emitted after all modules have finished for the Path for an event More...
 
typedef signalslot::Signal< void(ModuleDescription const &)> PostSourceConstruction
 signal is emitted after the source was construction More...
 
typedef signalslot::Signal< void(StreamID)> PostSourceEvent
 signal is emitted after the source starts creating an Event More...
 
typedef signalslot::Signal< void(LuminosityBlockIndex)> PostSourceLumi
 signal is emitted after the source starts creating a Lumi More...
 
typedef signalslot::Signal< void()> PostSourceNextTransition
 signal is emitted after the source has returned the next transition More...
 
typedef signalslot::Signal< void(std::string const &)> PostSourceProcessBlock
 signal is emitted after the source starts creating a ProcessBlock More...
 
typedef signalslot::Signal< void(RunIndex)> PostSourceRun
 signal is emitted after the source starts creating a Run More...
 
typedef signalslot::Signal< void(StreamContext const &)> PostStreamBeginLumi
 
typedef signalslot::Signal< void(StreamContext const &)> PostStreamBeginRun
 
typedef signalslot::Signal< void(StreamContext const &)> PostStreamEndLumi
 
typedef signalslot::Signal< void(StreamContext const &)> PostStreamEndRun
 
typedef signalslot::Signal< void(GlobalContext const &)> PostWriteProcessBlock
 
typedef signalslot::Signal< void(GlobalContext const &)> PreAccessInputProcessBlock
 
typedef signalslot::Signal< void(service::SystemBounds const &)> Preallocate
 
typedef signalslot::Signal< void(PathsAndConsumesOfModulesBase const &, ProcessContext const &)> PreBeginJob
 
typedef signalslot::Signal< void(GlobalContext const &)> PreBeginProcessBlock
 
typedef signalslot::Signal< void(StreamContext const &)> PreBeginStream
 
typedef signalslot::Signal< void(StreamContext const &)> PreClearEvent
 
typedef signalslot::Signal< void(std::string const &)> PreCloseFile
 signal is emitted before the source closes a file More...
 
typedef signalslot::Signal< void()> PreEndJob
 
typedef signalslot::Signal< void(GlobalContext const &)> PreEndProcessBlock
 
typedef signalslot::Signal< void(StreamContext const &)> PreEndStream
 
typedef signalslot::Signal< void(eventsetup::EventSetupRecordKey const &, ESModuleCallingContext const &)> PreESModule
 signal is emitted before the esmodule starts processing More...
 
typedef signalslot::Signal< void(eventsetup::EventSetupRecordKey const &, ESModuleCallingContext const &)> PreESModuleAcquire
 signal is emitted before an esmodule starts running its acquire method More...
 
typedef signalslot::Signal< void(eventsetup::EventSetupRecordKey const &, ESModuleCallingContext const &)> PreESModulePrefetching
 signal is emitted before the esmodule starts processing and before prefetching has started More...
 
using PreESSyncIOV = signalslot::Signal< void(IOVSyncValue const &)>
 signal is emitted just before a new IOV is synchronized More...
 
typedef signalslot::Signal< void(StreamContext const &)> PreEvent
 
typedef signalslot::Signal< void(StreamContext const &, ModuleCallingContext const &)> PreEventReadFromSource
 signal is emitted after the module starts processing the Event, after a delayed get has started, and before a source read More...
 
typedef signalslot::Signal< void(GlobalContext const &)> PreGlobalBeginLumi
 
typedef signalslot::Signal< void(GlobalContext const &)> PreGlobalBeginRun
 
typedef signalslot::Signal< void(GlobalContext const &, TerminationOrigin)> PreGlobalEarlyTermination
 
typedef signalslot::Signal< void(GlobalContext const &)> PreGlobalEndLumi
 
typedef signalslot::Signal< void(GlobalContext const &)> PreGlobalEndRun
 
typedef signalslot::Signal< void(GlobalContext const &)> PreGlobalWriteLumi
 
typedef signalslot::Signal< void(GlobalContext const &)> PreGlobalWriteRun
 
typedef signalslot::Signal< void(GlobalContext const &, ModuleCallingContext const &)> PreModuleAccessInputProcessBlock
 
typedef signalslot::Signal< void(ModuleDescription const &)> PreModuleBeginJob
 signal is emitted before the module does beginJob More...
 
typedef signalslot::Signal< void(GlobalContext const &, ModuleCallingContext const &)> PreModuleBeginProcessBlock
 
typedef signalslot::Signal< void(StreamContext const &, ModuleCallingContext const &)> PreModuleBeginStream
 
typedef signalslot::Signal< void(ModuleDescription const &)> PreModuleConstruction
 signal is emitted before the module is constructed More...
 
typedef signalslot::Signal< void(ModuleDescription const &)> PreModuleDestruction
 signal is emitted before the module is destructed, only for modules deleted before beginJob More...
 
typedef signalslot::Signal< void(ModuleDescription const &)> PreModuleEndJob
 signal is emitted before the module does endJob More...
 
typedef signalslot::Signal< void(GlobalContext const &, ModuleCallingContext const &)> PreModuleEndProcessBlock
 
typedef signalslot::Signal< void(StreamContext const &, ModuleCallingContext const &)> PreModuleEndStream
 
typedef signalslot::Signal< void(StreamContext const &, ModuleCallingContext const &)> PreModuleEvent
 signal is emitted before the module starts processing the Event More...
 
typedef signalslot::Signal< void(StreamContext const &, ModuleCallingContext const &)> PreModuleEventAcquire
 signal is emitted before the module starts the acquire method for the Event More...
 
typedef signalslot::Signal< void(StreamContext const &, ModuleCallingContext const &)> PreModuleEventDelayedGet
 signal is emitted after the module starts processing the Event and before a delayed get has started More...
 
typedef signalslot::Signal< void(StreamContext const &, ModuleCallingContext const &)> PreModuleEventPrefetching
 signal is emitted before the module starts processing the Event and before prefetching has started More...
 
typedef signalslot::Signal< void(GlobalContext const &, ModuleCallingContext const &)> PreModuleGlobalBeginLumi
 
typedef signalslot::Signal< void(GlobalContext const &, ModuleCallingContext const &)> PreModuleGlobalBeginRun
 
typedef signalslot::Signal< void(GlobalContext const &, ModuleCallingContext const &)> PreModuleGlobalEndLumi
 
typedef signalslot::Signal< void(GlobalContext const &, ModuleCallingContext const &)> PreModuleGlobalEndRun
 
typedef signalslot::Signal< void(GlobalContext const &, ModuleCallingContext const &)> PreModuleGlobalPrefetching
 signal is emitted before the module starts processing a global transition and before prefetching has started More...
 
typedef signalslot::Signal< void(StreamContext const &, ModuleCallingContext const &)> PreModuleStreamBeginLumi
 
typedef signalslot::Signal< void(StreamContext const &, ModuleCallingContext const &)> PreModuleStreamBeginRun
 
typedef signalslot::Signal< void(StreamContext const &, ModuleCallingContext const &)> PreModuleStreamEndLumi
 
typedef signalslot::Signal< void(StreamContext const &, ModuleCallingContext const &)> PreModuleStreamEndRun
 
typedef signalslot::Signal< void(StreamContext const &, ModuleCallingContext const &)> PreModuleStreamPrefetching
 signal is emitted before the module starts processing a non-Event stream transition and before prefetching has started More...
 
typedef signalslot::Signal< void(StreamContext const &, ModuleCallingContext const &)> PreModuleTransform
 signal is emitted before the module starts a transform during the Event More...
 
typedef signalslot::Signal< void(StreamContext const &, ModuleCallingContext const &)> PreModuleTransformAcquiring
 signal is emitted before the module starts the acquire method for a transform during the Event More...
 
typedef signalslot::Signal< void(StreamContext const &, ModuleCallingContext const &)> PreModuleTransformPrefetching
 signal is emitted before the module starts a transform during the Event and before prefetching for the transform has started More...
 
typedef signalslot::Signal< void(GlobalContext const &, ModuleCallingContext const &)> PreModuleWriteLumi
 
typedef signalslot::Signal< void(GlobalContext const &, ModuleCallingContext const &)> PreModuleWriteProcessBlock
 
typedef signalslot::Signal< void(GlobalContext const &, ModuleCallingContext const &)> PreModuleWriteRun
 
typedef signalslot::Signal< void(std::string const &)> PreOpenFile
 signal is emitted before the source opens a file More...
 
typedef signalslot::Signal< void(StreamContext const &, PathContext const &)> PrePathEvent
 signal is emitted before starting to process a Path for an event More...
 
typedef signalslot::Signal< void(ModuleDescription const &)> PreSourceConstruction
 signal is emitted before the source is constructed More...
 
typedef signalslot::Signal< void(TerminationOrigin)> PreSourceEarlyTermination
 
typedef signalslot::Signal< void(StreamID)> PreSourceEvent
 signal is emitted before the source starts creating an Event More...
 
typedef signalslot::Signal< void(LuminosityBlockIndex)> PreSourceLumi
 signal is emitted before the source starts creating a Lumi More...
 
typedef signalslot::Signal< void()> PreSourceNextTransition
 signal is emitted before the source is requested to find the next transition More...
 
typedef signalslot::Signal< void()> PreSourceProcessBlock
 signal is emitted before the source starts creating a ProcessBlock More...
 
typedef signalslot::Signal< void(RunIndex)> PreSourceRun
 signal is emitted before the source starts creating a Run More...
 
typedef signalslot::Signal< void(StreamContext const &)> PreStreamBeginLumi
 
typedef signalslot::Signal< void(StreamContext const &)> PreStreamBeginRun
 
typedef signalslot::Signal< void(StreamContext const &, TerminationOrigin)> PreStreamEarlyTermination
 
typedef signalslot::Signal< void(StreamContext const &)> PreStreamEndLumi
 
typedef signalslot::Signal< void(StreamContext const &)> PreStreamEndRun
 
typedef signalslot::Signal< void(GlobalContext const &)> PreWriteProcessBlock
 

Public Member Functions

 ActivityRegistry ()
 
 ActivityRegistry (ActivityRegistry const &)=delete
 
void connect (ActivityRegistry &iOther)
 forwards our signals to slots connected to iOther More...
 
void connectToSubProcess (ActivityRegistry &iOther)
 
void copySlotsFrom (ActivityRegistry &iOther)
 
ActivityRegistryoperator= (ActivityRegistry const &)=delete
 
void watchBeginProcessing (BeginProcessing::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchBeginProcessing (TClass *iObject, TMethod iMethod)
 
void watchEndProcessing (EndProcessing::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchEndProcessing (TClass *iObject, TMethod iMethod)
 
void watchESSyncIOVQueuing (ESSyncIOVQueuing::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchESSyncIOVQueuing (TClass *iObject, TMethod iMethod)
 
void watchEventSetupConfiguration (EventSetupConfiguration::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchEventSetupConfiguration (TClass *iObject, TMethod iMethod)
 
void watchJobFailure (JobFailure::slot_type const &iSlot)
 convenience function for attaching to signal More...
 
template<class TClass , class TMethod >
void watchJobFailure (TClass *iObject, TMethod iMethod)
 
void watchPostAccessInputProcessBlock (PostAccessInputProcessBlock::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostAccessInputProcessBlock (TClass *iObject, TMethod iMethod)
 
void watchPostBeginJob (PostBeginJob::slot_type const &iSlot)
 convenience function for attaching to signal More...
 
template<class TClass , class TMethod >
void watchPostBeginJob (TClass *iObject, TMethod iMethod)
 
void watchPostBeginProcessBlock (PostBeginProcessBlock::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostBeginProcessBlock (TClass *iObject, TMethod iMethod)
 
void watchPostBeginStream (PostBeginStream::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostBeginStream (TClass *iObject, TMethod iMethod)
 
void watchPostClearEvent (PostClearEvent::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostClearEvent (TClass *iObject, TMethod iMethod)
 
void watchPostCloseFile (PostCloseFile::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostCloseFile (TClass *iObject, TMethod iMethod)
 
void watchPostEndJob (PostEndJob::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostEndJob (TClass *iObject, TMethod iMethod)
 
void watchPostEndProcessBlock (PostEndProcessBlock::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostEndProcessBlock (TClass *iObject, TMethod iMethod)
 
void watchPostEndStream (PostEndStream::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostEndStream (TClass *iObject, TMethod iMethod)
 
void watchPostESModule (PostESModule::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostESModule (TClass *iObject, TMethod iMethod)
 
void watchPostESModuleAcquire (PostESModuleAcquire::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostESModuleAcquire (TClass *iObject, TMethod iMethod)
 
void watchPostESModulePrefetching (PostESModulePrefetching::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostESModulePrefetching (TClass *iObject, TMethod iMethod)
 
void watchPostESModuleRegistration (PostESModuleRegistration::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostESModuleRegistration (TClass *iObject, TMethod iMethod)
 
void watchPostESSyncIOV (PostESSyncIOV::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostESSyncIOV (TClass *iObject, TMethod iMethod)
 
void watchPostEvent (PostEvent::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostEvent (TClass *iObject, TMethod iMethod)
 
void watchPostEventReadFromSource (PostEventReadFromSource::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostEventReadFromSource (TClass *iObject, TMethod iMethod)
 
void watchPostGlobalBeginLumi (PostGlobalBeginLumi::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostGlobalBeginLumi (TClass *iObject, TMethod iMethod)
 
void watchPostGlobalBeginRun (PostGlobalBeginRun::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostGlobalBeginRun (TClass *iObject, TMethod iMethod)
 
void watchPostGlobalEndLumi (PostGlobalEndLumi::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostGlobalEndLumi (TClass *iObject, TMethod iMethod)
 
void watchPostGlobalEndRun (PostGlobalEndRun::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostGlobalEndRun (TClass *iObject, TMethod iMethod)
 
void watchPostGlobalWriteLumi (PostGlobalEndLumi::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostGlobalWriteLumi (TClass *iObject, TMethod iMethod)
 
void watchPostGlobalWriteRun (PostGlobalWriteRun::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostGlobalWriteRun (TClass *iObject, TMethod iMethod)
 
void watchPostModuleAccessInputProcessBlock (PostModuleAccessInputProcessBlock::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostModuleAccessInputProcessBlock (TClass *iObject, TMethod iMethod)
 
void watchPostModuleBeginJob (PostModuleBeginJob::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostModuleBeginJob (TClass *iObject, TMethod iMethod)
 
void watchPostModuleBeginProcessBlock (PostModuleBeginProcessBlock::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostModuleBeginProcessBlock (TClass *iObject, TMethod iMethod)
 
void watchPostModuleBeginStream (PostModuleBeginStream::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostModuleBeginStream (TClass *iObject, TMethod iMethod)
 
void watchPostModuleConstruction (PostModuleConstruction::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostModuleConstruction (TClass *iObject, TMethod iMethod)
 
void watchPostModuleDestruction (PostModuleDestruction::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostModuleDestruction (TClass *iObject, TMethod iMethod)
 
void watchPostModuleEndJob (PostModuleEndJob::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostModuleEndJob (TClass *iObject, TMethod iMethod)
 
void watchPostModuleEndProcessBlock (PostModuleEndProcessBlock::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostModuleEndProcessBlock (TClass *iObject, TMethod iMethod)
 
void watchPostModuleEndStream (PostModuleEndStream::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostModuleEndStream (TClass *iObject, TMethod iMethod)
 
void watchPostModuleEvent (PostModuleEvent::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostModuleEvent (TClass *iObject, TMethod iMethod)
 
void watchPostModuleEventAcquire (PostModuleEventAcquire::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostModuleEventAcquire (TClass *iObject, TMethod iMethod)
 
void watchPostModuleEventDelayedGet (PostModuleEventDelayedGet::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostModuleEventDelayedGet (TClass *iObject, TMethod iMethod)
 
void watchPostModuleEventPrefetching (PostModuleEventPrefetching::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostModuleEventPrefetching (TClass *iObject, TMethod iMethod)
 
void watchPostModuleGlobalBeginLumi (PostModuleGlobalBeginLumi::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostModuleGlobalBeginLumi (TClass *iObject, TMethod iMethod)
 
void watchPostModuleGlobalBeginRun (PostModuleGlobalBeginRun::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostModuleGlobalBeginRun (TClass *iObject, TMethod iMethod)
 
void watchPostModuleGlobalEndLumi (PostModuleGlobalEndLumi::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostModuleGlobalEndLumi (TClass *iObject, TMethod iMethod)
 
void watchPostModuleGlobalEndRun (PostModuleGlobalEndRun::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostModuleGlobalEndRun (TClass *iObject, TMethod iMethod)
 
void watchPostModuleGlobalPrefetching (PostModuleGlobalPrefetching::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostModuleGlobalPrefetching (TClass *iObject, TMethod iMethod)
 
void watchPostModuleStreamBeginLumi (PostModuleStreamBeginLumi::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostModuleStreamBeginLumi (TClass *iObject, TMethod iMethod)
 
void watchPostModuleStreamBeginRun (PostModuleStreamBeginRun::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostModuleStreamBeginRun (TClass *iObject, TMethod iMethod)
 
void watchPostModuleStreamEndLumi (PostModuleStreamEndLumi::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostModuleStreamEndLumi (TClass *iObject, TMethod iMethod)
 
void watchPostModuleStreamEndRun (PostModuleStreamEndRun::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostModuleStreamEndRun (TClass *iObject, TMethod iMethod)
 
void watchPostModuleStreamPrefetching (PostModuleStreamPrefetching::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostModuleStreamPrefetching (TClass *iObject, TMethod iMethod)
 
void watchPostModuleTransform (PostModuleTransform::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostModuleTransform (TClass *iObject, TMethod iMethod)
 
void watchPostModuleTransformAcquiring (PostModuleTransformAcquiring::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostModuleTransformAcquiring (TClass *iObject, TMethod iMethod)
 
void watchPostModuleTransformPrefetching (PostModuleTransformPrefetching::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostModuleTransformPrefetching (TClass *iObject, TMethod iMethod)
 
void watchPostModuleWriteLumi (PostModuleWriteLumi::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostModuleWriteLumi (TClass *iObject, TMethod iMethod)
 
void watchPostModuleWriteProcessBlock (PostModuleWriteProcessBlock::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostModuleWriteProcessBlock (TClass *iObject, TMethod iMethod)
 
void watchPostModuleWriteRun (PostModuleWriteRun::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostModuleWriteRun (TClass *iObject, TMethod iMethod)
 
void watchPostOpenFile (PostOpenFile::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostOpenFile (TClass *iObject, TMethod iMethod)
 
void watchPostPathEvent (PostPathEvent::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostPathEvent (TClass *iObject, TMethod iMethod)
 
void watchPostSourceConstruction (PostSourceConstruction::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostSourceConstruction (TClass *iObject, TMethod iMethod)
 
void watchPostSourceEvent (PostSourceEvent::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostSourceEvent (TClass *iObject, TMethod iMethod)
 
void watchPostSourceLumi (PostSourceLumi::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostSourceLumi (TClass *iObject, TMethod iMethod)
 
void watchPostSourceNextTransition (PostSourceNextTransition::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostSourceNextTransition (TClass *iObject, TMethod iMethod)
 
void watchPostSourceProcessBlock (PostSourceProcessBlock::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostSourceProcessBlock (TClass *iObject, TMethod iMethod)
 
void watchPostSourceRun (PostSourceRun::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostSourceRun (TClass *iObject, TMethod iMethod)
 
void watchPostStreamBeginLumi (PostStreamBeginLumi::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostStreamBeginLumi (TClass *iObject, TMethod iMethod)
 
void watchPostStreamBeginRun (PostStreamBeginRun::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostStreamBeginRun (TClass *iObject, TMethod iMethod)
 
void watchPostStreamEndLumi (PostStreamEndLumi::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostStreamEndLumi (TClass *iObject, TMethod iMethod)
 
void watchPostStreamEndRun (PostStreamEndRun::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostStreamEndRun (TClass *iObject, TMethod iMethod)
 
void watchPostWriteProcessBlock (PostWriteProcessBlock::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostWriteProcessBlock (TClass *iObject, TMethod iMethod)
 
void watchPreAccessInputProcessBlock (PreAccessInputProcessBlock::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreAccessInputProcessBlock (TClass *iObject, TMethod iMethod)
 
void watchPreallocate (Preallocate::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreallocate (TClass *iObject, TMethod iMethod)
 
void watchPreBeginJob (PreBeginJob::slot_type const &iSlot)
 convenience function for attaching to signal More...
 
template<class TClass , class TMethod >
void watchPreBeginJob (TClass *iObject, TMethod iMethod)
 
void watchPreBeginProcessBlock (PreBeginProcessBlock::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreBeginProcessBlock (TClass *iObject, TMethod iMethod)
 
void watchPreBeginStream (PreBeginStream::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreBeginStream (TClass *iObject, TMethod iMethod)
 
void watchPreClearEvent (PreClearEvent::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreClearEvent (TClass *iObject, TMethod iMethod)
 
void watchPreCloseFile (PreCloseFile::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreCloseFile (TClass *iObject, TMethod iMethod)
 
void watchPreEndJob (PreEndJob::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreEndJob (TClass *iObject, TMethod iMethod)
 
void watchPreEndProcessBlock (PreEndProcessBlock::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreEndProcessBlock (TClass *iObject, TMethod iMethod)
 
void watchPreEndStream (PreEndStream::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreEndStream (TClass *iObject, TMethod iMethod)
 
void watchPreESModule (PreESModule::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreESModule (TClass *iObject, TMethod iMethod)
 
void watchPreESModuleAcquire (PreESModuleAcquire::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreESModuleAcquire (TClass *iObject, TMethod iMethod)
 
void watchPreESModulePrefetching (PreESModulePrefetching::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreESModulePrefetching (TClass *iObject, TMethod iMethod)
 
void watchPreESSyncIOV (PreESSyncIOV::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreESSyncIOV (TClass *iObject, TMethod iMethod)
 
void watchPreEvent (PreEvent::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreEvent (TClass *iObject, TMethod iMethod)
 
void watchPreEventReadFromSource (PreEventReadFromSource::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreEventReadFromSource (TClass *iObject, TMethod iMethod)
 
void watchPreGlobalBeginLumi (PreGlobalBeginLumi::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreGlobalBeginLumi (TClass *iObject, TMethod iMethod)
 
void watchPreGlobalBeginRun (PreGlobalBeginRun::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreGlobalBeginRun (TClass *iObject, TMethod iMethod)
 
void watchPreGlobalEarlyTermination (PreGlobalEarlyTermination::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreGlobalEarlyTermination (TClass *iObject, TMethod iMethod)
 
void watchPreGlobalEndLumi (PreGlobalEndLumi::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreGlobalEndLumi (TClass *iObject, TMethod iMethod)
 
void watchPreGlobalEndRun (PreGlobalEndRun::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreGlobalEndRun (TClass *iObject, TMethod iMethod)
 
void watchPreGlobalWriteLumi (PreGlobalWriteLumi::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreGlobalWriteLumi (TClass *iObject, TMethod iMethod)
 
void watchPreGlobalWriteRun (PreGlobalWriteRun::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreGlobalWriteRun (TClass *iObject, TMethod iMethod)
 
void watchPreModuleAccessInputProcessBlock (PreModuleAccessInputProcessBlock::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreModuleAccessInputProcessBlock (TClass *iObject, TMethod iMethod)
 
void watchPreModuleBeginJob (PreModuleBeginJob::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreModuleBeginJob (TClass *iObject, TMethod iMethod)
 
void watchPreModuleBeginProcessBlock (PreModuleBeginProcessBlock::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreModuleBeginProcessBlock (TClass *iObject, TMethod iMethod)
 
void watchPreModuleBeginStream (PreModuleBeginStream::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreModuleBeginStream (TClass *iObject, TMethod iMethod)
 
void watchPreModuleConstruction (PreModuleConstruction::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreModuleConstruction (TClass *iObject, TMethod iMethod)
 
void watchPreModuleDestruction (PreModuleDestruction::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreModuleDestruction (TClass *iObject, TMethod iMethod)
 
void watchPreModuleEndJob (PreModuleEndJob::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreModuleEndJob (TClass *iObject, TMethod iMethod)
 
void watchPreModuleEndProcessBlock (PreModuleEndProcessBlock::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreModuleEndProcessBlock (TClass *iObject, TMethod iMethod)
 
void watchPreModuleEndStream (PreModuleEndStream::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreModuleEndStream (TClass *iObject, TMethod iMethod)
 
void watchPreModuleEvent (PreModuleEvent::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreModuleEvent (TClass *iObject, TMethod iMethod)
 
void watchPreModuleEventAcquire (PreModuleEventAcquire::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreModuleEventAcquire (TClass *iObject, TMethod iMethod)
 
void watchPreModuleEventDelayedGet (PreModuleEventDelayedGet::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreModuleEventDelayedGet (TClass *iObject, TMethod iMethod)
 
void watchPreModuleEventPrefetching (PreModuleEventPrefetching::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreModuleEventPrefetching (TClass *iObject, TMethod iMethod)
 
void watchPreModuleGlobalBeginLumi (PreModuleGlobalBeginLumi::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreModuleGlobalBeginLumi (TClass *iObject, TMethod iMethod)
 
void watchPreModuleGlobalBeginRun (PreModuleGlobalBeginRun::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreModuleGlobalBeginRun (TClass *iObject, TMethod iMethod)
 
void watchPreModuleGlobalEndLumi (PreModuleGlobalEndLumi::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreModuleGlobalEndLumi (TClass *iObject, TMethod iMethod)
 
void watchPreModuleGlobalEndRun (PreModuleGlobalEndRun::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreModuleGlobalEndRun (TClass *iObject, TMethod iMethod)
 
void watchPreModuleGlobalPrefetching (PreModuleGlobalPrefetching::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreModuleGlobalPrefetching (TClass *iObject, TMethod iMethod)
 
void watchPreModuleStreamBeginLumi (PreModuleStreamBeginLumi::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreModuleStreamBeginLumi (TClass *iObject, TMethod iMethod)
 
void watchPreModuleStreamBeginRun (PreModuleStreamBeginRun::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreModuleStreamBeginRun (TClass *iObject, TMethod iMethod)
 
void watchPreModuleStreamEndLumi (PreModuleStreamEndLumi::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreModuleStreamEndLumi (TClass *iObject, TMethod iMethod)
 
void watchPreModuleStreamEndRun (PreModuleStreamEndRun::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreModuleStreamEndRun (TClass *iObject, TMethod iMethod)
 
void watchPreModuleStreamPrefetching (PreModuleStreamPrefetching::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreModuleStreamPrefetching (TClass *iObject, TMethod iMethod)
 
void watchPreModuleTransform (PreModuleTransform::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreModuleTransform (TClass *iObject, TMethod iMethod)
 
void watchPreModuleTransformAcquiring (PreModuleTransformAcquiring::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreModuleTransformAcquiring (TClass *iObject, TMethod iMethod)
 
void watchPreModuleTransformPrefetching (PreModuleTransformPrefetching::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreModuleTransformPrefetching (TClass *iObject, TMethod iMethod)
 
void watchPreModuleWriteLumi (PreModuleWriteLumi::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreModuleWriteLumi (TClass *iObject, TMethod iMethod)
 
void watchPreModuleWriteProcessBlock (PreModuleWriteProcessBlock::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreModuleWriteProcessBlock (TClass *iObject, TMethod iMethod)
 
void watchPreModuleWriteRun (PreModuleWriteRun::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreModuleWriteRun (TClass *iObject, TMethod iMethod)
 
void watchPreOpenFile (PreOpenFile::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreOpenFile (TClass *iObject, TMethod iMethod)
 
void watchPrePathEvent (PrePathEvent::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPrePathEvent (TClass *iObject, TMethod iMethod)
 
void watchPreSourceConstruction (PreSourceConstruction::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreSourceConstruction (TClass *iObject, TMethod iMethod)
 
void watchPreSourceEarlyTermination (PreSourceEarlyTermination::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreSourceEarlyTermination (TClass *iObject, TMethod iMethod)
 
void watchPreSourceEvent (PreSourceEvent::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreSourceEvent (TClass *iObject, TMethod iMethod)
 
void watchPreSourceLumi (PreSourceLumi::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreSourceLumi (TClass *iObject, TMethod iMethod)
 
void watchPreSourceNextTransition (PreSourceNextTransition::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreSourceNextTransition (TClass *iObject, TMethod iMethod)
 
void watchPreSourceProcessBlock (PreSourceProcessBlock::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreSourceProcessBlock (TClass *iObject, TMethod iMethod)
 
void watchPreSourceRun (PreSourceRun::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreSourceRun (TClass *iObject, TMethod iMethod)
 
void watchPreStreamBeginLumi (PreStreamBeginLumi::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreStreamBeginLumi (TClass *iObject, TMethod iMethod)
 
void watchPreStreamBeginRun (PreStreamBeginRun::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreStreamBeginRun (TClass *iObject, TMethod iMethod)
 
void watchPreStreamEarlyTermination (PreStreamEarlyTermination::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreStreamEarlyTermination (TClass *iObject, TMethod iMethod)
 
void watchPreStreamEndLumi (PreStreamEndLumi::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreStreamEndLumi (TClass *iObject, TMethod iMethod)
 
void watchPreStreamEndRun (PreStreamEndRun::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreStreamEndRun (TClass *iObject, TMethod iMethod)
 
void watchPreWriteProcessBlock (PreWriteProcessBlock::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreWriteProcessBlock (TClass *iObject, TMethod iMethod)
 

Public Attributes

BeginProcessing beginProcessingSignal_
 signal is emitted just before the transitions from the Source will begin to be processed More...
 
EndProcessing endProcessingSignal_
 signal is emitted after all work has been done processing all source transitions More...
 
ESSyncIOVQueuing esSyncIOVQueuingSignal_
 
EventSetupConfiguration eventSetupConfigurationSignal_
 signal is emitted before beginJob More...
 
JobFailure jobFailureSignal_
 
PostAccessInputProcessBlock postAccessInputProcessBlockSignal_
 
PostBeginJob postBeginJobSignal_
 signal is emitted after all modules have gotten their beginJob called More...
 
PostBeginProcessBlock postBeginProcessBlockSignal_
 
PostBeginStream postBeginStreamSignal_
 
PostClearEvent postClearEventSignal_
 signal is emitted after all data products in the Event have been cleared More...
 
PostCloseFile postCloseFileSignal_
 
PostEndJob postEndJobSignal_
 signal is emitted after all modules have gotten their endJob called More...
 
PostEndProcessBlock postEndProcessBlockSignal_
 
PostEndStream postEndStreamSignal_
 
PostESModuleAcquire postESModuleAcquireSignal_
 
PostESModulePrefetching postESModulePrefetchingSignal_
 
PostESModuleRegistration postESModuleRegistrationSignal_
 
PostESModule postESModuleSignal_
 
PostESSyncIOV postESSyncIOVSignal_
 
PostEventReadFromSource postEventReadFromSourceSignal_
 
PostEvent postEventSignal_
 signal is emitted after all modules have finished processing the Event More...
 
PostGlobalBeginLumi postGlobalBeginLumiSignal_
 
PostGlobalBeginRun postGlobalBeginRunSignal_
 
PostGlobalEndLumi postGlobalEndLumiSignal_
 
PostGlobalEndRun postGlobalEndRunSignal_
 
PostGlobalEndLumi postGlobalWriteLumiSignal_
 
PostGlobalWriteRun postGlobalWriteRunSignal_
 
PostModuleAccessInputProcessBlock postModuleAccessInputProcessBlockSignal_
 
PostModuleBeginJob postModuleBeginJobSignal_
 
PostModuleBeginProcessBlock postModuleBeginProcessBlockSignal_
 
PostModuleBeginStream postModuleBeginStreamSignal_
 
PostModuleConstruction postModuleConstructionSignal_
 
PostModuleDestruction postModuleDestructionSignal_
 
PostModuleEndJob postModuleEndJobSignal_
 
PostModuleEndProcessBlock postModuleEndProcessBlockSignal_
 
PostModuleEndStream postModuleEndStreamSignal_
 
PostModuleEventAcquire postModuleEventAcquireSignal_
 
PostModuleEventDelayedGet postModuleEventDelayedGetSignal_
 
PostModuleEventPrefetching postModuleEventPrefetchingSignal_
 
PostModuleEvent postModuleEventSignal_
 
PostModuleGlobalBeginLumi postModuleGlobalBeginLumiSignal_
 
PostModuleGlobalBeginRun postModuleGlobalBeginRunSignal_
 
PostModuleGlobalEndLumi postModuleGlobalEndLumiSignal_
 
PostModuleGlobalEndRun postModuleGlobalEndRunSignal_
 
PostModuleGlobalPrefetching postModuleGlobalPrefetchingSignal_
 
PostModuleStreamBeginLumi postModuleStreamBeginLumiSignal_
 
PostModuleStreamBeginRun postModuleStreamBeginRunSignal_
 
PostModuleStreamEndLumi postModuleStreamEndLumiSignal_
 
PostModuleStreamEndRun postModuleStreamEndRunSignal_
 
PostModuleStreamPrefetching postModuleStreamPrefetchingSignal_
 
PostModuleTransformAcquiring postModuleTransformAcquiringSignal_
 
PostModuleTransformPrefetching postModuleTransformPrefetchingSignal_
 
PostModuleTransform postModuleTransformSignal_
 
PostModuleWriteLumi postModuleWriteLumiSignal_
 
PostModuleWriteProcessBlock postModuleWriteProcessBlockSignal_
 
PostModuleWriteRun postModuleWriteRunSignal_
 
PostOpenFile postOpenFileSignal_
 
PostPathEvent postPathEventSignal_
 
PostSourceConstruction postSourceConstructionSignal_
 
PostSourceLumi postSourceLumiSignal_
 
PostSourceNextTransition postSourceNextTransitionSignal_
 
PostSourceProcessBlock postSourceProcessBlockSignal_
 
PostSourceRun postSourceRunSignal_
 
PostSourceEvent postSourceSignal_
 
PostStreamBeginLumi postStreamBeginLumiSignal_
 
PostStreamBeginRun postStreamBeginRunSignal_
 
PostStreamEndLumi postStreamEndLumiSignal_
 
PostStreamEndRun postStreamEndRunSignal_
 
PostWriteProcessBlock postWriteProcessBlockSignal_
 
PreAccessInputProcessBlock preAccessInputProcessBlockSignal_
 
Preallocate preallocateSignal_
 signal is emitted before beginJob More...
 
PreBeginJob preBeginJobSignal_
 signal is emitted before all modules have gotten their beginJob called More...
 
PreBeginProcessBlock preBeginProcessBlockSignal_
 
PreBeginStream preBeginStreamSignal_
 
PreClearEvent preClearEventSignal_
 signal is emitted before the data products in the Event are cleared More...
 
PreCloseFile preCloseFileSignal_
 
PreEndJob preEndJobSignal_
 signal is emitted before any modules have gotten their endJob called More...
 
PreEndProcessBlock preEndProcessBlockSignal_
 
PreEndStream preEndStreamSignal_
 
PreESModuleAcquire preESModuleAcquireSignal_
 
PreESModulePrefetching preESModulePrefetchingSignal_
 
PreESModule preESModuleSignal_
 
PreESSyncIOV preESSyncIOVSignal_
 
PreEventReadFromSource preEventReadFromSourceSignal_
 
PreEvent preEventSignal_
 signal is emitted after the Event has been created by the InputSource but before any modules have seen the Event More...
 
PreGlobalBeginLumi preGlobalBeginLumiSignal_
 
PreGlobalBeginRun preGlobalBeginRunSignal_
 signal is emitted after the Run has been created by the InputSource but before any modules have seen the Run More...
 
PreGlobalEarlyTermination preGlobalEarlyTerminationSignal_
 
PreGlobalEndLumi preGlobalEndLumiSignal_
 
PreGlobalEndRun preGlobalEndRunSignal_
 
PreGlobalEndLumi preGlobalWriteLumiSignal_
 
PreGlobalWriteRun preGlobalWriteRunSignal_
 
PreModuleAccessInputProcessBlock preModuleAccessInputProcessBlockSignal_
 
PreModuleBeginJob preModuleBeginJobSignal_
 
PreModuleBeginProcessBlock preModuleBeginProcessBlockSignal_
 
PreModuleBeginStream preModuleBeginStreamSignal_
 
PreModuleConstruction preModuleConstructionSignal_
 
PreModuleDestruction preModuleDestructionSignal_
 
PreModuleEndJob preModuleEndJobSignal_
 
PreModuleEndProcessBlock preModuleEndProcessBlockSignal_
 
PreModuleEndStream preModuleEndStreamSignal_
 
PreModuleEventAcquire preModuleEventAcquireSignal_
 
PreModuleEventDelayedGet preModuleEventDelayedGetSignal_
 
PreModuleEventPrefetching preModuleEventPrefetchingSignal_
 
PreModuleEvent preModuleEventSignal_
 
PreModuleGlobalBeginLumi preModuleGlobalBeginLumiSignal_
 
PreModuleGlobalBeginRun preModuleGlobalBeginRunSignal_
 
PreModuleGlobalEndLumi preModuleGlobalEndLumiSignal_
 
PreModuleGlobalEndRun preModuleGlobalEndRunSignal_
 
PreModuleGlobalPrefetching preModuleGlobalPrefetchingSignal_
 
PreModuleStreamBeginLumi preModuleStreamBeginLumiSignal_
 
PreModuleStreamBeginRun preModuleStreamBeginRunSignal_
 
PreModuleStreamEndLumi preModuleStreamEndLumiSignal_
 
PreModuleStreamEndRun preModuleStreamEndRunSignal_
 
PreModuleStreamPrefetching preModuleStreamPrefetchingSignal_
 
PreModuleTransformAcquiring preModuleTransformAcquiringSignal_
 
PreModuleTransformPrefetching preModuleTransformPrefetchingSignal_
 
PreModuleTransform preModuleTransformSignal_
 
PreModuleWriteLumi preModuleWriteLumiSignal_
 
PreModuleWriteProcessBlock preModuleWriteProcessBlockSignal_
 
PreModuleWriteRun preModuleWriteRunSignal_
 
PreOpenFile preOpenFileSignal_
 
PrePathEvent prePathEventSignal_
 
PreSourceConstruction preSourceConstructionSignal_
 
PreSourceEarlyTermination preSourceEarlyTerminationSignal_
 
PreSourceLumi preSourceLumiSignal_
 
PreSourceNextTransition preSourceNextTransitionSignal_
 
PreSourceProcessBlock preSourceProcessBlockSignal_
 
PreSourceRun preSourceRunSignal_
 
PreSourceEvent preSourceSignal_
 
PreStreamBeginLumi preStreamBeginLumiSignal_
 
PreStreamBeginRun preStreamBeginRunSignal_
 
PreStreamEarlyTermination preStreamEarlyTerminationSignal_
 
PreStreamEndLumi preStreamEndLumiSignal_
 
PreStreamEndRun preStreamEndRunSignal_
 
PreWriteProcessBlock preWriteProcessBlockSignal_
 

Private Member Functions

void connectGlobals (ActivityRegistry &iOther)
 
void connectLocals (ActivityRegistry &iOther)
 

Detailed Description

Description: Registry holding the signals that Services can subscribe to

Usage: Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application.

There are unit tests for the signals that use the Tracer to print out the transitions as they occur and then compare to a reference file. One test does this for a SubProcess test and the other for a test using unscheduled execution. The tests are in FWCore/Integration/test: run_SubProcess.sh testSubProcess_cfg.py run_TestGetBy.sh testGetBy1_cfg.py testGetBy2_cfg.py

There are four little details you should remember when adding new signals to this file that go beyond the obvious cut and paste type of edits.

  1. The number at the end of the AR_WATCH_USING_METHOD_X macro definition is the number of function arguments. It will not compile if you use the wrong number there.
  2. Inside the watch function definition, choose either connect or connect_front depending on whether the callback function should be called for different services in the order the Services were constructed or in reverse order (actually the code base allows establishing an order different from construction order, but in practice it is usually the construction order). This only matters for services that both depend on one another and where this dependence relies on the order the services execute a particular transition. If a service does not depend on another service, this choice does not matter (most services fall in this category). Most transition signals are implemented with the Pre signals forward and the Post signals in reverse order. The transition level signals for BeginJob and EndJob are implemented with the Begin signals forward and End signals in reverse order. As far as I know, no one has ever carefully surveyed existing services to determine which services depend on this ordering. My suspicion is that for most services and most transitions it does not matter which ordering has been implemented. If you are implementing a new transition, then the choice could only matter for the services that start watching that transition. Unless there is some reason to do otherwise, the recommended choice is following the pattern of Pre transitions forward and Post transitions in reverse. If you make another choice, please document your reasoning with comments in the code.
  3. The signal needs to be added to either connectGlobals or connectLocals in the ActivityRegistry.cc file, depending on whether a signal is seen by children or parents when there are SubProcesses. For example, source signals are only generated in the top level process and should be seen by all child SubProcesses so they are in connectGlobals. Most signals however belong in connectLocals. It does not really matter in jobs without at least one SubProcess.
  4. Each signal also needs to be added in copySlotsFrom in ActivityRegistry.cc. Whether it uses copySlotsToFrom or copySlotsToFromReverse depends on the same ordering issue as the connect or connect_front choice in item 2 above.

Definition at line 152 of file ActivityRegistry.h.

Member Typedef Documentation

◆ BeginProcessing

Definition at line 392 of file ActivityRegistry.h.

◆ EndProcessing

Definition at line 398 of file ActivityRegistry.h.

◆ ESSyncIOVQueuing

signal is emitted when a new IOV may be needed so we queue a task to do that

Definition at line 617 of file ActivityRegistry.h.

◆ EventSetupConfiguration

Definition at line 166 of file ActivityRegistry.h.

◆ JobFailure

Definition at line 220 of file ActivityRegistry.h.

◆ PostAccessInputProcessBlock

Definition at line 371 of file ActivityRegistry.h.

◆ PostBeginJob

Definition at line 181 of file ActivityRegistry.h.

◆ PostBeginProcessBlock

Definition at line 357 of file ActivityRegistry.h.

◆ PostBeginStream

Definition at line 205 of file ActivityRegistry.h.

◆ PostClearEvent

Definition at line 563 of file ActivityRegistry.h.

◆ PostCloseFile

typedef signalslot::Signal<void(std::string const&)> edm::ActivityRegistry::PostCloseFile

signal is emitted after the source closes a file

Definition at line 317 of file ActivityRegistry.h.

◆ PostEndJob

Definition at line 194 of file ActivityRegistry.h.

◆ PostEndProcessBlock

Definition at line 385 of file ActivityRegistry.h.

◆ PostEndStream

Definition at line 215 of file ActivityRegistry.h.

◆ PostESModule

signal is emitted after the esmodule finished processing

Definition at line 659 of file ActivityRegistry.h.

◆ PostESModuleAcquire

signal is emitted after an esmodule finishes running its acquire method

Definition at line 675 of file ActivityRegistry.h.

◆ PostESModulePrefetching

signal is emitted before the esmodule starts processing and after prefetching has finished

Definition at line 645 of file ActivityRegistry.h.

◆ PostESModuleRegistration

signal is emitted after the ESModule is registered with EventSetupProvider

Definition at line 609 of file ActivityRegistry.h.

◆ PostESSyncIOV

signal is emitted just after a new IOV is synchronized

Definition at line 629 of file ActivityRegistry.h.

◆ PostEvent

Definition at line 551 of file ActivityRegistry.h.

◆ PostEventReadFromSource

signal is emitted after the module starts processing the Event, after a delayed get has started, and after a source read

Definition at line 875 of file ActivityRegistry.h.

◆ PostGlobalBeginLumi

Definition at line 486 of file ActivityRegistry.h.

◆ PostGlobalBeginRun

Definition at line 410 of file ActivityRegistry.h.

◆ PostGlobalEndLumi

Definition at line 498 of file ActivityRegistry.h.

◆ PostGlobalEndRun

Definition at line 422 of file ActivityRegistry.h.

◆ PostGlobalWriteLumi

Definition at line 512 of file ActivityRegistry.h.

◆ PostGlobalWriteRun

Definition at line 448 of file ActivityRegistry.h.

◆ PostModuleAccessInputProcessBlock

Definition at line 976 of file ActivityRegistry.h.

◆ PostModuleBeginJob

signal is emitted after the module had done beginJob

Definition at line 737 of file ActivityRegistry.h.

◆ PostModuleBeginProcessBlock

Definition at line 961 of file ActivityRegistry.h.

◆ PostModuleBeginStream

Definition at line 329 of file ActivityRegistry.h.

◆ PostModuleConstruction

signal is emitted after the module was construction

Definition at line 704 of file ActivityRegistry.h.

◆ PostModuleDestruction

signal is emitted after the module is destructed, only for modules deleted before beginJob

Definition at line 722 of file ActivityRegistry.h.

◆ PostModuleEndJob

signal is emitted after the module had done endJob

Definition at line 751 of file ActivityRegistry.h.

◆ PostModuleEndProcessBlock

Definition at line 990 of file ActivityRegistry.h.

◆ PostModuleEndStream

Definition at line 343 of file ActivityRegistry.h.

◆ PostModuleEvent

signal is emitted after the module finished processing the Event

Definition at line 781 of file ActivityRegistry.h.

◆ PostModuleEventAcquire

signal is emitted after the module finishes the acquire method for the Event

Definition at line 795 of file ActivityRegistry.h.

◆ PostModuleEventDelayedGet

signal is emitted after the module starts processing the Event and after a delayed get has finished

Definition at line 859 of file ActivityRegistry.h.

◆ PostModuleEventPrefetching

signal is emitted before the module starts processing the Event and after prefetching has finished

Definition at line 767 of file ActivityRegistry.h.

◆ PostModuleGlobalBeginLumi

Definition at line 1048 of file ActivityRegistry.h.

◆ PostModuleGlobalBeginRun

Definition at line 1020 of file ActivityRegistry.h.

◆ PostModuleGlobalEndLumi

Definition at line 1062 of file ActivityRegistry.h.

◆ PostModuleGlobalEndRun

Definition at line 1034 of file ActivityRegistry.h.

◆ PostModuleGlobalPrefetching

signal is emitted before the module starts processing a global transition and after prefetching has finished

Definition at line 1006 of file ActivityRegistry.h.

◆ PostModuleStreamBeginLumi

Definition at line 933 of file ActivityRegistry.h.

◆ PostModuleStreamBeginRun

Definition at line 905 of file ActivityRegistry.h.

◆ PostModuleStreamEndLumi

Definition at line 947 of file ActivityRegistry.h.

◆ PostModuleStreamEndRun

Definition at line 919 of file ActivityRegistry.h.

◆ PostModuleStreamPrefetching

signal is emitted before the module starts processing a non-Event stream transition and after prefetching has finished

Definition at line 891 of file ActivityRegistry.h.

◆ PostModuleTransform

signal is emitted after the module finished a transform during the Event

Definition at line 827 of file ActivityRegistry.h.

◆ PostModuleTransformAcquiring

signal is emitted after the module finishes the acquire method for a transform during the Event

Definition at line 843 of file ActivityRegistry.h.

◆ PostModuleTransformPrefetching

signal is emitted before the module starts a transform during the Event and after prefetching for the transform has finished

Definition at line 811 of file ActivityRegistry.h.

◆ PostModuleWriteLumi

Definition at line 1102 of file ActivityRegistry.h.

◆ PostModuleWriteProcessBlock

Definition at line 1076 of file ActivityRegistry.h.

◆ PostModuleWriteRun

Definition at line 1088 of file ActivityRegistry.h.

◆ PostOpenFile

typedef signalslot::Signal<void(std::string const&)> edm::ActivityRegistry::PostOpenFile

signal is emitted after the source opens a file

Definition at line 304 of file ActivityRegistry.h.

◆ PostPathEvent

signal is emitted after all modules have finished for the Path for an event

Definition at line 576 of file ActivityRegistry.h.

◆ PostSourceConstruction

signal is emitted after the source was construction

Definition at line 1119 of file ActivityRegistry.h.

◆ PostSourceEvent

signal is emitted after the source starts creating an Event

Definition at line 251 of file ActivityRegistry.h.

◆ PostSourceLumi

signal is emitted after the source starts creating a Lumi

Definition at line 263 of file ActivityRegistry.h.

◆ PostSourceNextTransition

signal is emitted after the source has returned the next transition

Definition at line 237 of file ActivityRegistry.h.

◆ PostSourceProcessBlock

signal is emitted after the source starts creating a ProcessBlock

Definition at line 289 of file ActivityRegistry.h.

◆ PostSourceRun

signal is emitted after the source starts creating a Run

Definition at line 275 of file ActivityRegistry.h.

◆ PostStreamBeginLumi

Definition at line 526 of file ActivityRegistry.h.

◆ PostStreamBeginRun

Definition at line 460 of file ActivityRegistry.h.

◆ PostStreamEndLumi

Definition at line 538 of file ActivityRegistry.h.

◆ PostStreamEndRun

Definition at line 472 of file ActivityRegistry.h.

◆ PostWriteProcessBlock

Definition at line 436 of file ActivityRegistry.h.

◆ PreAccessInputProcessBlock

Definition at line 364 of file ActivityRegistry.h.

◆ Preallocate

Definition at line 159 of file ActivityRegistry.h.

◆ PreBeginJob

Definition at line 174 of file ActivityRegistry.h.

◆ PreBeginProcessBlock

Definition at line 350 of file ActivityRegistry.h.

◆ PreBeginStream

Definition at line 200 of file ActivityRegistry.h.

◆ PreClearEvent

Definition at line 557 of file ActivityRegistry.h.

◆ PreCloseFile

typedef signalslot::Signal<void(std::string const&)> edm::ActivityRegistry::PreCloseFile

signal is emitted before the source closes a file

Definition at line 311 of file ActivityRegistry.h.

◆ PreEndJob

Definition at line 188 of file ActivityRegistry.h.

◆ PreEndProcessBlock

Definition at line 378 of file ActivityRegistry.h.

◆ PreEndStream

Definition at line 210 of file ActivityRegistry.h.

◆ PreESModule

signal is emitted before the esmodule starts processing

Definition at line 653 of file ActivityRegistry.h.

◆ PreESModuleAcquire

signal is emitted before an esmodule starts running its acquire method

Definition at line 666 of file ActivityRegistry.h.

◆ PreESModulePrefetching

signal is emitted before the esmodule starts processing and before prefetching has started

Definition at line 636 of file ActivityRegistry.h.

◆ PreESSyncIOV

signal is emitted just before a new IOV is synchronized

Definition at line 623 of file ActivityRegistry.h.

◆ PreEvent

Definition at line 545 of file ActivityRegistry.h.

◆ PreEventReadFromSource

signal is emitted after the module starts processing the Event, after a delayed get has started, and before a source read

Definition at line 867 of file ActivityRegistry.h.

◆ PreGlobalBeginLumi

Definition at line 479 of file ActivityRegistry.h.

◆ PreGlobalBeginRun

Definition at line 404 of file ActivityRegistry.h.

◆ PreGlobalEarlyTermination

signal is emitted if a began processing a global transition and then we began terminating the application

Definition at line 592 of file ActivityRegistry.h.

◆ PreGlobalEndLumi

Definition at line 493 of file ActivityRegistry.h.

◆ PreGlobalEndRun

Definition at line 417 of file ActivityRegistry.h.

◆ PreGlobalWriteLumi

Definition at line 505 of file ActivityRegistry.h.

◆ PreGlobalWriteRun

Definition at line 443 of file ActivityRegistry.h.

◆ PreModuleAccessInputProcessBlock

Definition at line 968 of file ActivityRegistry.h.

◆ PreModuleBeginJob

signal is emitted before the module does beginJob

Definition at line 731 of file ActivityRegistry.h.

◆ PreModuleBeginProcessBlock

Definition at line 954 of file ActivityRegistry.h.

◆ PreModuleBeginStream

Definition at line 322 of file ActivityRegistry.h.

◆ PreModuleConstruction

signal is emitted before the module is constructed

Definition at line 695 of file ActivityRegistry.h.

◆ PreModuleDestruction

signal is emitted before the module is destructed, only for modules deleted before beginJob

Definition at line 713 of file ActivityRegistry.h.

◆ PreModuleEndJob

signal is emitted before the module does endJob

Definition at line 745 of file ActivityRegistry.h.

◆ PreModuleEndProcessBlock

Definition at line 983 of file ActivityRegistry.h.

◆ PreModuleEndStream

Definition at line 336 of file ActivityRegistry.h.

◆ PreModuleEvent

signal is emitted before the module starts processing the Event

Definition at line 775 of file ActivityRegistry.h.

◆ PreModuleEventAcquire

signal is emitted before the module starts the acquire method for the Event

Definition at line 787 of file ActivityRegistry.h.

◆ PreModuleEventDelayedGet

signal is emitted after the module starts processing the Event and before a delayed get has started

Definition at line 851 of file ActivityRegistry.h.

◆ PreModuleEventPrefetching

signal is emitted before the module starts processing the Event and before prefetching has started

Definition at line 759 of file ActivityRegistry.h.

◆ PreModuleGlobalBeginLumi

Definition at line 1041 of file ActivityRegistry.h.

◆ PreModuleGlobalBeginRun

Definition at line 1013 of file ActivityRegistry.h.

◆ PreModuleGlobalEndLumi

Definition at line 1055 of file ActivityRegistry.h.

◆ PreModuleGlobalEndRun

Definition at line 1027 of file ActivityRegistry.h.

◆ PreModuleGlobalPrefetching

signal is emitted before the module starts processing a global transition and before prefetching has started

Definition at line 998 of file ActivityRegistry.h.

◆ PreModuleStreamBeginLumi

Definition at line 926 of file ActivityRegistry.h.

◆ PreModuleStreamBeginRun

Definition at line 898 of file ActivityRegistry.h.

◆ PreModuleStreamEndLumi

Definition at line 940 of file ActivityRegistry.h.

◆ PreModuleStreamEndRun

Definition at line 912 of file ActivityRegistry.h.

◆ PreModuleStreamPrefetching

signal is emitted before the module starts processing a non-Event stream transition and before prefetching has started

Definition at line 883 of file ActivityRegistry.h.

◆ PreModuleTransform

signal is emitted before the module starts a transform during the Event

Definition at line 819 of file ActivityRegistry.h.

◆ PreModuleTransformAcquiring

signal is emitted before the module starts the acquire method for a transform during the Event

Definition at line 835 of file ActivityRegistry.h.

◆ PreModuleTransformPrefetching

signal is emitted before the module starts a transform during the Event and before prefetching for the transform has started

Definition at line 803 of file ActivityRegistry.h.

◆ PreModuleWriteLumi

Definition at line 1095 of file ActivityRegistry.h.

◆ PreModuleWriteProcessBlock

Definition at line 1069 of file ActivityRegistry.h.

◆ PreModuleWriteRun

Definition at line 1083 of file ActivityRegistry.h.

◆ PreOpenFile

typedef signalslot::Signal<void(std::string const&)> edm::ActivityRegistry::PreOpenFile

signal is emitted before the source opens a file

Definition at line 297 of file ActivityRegistry.h.

◆ PrePathEvent

signal is emitted before starting to process a Path for an event

Definition at line 570 of file ActivityRegistry.h.

◆ PreSourceConstruction

signal is emitted before the source is constructed

Definition at line 1110 of file ActivityRegistry.h.

◆ PreSourceEarlyTermination

signal is emitted if while communicating with a source we began terminating the application

Definition at line 601 of file ActivityRegistry.h.

◆ PreSourceEvent

signal is emitted before the source starts creating an Event

Definition at line 245 of file ActivityRegistry.h.

◆ PreSourceLumi

signal is emitted before the source starts creating a Lumi

Definition at line 257 of file ActivityRegistry.h.

◆ PreSourceNextTransition

signal is emitted before the source is requested to find the next transition

Definition at line 229 of file ActivityRegistry.h.

◆ PreSourceProcessBlock

signal is emitted before the source starts creating a ProcessBlock

Definition at line 281 of file ActivityRegistry.h.

◆ PreSourceRun

signal is emitted before the source starts creating a Run

Definition at line 269 of file ActivityRegistry.h.

◆ PreStreamBeginLumi

Definition at line 519 of file ActivityRegistry.h.

◆ PreStreamBeginRun

Definition at line 455 of file ActivityRegistry.h.

◆ PreStreamEarlyTermination

signal is emitted when began processing a stream transition and then we began terminating the application

Definition at line 583 of file ActivityRegistry.h.

◆ PreStreamEndLumi

Definition at line 533 of file ActivityRegistry.h.

◆ PreStreamEndRun

Definition at line 467 of file ActivityRegistry.h.

◆ PreWriteProcessBlock

Definition at line 429 of file ActivityRegistry.h.

Constructor & Destructor Documentation

◆ ActivityRegistry() [1/2]

edm::ActivityRegistry::ActivityRegistry ( )
inline

Definition at line 154 of file ActivityRegistry.h.

154 {}

◆ ActivityRegistry() [2/2]

edm::ActivityRegistry::ActivityRegistry ( ActivityRegistry const &  )
delete

Member Function Documentation

◆ connect()

void edm::ActivityRegistry::connect ( ActivityRegistry iOther)

forwards our signals to slots connected to iOther

Definition at line 262 of file ActivityRegistry.cc.

References connectGlobals(), and connectLocals().

Referenced by edm::serviceregistry::ServicesManager::connect(), edm::serviceregistry::ServicesManager::connectTo(), and o2o_db_cfgmap.DbManagerDAQ::update_hashmap().

262  {
263  connectGlobals(iOther);
264  connectLocals(iOther);
265  }
void connectLocals(ActivityRegistry &iOther)
void connectGlobals(ActivityRegistry &iOther)

◆ connectGlobals()

void edm::ActivityRegistry::connectGlobals ( ActivityRegistry iOther)
private

Definition at line 56 of file ActivityRegistry.cc.

References beginProcessingSignal_, edm::signalslot::Signal< T >::connect(), endProcessingSignal_, esSyncIOVQueuingSignal_, eventSetupConfigurationSignal_, jobFailureSignal_, postBeginJobSignal_, postCloseFileSignal_, postEndJobSignal_, postESSyncIOVSignal_, postOpenFileSignal_, postSourceConstructionSignal_, postSourceLumiSignal_, postSourceNextTransitionSignal_, postSourceProcessBlockSignal_, postSourceRunSignal_, postSourceSignal_, preallocateSignal_, preCloseFileSignal_, preEndJobSignal_, preESSyncIOVSignal_, preGlobalEarlyTerminationSignal_, preOpenFileSignal_, preSourceConstructionSignal_, preSourceEarlyTerminationSignal_, preSourceLumiSignal_, preSourceNextTransitionSignal_, preSourceProcessBlockSignal_, preSourceRunSignal_, preSourceSignal_, and preStreamEarlyTerminationSignal_.

Referenced by connect(), and connectToSubProcess().

56  {
57  preallocateSignal_.connect(std::cref(iOther.preallocateSignal_));
58  eventSetupConfigurationSignal_.connect(std::cref(iOther.eventSetupConfigurationSignal_));
59  beginProcessingSignal_.connect(std::cref(iOther.beginProcessingSignal_));
60  endProcessingSignal_.connect(std::cref(iOther.endProcessingSignal_));
61  postBeginJobSignal_.connect(std::cref(iOther.postBeginJobSignal_));
62  preEndJobSignal_.connect(std::cref(iOther.preEndJobSignal_));
63  postEndJobSignal_.connect(std::cref(iOther.postEndJobSignal_));
64 
65  jobFailureSignal_.connect(std::cref(iOther.jobFailureSignal_));
66 
67  preSourceSignal_.connect(std::cref(iOther.preSourceSignal_));
68  postSourceSignal_.connect(std::cref(iOther.postSourceSignal_));
69 
70  preSourceNextTransitionSignal_.connect(std::cref(iOther.preSourceNextTransitionSignal_));
71  postSourceNextTransitionSignal_.connect(std::cref(iOther.postSourceNextTransitionSignal_));
72 
73  preSourceLumiSignal_.connect(std::cref(iOther.preSourceLumiSignal_));
74  postSourceLumiSignal_.connect(std::cref(iOther.postSourceLumiSignal_));
75 
76  preSourceRunSignal_.connect(std::cref(iOther.preSourceRunSignal_));
77  postSourceRunSignal_.connect(std::cref(iOther.postSourceRunSignal_));
78 
79  preSourceProcessBlockSignal_.connect(std::cref(iOther.preSourceProcessBlockSignal_));
80  postSourceProcessBlockSignal_.connect(std::cref(iOther.postSourceProcessBlockSignal_));
81 
82  preOpenFileSignal_.connect(std::cref(iOther.preOpenFileSignal_));
83  postOpenFileSignal_.connect(std::cref(iOther.postOpenFileSignal_));
84 
85  preCloseFileSignal_.connect(std::cref(iOther.preCloseFileSignal_));
86  postCloseFileSignal_.connect(std::cref(iOther.postCloseFileSignal_));
87 
88  preSourceConstructionSignal_.connect(std::cref(iOther.preSourceConstructionSignal_));
89  postSourceConstructionSignal_.connect(std::cref(iOther.postSourceConstructionSignal_));
90 
91  preStreamEarlyTerminationSignal_.connect(std::cref(iOther.preStreamEarlyTerminationSignal_));
92  preGlobalEarlyTerminationSignal_.connect(std::cref(iOther.preGlobalEarlyTerminationSignal_));
93  preSourceEarlyTerminationSignal_.connect(std::cref(iOther.preSourceEarlyTerminationSignal_));
94 
95  esSyncIOVQueuingSignal_.connect(std::cref(iOther.esSyncIOVQueuingSignal_));
96  preESSyncIOVSignal_.connect(std::cref(iOther.preESSyncIOVSignal_));
97  postESSyncIOVSignal_.connect(std::cref(iOther.postESSyncIOVSignal_));
98  }
PostSourceLumi postSourceLumiSignal_
PreSourceRun preSourceRunSignal_
EventSetupConfiguration eventSetupConfigurationSignal_
signal is emitted before beginJob
PreESSyncIOV preESSyncIOVSignal_
PostOpenFile postOpenFileSignal_
PostSourceProcessBlock postSourceProcessBlockSignal_
PostSourceRun postSourceRunSignal_
PostSourceConstruction postSourceConstructionSignal_
PreSourceConstruction preSourceConstructionSignal_
Preallocate preallocateSignal_
signal is emitted before beginJob
PreStreamEarlyTermination preStreamEarlyTerminationSignal_
PreSourceEarlyTermination preSourceEarlyTerminationSignal_
PreSourceProcessBlock preSourceProcessBlockSignal_
PostSourceEvent postSourceSignal_
PreSourceNextTransition preSourceNextTransitionSignal_
PreCloseFile preCloseFileSignal_
PreGlobalEarlyTermination preGlobalEarlyTerminationSignal_
PostESSyncIOV postESSyncIOVSignal_
ESSyncIOVQueuing esSyncIOVQueuingSignal_
PostCloseFile postCloseFileSignal_
PostSourceNextTransition postSourceNextTransitionSignal_
PreSourceLumi preSourceLumiSignal_
EndProcessing endProcessingSignal_
signal is emitted after all work has been done processing all source transitions
PreOpenFile preOpenFileSignal_
PostEndJob postEndJobSignal_
signal is emitted after all modules have gotten their endJob called
PreSourceEvent preSourceSignal_
BeginProcessing beginProcessingSignal_
signal is emitted just before the transitions from the Source will begin to be processed ...
PostBeginJob postBeginJobSignal_
signal is emitted after all modules have gotten their beginJob called
void connect(U iFunc)
Definition: Signal.h:74
PreEndJob preEndJobSignal_
signal is emitted before any modules have gotten their endJob called

◆ connectLocals()

void edm::ActivityRegistry::connectLocals ( ActivityRegistry iOther)
private

Definition at line 100 of file ActivityRegistry.cc.

References edm::signalslot::Signal< T >::connect(), postAccessInputProcessBlockSignal_, postBeginProcessBlockSignal_, postBeginStreamSignal_, postClearEventSignal_, postEndProcessBlockSignal_, postEndStreamSignal_, postESModuleAcquireSignal_, postESModulePrefetchingSignal_, postESModuleRegistrationSignal_, postESModuleSignal_, postEventReadFromSourceSignal_, postEventSignal_, postGlobalBeginLumiSignal_, postGlobalBeginRunSignal_, postGlobalEndLumiSignal_, postGlobalEndRunSignal_, postGlobalWriteLumiSignal_, postGlobalWriteRunSignal_, postModuleAccessInputProcessBlockSignal_, postModuleBeginJobSignal_, postModuleBeginProcessBlockSignal_, postModuleBeginStreamSignal_, postModuleConstructionSignal_, postModuleDestructionSignal_, postModuleEndJobSignal_, postModuleEndProcessBlockSignal_, postModuleEndStreamSignal_, postModuleEventAcquireSignal_, postModuleEventDelayedGetSignal_, postModuleEventPrefetchingSignal_, postModuleEventSignal_, postModuleGlobalBeginLumiSignal_, postModuleGlobalBeginRunSignal_, postModuleGlobalEndLumiSignal_, postModuleGlobalEndRunSignal_, postModuleGlobalPrefetchingSignal_, postModuleStreamBeginLumiSignal_, postModuleStreamBeginRunSignal_, postModuleStreamEndLumiSignal_, postModuleStreamEndRunSignal_, postModuleStreamPrefetchingSignal_, postModuleTransformAcquiringSignal_, postModuleTransformPrefetchingSignal_, postModuleTransformSignal_, postModuleWriteLumiSignal_, postModuleWriteProcessBlockSignal_, postModuleWriteRunSignal_, postPathEventSignal_, postStreamBeginLumiSignal_, postStreamBeginRunSignal_, postStreamEndLumiSignal_, postStreamEndRunSignal_, postWriteProcessBlockSignal_, preAccessInputProcessBlockSignal_, preBeginJobSignal_, preBeginProcessBlockSignal_, preBeginStreamSignal_, preClearEventSignal_, preEndProcessBlockSignal_, preEndStreamSignal_, preESModuleAcquireSignal_, preESModulePrefetchingSignal_, preESModuleSignal_, preEventReadFromSourceSignal_, preEventSignal_, preGlobalBeginLumiSignal_, preGlobalBeginRunSignal_, preGlobalEndLumiSignal_, preGlobalEndRunSignal_, preGlobalWriteLumiSignal_, preGlobalWriteRunSignal_, preModuleAccessInputProcessBlockSignal_, preModuleBeginJobSignal_, preModuleBeginProcessBlockSignal_, preModuleBeginStreamSignal_, preModuleConstructionSignal_, preModuleDestructionSignal_, preModuleEndJobSignal_, preModuleEndProcessBlockSignal_, preModuleEndStreamSignal_, preModuleEventAcquireSignal_, preModuleEventDelayedGetSignal_, preModuleEventPrefetchingSignal_, preModuleEventSignal_, preModuleGlobalBeginLumiSignal_, preModuleGlobalBeginRunSignal_, preModuleGlobalEndLumiSignal_, preModuleGlobalEndRunSignal_, preModuleGlobalPrefetchingSignal_, preModuleStreamBeginLumiSignal_, preModuleStreamBeginRunSignal_, preModuleStreamEndLumiSignal_, preModuleStreamEndRunSignal_, preModuleStreamPrefetchingSignal_, preModuleTransformAcquiringSignal_, preModuleTransformPrefetchingSignal_, preModuleTransformSignal_, preModuleWriteLumiSignal_, preModuleWriteProcessBlockSignal_, preModuleWriteRunSignal_, prePathEventSignal_, preStreamBeginLumiSignal_, preStreamBeginRunSignal_, preStreamEndLumiSignal_, preStreamEndRunSignal_, and preWriteProcessBlockSignal_.

Referenced by connect(), and connectToSubProcess().

100  {
101  preBeginJobSignal_.connect(std::cref(iOther.preBeginJobSignal_));
102 
103  preBeginStreamSignal_.connect(std::cref(iOther.preBeginStreamSignal_));
104  postBeginStreamSignal_.connect(std::cref(iOther.postBeginStreamSignal_));
105 
106  preEndStreamSignal_.connect(std::cref(iOther.preEndStreamSignal_));
107  postEndStreamSignal_.connect(std::cref(iOther.postEndStreamSignal_));
108 
109  preModuleBeginStreamSignal_.connect(std::cref(iOther.preModuleBeginStreamSignal_));
110  postModuleBeginStreamSignal_.connect(std::cref(iOther.postModuleBeginStreamSignal_));
111 
112  preModuleEndStreamSignal_.connect(std::cref(iOther.preModuleEndStreamSignal_));
113  postModuleEndStreamSignal_.connect(std::cref(iOther.postModuleEndStreamSignal_));
114 
115  preBeginProcessBlockSignal_.connect(std::cref(iOther.preBeginProcessBlockSignal_));
116  postBeginProcessBlockSignal_.connect(std::cref(iOther.postBeginProcessBlockSignal_));
117 
118  preAccessInputProcessBlockSignal_.connect(std::cref(iOther.preAccessInputProcessBlockSignal_));
119  postAccessInputProcessBlockSignal_.connect(std::cref(iOther.postAccessInputProcessBlockSignal_));
120 
121  preEndProcessBlockSignal_.connect(std::cref(iOther.preEndProcessBlockSignal_));
122  postEndProcessBlockSignal_.connect(std::cref(iOther.postEndProcessBlockSignal_));
123 
124  preGlobalBeginRunSignal_.connect(std::cref(iOther.preGlobalBeginRunSignal_));
125  postGlobalBeginRunSignal_.connect(std::cref(iOther.postGlobalBeginRunSignal_));
126 
127  preGlobalEndRunSignal_.connect(std::cref(iOther.preGlobalEndRunSignal_));
128  postGlobalEndRunSignal_.connect(std::cref(iOther.postGlobalEndRunSignal_));
129 
130  preWriteProcessBlockSignal_.connect(std::cref(iOther.preWriteProcessBlockSignal_));
131  postWriteProcessBlockSignal_.connect(std::cref(iOther.postWriteProcessBlockSignal_));
132 
133  preGlobalWriteRunSignal_.connect(std::cref(iOther.preGlobalWriteRunSignal_));
134  postGlobalWriteRunSignal_.connect(std::cref(iOther.postGlobalWriteRunSignal_));
135 
136  preStreamBeginRunSignal_.connect(std::cref(iOther.preStreamBeginRunSignal_));
137  postStreamBeginRunSignal_.connect(std::cref(iOther.postStreamBeginRunSignal_));
138 
139  preStreamEndRunSignal_.connect(std::cref(iOther.preStreamEndRunSignal_));
140  postStreamEndRunSignal_.connect(std::cref(iOther.postStreamEndRunSignal_));
141 
142  preGlobalBeginLumiSignal_.connect(std::cref(iOther.preGlobalBeginLumiSignal_));
143  postGlobalBeginLumiSignal_.connect(std::cref(iOther.postGlobalBeginLumiSignal_));
144 
145  preGlobalEndLumiSignal_.connect(std::cref(iOther.preGlobalEndLumiSignal_));
146  postGlobalEndLumiSignal_.connect(std::cref(iOther.postGlobalEndLumiSignal_));
147 
148  preGlobalWriteLumiSignal_.connect(std::cref(iOther.preGlobalWriteLumiSignal_));
149  postGlobalWriteLumiSignal_.connect(std::cref(iOther.postGlobalWriteLumiSignal_));
150 
151  preStreamBeginLumiSignal_.connect(std::cref(iOther.preStreamBeginLumiSignal_));
152  postStreamBeginLumiSignal_.connect(std::cref(iOther.postStreamBeginLumiSignal_));
153 
154  preStreamEndLumiSignal_.connect(std::cref(iOther.preStreamEndLumiSignal_));
155  postStreamEndLumiSignal_.connect(std::cref(iOther.postStreamEndLumiSignal_));
156 
157  preEventSignal_.connect(std::cref(iOther.preEventSignal_));
158  postEventSignal_.connect(std::cref(iOther.postEventSignal_));
159 
160  preClearEventSignal_.connect(std::cref(iOther.preClearEventSignal_));
161  postClearEventSignal_.connect(std::cref(iOther.postClearEventSignal_));
162 
163  prePathEventSignal_.connect(std::cref(iOther.prePathEventSignal_));
164  postPathEventSignal_.connect(std::cref(iOther.postPathEventSignal_));
165 
166  preModuleConstructionSignal_.connect(std::cref(iOther.preModuleConstructionSignal_));
167  postModuleConstructionSignal_.connect(std::cref(iOther.postModuleConstructionSignal_));
168 
169  preModuleDestructionSignal_.connect(std::cref(iOther.preModuleDestructionSignal_));
170  postModuleDestructionSignal_.connect(std::cref(iOther.postModuleDestructionSignal_));
171 
172  preModuleBeginJobSignal_.connect(std::cref(iOther.preModuleBeginJobSignal_));
173  postModuleBeginJobSignal_.connect(std::cref(iOther.postModuleBeginJobSignal_));
174 
175  preModuleEndJobSignal_.connect(std::cref(iOther.preModuleEndJobSignal_));
176  postModuleEndJobSignal_.connect(std::cref(iOther.postModuleEndJobSignal_));
177 
178  preModuleEventPrefetchingSignal_.connect(std::cref(iOther.preModuleEventPrefetchingSignal_));
179  postModuleEventPrefetchingSignal_.connect(std::cref(iOther.postModuleEventPrefetchingSignal_));
180 
181  preModuleStreamPrefetchingSignal_.connect(std::cref(iOther.preModuleStreamPrefetchingSignal_));
182  postModuleStreamPrefetchingSignal_.connect(std::cref(iOther.postModuleStreamPrefetchingSignal_));
183 
184  preModuleGlobalPrefetchingSignal_.connect(std::cref(iOther.preModuleGlobalPrefetchingSignal_));
185  postModuleGlobalPrefetchingSignal_.connect(std::cref(iOther.postModuleGlobalPrefetchingSignal_));
186 
187  preModuleEventSignal_.connect(std::cref(iOther.preModuleEventSignal_));
188  postModuleEventSignal_.connect(std::cref(iOther.postModuleEventSignal_));
189 
190  preModuleEventAcquireSignal_.connect(std::cref(iOther.preModuleEventAcquireSignal_));
191  postModuleEventAcquireSignal_.connect(std::cref(iOther.postModuleEventAcquireSignal_));
192 
193  preModuleTransformPrefetchingSignal_.connect(std::cref(iOther.preModuleTransformPrefetchingSignal_));
194  postModuleTransformPrefetchingSignal_.connect(std::cref(iOther.postModuleTransformPrefetchingSignal_));
195 
196  preModuleTransformSignal_.connect(std::cref(iOther.preModuleTransformSignal_));
197  postModuleTransformSignal_.connect(std::cref(iOther.postModuleTransformSignal_));
198 
199  preModuleTransformAcquiringSignal_.connect(std::cref(iOther.preModuleTransformAcquiringSignal_));
200  postModuleTransformAcquiringSignal_.connect(std::cref(iOther.postModuleTransformAcquiringSignal_));
201 
202  preModuleEventDelayedGetSignal_.connect(std::cref(iOther.preModuleEventDelayedGetSignal_));
203  postModuleEventDelayedGetSignal_.connect(std::cref(iOther.postModuleEventDelayedGetSignal_));
204 
205  preEventReadFromSourceSignal_.connect(std::cref(iOther.preEventReadFromSourceSignal_));
206  postEventReadFromSourceSignal_.connect(std::cref(iOther.postEventReadFromSourceSignal_));
207 
208  preModuleStreamBeginRunSignal_.connect(std::cref(iOther.preModuleStreamBeginRunSignal_));
209  postModuleStreamBeginRunSignal_.connect(std::cref(iOther.postModuleStreamBeginRunSignal_));
210 
211  preModuleStreamEndRunSignal_.connect(std::cref(iOther.preModuleStreamEndRunSignal_));
212  postModuleStreamEndRunSignal_.connect(std::cref(iOther.postModuleStreamEndRunSignal_));
213 
214  preModuleStreamBeginLumiSignal_.connect(std::cref(iOther.preModuleStreamBeginLumiSignal_));
215  postModuleStreamBeginLumiSignal_.connect(std::cref(iOther.postModuleStreamBeginLumiSignal_));
216 
217  preModuleStreamEndLumiSignal_.connect(std::cref(iOther.preModuleStreamEndLumiSignal_));
218  postModuleStreamEndLumiSignal_.connect(std::cref(iOther.postModuleStreamEndLumiSignal_));
219 
220  preModuleBeginProcessBlockSignal_.connect(std::cref(iOther.preModuleBeginProcessBlockSignal_));
221  postModuleBeginProcessBlockSignal_.connect(std::cref(iOther.postModuleBeginProcessBlockSignal_));
222 
223  preModuleAccessInputProcessBlockSignal_.connect(std::cref(iOther.preModuleAccessInputProcessBlockSignal_));
224  postModuleAccessInputProcessBlockSignal_.connect(std::cref(iOther.postModuleAccessInputProcessBlockSignal_));
225 
226  preModuleEndProcessBlockSignal_.connect(std::cref(iOther.preModuleEndProcessBlockSignal_));
227  postModuleEndProcessBlockSignal_.connect(std::cref(iOther.postModuleEndProcessBlockSignal_));
228 
229  preModuleGlobalBeginRunSignal_.connect(std::cref(iOther.preModuleGlobalBeginRunSignal_));
230  postModuleGlobalBeginRunSignal_.connect(std::cref(iOther.postModuleGlobalBeginRunSignal_));
231 
232  preModuleGlobalEndRunSignal_.connect(std::cref(iOther.preModuleGlobalEndRunSignal_));
233  postModuleGlobalEndRunSignal_.connect(std::cref(iOther.postModuleGlobalEndRunSignal_));
234 
235  preModuleGlobalBeginLumiSignal_.connect(std::cref(iOther.preModuleGlobalBeginLumiSignal_));
236  postModuleGlobalBeginLumiSignal_.connect(std::cref(iOther.postModuleGlobalBeginLumiSignal_));
237 
238  preModuleGlobalEndLumiSignal_.connect(std::cref(iOther.preModuleGlobalEndLumiSignal_));
239  postModuleGlobalEndLumiSignal_.connect(std::cref(iOther.postModuleGlobalEndLumiSignal_));
240 
241  preModuleWriteProcessBlockSignal_.connect(std::cref(iOther.preModuleWriteProcessBlockSignal_));
242  postModuleWriteProcessBlockSignal_.connect(std::cref(iOther.postModuleWriteProcessBlockSignal_));
243 
244  preModuleWriteRunSignal_.connect(std::cref(iOther.preModuleWriteRunSignal_));
245  postModuleWriteRunSignal_.connect(std::cref(iOther.postModuleWriteRunSignal_));
246 
247  preModuleWriteLumiSignal_.connect(std::cref(iOther.preModuleWriteLumiSignal_));
248  postModuleWriteLumiSignal_.connect(std::cref(iOther.postModuleWriteLumiSignal_));
249 
250  preESModulePrefetchingSignal_.connect(std::cref(iOther.preESModulePrefetchingSignal_));
251  postESModulePrefetchingSignal_.connect(std::cref(iOther.postESModulePrefetchingSignal_));
252 
253  preESModuleSignal_.connect(std::cref(iOther.preESModuleSignal_));
254  postESModuleSignal_.connect(std::cref(iOther.postESModuleSignal_));
255 
256  preESModuleAcquireSignal_.connect(std::cref(iOther.preESModuleAcquireSignal_));
257  postESModuleAcquireSignal_.connect(std::cref(iOther.postESModuleAcquireSignal_));
258 
259  postESModuleRegistrationSignal_.connect(std::cref(iOther.postESModuleRegistrationSignal_));
260  }
PreClearEvent preClearEventSignal_
signal is emitted before the data products in the Event are cleared
PreModuleEventPrefetching preModuleEventPrefetchingSignal_
PreModuleStreamBeginRun preModuleStreamBeginRunSignal_
PostEndProcessBlock postEndProcessBlockSignal_
PreStreamBeginRun preStreamBeginRunSignal_
PostBeginStream postBeginStreamSignal_
PostModuleEventDelayedGet postModuleEventDelayedGetSignal_
PostModuleStreamEndRun postModuleStreamEndRunSignal_
PostModuleDestruction postModuleDestructionSignal_
PreModuleEventDelayedGet preModuleEventDelayedGetSignal_
PrePathEvent prePathEventSignal_
PostBeginProcessBlock postBeginProcessBlockSignal_
PostModuleGlobalBeginRun postModuleGlobalBeginRunSignal_
PostModuleBeginStream postModuleBeginStreamSignal_
PreGlobalBeginRun preGlobalBeginRunSignal_
signal is emitted after the Run has been created by the InputSource but before any modules have seen ...
PostModuleGlobalPrefetching postModuleGlobalPrefetchingSignal_
PostModuleWriteProcessBlock postModuleWriteProcessBlockSignal_
PreModuleWriteLumi preModuleWriteLumiSignal_
PostModuleEvent postModuleEventSignal_
PreEndStream preEndStreamSignal_
PreESModulePrefetching preESModulePrefetchingSignal_
PreGlobalEndRun preGlobalEndRunSignal_
PostEvent postEventSignal_
signal is emitted after all modules have finished processing the Event
PostStreamEndLumi postStreamEndLumiSignal_
PostGlobalBeginRun postGlobalBeginRunSignal_
PostModuleWriteLumi postModuleWriteLumiSignal_
PreModuleGlobalPrefetching preModuleGlobalPrefetchingSignal_
PostModuleAccessInputProcessBlock postModuleAccessInputProcessBlockSignal_
PreAccessInputProcessBlock preAccessInputProcessBlockSignal_
PreModuleBeginStream preModuleBeginStreamSignal_
PostAccessInputProcessBlock postAccessInputProcessBlockSignal_
PostModuleStreamPrefetching postModuleStreamPrefetchingSignal_
PostModuleEventPrefetching postModuleEventPrefetchingSignal_
PostModuleStreamBeginLumi postModuleStreamBeginLumiSignal_
PreModuleStreamPrefetching preModuleStreamPrefetchingSignal_
PostGlobalEndLumi postGlobalWriteLumiSignal_
PreModuleTransformPrefetching preModuleTransformPrefetchingSignal_
PreModuleDestruction preModuleDestructionSignal_
PreESModuleAcquire preESModuleAcquireSignal_
PostModuleEventAcquire postModuleEventAcquireSignal_
PreEndProcessBlock preEndProcessBlockSignal_
PostModuleEndProcessBlock postModuleEndProcessBlockSignal_
PostESModulePrefetching postESModulePrefetchingSignal_
PreModuleStreamEndLumi preModuleStreamEndLumiSignal_
PostGlobalEndLumi postGlobalEndLumiSignal_
PreGlobalBeginLumi preGlobalBeginLumiSignal_
PostEndStream postEndStreamSignal_
PostModuleGlobalEndRun postModuleGlobalEndRunSignal_
PostModuleGlobalEndLumi postModuleGlobalEndLumiSignal_
PreModuleTransform preModuleTransformSignal_
PreModuleStreamEndRun preModuleStreamEndRunSignal_
PostStreamEndRun postStreamEndRunSignal_
PreStreamEndRun preStreamEndRunSignal_
PostGlobalWriteRun postGlobalWriteRunSignal_
PreModuleConstruction preModuleConstructionSignal_
PostModuleEndStream postModuleEndStreamSignal_
PreModuleBeginProcessBlock preModuleBeginProcessBlockSignal_
PreModuleEndProcessBlock preModuleEndProcessBlockSignal_
PreGlobalEndLumi preGlobalEndLumiSignal_
PreEventReadFromSource preEventReadFromSourceSignal_
PreModuleTransformAcquiring preModuleTransformAcquiringSignal_
PostModuleWriteRun postModuleWriteRunSignal_
PreGlobalWriteRun preGlobalWriteRunSignal_
PostESModule postESModuleSignal_
PreStreamBeginLumi preStreamBeginLumiSignal_
PreModuleStreamBeginLumi preModuleStreamBeginLumiSignal_
PostStreamBeginRun postStreamBeginRunSignal_
PreModuleGlobalBeginRun preModuleGlobalBeginRunSignal_
PreWriteProcessBlock preWriteProcessBlockSignal_
PostModuleEndJob postModuleEndJobSignal_
PostModuleBeginJob postModuleBeginJobSignal_
PreModuleGlobalBeginLumi preModuleGlobalBeginLumiSignal_
PreModuleWriteRun preModuleWriteRunSignal_
PostWriteProcessBlock postWriteProcessBlockSignal_
PreModuleGlobalEndLumi preModuleGlobalEndLumiSignal_
PostGlobalEndRun postGlobalEndRunSignal_
PreBeginStream preBeginStreamSignal_
PreESModule preESModuleSignal_
PreGlobalEndLumi preGlobalWriteLumiSignal_
PreModuleEvent preModuleEventSignal_
PostModuleTransformPrefetching postModuleTransformPrefetchingSignal_
PostESModuleAcquire postESModuleAcquireSignal_
PostGlobalBeginLumi postGlobalBeginLumiSignal_
PreModuleWriteProcessBlock preModuleWriteProcessBlockSignal_
PreModuleBeginJob preModuleBeginJobSignal_
PreBeginJob preBeginJobSignal_
signal is emitted before all modules have gotten their beginJob called
PreModuleEndStream preModuleEndStreamSignal_
PostPathEvent postPathEventSignal_
PostStreamBeginLumi postStreamBeginLumiSignal_
PreStreamEndLumi preStreamEndLumiSignal_
PostModuleStreamEndLumi postModuleStreamEndLumiSignal_
PostModuleTransform postModuleTransformSignal_
PreBeginProcessBlock preBeginProcessBlockSignal_
PreModuleGlobalEndRun preModuleGlobalEndRunSignal_
PreEvent preEventSignal_
signal is emitted after the Event has been created by the InputSource but before any modules have see...
PostModuleStreamBeginRun postModuleStreamBeginRunSignal_
PreModuleEventAcquire preModuleEventAcquireSignal_
PostClearEvent postClearEventSignal_
signal is emitted after all data products in the Event have been cleared
PreModuleEndJob preModuleEndJobSignal_
PreModuleAccessInputProcessBlock preModuleAccessInputProcessBlockSignal_
PostModuleBeginProcessBlock postModuleBeginProcessBlockSignal_
PostModuleTransformAcquiring postModuleTransformAcquiringSignal_
void connect(U iFunc)
Definition: Signal.h:74
PostESModuleRegistration postESModuleRegistrationSignal_
PostModuleGlobalBeginLumi postModuleGlobalBeginLumiSignal_
PostEventReadFromSource postEventReadFromSourceSignal_
PostModuleConstruction postModuleConstructionSignal_

◆ connectToSubProcess()

void edm::ActivityRegistry::connectToSubProcess ( ActivityRegistry iOther)

forwards our subprocess independent signals to slots connected to iOther forwards iOther's subprocess dependent signals to slots connected to this

Definition at line 267 of file ActivityRegistry.cc.

References connectGlobals(), and connectLocals().

Referenced by edm::SubProcess::SubProcess().

267  {
268  connectGlobals(iOther); // child sees parents global signals
269  iOther.connectLocals(*this); // parent see childs global signals
270  }
void connectGlobals(ActivityRegistry &iOther)

◆ copySlotsFrom()

void edm::ActivityRegistry::copySlotsFrom ( ActivityRegistry iOther)

copy the slots from iOther and connect them directly to our own this allows us to 'forward' signals more efficiently, BUT if iOther gains new slots after this call, we will not see them This is also careful to keep the order of the slots proper for services.

Definition at line 272 of file ActivityRegistry.cc.

References beginProcessingSignal_, endProcessingSignal_, esSyncIOVQueuingSignal_, eventSetupConfigurationSignal_, jobFailureSignal_, postAccessInputProcessBlockSignal_, postBeginJobSignal_, postBeginProcessBlockSignal_, postBeginStreamSignal_, postClearEventSignal_, postCloseFileSignal_, postEndJobSignal_, postEndProcessBlockSignal_, postEndStreamSignal_, postESModuleAcquireSignal_, postESModulePrefetchingSignal_, postESModuleRegistrationSignal_, postESModuleSignal_, postESSyncIOVSignal_, postEventReadFromSourceSignal_, postEventSignal_, postGlobalBeginLumiSignal_, postGlobalBeginRunSignal_, postGlobalEndLumiSignal_, postGlobalEndRunSignal_, postGlobalWriteLumiSignal_, postGlobalWriteRunSignal_, postModuleAccessInputProcessBlockSignal_, postModuleBeginJobSignal_, postModuleBeginProcessBlockSignal_, postModuleBeginStreamSignal_, postModuleConstructionSignal_, postModuleDestructionSignal_, postModuleEndJobSignal_, postModuleEndProcessBlockSignal_, postModuleEndStreamSignal_, postModuleEventAcquireSignal_, postModuleEventDelayedGetSignal_, postModuleEventPrefetchingSignal_, postModuleEventSignal_, postModuleGlobalBeginLumiSignal_, postModuleGlobalBeginRunSignal_, postModuleGlobalEndLumiSignal_, postModuleGlobalEndRunSignal_, postModuleGlobalPrefetchingSignal_, postModuleStreamBeginLumiSignal_, postModuleStreamBeginRunSignal_, postModuleStreamEndLumiSignal_, postModuleStreamEndRunSignal_, postModuleStreamPrefetchingSignal_, postModuleTransformAcquiringSignal_, postModuleTransformPrefetchingSignal_, postModuleTransformSignal_, postModuleWriteLumiSignal_, postModuleWriteProcessBlockSignal_, postModuleWriteRunSignal_, postOpenFileSignal_, postPathEventSignal_, postSourceConstructionSignal_, postSourceLumiSignal_, postSourceNextTransitionSignal_, postSourceProcessBlockSignal_, postSourceRunSignal_, postSourceSignal_, postStreamBeginLumiSignal_, postStreamBeginRunSignal_, postStreamEndLumiSignal_, postStreamEndRunSignal_, postWriteProcessBlockSignal_, preAccessInputProcessBlockSignal_, preallocateSignal_, preBeginJobSignal_, preBeginProcessBlockSignal_, preBeginStreamSignal_, preClearEventSignal_, preCloseFileSignal_, preEndJobSignal_, preEndProcessBlockSignal_, preEndStreamSignal_, preESModuleAcquireSignal_, preESModulePrefetchingSignal_, preESModuleSignal_, preESSyncIOVSignal_, preEventReadFromSourceSignal_, preEventSignal_, preGlobalBeginLumiSignal_, preGlobalBeginRunSignal_, preGlobalEarlyTerminationSignal_, preGlobalEndLumiSignal_, preGlobalEndRunSignal_, preGlobalWriteLumiSignal_, preGlobalWriteRunSignal_, preModuleAccessInputProcessBlockSignal_, preModuleBeginJobSignal_, preModuleBeginProcessBlockSignal_, preModuleBeginStreamSignal_, preModuleConstructionSignal_, preModuleDestructionSignal_, preModuleEndJobSignal_, preModuleEndProcessBlockSignal_, preModuleEndStreamSignal_, preModuleEventAcquireSignal_, preModuleEventDelayedGetSignal_, preModuleEventPrefetchingSignal_, preModuleEventSignal_, preModuleGlobalBeginLumiSignal_, preModuleGlobalBeginRunSignal_, preModuleGlobalEndLumiSignal_, preModuleGlobalEndRunSignal_, preModuleGlobalPrefetchingSignal_, preModuleStreamBeginLumiSignal_, preModuleStreamBeginRunSignal_, preModuleStreamEndLumiSignal_, preModuleStreamEndRunSignal_, preModuleStreamPrefetchingSignal_, preModuleTransformAcquiringSignal_, preModuleTransformPrefetchingSignal_, preModuleTransformSignal_, preModuleWriteLumiSignal_, preModuleWriteProcessBlockSignal_, preModuleWriteRunSignal_, preOpenFileSignal_, prePathEventSignal_, preSourceConstructionSignal_, preSourceEarlyTerminationSignal_, preSourceLumiSignal_, preSourceNextTransitionSignal_, preSourceProcessBlockSignal_, preSourceRunSignal_, preSourceSignal_, preStreamBeginLumiSignal_, preStreamBeginRunSignal_, preStreamEarlyTerminationSignal_, preStreamEndLumiSignal_, preStreamEndRunSignal_, and preWriteProcessBlockSignal_.

Referenced by edm::serviceregistry::ServicesManager::copySlotsFrom(), edm::serviceregistry::ServicesManager::copySlotsTo(), and edm::serviceregistry::ServicesManager::ServicesManager().

272  {
273  copySlotsToFrom(preallocateSignal_, iOther.preallocateSignal_);
274  copySlotsToFrom(eventSetupConfigurationSignal_, iOther.eventSetupConfigurationSignal_);
275  copySlotsToFrom(beginProcessingSignal_, iOther.beginProcessingSignal_);
276  copySlotsToFrom(endProcessingSignal_, iOther.endProcessingSignal_);
277  copySlotsToFrom(preBeginJobSignal_, iOther.preBeginJobSignal_);
278  copySlotsToFrom(postBeginJobSignal_, iOther.postBeginJobSignal_);
279  copySlotsToFromReverse(preEndJobSignal_, iOther.preEndJobSignal_);
280  copySlotsToFromReverse(postEndJobSignal_, iOther.postEndJobSignal_);
281 
282  copySlotsToFromReverse(jobFailureSignal_, iOther.jobFailureSignal_);
283 
284  copySlotsToFrom(preSourceSignal_, iOther.preSourceSignal_);
285  copySlotsToFromReverse(postSourceSignal_, iOther.postSourceSignal_);
286 
287  copySlotsToFrom(preSourceNextTransitionSignal_, iOther.preSourceNextTransitionSignal_);
288  copySlotsToFromReverse(postSourceNextTransitionSignal_, iOther.postSourceNextTransitionSignal_);
289 
290  copySlotsToFrom(preSourceLumiSignal_, iOther.preSourceLumiSignal_);
291  copySlotsToFromReverse(postSourceLumiSignal_, iOther.postSourceLumiSignal_);
292 
293  copySlotsToFrom(preSourceRunSignal_, iOther.preSourceRunSignal_);
294  copySlotsToFromReverse(postSourceRunSignal_, iOther.postSourceRunSignal_);
295 
296  copySlotsToFrom(preSourceProcessBlockSignal_, iOther.preSourceProcessBlockSignal_);
297  copySlotsToFromReverse(postSourceProcessBlockSignal_, iOther.postSourceProcessBlockSignal_);
298 
299  copySlotsToFrom(preOpenFileSignal_, iOther.preOpenFileSignal_);
300  copySlotsToFromReverse(postOpenFileSignal_, iOther.postOpenFileSignal_);
301 
302  copySlotsToFrom(preCloseFileSignal_, iOther.preCloseFileSignal_);
303  copySlotsToFromReverse(postCloseFileSignal_, iOther.postCloseFileSignal_);
304 
305  copySlotsToFrom(preBeginStreamSignal_, iOther.preBeginStreamSignal_);
306  copySlotsToFromReverse(postBeginStreamSignal_, iOther.postBeginStreamSignal_);
307 
308  copySlotsToFrom(preEndStreamSignal_, iOther.preEndStreamSignal_);
309  copySlotsToFromReverse(postEndStreamSignal_, iOther.postEndStreamSignal_);
310 
311  copySlotsToFrom(preModuleBeginStreamSignal_, iOther.preModuleBeginStreamSignal_);
312  copySlotsToFromReverse(postModuleBeginStreamSignal_, iOther.postModuleBeginStreamSignal_);
313 
314  copySlotsToFrom(preModuleEndStreamSignal_, iOther.preModuleEndStreamSignal_);
315  copySlotsToFromReverse(postModuleEndStreamSignal_, iOther.postModuleEndStreamSignal_);
316 
317  copySlotsToFrom(preBeginProcessBlockSignal_, iOther.preBeginProcessBlockSignal_);
318  copySlotsToFromReverse(postBeginProcessBlockSignal_, iOther.postBeginProcessBlockSignal_);
319 
320  copySlotsToFrom(preAccessInputProcessBlockSignal_, iOther.preAccessInputProcessBlockSignal_);
321  copySlotsToFromReverse(postAccessInputProcessBlockSignal_, iOther.postAccessInputProcessBlockSignal_);
322 
323  copySlotsToFrom(preEndProcessBlockSignal_, iOther.preEndProcessBlockSignal_);
324  copySlotsToFromReverse(postEndProcessBlockSignal_, iOther.postEndProcessBlockSignal_);
325 
326  copySlotsToFrom(preGlobalBeginRunSignal_, iOther.preGlobalBeginRunSignal_);
327  copySlotsToFromReverse(postGlobalBeginRunSignal_, iOther.postGlobalBeginRunSignal_);
328 
329  copySlotsToFrom(preGlobalEndRunSignal_, iOther.preGlobalEndRunSignal_);
330  copySlotsToFromReverse(postGlobalEndRunSignal_, iOther.postGlobalEndRunSignal_);
331 
332  copySlotsToFrom(preWriteProcessBlockSignal_, iOther.preWriteProcessBlockSignal_);
333  copySlotsToFromReverse(postWriteProcessBlockSignal_, iOther.postWriteProcessBlockSignal_);
334 
335  copySlotsToFrom(preGlobalWriteRunSignal_, iOther.preGlobalWriteRunSignal_);
336  copySlotsToFromReverse(postGlobalWriteRunSignal_, iOther.postGlobalWriteRunSignal_);
337 
338  copySlotsToFrom(preStreamBeginRunSignal_, iOther.preStreamBeginRunSignal_);
339  copySlotsToFromReverse(postStreamBeginRunSignal_, iOther.postStreamBeginRunSignal_);
340 
341  copySlotsToFrom(preStreamEndRunSignal_, iOther.preStreamEndRunSignal_);
342  copySlotsToFromReverse(postStreamEndRunSignal_, iOther.postStreamEndRunSignal_);
343 
344  copySlotsToFrom(preGlobalBeginLumiSignal_, iOther.preGlobalBeginLumiSignal_);
345  copySlotsToFromReverse(postGlobalBeginLumiSignal_, iOther.postGlobalBeginLumiSignal_);
346 
347  copySlotsToFrom(preGlobalEndLumiSignal_, iOther.preGlobalEndLumiSignal_);
348  copySlotsToFromReverse(postGlobalEndLumiSignal_, iOther.postGlobalEndLumiSignal_);
349 
350  copySlotsToFrom(preGlobalWriteLumiSignal_, iOther.preGlobalWriteLumiSignal_);
351  copySlotsToFromReverse(postGlobalWriteLumiSignal_, iOther.postGlobalWriteLumiSignal_);
352 
353  copySlotsToFrom(preStreamBeginLumiSignal_, iOther.preStreamBeginLumiSignal_);
354  copySlotsToFromReverse(postStreamBeginLumiSignal_, iOther.postStreamBeginLumiSignal_);
355 
356  copySlotsToFrom(preStreamEndLumiSignal_, iOther.preStreamEndLumiSignal_);
357  copySlotsToFromReverse(postStreamEndLumiSignal_, iOther.postStreamEndLumiSignal_);
358 
359  copySlotsToFrom(preEventSignal_, iOther.preEventSignal_);
360  copySlotsToFromReverse(postEventSignal_, iOther.postEventSignal_);
361 
362  copySlotsToFrom(preClearEventSignal_, iOther.preClearEventSignal_);
363  copySlotsToFromReverse(postClearEventSignal_, iOther.postClearEventSignal_);
364 
365  copySlotsToFrom(prePathEventSignal_, iOther.prePathEventSignal_);
366  copySlotsToFromReverse(postPathEventSignal_, iOther.postPathEventSignal_);
367 
368  copySlotsToFrom(preStreamEarlyTerminationSignal_, iOther.preStreamEarlyTerminationSignal_);
369  copySlotsToFrom(preGlobalEarlyTerminationSignal_, iOther.preGlobalEarlyTerminationSignal_);
370  copySlotsToFrom(preSourceEarlyTerminationSignal_, iOther.preSourceEarlyTerminationSignal_);
371 
372  copySlotsToFrom(preModuleConstructionSignal_, iOther.preModuleConstructionSignal_);
373  copySlotsToFromReverse(postModuleConstructionSignal_, iOther.postModuleConstructionSignal_);
374 
375  copySlotsToFrom(preModuleDestructionSignal_, iOther.preModuleDestructionSignal_);
376  copySlotsToFromReverse(postModuleDestructionSignal_, iOther.postModuleDestructionSignal_);
377 
378  copySlotsToFrom(preModuleBeginJobSignal_, iOther.preModuleBeginJobSignal_);
379  copySlotsToFromReverse(postModuleBeginJobSignal_, iOther.postModuleBeginJobSignal_);
380 
381  copySlotsToFrom(preModuleEndJobSignal_, iOther.preModuleEndJobSignal_);
382  copySlotsToFromReverse(postModuleEndJobSignal_, iOther.postModuleEndJobSignal_);
383 
384  copySlotsToFrom(preModuleEventPrefetchingSignal_, iOther.preModuleEventPrefetchingSignal_);
385  copySlotsToFromReverse(postModuleEventPrefetchingSignal_, iOther.postModuleEventPrefetchingSignal_);
386 
387  copySlotsToFrom(preModuleStreamPrefetchingSignal_, iOther.preModuleStreamPrefetchingSignal_);
388  copySlotsToFromReverse(postModuleStreamPrefetchingSignal_, iOther.postModuleStreamPrefetchingSignal_);
389 
390  copySlotsToFrom(preModuleGlobalPrefetchingSignal_, iOther.preModuleGlobalPrefetchingSignal_);
391  copySlotsToFromReverse(postModuleGlobalPrefetchingSignal_, iOther.postModuleGlobalPrefetchingSignal_);
392 
393  copySlotsToFrom(preModuleEventSignal_, iOther.preModuleEventSignal_);
394  copySlotsToFromReverse(postModuleEventSignal_, iOther.postModuleEventSignal_);
395 
396  copySlotsToFrom(preModuleEventAcquireSignal_, iOther.preModuleEventAcquireSignal_);
397  copySlotsToFromReverse(postModuleEventAcquireSignal_, iOther.postModuleEventAcquireSignal_);
398 
399  copySlotsToFrom(preModuleTransformPrefetchingSignal_, iOther.preModuleTransformPrefetchingSignal_);
400  copySlotsToFromReverse(postModuleTransformPrefetchingSignal_, iOther.postModuleTransformPrefetchingSignal_);
401 
402  copySlotsToFrom(preModuleTransformSignal_, iOther.preModuleTransformSignal_);
403  copySlotsToFromReverse(postModuleTransformSignal_, iOther.postModuleTransformSignal_);
404 
405  copySlotsToFrom(preModuleTransformAcquiringSignal_, iOther.preModuleTransformAcquiringSignal_);
406  copySlotsToFromReverse(postModuleTransformAcquiringSignal_, iOther.postModuleTransformAcquiringSignal_);
407 
408  copySlotsToFrom(preModuleEventDelayedGetSignal_, iOther.preModuleEventDelayedGetSignal_);
409  copySlotsToFromReverse(postModuleEventDelayedGetSignal_, iOther.postModuleEventDelayedGetSignal_);
410 
411  copySlotsToFrom(preEventReadFromSourceSignal_, iOther.preEventReadFromSourceSignal_);
412  copySlotsToFromReverse(postEventReadFromSourceSignal_, iOther.postEventReadFromSourceSignal_);
413 
414  copySlotsToFrom(preModuleStreamBeginRunSignal_, iOther.preModuleStreamBeginRunSignal_);
415  copySlotsToFromReverse(postModuleStreamBeginRunSignal_, iOther.postModuleStreamBeginRunSignal_);
416 
417  copySlotsToFrom(preModuleStreamEndRunSignal_, iOther.preModuleStreamEndRunSignal_);
418  copySlotsToFromReverse(postModuleStreamEndRunSignal_, iOther.postModuleStreamEndRunSignal_);
419 
420  copySlotsToFrom(preModuleStreamBeginLumiSignal_, iOther.preModuleStreamBeginLumiSignal_);
421  copySlotsToFromReverse(postModuleStreamBeginLumiSignal_, iOther.postModuleStreamBeginLumiSignal_);
422 
423  copySlotsToFrom(preModuleStreamEndLumiSignal_, iOther.preModuleStreamEndLumiSignal_);
424  copySlotsToFromReverse(postModuleStreamEndLumiSignal_, iOther.postModuleStreamEndLumiSignal_);
425 
426  copySlotsToFrom(preModuleBeginProcessBlockSignal_, iOther.preModuleBeginProcessBlockSignal_);
427  copySlotsToFromReverse(postModuleBeginProcessBlockSignal_, iOther.postModuleBeginProcessBlockSignal_);
428 
429  copySlotsToFrom(preModuleAccessInputProcessBlockSignal_, iOther.preModuleAccessInputProcessBlockSignal_);
430  copySlotsToFromReverse(postModuleAccessInputProcessBlockSignal_, iOther.postModuleAccessInputProcessBlockSignal_);
431 
432  copySlotsToFrom(preModuleEndProcessBlockSignal_, iOther.preModuleEndProcessBlockSignal_);
433  copySlotsToFromReverse(postModuleEndProcessBlockSignal_, iOther.postModuleEndProcessBlockSignal_);
434 
435  copySlotsToFrom(preModuleGlobalBeginRunSignal_, iOther.preModuleGlobalBeginRunSignal_);
436  copySlotsToFromReverse(postModuleGlobalBeginRunSignal_, iOther.postModuleGlobalBeginRunSignal_);
437 
438  copySlotsToFrom(preModuleGlobalEndRunSignal_, iOther.preModuleGlobalEndRunSignal_);
439  copySlotsToFromReverse(postModuleGlobalEndRunSignal_, iOther.postModuleGlobalEndRunSignal_);
440 
441  copySlotsToFrom(preModuleGlobalBeginLumiSignal_, iOther.preModuleGlobalBeginLumiSignal_);
442  copySlotsToFromReverse(postModuleGlobalBeginLumiSignal_, iOther.postModuleGlobalBeginLumiSignal_);
443 
444  copySlotsToFrom(preModuleGlobalEndLumiSignal_, iOther.preModuleGlobalEndLumiSignal_);
445  copySlotsToFromReverse(postModuleGlobalEndLumiSignal_, iOther.postModuleGlobalEndLumiSignal_);
446 
447  copySlotsToFrom(preModuleWriteProcessBlockSignal_, iOther.preModuleWriteProcessBlockSignal_);
448  copySlotsToFromReverse(postModuleWriteProcessBlockSignal_, iOther.postModuleWriteProcessBlockSignal_);
449 
450  copySlotsToFrom(preModuleWriteRunSignal_, iOther.preModuleWriteRunSignal_);
451  copySlotsToFromReverse(postModuleWriteRunSignal_, iOther.postModuleWriteRunSignal_);
452 
453  copySlotsToFrom(preModuleWriteLumiSignal_, iOther.preModuleWriteLumiSignal_);
454  copySlotsToFromReverse(postModuleWriteLumiSignal_, iOther.postModuleWriteLumiSignal_);
455 
456  copySlotsToFrom(preESModulePrefetchingSignal_, iOther.preESModulePrefetchingSignal_);
457  copySlotsToFromReverse(postESModulePrefetchingSignal_, iOther.postESModulePrefetchingSignal_);
458 
459  copySlotsToFrom(preESModuleSignal_, iOther.preESModuleSignal_);
460  copySlotsToFromReverse(postESModuleSignal_, iOther.postESModuleSignal_);
461 
462  copySlotsToFrom(preESModuleAcquireSignal_, iOther.preESModuleAcquireSignal_);
463  copySlotsToFromReverse(postESModuleAcquireSignal_, iOther.postESModuleAcquireSignal_);
464 
465  copySlotsToFromReverse(postESModuleRegistrationSignal_, iOther.postESModuleRegistrationSignal_);
466 
467  copySlotsToFrom(preSourceConstructionSignal_, iOther.preSourceConstructionSignal_);
468  copySlotsToFromReverse(postSourceConstructionSignal_, iOther.postSourceConstructionSignal_);
469 
470  copySlotsToFrom(esSyncIOVQueuingSignal_, iOther.esSyncIOVQueuingSignal_);
471  copySlotsToFrom(preESSyncIOVSignal_, iOther.preESSyncIOVSignal_);
472  copySlotsToFromReverse(postESSyncIOVSignal_, iOther.postESSyncIOVSignal_);
473  }
PreClearEvent preClearEventSignal_
signal is emitted before the data products in the Event are cleared
PreModuleEventPrefetching preModuleEventPrefetchingSignal_
PreModuleStreamBeginRun preModuleStreamBeginRunSignal_
PostEndProcessBlock postEndProcessBlockSignal_
PostSourceLumi postSourceLumiSignal_
PreStreamBeginRun preStreamBeginRunSignal_
PostBeginStream postBeginStreamSignal_
PostModuleEventDelayedGet postModuleEventDelayedGetSignal_
PostModuleStreamEndRun postModuleStreamEndRunSignal_
PostModuleDestruction postModuleDestructionSignal_
PreModuleEventDelayedGet preModuleEventDelayedGetSignal_
PrePathEvent prePathEventSignal_
PostBeginProcessBlock postBeginProcessBlockSignal_
PostModuleGlobalBeginRun postModuleGlobalBeginRunSignal_
PostModuleBeginStream postModuleBeginStreamSignal_
PreGlobalBeginRun preGlobalBeginRunSignal_
signal is emitted after the Run has been created by the InputSource but before any modules have seen ...
PostModuleGlobalPrefetching postModuleGlobalPrefetchingSignal_
PostModuleWriteProcessBlock postModuleWriteProcessBlockSignal_
PreModuleWriteLumi preModuleWriteLumiSignal_
PreSourceRun preSourceRunSignal_
EventSetupConfiguration eventSetupConfigurationSignal_
signal is emitted before beginJob
PostModuleEvent postModuleEventSignal_
PreEndStream preEndStreamSignal_
PreESSyncIOV preESSyncIOVSignal_
PreESModulePrefetching preESModulePrefetchingSignal_
PostOpenFile postOpenFileSignal_
PreGlobalEndRun preGlobalEndRunSignal_
PostSourceProcessBlock postSourceProcessBlockSignal_
PostEvent postEventSignal_
signal is emitted after all modules have finished processing the Event
PostStreamEndLumi postStreamEndLumiSignal_
PostGlobalBeginRun postGlobalBeginRunSignal_
PostModuleWriteLumi postModuleWriteLumiSignal_
PreModuleGlobalPrefetching preModuleGlobalPrefetchingSignal_
PostModuleAccessInputProcessBlock postModuleAccessInputProcessBlockSignal_
PreAccessInputProcessBlock preAccessInputProcessBlockSignal_
PreModuleBeginStream preModuleBeginStreamSignal_
PostAccessInputProcessBlock postAccessInputProcessBlockSignal_
PostModuleStreamPrefetching postModuleStreamPrefetchingSignal_
PostModuleEventPrefetching postModuleEventPrefetchingSignal_
PostModuleStreamBeginLumi postModuleStreamBeginLumiSignal_
PreModuleStreamPrefetching preModuleStreamPrefetchingSignal_
PostSourceRun postSourceRunSignal_
PostGlobalEndLumi postGlobalWriteLumiSignal_
PostSourceConstruction postSourceConstructionSignal_
PreModuleTransformPrefetching preModuleTransformPrefetchingSignal_
PreSourceConstruction preSourceConstructionSignal_
PreModuleDestruction preModuleDestructionSignal_
PreESModuleAcquire preESModuleAcquireSignal_
PostModuleEventAcquire postModuleEventAcquireSignal_
PreEndProcessBlock preEndProcessBlockSignal_
PostModuleEndProcessBlock postModuleEndProcessBlockSignal_
PostESModulePrefetching postESModulePrefetchingSignal_
PreModuleStreamEndLumi preModuleStreamEndLumiSignal_
PostGlobalEndLumi postGlobalEndLumiSignal_
Preallocate preallocateSignal_
signal is emitted before beginJob
PreGlobalBeginLumi preGlobalBeginLumiSignal_
PostEndStream postEndStreamSignal_
PreStreamEarlyTermination preStreamEarlyTerminationSignal_
PreSourceEarlyTermination preSourceEarlyTerminationSignal_
PostModuleGlobalEndRun postModuleGlobalEndRunSignal_
PostModuleGlobalEndLumi postModuleGlobalEndLumiSignal_
PreModuleTransform preModuleTransformSignal_
PreModuleStreamEndRun preModuleStreamEndRunSignal_
PostStreamEndRun postStreamEndRunSignal_
PreStreamEndRun preStreamEndRunSignal_
PostGlobalWriteRun postGlobalWriteRunSignal_
PreModuleConstruction preModuleConstructionSignal_
PostModuleEndStream postModuleEndStreamSignal_
PreModuleBeginProcessBlock preModuleBeginProcessBlockSignal_
PreModuleEndProcessBlock preModuleEndProcessBlockSignal_
PreGlobalEndLumi preGlobalEndLumiSignal_
PreEventReadFromSource preEventReadFromSourceSignal_
PreSourceProcessBlock preSourceProcessBlockSignal_
PostSourceEvent postSourceSignal_
PreSourceNextTransition preSourceNextTransitionSignal_
PreModuleTransformAcquiring preModuleTransformAcquiringSignal_
PreCloseFile preCloseFileSignal_
PostModuleWriteRun postModuleWriteRunSignal_
PreGlobalWriteRun preGlobalWriteRunSignal_
PostESModule postESModuleSignal_
PreGlobalEarlyTermination preGlobalEarlyTerminationSignal_
PostESSyncIOV postESSyncIOVSignal_
PreStreamBeginLumi preStreamBeginLumiSignal_
PreModuleStreamBeginLumi preModuleStreamBeginLumiSignal_
PostStreamBeginRun postStreamBeginRunSignal_
ESSyncIOVQueuing esSyncIOVQueuingSignal_
PreModuleGlobalBeginRun preModuleGlobalBeginRunSignal_
PreWriteProcessBlock preWriteProcessBlockSignal_
PostCloseFile postCloseFileSignal_
PostSourceNextTransition postSourceNextTransitionSignal_
PostModuleEndJob postModuleEndJobSignal_
PostModuleBeginJob postModuleBeginJobSignal_
PreModuleGlobalBeginLumi preModuleGlobalBeginLumiSignal_
PreModuleWriteRun preModuleWriteRunSignal_
PreSourceLumi preSourceLumiSignal_
PostWriteProcessBlock postWriteProcessBlockSignal_
PreModuleGlobalEndLumi preModuleGlobalEndLumiSignal_
PostGlobalEndRun postGlobalEndRunSignal_
PreBeginStream preBeginStreamSignal_
PreESModule preESModuleSignal_
PreGlobalEndLumi preGlobalWriteLumiSignal_
PreModuleEvent preModuleEventSignal_
PostModuleTransformPrefetching postModuleTransformPrefetchingSignal_
PostESModuleAcquire postESModuleAcquireSignal_
PostGlobalBeginLumi postGlobalBeginLumiSignal_
EndProcessing endProcessingSignal_
signal is emitted after all work has been done processing all source transitions
PreModuleWriteProcessBlock preModuleWriteProcessBlockSignal_
PreOpenFile preOpenFileSignal_
PostEndJob postEndJobSignal_
signal is emitted after all modules have gotten their endJob called
PreModuleBeginJob preModuleBeginJobSignal_
PreSourceEvent preSourceSignal_
PreBeginJob preBeginJobSignal_
signal is emitted before all modules have gotten their beginJob called
PreModuleEndStream preModuleEndStreamSignal_
PostPathEvent postPathEventSignal_
PostStreamBeginLumi postStreamBeginLumiSignal_
PreStreamEndLumi preStreamEndLumiSignal_
BeginProcessing beginProcessingSignal_
signal is emitted just before the transitions from the Source will begin to be processed ...
PostModuleStreamEndLumi postModuleStreamEndLumiSignal_
PostModuleTransform postModuleTransformSignal_
PreBeginProcessBlock preBeginProcessBlockSignal_
PreModuleGlobalEndRun preModuleGlobalEndRunSignal_
PreEvent preEventSignal_
signal is emitted after the Event has been created by the InputSource but before any modules have see...
PostModuleStreamBeginRun postModuleStreamBeginRunSignal_
PreModuleEventAcquire preModuleEventAcquireSignal_
PostClearEvent postClearEventSignal_
signal is emitted after all data products in the Event have been cleared
PostBeginJob postBeginJobSignal_
signal is emitted after all modules have gotten their beginJob called
PreModuleEndJob preModuleEndJobSignal_
PreModuleAccessInputProcessBlock preModuleAccessInputProcessBlockSignal_
PostModuleBeginProcessBlock postModuleBeginProcessBlockSignal_
PostModuleTransformAcquiring postModuleTransformAcquiringSignal_
PostESModuleRegistration postESModuleRegistrationSignal_
PostModuleGlobalBeginLumi postModuleGlobalBeginLumiSignal_
PostEventReadFromSource postEventReadFromSourceSignal_
PreEndJob preEndJobSignal_
signal is emitted before any modules have gotten their endJob called
PostModuleConstruction postModuleConstructionSignal_

◆ operator=()

ActivityRegistry& edm::ActivityRegistry::operator= ( ActivityRegistry const &  )
delete

◆ watchBeginProcessing() [1/2]

void edm::ActivityRegistry::watchBeginProcessing ( BeginProcessing::slot_type const &  iSlot)
inline

Definition at line 395 of file ActivityRegistry.h.

References beginProcessingSignal_, and edm::signalslot::Signal< T >::connect().

BeginProcessing beginProcessingSignal_
signal is emitted just before the transitions from the Source will begin to be processed ...
void connect(U iFunc)
Definition: Signal.h:74

◆ watchBeginProcessing() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchBeginProcessing ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 396 of file ActivityRegistry.h.

◆ watchEndProcessing() [1/2]

void edm::ActivityRegistry::watchEndProcessing ( EndProcessing::slot_type const &  iSlot)
inline

Definition at line 401 of file ActivityRegistry.h.

References edm::signalslot::Signal< T >::connect(), and endProcessingSignal_.

401 { endProcessingSignal_.connect(iSlot); }
EndProcessing endProcessingSignal_
signal is emitted after all work has been done processing all source transitions
void connect(U iFunc)
Definition: Signal.h:74

◆ watchEndProcessing() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchEndProcessing ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 402 of file ActivityRegistry.h.

◆ watchESSyncIOVQueuing() [1/2]

void edm::ActivityRegistry::watchESSyncIOVQueuing ( ESSyncIOVQueuing::slot_type const &  iSlot)
inline

◆ watchESSyncIOVQueuing() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchESSyncIOVQueuing ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 620 of file ActivityRegistry.h.

◆ watchEventSetupConfiguration() [1/2]

void edm::ActivityRegistry::watchEventSetupConfiguration ( EventSetupConfiguration::slot_type const &  iSlot)
inline

Definition at line 169 of file ActivityRegistry.h.

References edm::signalslot::Signal< T >::connect(), and eventSetupConfigurationSignal_.

Referenced by edm::service::tracer::setupFile(), and edm::service::moduleAlloc::setupFile().

169  {
171  }
EventSetupConfiguration eventSetupConfigurationSignal_
signal is emitted before beginJob
void connect(U iFunc)
Definition: Signal.h:74

◆ watchEventSetupConfiguration() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchEventSetupConfiguration ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 172 of file ActivityRegistry.h.

◆ watchJobFailure() [1/2]

void edm::ActivityRegistry::watchJobFailure ( JobFailure::slot_type const &  iSlot)
inline

◆ watchJobFailure() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchJobFailure ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 226 of file ActivityRegistry.h.

◆ watchPostAccessInputProcessBlock() [1/2]

void edm::ActivityRegistry::watchPostAccessInputProcessBlock ( PostAccessInputProcessBlock::slot_type const &  iSlot)
inline

◆ watchPostAccessInputProcessBlock() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostAccessInputProcessBlock ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 376 of file ActivityRegistry.h.

◆ watchPostBeginJob() [1/2]

void edm::ActivityRegistry::watchPostBeginJob ( PostBeginJob::slot_type const &  iSlot)
inline

◆ watchPostBeginJob() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostBeginJob ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 186 of file ActivityRegistry.h.

◆ watchPostBeginProcessBlock() [1/2]

void edm::ActivityRegistry::watchPostBeginProcessBlock ( PostBeginProcessBlock::slot_type const &  iSlot)
inline

◆ watchPostBeginProcessBlock() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostBeginProcessBlock ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 362 of file ActivityRegistry.h.

◆ watchPostBeginStream() [1/2]

void edm::ActivityRegistry::watchPostBeginStream ( PostBeginStream::slot_type const &  iSlot)
inline

◆ watchPostBeginStream() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostBeginStream ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 208 of file ActivityRegistry.h.

◆ watchPostClearEvent() [1/2]

void edm::ActivityRegistry::watchPostClearEvent ( PostClearEvent::slot_type const &  iSlot)
inline

Definition at line 566 of file ActivityRegistry.h.

References edm::signalslot::Signal< T >::connect_front(), and postClearEventSignal_.

Referenced by edm::service::tracer::setupFile(), and edm::service::moduleAlloc::setupFile().

void connect_front(U iFunc)
Definition: Signal.h:79
PostClearEvent postClearEventSignal_
signal is emitted after all data products in the Event have been cleared

◆ watchPostClearEvent() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostClearEvent ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 567 of file ActivityRegistry.h.

◆ watchPostCloseFile() [1/2]

void edm::ActivityRegistry::watchPostCloseFile ( PostCloseFile::slot_type const &  iSlot)
inline

◆ watchPostCloseFile() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostCloseFile ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 320 of file ActivityRegistry.h.

◆ watchPostEndJob() [1/2]

void edm::ActivityRegistry::watchPostEndJob ( PostEndJob::slot_type const &  iSlot)
inline

Definition at line 197 of file ActivityRegistry.h.

References edm::signalslot::Signal< T >::connect_front(), and postEndJobSignal_.

Referenced by edm::service::AsyncService::AsyncService(), FWFFLooper::attachTo(), edm::service::CheckTransitions::CheckTransitions(), edm::service::CondorStatusService::CondorStatusService(), edm::service::CPU::CPU(), EveService::EveService(), evf::FastMonitoringService::FastMonitoringService(), edm::service::IgProfService::IgProfService(), edm::service::InitRootHandlers::InitRootHandlers(), edm::service::JeProfService::JeProfService(), edm::service::JobReportService::JobReportService(), edm::service::MessageLogger::MessageLogger(), NVProfilerService::NVProfilerService(), edm::service::RandomNumberGeneratorService::RandomNumberGeneratorService(), edm::service::tracer::setupFile(), edm::service::moduleAlloc::setupFile(), edm::service::SimpleMemoryCheck::SimpleMemoryCheck(), edmtest::TestServiceOne::TestServiceOne(), TFileAdaptor::TFileAdaptor(), ThroughputService::ThroughputService(), edm::service::Tracer::Tracer(), TritonService::TritonService(), edmtest::test_acquire::WaitingService::WaitingService(), XrdAdaptor::XrdStatisticsService::XrdStatisticsService(), and edm::ZombieKillerService::ZombieKillerService().

void connect_front(U iFunc)
Definition: Signal.h:79
PostEndJob postEndJobSignal_
signal is emitted after all modules have gotten their endJob called

◆ watchPostEndJob() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostEndJob ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 198 of file ActivityRegistry.h.

◆ watchPostEndProcessBlock() [1/2]

void edm::ActivityRegistry::watchPostEndProcessBlock ( PostEndProcessBlock::slot_type const &  iSlot)
inline

◆ watchPostEndProcessBlock() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostEndProcessBlock ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 390 of file ActivityRegistry.h.

◆ watchPostEndStream() [1/2]

void edm::ActivityRegistry::watchPostEndStream ( PostEndStream::slot_type const &  iSlot)
inline

◆ watchPostEndStream() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostEndStream ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 218 of file ActivityRegistry.h.

◆ watchPostESModule() [1/2]

void edm::ActivityRegistry::watchPostESModule ( PostESModule::slot_type const &  iSlot)
inline

◆ watchPostESModule() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostESModule ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 662 of file ActivityRegistry.h.

◆ watchPostESModuleAcquire() [1/2]

void edm::ActivityRegistry::watchPostESModuleAcquire ( PostESModuleAcquire::slot_type const &  iSlot)
inline

◆ watchPostESModuleAcquire() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostESModuleAcquire ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 680 of file ActivityRegistry.h.

◆ watchPostESModulePrefetching() [1/2]

void edm::ActivityRegistry::watchPostESModulePrefetching ( PostESModulePrefetching::slot_type const &  iSlot)
inline

◆ watchPostESModulePrefetching() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostESModulePrefetching ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 650 of file ActivityRegistry.h.

◆ watchPostESModuleRegistration() [1/2]

void edm::ActivityRegistry::watchPostESModuleRegistration ( PostESModuleRegistration::slot_type const &  iSlot)
inline

◆ watchPostESModuleRegistration() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostESModuleRegistration ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 614 of file ActivityRegistry.h.

◆ watchPostESSyncIOV() [1/2]

void edm::ActivityRegistry::watchPostESSyncIOV ( PostESSyncIOV::slot_type const &  iSlot)
inline

◆ watchPostESSyncIOV() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostESSyncIOV ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 632 of file ActivityRegistry.h.

◆ watchPostEvent() [1/2]

void edm::ActivityRegistry::watchPostEvent ( PostEvent::slot_type const &  iSlot)
inline

◆ watchPostEvent() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostEvent ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 555 of file ActivityRegistry.h.

◆ watchPostEventReadFromSource() [1/2]

void edm::ActivityRegistry::watchPostEventReadFromSource ( PostEventReadFromSource::slot_type const &  iSlot)
inline

◆ watchPostEventReadFromSource() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostEventReadFromSource ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 880 of file ActivityRegistry.h.

◆ watchPostGlobalBeginLumi() [1/2]

void edm::ActivityRegistry::watchPostGlobalBeginLumi ( PostGlobalBeginLumi::slot_type const &  iSlot)
inline

◆ watchPostGlobalBeginLumi() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostGlobalBeginLumi ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 491 of file ActivityRegistry.h.

◆ watchPostGlobalBeginRun() [1/2]

void edm::ActivityRegistry::watchPostGlobalBeginRun ( PostGlobalBeginRun::slot_type const &  iSlot)
inline

◆ watchPostGlobalBeginRun() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostGlobalBeginRun ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 415 of file ActivityRegistry.h.

◆ watchPostGlobalEndLumi() [1/2]

void edm::ActivityRegistry::watchPostGlobalEndLumi ( PostGlobalEndLumi::slot_type const &  iSlot)
inline

◆ watchPostGlobalEndLumi() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostGlobalEndLumi ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 503 of file ActivityRegistry.h.

◆ watchPostGlobalEndRun() [1/2]

void edm::ActivityRegistry::watchPostGlobalEndRun ( PostGlobalEndRun::slot_type const &  iSlot)
inline

◆ watchPostGlobalEndRun() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostGlobalEndRun ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 427 of file ActivityRegistry.h.

◆ watchPostGlobalWriteLumi() [1/2]

void edm::ActivityRegistry::watchPostGlobalWriteLumi ( PostGlobalEndLumi::slot_type const &  iSlot)
inline

◆ watchPostGlobalWriteLumi() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostGlobalWriteLumi ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 517 of file ActivityRegistry.h.

◆ watchPostGlobalWriteRun() [1/2]

void edm::ActivityRegistry::watchPostGlobalWriteRun ( PostGlobalWriteRun::slot_type const &  iSlot)
inline

◆ watchPostGlobalWriteRun() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostGlobalWriteRun ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 453 of file ActivityRegistry.h.

◆ watchPostModuleAccessInputProcessBlock() [1/2]

void edm::ActivityRegistry::watchPostModuleAccessInputProcessBlock ( PostModuleAccessInputProcessBlock::slot_type const &  iSlot)
inline

◆ watchPostModuleAccessInputProcessBlock() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostModuleAccessInputProcessBlock ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 981 of file ActivityRegistry.h.

◆ watchPostModuleBeginJob() [1/2]

void edm::ActivityRegistry::watchPostModuleBeginJob ( PostModuleBeginJob::slot_type const &  iSlot)
inline

◆ watchPostModuleBeginJob() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostModuleBeginJob ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 742 of file ActivityRegistry.h.

◆ watchPostModuleBeginProcessBlock() [1/2]

void edm::ActivityRegistry::watchPostModuleBeginProcessBlock ( PostModuleBeginProcessBlock::slot_type const &  iSlot)
inline

◆ watchPostModuleBeginProcessBlock() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostModuleBeginProcessBlock ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 966 of file ActivityRegistry.h.

◆ watchPostModuleBeginStream() [1/2]

void edm::ActivityRegistry::watchPostModuleBeginStream ( PostModuleBeginStream::slot_type const &  iSlot)
inline

◆ watchPostModuleBeginStream() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostModuleBeginStream ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 334 of file ActivityRegistry.h.

◆ watchPostModuleConstruction() [1/2]

void edm::ActivityRegistry::watchPostModuleConstruction ( PostModuleConstruction::slot_type const &  iSlot)
inline

◆ watchPostModuleConstruction() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostModuleConstruction ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 710 of file ActivityRegistry.h.

◆ watchPostModuleDestruction() [1/2]

void edm::ActivityRegistry::watchPostModuleDestruction ( PostModuleDestruction::slot_type const &  iSlot)
inline

◆ watchPostModuleDestruction() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostModuleDestruction ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 728 of file ActivityRegistry.h.

◆ watchPostModuleEndJob() [1/2]

void edm::ActivityRegistry::watchPostModuleEndJob ( PostModuleEndJob::slot_type const &  iSlot)
inline

◆ watchPostModuleEndJob() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostModuleEndJob ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 756 of file ActivityRegistry.h.

◆ watchPostModuleEndProcessBlock() [1/2]

void edm::ActivityRegistry::watchPostModuleEndProcessBlock ( PostModuleEndProcessBlock::slot_type const &  iSlot)
inline

◆ watchPostModuleEndProcessBlock() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostModuleEndProcessBlock ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 995 of file ActivityRegistry.h.

◆ watchPostModuleEndStream() [1/2]

void edm::ActivityRegistry::watchPostModuleEndStream ( PostModuleEndStream::slot_type const &  iSlot)
inline

◆ watchPostModuleEndStream() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostModuleEndStream ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 348 of file ActivityRegistry.h.

◆ watchPostModuleEvent() [1/2]

void edm::ActivityRegistry::watchPostModuleEvent ( PostModuleEvent::slot_type const &  iSlot)
inline

◆ watchPostModuleEvent() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostModuleEvent ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 784 of file ActivityRegistry.h.

◆ watchPostModuleEventAcquire() [1/2]

void edm::ActivityRegistry::watchPostModuleEventAcquire ( PostModuleEventAcquire::slot_type const &  iSlot)
inline

◆ watchPostModuleEventAcquire() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostModuleEventAcquire ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 800 of file ActivityRegistry.h.

◆ watchPostModuleEventDelayedGet() [1/2]

void edm::ActivityRegistry::watchPostModuleEventDelayedGet ( PostModuleEventDelayedGet::slot_type const &  iSlot)
inline

◆ watchPostModuleEventDelayedGet() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostModuleEventDelayedGet ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 864 of file ActivityRegistry.h.

◆ watchPostModuleEventPrefetching() [1/2]

void edm::ActivityRegistry::watchPostModuleEventPrefetching ( PostModuleEventPrefetching::slot_type const &  iSlot)
inline

◆ watchPostModuleEventPrefetching() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostModuleEventPrefetching ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 772 of file ActivityRegistry.h.

◆ watchPostModuleGlobalBeginLumi() [1/2]

void edm::ActivityRegistry::watchPostModuleGlobalBeginLumi ( PostModuleGlobalBeginLumi::slot_type const &  iSlot)
inline

◆ watchPostModuleGlobalBeginLumi() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostModuleGlobalBeginLumi ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 1053 of file ActivityRegistry.h.

◆ watchPostModuleGlobalBeginRun() [1/2]

void edm::ActivityRegistry::watchPostModuleGlobalBeginRun ( PostModuleGlobalBeginRun::slot_type const &  iSlot)
inline

◆ watchPostModuleGlobalBeginRun() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostModuleGlobalBeginRun ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 1025 of file ActivityRegistry.h.

◆ watchPostModuleGlobalEndLumi() [1/2]

void edm::ActivityRegistry::watchPostModuleGlobalEndLumi ( PostModuleGlobalEndLumi::slot_type const &  iSlot)
inline

◆ watchPostModuleGlobalEndLumi() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostModuleGlobalEndLumi ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 1067 of file ActivityRegistry.h.

◆ watchPostModuleGlobalEndRun() [1/2]

void edm::ActivityRegistry::watchPostModuleGlobalEndRun ( PostModuleGlobalEndRun::slot_type const &  iSlot)
inline

◆ watchPostModuleGlobalEndRun() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostModuleGlobalEndRun ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 1039 of file ActivityRegistry.h.

◆ watchPostModuleGlobalPrefetching() [1/2]

void edm::ActivityRegistry::watchPostModuleGlobalPrefetching ( PostModuleGlobalPrefetching::slot_type const &  iSlot)
inline

◆ watchPostModuleGlobalPrefetching() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostModuleGlobalPrefetching ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 1011 of file ActivityRegistry.h.

◆ watchPostModuleStreamBeginLumi() [1/2]

void edm::ActivityRegistry::watchPostModuleStreamBeginLumi ( PostModuleStreamBeginLumi::slot_type const &  iSlot)
inline

◆ watchPostModuleStreamBeginLumi() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostModuleStreamBeginLumi ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 938 of file ActivityRegistry.h.

◆ watchPostModuleStreamBeginRun() [1/2]

void edm::ActivityRegistry::watchPostModuleStreamBeginRun ( PostModuleStreamBeginRun::slot_type const &  iSlot)
inline

◆ watchPostModuleStreamBeginRun() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostModuleStreamBeginRun ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 910 of file ActivityRegistry.h.

◆ watchPostModuleStreamEndLumi() [1/2]

void edm::ActivityRegistry::watchPostModuleStreamEndLumi ( PostModuleStreamEndLumi::slot_type const &  iSlot)
inline

◆ watchPostModuleStreamEndLumi() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostModuleStreamEndLumi ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 952 of file ActivityRegistry.h.

◆ watchPostModuleStreamEndRun() [1/2]

void edm::ActivityRegistry::watchPostModuleStreamEndRun ( PostModuleStreamEndRun::slot_type const &  iSlot)
inline

◆ watchPostModuleStreamEndRun() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostModuleStreamEndRun ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 924 of file ActivityRegistry.h.

◆ watchPostModuleStreamPrefetching() [1/2]

void edm::ActivityRegistry::watchPostModuleStreamPrefetching ( PostModuleStreamPrefetching::slot_type const &  iSlot)
inline

◆ watchPostModuleStreamPrefetching() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostModuleStreamPrefetching ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 896 of file ActivityRegistry.h.

◆ watchPostModuleTransform() [1/2]

void edm::ActivityRegistry::watchPostModuleTransform ( PostModuleTransform::slot_type const &  iSlot)
inline

◆ watchPostModuleTransform() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostModuleTransform ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 832 of file ActivityRegistry.h.

◆ watchPostModuleTransformAcquiring() [1/2]

void edm::ActivityRegistry::watchPostModuleTransformAcquiring ( PostModuleTransformAcquiring::slot_type const &  iSlot)
inline

◆ watchPostModuleTransformAcquiring() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostModuleTransformAcquiring ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 848 of file ActivityRegistry.h.

◆ watchPostModuleTransformPrefetching() [1/2]

void edm::ActivityRegistry::watchPostModuleTransformPrefetching ( PostModuleTransformPrefetching::slot_type const &  iSlot)
inline

◆ watchPostModuleTransformPrefetching() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostModuleTransformPrefetching ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 816 of file ActivityRegistry.h.

◆ watchPostModuleWriteLumi() [1/2]

void edm::ActivityRegistry::watchPostModuleWriteLumi ( PostModuleWriteLumi::slot_type const &  iSlot)
inline

◆ watchPostModuleWriteLumi() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostModuleWriteLumi ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 1107 of file ActivityRegistry.h.

◆ watchPostModuleWriteProcessBlock() [1/2]

void edm::ActivityRegistry::watchPostModuleWriteProcessBlock ( PostModuleWriteProcessBlock::slot_type const &  iSlot)
inline

◆ watchPostModuleWriteProcessBlock() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostModuleWriteProcessBlock ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 1081 of file ActivityRegistry.h.

◆ watchPostModuleWriteRun() [1/2]

void edm::ActivityRegistry::watchPostModuleWriteRun ( PostModuleWriteRun::slot_type const &  iSlot)
inline

◆ watchPostModuleWriteRun() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostModuleWriteRun ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 1093 of file ActivityRegistry.h.

◆ watchPostOpenFile() [1/2]

void edm::ActivityRegistry::watchPostOpenFile ( PostOpenFile::slot_type const &  iSlot)
inline

◆ watchPostOpenFile() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostOpenFile ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 307 of file ActivityRegistry.h.

◆ watchPostPathEvent() [1/2]

void edm::ActivityRegistry::watchPostPathEvent ( PostPathEvent::slot_type const &  iSlot)
inline

◆ watchPostPathEvent() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostPathEvent ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 579 of file ActivityRegistry.h.

◆ watchPostSourceConstruction() [1/2]

void edm::ActivityRegistry::watchPostSourceConstruction ( PostSourceConstruction::slot_type const &  iSlot)
inline

◆ watchPostSourceConstruction() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostSourceConstruction ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 1125 of file ActivityRegistry.h.

1143 :
1144  // forwards subprocess independent signals to slots connected to iOther

◆ watchPostSourceEvent() [1/2]

void edm::ActivityRegistry::watchPostSourceEvent ( PostSourceEvent::slot_type const &  iSlot)
inline

◆ watchPostSourceEvent() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostSourceEvent ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 254 of file ActivityRegistry.h.

◆ watchPostSourceLumi() [1/2]

void edm::ActivityRegistry::watchPostSourceLumi ( PostSourceLumi::slot_type const &  iSlot)
inline

◆ watchPostSourceLumi() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostSourceLumi ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 266 of file ActivityRegistry.h.

◆ watchPostSourceNextTransition() [1/2]

void edm::ActivityRegistry::watchPostSourceNextTransition ( PostSourceNextTransition::slot_type const &  iSlot)
inline

◆ watchPostSourceNextTransition() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostSourceNextTransition ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 242 of file ActivityRegistry.h.

◆ watchPostSourceProcessBlock() [1/2]

void edm::ActivityRegistry::watchPostSourceProcessBlock ( PostSourceProcessBlock::slot_type const &  iSlot)
inline

Definition at line 291 of file ActivityRegistry.h.

References edm::signalslot::Signal< T >::connect_front(), and postSourceProcessBlockSignal_.

Referenced by edm::service::Tracer::Tracer().

291  {
293  }
PostSourceProcessBlock postSourceProcessBlockSignal_
void connect_front(U iFunc)
Definition: Signal.h:79

◆ watchPostSourceProcessBlock() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostSourceProcessBlock ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 294 of file ActivityRegistry.h.

◆ watchPostSourceRun() [1/2]

void edm::ActivityRegistry::watchPostSourceRun ( PostSourceRun::slot_type const &  iSlot)
inline

◆ watchPostSourceRun() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostSourceRun ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 278 of file ActivityRegistry.h.

◆ watchPostStreamBeginLumi() [1/2]

void edm::ActivityRegistry::watchPostStreamBeginLumi ( PostStreamBeginLumi::slot_type const &  iSlot)
inline

◆ watchPostStreamBeginLumi() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostStreamBeginLumi ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 531 of file ActivityRegistry.h.

◆ watchPostStreamBeginRun() [1/2]

void edm::ActivityRegistry::watchPostStreamBeginRun ( PostStreamBeginRun::slot_type const &  iSlot)
inline

◆ watchPostStreamBeginRun() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostStreamBeginRun ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 465 of file ActivityRegistry.h.

◆ watchPostStreamEndLumi() [1/2]

void edm::ActivityRegistry::watchPostStreamEndLumi ( PostStreamEndLumi::slot_type const &  iSlot)
inline

◆ watchPostStreamEndLumi() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostStreamEndLumi ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 543 of file ActivityRegistry.h.

◆ watchPostStreamEndRun() [1/2]

void edm::ActivityRegistry::watchPostStreamEndRun ( PostStreamEndRun::slot_type const &  iSlot)
inline

◆ watchPostStreamEndRun() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostStreamEndRun ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 477 of file ActivityRegistry.h.

◆ watchPostWriteProcessBlock() [1/2]

void edm::ActivityRegistry::watchPostWriteProcessBlock ( PostWriteProcessBlock::slot_type const &  iSlot)
inline

◆ watchPostWriteProcessBlock() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPostWriteProcessBlock ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 441 of file ActivityRegistry.h.

◆ watchPreAccessInputProcessBlock() [1/2]

void edm::ActivityRegistry::watchPreAccessInputProcessBlock ( PreAccessInputProcessBlock::slot_type const &  iSlot)
inline

◆ watchPreAccessInputProcessBlock() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreAccessInputProcessBlock ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 369 of file ActivityRegistry.h.

◆ watchPreallocate() [1/2]

void edm::ActivityRegistry::watchPreallocate ( Preallocate::slot_type const &  iSlot)
inline

◆ watchPreallocate() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreallocate ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 163 of file ActivityRegistry.h.

◆ watchPreBeginJob() [1/2]

void edm::ActivityRegistry::watchPreBeginJob ( PreBeginJob::slot_type const &  iSlot)
inline

◆ watchPreBeginJob() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreBeginJob ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 179 of file ActivityRegistry.h.

◆ watchPreBeginProcessBlock() [1/2]

void edm::ActivityRegistry::watchPreBeginProcessBlock ( PreBeginProcessBlock::slot_type const &  iSlot)
inline

◆ watchPreBeginProcessBlock() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreBeginProcessBlock ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 355 of file ActivityRegistry.h.

◆ watchPreBeginStream() [1/2]

void edm::ActivityRegistry::watchPreBeginStream ( PreBeginStream::slot_type const &  iSlot)
inline

◆ watchPreBeginStream() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreBeginStream ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 203 of file ActivityRegistry.h.

◆ watchPreClearEvent() [1/2]

void edm::ActivityRegistry::watchPreClearEvent ( PreClearEvent::slot_type const &  iSlot)
inline

Definition at line 560 of file ActivityRegistry.h.

References edm::signalslot::Signal< T >::connect(), and preClearEventSignal_.

Referenced by edm::service::tracer::setupFile(), and edm::service::moduleAlloc::setupFile().

560 { preClearEventSignal_.connect(iSlot); }
PreClearEvent preClearEventSignal_
signal is emitted before the data products in the Event are cleared
void connect(U iFunc)
Definition: Signal.h:74

◆ watchPreClearEvent() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreClearEvent ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 561 of file ActivityRegistry.h.

◆ watchPreCloseFile() [1/2]

void edm::ActivityRegistry::watchPreCloseFile ( PreCloseFile::slot_type const &  iSlot)
inline

◆ watchPreCloseFile() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreCloseFile ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 314 of file ActivityRegistry.h.

◆ watchPreEndJob() [1/2]

void edm::ActivityRegistry::watchPreEndJob ( PreEndJob::slot_type const &  iSlot)
inline

◆ watchPreEndJob() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreEndJob ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 192 of file ActivityRegistry.h.

◆ watchPreEndProcessBlock() [1/2]

void edm::ActivityRegistry::watchPreEndProcessBlock ( PreEndProcessBlock::slot_type const &  iSlot)
inline

◆ watchPreEndProcessBlock() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreEndProcessBlock ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 383 of file ActivityRegistry.h.

◆ watchPreEndStream() [1/2]

void edm::ActivityRegistry::watchPreEndStream ( PreEndStream::slot_type const &  iSlot)
inline

◆ watchPreEndStream() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreEndStream ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 213 of file ActivityRegistry.h.

◆ watchPreESModule() [1/2]

void edm::ActivityRegistry::watchPreESModule ( PreESModule::slot_type const &  iSlot)
inline

◆ watchPreESModule() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreESModule ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 656 of file ActivityRegistry.h.

◆ watchPreESModuleAcquire() [1/2]

void edm::ActivityRegistry::watchPreESModuleAcquire ( PreESModuleAcquire::slot_type const &  iSlot)
inline

◆ watchPreESModuleAcquire() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreESModuleAcquire ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 671 of file ActivityRegistry.h.

◆ watchPreESModulePrefetching() [1/2]

void edm::ActivityRegistry::watchPreESModulePrefetching ( PreESModulePrefetching::slot_type const &  iSlot)
inline

◆ watchPreESModulePrefetching() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreESModulePrefetching ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 641 of file ActivityRegistry.h.

◆ watchPreESSyncIOV() [1/2]

void edm::ActivityRegistry::watchPreESSyncIOV ( PreESSyncIOV::slot_type const &  iSlot)
inline

◆ watchPreESSyncIOV() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreESSyncIOV ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 626 of file ActivityRegistry.h.

◆ watchPreEvent() [1/2]

void edm::ActivityRegistry::watchPreEvent ( PreEvent::slot_type const &  iSlot)
inline

◆ watchPreEvent() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreEvent ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 549 of file ActivityRegistry.h.

◆ watchPreEventReadFromSource() [1/2]

void edm::ActivityRegistry::watchPreEventReadFromSource ( PreEventReadFromSource::slot_type const &  iSlot)
inline

◆ watchPreEventReadFromSource() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreEventReadFromSource ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 872 of file ActivityRegistry.h.

◆ watchPreGlobalBeginLumi() [1/2]

void edm::ActivityRegistry::watchPreGlobalBeginLumi ( PreGlobalBeginLumi::slot_type const &  iSlot)
inline

◆ watchPreGlobalBeginLumi() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreGlobalBeginLumi ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 484 of file ActivityRegistry.h.

◆ watchPreGlobalBeginRun() [1/2]

void edm::ActivityRegistry::watchPreGlobalBeginRun ( PreGlobalBeginRun::slot_type const &  iSlot)
inline

◆ watchPreGlobalBeginRun() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreGlobalBeginRun ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 408 of file ActivityRegistry.h.

◆ watchPreGlobalEarlyTermination() [1/2]

void edm::ActivityRegistry::watchPreGlobalEarlyTermination ( PreGlobalEarlyTermination::slot_type const &  iSlot)
inline

◆ watchPreGlobalEarlyTermination() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreGlobalEarlyTermination ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 597 of file ActivityRegistry.h.

◆ watchPreGlobalEndLumi() [1/2]

void edm::ActivityRegistry::watchPreGlobalEndLumi ( PreGlobalEndLumi::slot_type const &  iSlot)
inline

◆ watchPreGlobalEndLumi() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreGlobalEndLumi ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 496 of file ActivityRegistry.h.

◆ watchPreGlobalEndRun() [1/2]

void edm::ActivityRegistry::watchPreGlobalEndRun ( PreGlobalEndRun::slot_type const &  iSlot)
inline

◆ watchPreGlobalEndRun() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreGlobalEndRun ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 420 of file ActivityRegistry.h.

◆ watchPreGlobalWriteLumi() [1/2]

void edm::ActivityRegistry::watchPreGlobalWriteLumi ( PreGlobalWriteLumi::slot_type const &  iSlot)
inline

◆ watchPreGlobalWriteLumi() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreGlobalWriteLumi ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 510 of file ActivityRegistry.h.

◆ watchPreGlobalWriteRun() [1/2]

void edm::ActivityRegistry::watchPreGlobalWriteRun ( PreGlobalWriteRun::slot_type const &  iSlot)
inline

◆ watchPreGlobalWriteRun() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreGlobalWriteRun ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 446 of file ActivityRegistry.h.

◆ watchPreModuleAccessInputProcessBlock() [1/2]

void edm::ActivityRegistry::watchPreModuleAccessInputProcessBlock ( PreModuleAccessInputProcessBlock::slot_type const &  iSlot)
inline

◆ watchPreModuleAccessInputProcessBlock() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreModuleAccessInputProcessBlock ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 973 of file ActivityRegistry.h.

◆ watchPreModuleBeginJob() [1/2]

void edm::ActivityRegistry::watchPreModuleBeginJob ( PreModuleBeginJob::slot_type const &  iSlot)
inline

◆ watchPreModuleBeginJob() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreModuleBeginJob ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 734 of file ActivityRegistry.h.

◆ watchPreModuleBeginProcessBlock() [1/2]

void edm::ActivityRegistry::watchPreModuleBeginProcessBlock ( PreModuleBeginProcessBlock::slot_type const &  iSlot)
inline

◆ watchPreModuleBeginProcessBlock() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreModuleBeginProcessBlock ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 959 of file ActivityRegistry.h.

◆ watchPreModuleBeginStream() [1/2]

void edm::ActivityRegistry::watchPreModuleBeginStream ( PreModuleBeginStream::slot_type const &  iSlot)
inline

◆ watchPreModuleBeginStream() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreModuleBeginStream ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 327 of file ActivityRegistry.h.

◆ watchPreModuleConstruction() [1/2]

void edm::ActivityRegistry::watchPreModuleConstruction ( PreModuleConstruction::slot_type const &  iSlot)
inline

◆ watchPreModuleConstruction() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreModuleConstruction ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 701 of file ActivityRegistry.h.

◆ watchPreModuleDestruction() [1/2]

void edm::ActivityRegistry::watchPreModuleDestruction ( PreModuleDestruction::slot_type const &  iSlot)
inline

◆ watchPreModuleDestruction() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreModuleDestruction ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 719 of file ActivityRegistry.h.

◆ watchPreModuleEndJob() [1/2]

void edm::ActivityRegistry::watchPreModuleEndJob ( PreModuleEndJob::slot_type const &  iSlot)
inline

◆ watchPreModuleEndJob() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreModuleEndJob ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 748 of file ActivityRegistry.h.

◆ watchPreModuleEndProcessBlock() [1/2]

void edm::ActivityRegistry::watchPreModuleEndProcessBlock ( PreModuleEndProcessBlock::slot_type const &  iSlot)
inline

◆ watchPreModuleEndProcessBlock() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreModuleEndProcessBlock ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 988 of file ActivityRegistry.h.

◆ watchPreModuleEndStream() [1/2]

void edm::ActivityRegistry::watchPreModuleEndStream ( PreModuleEndStream::slot_type const &  iSlot)
inline

◆ watchPreModuleEndStream() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreModuleEndStream ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 341 of file ActivityRegistry.h.

◆ watchPreModuleEvent() [1/2]

void edm::ActivityRegistry::watchPreModuleEvent ( PreModuleEvent::slot_type const &  iSlot)
inline

◆ watchPreModuleEvent() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreModuleEvent ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 778 of file ActivityRegistry.h.

◆ watchPreModuleEventAcquire() [1/2]

void edm::ActivityRegistry::watchPreModuleEventAcquire ( PreModuleEventAcquire::slot_type const &  iSlot)
inline

◆ watchPreModuleEventAcquire() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreModuleEventAcquire ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 792 of file ActivityRegistry.h.

◆ watchPreModuleEventDelayedGet() [1/2]

void edm::ActivityRegistry::watchPreModuleEventDelayedGet ( PreModuleEventDelayedGet::slot_type const &  iSlot)
inline

◆ watchPreModuleEventDelayedGet() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreModuleEventDelayedGet ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 856 of file ActivityRegistry.h.

◆ watchPreModuleEventPrefetching() [1/2]

void edm::ActivityRegistry::watchPreModuleEventPrefetching ( PreModuleEventPrefetching::slot_type const &  iSlot)
inline

◆ watchPreModuleEventPrefetching() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreModuleEventPrefetching ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 764 of file ActivityRegistry.h.

◆ watchPreModuleGlobalBeginLumi() [1/2]

void edm::ActivityRegistry::watchPreModuleGlobalBeginLumi ( PreModuleGlobalBeginLumi::slot_type const &  iSlot)
inline

◆ watchPreModuleGlobalBeginLumi() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreModuleGlobalBeginLumi ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 1046 of file ActivityRegistry.h.

◆ watchPreModuleGlobalBeginRun() [1/2]

void edm::ActivityRegistry::watchPreModuleGlobalBeginRun ( PreModuleGlobalBeginRun::slot_type const &  iSlot)
inline

◆ watchPreModuleGlobalBeginRun() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreModuleGlobalBeginRun ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 1018 of file ActivityRegistry.h.

◆ watchPreModuleGlobalEndLumi() [1/2]

void edm::ActivityRegistry::watchPreModuleGlobalEndLumi ( PreModuleGlobalEndLumi::slot_type const &  iSlot)
inline

◆ watchPreModuleGlobalEndLumi() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreModuleGlobalEndLumi ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 1060 of file ActivityRegistry.h.

◆ watchPreModuleGlobalEndRun() [1/2]

void edm::ActivityRegistry::watchPreModuleGlobalEndRun ( PreModuleGlobalEndRun::slot_type const &  iSlot)
inline

◆ watchPreModuleGlobalEndRun() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreModuleGlobalEndRun ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 1032 of file ActivityRegistry.h.

◆ watchPreModuleGlobalPrefetching() [1/2]

void edm::ActivityRegistry::watchPreModuleGlobalPrefetching ( PreModuleGlobalPrefetching::slot_type const &  iSlot)
inline

Definition at line 1000 of file ActivityRegistry.h.

References edm::signalslot::Signal< T >::connect(), and preModuleGlobalPrefetchingSignal_.

Referenced by edm::service::tracer::setupFile(), and edm::service::Tracer::Tracer().

1000  {
1002  }
PreModuleGlobalPrefetching preModuleGlobalPrefetchingSignal_
void connect(U iFunc)
Definition: Signal.h:74

◆ watchPreModuleGlobalPrefetching() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreModuleGlobalPrefetching ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 1003 of file ActivityRegistry.h.

◆ watchPreModuleStreamBeginLumi() [1/2]

void edm::ActivityRegistry::watchPreModuleStreamBeginLumi ( PreModuleStreamBeginLumi::slot_type const &  iSlot)
inline

◆ watchPreModuleStreamBeginLumi() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreModuleStreamBeginLumi ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 931 of file ActivityRegistry.h.

◆ watchPreModuleStreamBeginRun() [1/2]

void edm::ActivityRegistry::watchPreModuleStreamBeginRun ( PreModuleStreamBeginRun::slot_type const &  iSlot)
inline

◆ watchPreModuleStreamBeginRun() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreModuleStreamBeginRun ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 903 of file ActivityRegistry.h.

◆ watchPreModuleStreamEndLumi() [1/2]

void edm::ActivityRegistry::watchPreModuleStreamEndLumi ( PreModuleStreamEndLumi::slot_type const &  iSlot)
inline

◆ watchPreModuleStreamEndLumi() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreModuleStreamEndLumi ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 945 of file ActivityRegistry.h.

◆ watchPreModuleStreamEndRun() [1/2]

void edm::ActivityRegistry::watchPreModuleStreamEndRun ( PreModuleStreamEndRun::slot_type const &  iSlot)
inline

◆ watchPreModuleStreamEndRun() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreModuleStreamEndRun ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 917 of file ActivityRegistry.h.

◆ watchPreModuleStreamPrefetching() [1/2]

void edm::ActivityRegistry::watchPreModuleStreamPrefetching ( PreModuleStreamPrefetching::slot_type const &  iSlot)
inline

◆ watchPreModuleStreamPrefetching() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreModuleStreamPrefetching ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 888 of file ActivityRegistry.h.

◆ watchPreModuleTransform() [1/2]

void edm::ActivityRegistry::watchPreModuleTransform ( PreModuleTransform::slot_type const &  iSlot)
inline

◆ watchPreModuleTransform() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreModuleTransform ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 824 of file ActivityRegistry.h.

◆ watchPreModuleTransformAcquiring() [1/2]

void edm::ActivityRegistry::watchPreModuleTransformAcquiring ( PreModuleTransformAcquiring::slot_type const &  iSlot)
inline

◆ watchPreModuleTransformAcquiring() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreModuleTransformAcquiring ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 840 of file ActivityRegistry.h.

◆ watchPreModuleTransformPrefetching() [1/2]

void edm::ActivityRegistry::watchPreModuleTransformPrefetching ( PreModuleTransformPrefetching::slot_type const &  iSlot)
inline

◆ watchPreModuleTransformPrefetching() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreModuleTransformPrefetching ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 808 of file ActivityRegistry.h.

◆ watchPreModuleWriteLumi() [1/2]

void edm::ActivityRegistry::watchPreModuleWriteLumi ( PreModuleWriteLumi::slot_type const &  iSlot)
inline

◆ watchPreModuleWriteLumi() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreModuleWriteLumi ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 1100 of file ActivityRegistry.h.

◆ watchPreModuleWriteProcessBlock() [1/2]

void edm::ActivityRegistry::watchPreModuleWriteProcessBlock ( PreModuleWriteProcessBlock::slot_type const &  iSlot)
inline

◆ watchPreModuleWriteProcessBlock() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreModuleWriteProcessBlock ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 1074 of file ActivityRegistry.h.

◆ watchPreModuleWriteRun() [1/2]

void edm::ActivityRegistry::watchPreModuleWriteRun ( PreModuleWriteRun::slot_type const &  iSlot)
inline

◆ watchPreModuleWriteRun() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreModuleWriteRun ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 1086 of file ActivityRegistry.h.

◆ watchPreOpenFile() [1/2]

void edm::ActivityRegistry::watchPreOpenFile ( PreOpenFile::slot_type const &  iSlot)
inline

◆ watchPreOpenFile() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreOpenFile ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 300 of file ActivityRegistry.h.

◆ watchPrePathEvent() [1/2]

void edm::ActivityRegistry::watchPrePathEvent ( PrePathEvent::slot_type const &  iSlot)
inline

◆ watchPrePathEvent() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPrePathEvent ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 573 of file ActivityRegistry.h.

◆ watchPreSourceConstruction() [1/2]

void edm::ActivityRegistry::watchPreSourceConstruction ( PreSourceConstruction::slot_type const &  iSlot)
inline

◆ watchPreSourceConstruction() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreSourceConstruction ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 1116 of file ActivityRegistry.h.

◆ watchPreSourceEarlyTermination() [1/2]

void edm::ActivityRegistry::watchPreSourceEarlyTermination ( PreSourceEarlyTermination::slot_type const &  iSlot)
inline

◆ watchPreSourceEarlyTermination() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreSourceEarlyTermination ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 606 of file ActivityRegistry.h.

◆ watchPreSourceEvent() [1/2]

void edm::ActivityRegistry::watchPreSourceEvent ( PreSourceEvent::slot_type const &  iSlot)
inline

◆ watchPreSourceEvent() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreSourceEvent ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 248 of file ActivityRegistry.h.

◆ watchPreSourceLumi() [1/2]

void edm::ActivityRegistry::watchPreSourceLumi ( PreSourceLumi::slot_type const &  iSlot)
inline

◆ watchPreSourceLumi() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreSourceLumi ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 260 of file ActivityRegistry.h.

◆ watchPreSourceNextTransition() [1/2]

void edm::ActivityRegistry::watchPreSourceNextTransition ( PreSourceNextTransition::slot_type const &  iSlot)
inline

◆ watchPreSourceNextTransition() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreSourceNextTransition ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 234 of file ActivityRegistry.h.

◆ watchPreSourceProcessBlock() [1/2]

void edm::ActivityRegistry::watchPreSourceProcessBlock ( PreSourceProcessBlock::slot_type const &  iSlot)
inline

Definition at line 283 of file ActivityRegistry.h.

References edm::signalslot::Signal< T >::connect(), and preSourceProcessBlockSignal_.

Referenced by edm::service::Tracer::Tracer().

283  {
285  }
PreSourceProcessBlock preSourceProcessBlockSignal_
void connect(U iFunc)
Definition: Signal.h:74

◆ watchPreSourceProcessBlock() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreSourceProcessBlock ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 286 of file ActivityRegistry.h.

◆ watchPreSourceRun() [1/2]

void edm::ActivityRegistry::watchPreSourceRun ( PreSourceRun::slot_type const &  iSlot)
inline

◆ watchPreSourceRun() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreSourceRun ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 272 of file ActivityRegistry.h.

◆ watchPreStreamBeginLumi() [1/2]

void edm::ActivityRegistry::watchPreStreamBeginLumi ( PreStreamBeginLumi::slot_type const &  iSlot)
inline

◆ watchPreStreamBeginLumi() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreStreamBeginLumi ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 524 of file ActivityRegistry.h.

◆ watchPreStreamBeginRun() [1/2]

void edm::ActivityRegistry::watchPreStreamBeginRun ( PreStreamBeginRun::slot_type const &  iSlot)
inline

◆ watchPreStreamBeginRun() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreStreamBeginRun ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 458 of file ActivityRegistry.h.

◆ watchPreStreamEarlyTermination() [1/2]

void edm::ActivityRegistry::watchPreStreamEarlyTermination ( PreStreamEarlyTermination::slot_type const &  iSlot)
inline

◆ watchPreStreamEarlyTermination() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreStreamEarlyTermination ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 588 of file ActivityRegistry.h.

◆ watchPreStreamEndLumi() [1/2]

void edm::ActivityRegistry::watchPreStreamEndLumi ( PreStreamEndLumi::slot_type const &  iSlot)
inline

◆ watchPreStreamEndLumi() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreStreamEndLumi ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 536 of file ActivityRegistry.h.

◆ watchPreStreamEndRun() [1/2]

void edm::ActivityRegistry::watchPreStreamEndRun ( PreStreamEndRun::slot_type const &  iSlot)
inline

◆ watchPreStreamEndRun() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreStreamEndRun ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 470 of file ActivityRegistry.h.

◆ watchPreWriteProcessBlock() [1/2]

void edm::ActivityRegistry::watchPreWriteProcessBlock ( PreWriteProcessBlock::slot_type const &  iSlot)
inline

◆ watchPreWriteProcessBlock() [2/2]

template<class TClass , class TMethod >
void edm::ActivityRegistry::watchPreWriteProcessBlock ( TClass *  iObject,
TMethod  iMethod 
)
inline

Definition at line 434 of file ActivityRegistry.h.

Member Data Documentation

◆ beginProcessingSignal_

BeginProcessing edm::ActivityRegistry::beginProcessingSignal_

signal is emitted just before the transitions from the Source will begin to be processed

Definition at line 394 of file ActivityRegistry.h.

Referenced by connectGlobals(), copySlotsFrom(), and watchBeginProcessing().

◆ endProcessingSignal_

EndProcessing edm::ActivityRegistry::endProcessingSignal_

signal is emitted after all work has been done processing all source transitions

Definition at line 400 of file ActivityRegistry.h.

Referenced by connectGlobals(), copySlotsFrom(), and watchEndProcessing().

◆ esSyncIOVQueuingSignal_

ESSyncIOVQueuing edm::ActivityRegistry::esSyncIOVQueuingSignal_

◆ eventSetupConfigurationSignal_

EventSetupConfiguration edm::ActivityRegistry::eventSetupConfigurationSignal_

signal is emitted before beginJob

Definition at line 168 of file ActivityRegistry.h.

Referenced by connectGlobals(), copySlotsFrom(), and watchEventSetupConfiguration().

◆ jobFailureSignal_

JobFailure edm::ActivityRegistry::jobFailureSignal_

signal is emitted if event processing or end-of-job processing fails with an uncaught exception.

Definition at line 223 of file ActivityRegistry.h.

Referenced by connectGlobals(), copySlotsFrom(), and watchJobFailure().

◆ postAccessInputProcessBlockSignal_

PostAccessInputProcessBlock edm::ActivityRegistry::postAccessInputProcessBlockSignal_

◆ postBeginJobSignal_

PostBeginJob edm::ActivityRegistry::postBeginJobSignal_

signal is emitted after all modules have gotten their beginJob called

Definition at line 183 of file ActivityRegistry.h.

Referenced by connectGlobals(), copySlotsFrom(), EventProcessingAllocMonitor::EventProcessingAllocMonitor(), and watchPostBeginJob().

◆ postBeginProcessBlockSignal_

PostBeginProcessBlock edm::ActivityRegistry::postBeginProcessBlockSignal_

Definition at line 358 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPostBeginProcessBlock().

◆ postBeginStreamSignal_

PostBeginStream edm::ActivityRegistry::postBeginStreamSignal_

Definition at line 206 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPostBeginStream().

◆ postClearEventSignal_

PostClearEvent edm::ActivityRegistry::postClearEventSignal_

signal is emitted after all data products in the Event have been cleared

Definition at line 565 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPostClearEvent().

◆ postCloseFileSignal_

PostCloseFile edm::ActivityRegistry::postCloseFileSignal_

Definition at line 318 of file ActivityRegistry.h.

Referenced by connectGlobals(), copySlotsFrom(), and watchPostCloseFile().

◆ postEndJobSignal_

PostEndJob edm::ActivityRegistry::postEndJobSignal_

signal is emitted after all modules have gotten their endJob called

Definition at line 196 of file ActivityRegistry.h.

Referenced by connectGlobals(), copySlotsFrom(), and watchPostEndJob().

◆ postEndProcessBlockSignal_

PostEndProcessBlock edm::ActivityRegistry::postEndProcessBlockSignal_

Definition at line 386 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPostEndProcessBlock().

◆ postEndStreamSignal_

PostEndStream edm::ActivityRegistry::postEndStreamSignal_

Definition at line 216 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPostEndStream().

◆ postESModuleAcquireSignal_

PostESModuleAcquire edm::ActivityRegistry::postESModuleAcquireSignal_

Definition at line 676 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPostESModuleAcquire().

◆ postESModulePrefetchingSignal_

PostESModulePrefetching edm::ActivityRegistry::postESModulePrefetchingSignal_

Definition at line 646 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPostESModulePrefetching().

◆ postESModuleRegistrationSignal_

PostESModuleRegistration edm::ActivityRegistry::postESModuleRegistrationSignal_

◆ postESModuleSignal_

PostESModule edm::ActivityRegistry::postESModuleSignal_

Definition at line 660 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPostESModule().

◆ postESSyncIOVSignal_

PostESSyncIOV edm::ActivityRegistry::postESSyncIOVSignal_

◆ postEventReadFromSourceSignal_

PostEventReadFromSource edm::ActivityRegistry::postEventReadFromSourceSignal_

Definition at line 876 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPostEventReadFromSource().

◆ postEventSignal_

PostEvent edm::ActivityRegistry::postEventSignal_

signal is emitted after all modules have finished processing the Event

Definition at line 553 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPostEvent().

◆ postGlobalBeginLumiSignal_

PostGlobalBeginLumi edm::ActivityRegistry::postGlobalBeginLumiSignal_

Definition at line 487 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPostGlobalBeginLumi().

◆ postGlobalBeginRunSignal_

PostGlobalBeginRun edm::ActivityRegistry::postGlobalBeginRunSignal_

Definition at line 411 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPostGlobalBeginRun().

◆ postGlobalEndLumiSignal_

PostGlobalEndLumi edm::ActivityRegistry::postGlobalEndLumiSignal_

Definition at line 499 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPostGlobalEndLumi().

◆ postGlobalEndRunSignal_

PostGlobalEndRun edm::ActivityRegistry::postGlobalEndRunSignal_

Definition at line 423 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPostGlobalEndRun().

◆ postGlobalWriteLumiSignal_

PostGlobalEndLumi edm::ActivityRegistry::postGlobalWriteLumiSignal_

◆ postGlobalWriteRunSignal_

PostGlobalWriteRun edm::ActivityRegistry::postGlobalWriteRunSignal_

◆ postModuleAccessInputProcessBlockSignal_

PostModuleAccessInputProcessBlock edm::ActivityRegistry::postModuleAccessInputProcessBlockSignal_

◆ postModuleBeginJobSignal_

PostModuleBeginJob edm::ActivityRegistry::postModuleBeginJobSignal_

Definition at line 738 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPostModuleBeginJob().

◆ postModuleBeginProcessBlockSignal_

PostModuleBeginProcessBlock edm::ActivityRegistry::postModuleBeginProcessBlockSignal_

◆ postModuleBeginStreamSignal_

PostModuleBeginStream edm::ActivityRegistry::postModuleBeginStreamSignal_

Definition at line 330 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPostModuleBeginStream().

◆ postModuleConstructionSignal_

PostModuleConstruction edm::ActivityRegistry::postModuleConstructionSignal_

Definition at line 705 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPostModuleConstruction().

◆ postModuleDestructionSignal_

PostModuleDestruction edm::ActivityRegistry::postModuleDestructionSignal_

◆ postModuleEndJobSignal_

PostModuleEndJob edm::ActivityRegistry::postModuleEndJobSignal_

Definition at line 752 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPostModuleEndJob().

◆ postModuleEndProcessBlockSignal_

PostModuleEndProcessBlock edm::ActivityRegistry::postModuleEndProcessBlockSignal_

◆ postModuleEndStreamSignal_

PostModuleEndStream edm::ActivityRegistry::postModuleEndStreamSignal_

Definition at line 344 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPostModuleEndStream().

◆ postModuleEventAcquireSignal_

PostModuleEventAcquire edm::ActivityRegistry::postModuleEventAcquireSignal_

◆ postModuleEventDelayedGetSignal_

PostModuleEventDelayedGet edm::ActivityRegistry::postModuleEventDelayedGetSignal_

◆ postModuleEventPrefetchingSignal_

PostModuleEventPrefetching edm::ActivityRegistry::postModuleEventPrefetchingSignal_

◆ postModuleEventSignal_

PostModuleEvent edm::ActivityRegistry::postModuleEventSignal_

◆ postModuleGlobalBeginLumiSignal_

PostModuleGlobalBeginLumi edm::ActivityRegistry::postModuleGlobalBeginLumiSignal_

◆ postModuleGlobalBeginRunSignal_

PostModuleGlobalBeginRun edm::ActivityRegistry::postModuleGlobalBeginRunSignal_

◆ postModuleGlobalEndLumiSignal_

PostModuleGlobalEndLumi edm::ActivityRegistry::postModuleGlobalEndLumiSignal_

Definition at line 1063 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPostModuleGlobalEndLumi().

◆ postModuleGlobalEndRunSignal_

PostModuleGlobalEndRun edm::ActivityRegistry::postModuleGlobalEndRunSignal_

Definition at line 1035 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPostModuleGlobalEndRun().

◆ postModuleGlobalPrefetchingSignal_

PostModuleGlobalPrefetching edm::ActivityRegistry::postModuleGlobalPrefetchingSignal_

◆ postModuleStreamBeginLumiSignal_

PostModuleStreamBeginLumi edm::ActivityRegistry::postModuleStreamBeginLumiSignal_

◆ postModuleStreamBeginRunSignal_

PostModuleStreamBeginRun edm::ActivityRegistry::postModuleStreamBeginRunSignal_

Definition at line 906 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPostModuleStreamBeginRun().

◆ postModuleStreamEndLumiSignal_

PostModuleStreamEndLumi edm::ActivityRegistry::postModuleStreamEndLumiSignal_

Definition at line 948 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPostModuleStreamEndLumi().

◆ postModuleStreamEndRunSignal_

PostModuleStreamEndRun edm::ActivityRegistry::postModuleStreamEndRunSignal_

Definition at line 920 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPostModuleStreamEndRun().

◆ postModuleStreamPrefetchingSignal_

PostModuleStreamPrefetching edm::ActivityRegistry::postModuleStreamPrefetchingSignal_

◆ postModuleTransformAcquiringSignal_

PostModuleTransformAcquiring edm::ActivityRegistry::postModuleTransformAcquiringSignal_

◆ postModuleTransformPrefetchingSignal_

PostModuleTransformPrefetching edm::ActivityRegistry::postModuleTransformPrefetchingSignal_

◆ postModuleTransformSignal_

PostModuleTransform edm::ActivityRegistry::postModuleTransformSignal_

Definition at line 828 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPostModuleTransform().

◆ postModuleWriteLumiSignal_

PostModuleWriteLumi edm::ActivityRegistry::postModuleWriteLumiSignal_

◆ postModuleWriteProcessBlockSignal_

PostModuleWriteProcessBlock edm::ActivityRegistry::postModuleWriteProcessBlockSignal_

◆ postModuleWriteRunSignal_

PostModuleWriteRun edm::ActivityRegistry::postModuleWriteRunSignal_

◆ postOpenFileSignal_

PostOpenFile edm::ActivityRegistry::postOpenFileSignal_

Definition at line 305 of file ActivityRegistry.h.

Referenced by connectGlobals(), copySlotsFrom(), and watchPostOpenFile().

◆ postPathEventSignal_

PostPathEvent edm::ActivityRegistry::postPathEventSignal_

Definition at line 577 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPostPathEvent().

◆ postSourceConstructionSignal_

PostSourceConstruction edm::ActivityRegistry::postSourceConstructionSignal_

Definition at line 1120 of file ActivityRegistry.h.

Referenced by connectGlobals(), copySlotsFrom(), and watchPostSourceConstruction().

◆ postSourceLumiSignal_

PostSourceLumi edm::ActivityRegistry::postSourceLumiSignal_

Definition at line 264 of file ActivityRegistry.h.

Referenced by connectGlobals(), copySlotsFrom(), and watchPostSourceLumi().

◆ postSourceNextTransitionSignal_

PostSourceNextTransition edm::ActivityRegistry::postSourceNextTransitionSignal_

◆ postSourceProcessBlockSignal_

PostSourceProcessBlock edm::ActivityRegistry::postSourceProcessBlockSignal_

Definition at line 290 of file ActivityRegistry.h.

Referenced by connectGlobals(), copySlotsFrom(), and watchPostSourceProcessBlock().

◆ postSourceRunSignal_

PostSourceRun edm::ActivityRegistry::postSourceRunSignal_

Definition at line 276 of file ActivityRegistry.h.

Referenced by connectGlobals(), copySlotsFrom(), and watchPostSourceRun().

◆ postSourceSignal_

PostSourceEvent edm::ActivityRegistry::postSourceSignal_

Definition at line 252 of file ActivityRegistry.h.

Referenced by connectGlobals(), copySlotsFrom(), and watchPostSourceEvent().

◆ postStreamBeginLumiSignal_

PostStreamBeginLumi edm::ActivityRegistry::postStreamBeginLumiSignal_

Definition at line 527 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPostStreamBeginLumi().

◆ postStreamBeginRunSignal_

PostStreamBeginRun edm::ActivityRegistry::postStreamBeginRunSignal_

Definition at line 461 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPostStreamBeginRun().

◆ postStreamEndLumiSignal_

PostStreamEndLumi edm::ActivityRegistry::postStreamEndLumiSignal_

Definition at line 539 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPostStreamEndLumi().

◆ postStreamEndRunSignal_

PostStreamEndRun edm::ActivityRegistry::postStreamEndRunSignal_

Definition at line 473 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPostStreamEndRun().

◆ postWriteProcessBlockSignal_

PostWriteProcessBlock edm::ActivityRegistry::postWriteProcessBlockSignal_

◆ preAccessInputProcessBlockSignal_

PreAccessInputProcessBlock edm::ActivityRegistry::preAccessInputProcessBlockSignal_

◆ preallocateSignal_

Preallocate edm::ActivityRegistry::preallocateSignal_

signal is emitted before beginJob

Definition at line 161 of file ActivityRegistry.h.

Referenced by connectGlobals(), copySlotsFrom(), and watchPreallocate().

◆ preBeginJobSignal_

PreBeginJob edm::ActivityRegistry::preBeginJobSignal_

signal is emitted before all modules have gotten their beginJob called

Definition at line 176 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPreBeginJob().

◆ preBeginProcessBlockSignal_

PreBeginProcessBlock edm::ActivityRegistry::preBeginProcessBlockSignal_

Definition at line 351 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPreBeginProcessBlock().

◆ preBeginStreamSignal_

PreBeginStream edm::ActivityRegistry::preBeginStreamSignal_

Definition at line 201 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPreBeginStream().

◆ preClearEventSignal_

PreClearEvent edm::ActivityRegistry::preClearEventSignal_

signal is emitted before the data products in the Event are cleared

Definition at line 559 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPreClearEvent().

◆ preCloseFileSignal_

PreCloseFile edm::ActivityRegistry::preCloseFileSignal_

Definition at line 312 of file ActivityRegistry.h.

Referenced by connectGlobals(), copySlotsFrom(), and watchPreCloseFile().

◆ preEndJobSignal_

PreEndJob edm::ActivityRegistry::preEndJobSignal_

signal is emitted before any modules have gotten their endJob called

Definition at line 190 of file ActivityRegistry.h.

Referenced by connectGlobals(), copySlotsFrom(), EventProcessingAllocMonitor::EventProcessingAllocMonitor(), and watchPreEndJob().

◆ preEndProcessBlockSignal_

PreEndProcessBlock edm::ActivityRegistry::preEndProcessBlockSignal_

Definition at line 379 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPreEndProcessBlock().

◆ preEndStreamSignal_

PreEndStream edm::ActivityRegistry::preEndStreamSignal_

Definition at line 211 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPreEndStream().

◆ preESModuleAcquireSignal_

PreESModuleAcquire edm::ActivityRegistry::preESModuleAcquireSignal_

Definition at line 667 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPreESModuleAcquire().

◆ preESModulePrefetchingSignal_

PreESModulePrefetching edm::ActivityRegistry::preESModulePrefetchingSignal_

Definition at line 637 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPreESModulePrefetching().

◆ preESModuleSignal_

PreESModule edm::ActivityRegistry::preESModuleSignal_

◆ preESSyncIOVSignal_

PreESSyncIOV edm::ActivityRegistry::preESSyncIOVSignal_

◆ preEventReadFromSourceSignal_

PreEventReadFromSource edm::ActivityRegistry::preEventReadFromSourceSignal_

Definition at line 868 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPreEventReadFromSource().

◆ preEventSignal_

PreEvent edm::ActivityRegistry::preEventSignal_

signal is emitted after the Event has been created by the InputSource but before any modules have seen the Event

Definition at line 547 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPreEvent().

◆ preGlobalBeginLumiSignal_

PreGlobalBeginLumi edm::ActivityRegistry::preGlobalBeginLumiSignal_

Definition at line 480 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPreGlobalBeginLumi().

◆ preGlobalBeginRunSignal_

PreGlobalBeginRun edm::ActivityRegistry::preGlobalBeginRunSignal_

signal is emitted after the Run has been created by the InputSource but before any modules have seen the Run

Definition at line 406 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPreGlobalBeginRun().

◆ preGlobalEarlyTerminationSignal_

PreGlobalEarlyTermination edm::ActivityRegistry::preGlobalEarlyTerminationSignal_

◆ preGlobalEndLumiSignal_

PreGlobalEndLumi edm::ActivityRegistry::preGlobalEndLumiSignal_

Definition at line 494 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPreGlobalEndLumi().

◆ preGlobalEndRunSignal_

PreGlobalEndRun edm::ActivityRegistry::preGlobalEndRunSignal_

Definition at line 418 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPreGlobalEndRun().

◆ preGlobalWriteLumiSignal_

PreGlobalEndLumi edm::ActivityRegistry::preGlobalWriteLumiSignal_

◆ preGlobalWriteRunSignal_

PreGlobalWriteRun edm::ActivityRegistry::preGlobalWriteRunSignal_

◆ preModuleAccessInputProcessBlockSignal_

PreModuleAccessInputProcessBlock edm::ActivityRegistry::preModuleAccessInputProcessBlockSignal_

◆ preModuleBeginJobSignal_

PreModuleBeginJob edm::ActivityRegistry::preModuleBeginJobSignal_

Definition at line 732 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPreModuleBeginJob().

◆ preModuleBeginProcessBlockSignal_

PreModuleBeginProcessBlock edm::ActivityRegistry::preModuleBeginProcessBlockSignal_

◆ preModuleBeginStreamSignal_

PreModuleBeginStream edm::ActivityRegistry::preModuleBeginStreamSignal_

Definition at line 323 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPreModuleBeginStream().

◆ preModuleConstructionSignal_

PreModuleConstruction edm::ActivityRegistry::preModuleConstructionSignal_

Definition at line 696 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPreModuleConstruction().

◆ preModuleDestructionSignal_

PreModuleDestruction edm::ActivityRegistry::preModuleDestructionSignal_

◆ preModuleEndJobSignal_

PreModuleEndJob edm::ActivityRegistry::preModuleEndJobSignal_

Definition at line 746 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPreModuleEndJob().

◆ preModuleEndProcessBlockSignal_

PreModuleEndProcessBlock edm::ActivityRegistry::preModuleEndProcessBlockSignal_

Definition at line 984 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPreModuleEndProcessBlock().

◆ preModuleEndStreamSignal_

PreModuleEndStream edm::ActivityRegistry::preModuleEndStreamSignal_

Definition at line 337 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPreModuleEndStream().

◆ preModuleEventAcquireSignal_

PreModuleEventAcquire edm::ActivityRegistry::preModuleEventAcquireSignal_

◆ preModuleEventDelayedGetSignal_

PreModuleEventDelayedGet edm::ActivityRegistry::preModuleEventDelayedGetSignal_

◆ preModuleEventPrefetchingSignal_

PreModuleEventPrefetching edm::ActivityRegistry::preModuleEventPrefetchingSignal_

◆ preModuleEventSignal_

PreModuleEvent edm::ActivityRegistry::preModuleEventSignal_

◆ preModuleGlobalBeginLumiSignal_

PreModuleGlobalBeginLumi edm::ActivityRegistry::preModuleGlobalBeginLumiSignal_

◆ preModuleGlobalBeginRunSignal_

PreModuleGlobalBeginRun edm::ActivityRegistry::preModuleGlobalBeginRunSignal_

Definition at line 1014 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPreModuleGlobalBeginRun().

◆ preModuleGlobalEndLumiSignal_

PreModuleGlobalEndLumi edm::ActivityRegistry::preModuleGlobalEndLumiSignal_

Definition at line 1056 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPreModuleGlobalEndLumi().

◆ preModuleGlobalEndRunSignal_

PreModuleGlobalEndRun edm::ActivityRegistry::preModuleGlobalEndRunSignal_

Definition at line 1028 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPreModuleGlobalEndRun().

◆ preModuleGlobalPrefetchingSignal_

PreModuleGlobalPrefetching edm::ActivityRegistry::preModuleGlobalPrefetchingSignal_

◆ preModuleStreamBeginLumiSignal_

PreModuleStreamBeginLumi edm::ActivityRegistry::preModuleStreamBeginLumiSignal_

Definition at line 927 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPreModuleStreamBeginLumi().

◆ preModuleStreamBeginRunSignal_

PreModuleStreamBeginRun edm::ActivityRegistry::preModuleStreamBeginRunSignal_

Definition at line 899 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPreModuleStreamBeginRun().

◆ preModuleStreamEndLumiSignal_

PreModuleStreamEndLumi edm::ActivityRegistry::preModuleStreamEndLumiSignal_

Definition at line 941 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPreModuleStreamEndLumi().

◆ preModuleStreamEndRunSignal_

PreModuleStreamEndRun edm::ActivityRegistry::preModuleStreamEndRunSignal_

Definition at line 913 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPreModuleStreamEndRun().

◆ preModuleStreamPrefetchingSignal_

PreModuleStreamPrefetching edm::ActivityRegistry::preModuleStreamPrefetchingSignal_

◆ preModuleTransformAcquiringSignal_

PreModuleTransformAcquiring edm::ActivityRegistry::preModuleTransformAcquiringSignal_

◆ preModuleTransformPrefetchingSignal_

PreModuleTransformPrefetching edm::ActivityRegistry::preModuleTransformPrefetchingSignal_

◆ preModuleTransformSignal_

PreModuleTransform edm::ActivityRegistry::preModuleTransformSignal_

Definition at line 820 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPreModuleTransform().

◆ preModuleWriteLumiSignal_

PreModuleWriteLumi edm::ActivityRegistry::preModuleWriteLumiSignal_

Definition at line 1096 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPreModuleWriteLumi().

◆ preModuleWriteProcessBlockSignal_

PreModuleWriteProcessBlock edm::ActivityRegistry::preModuleWriteProcessBlockSignal_

◆ preModuleWriteRunSignal_

PreModuleWriteRun edm::ActivityRegistry::preModuleWriteRunSignal_

Definition at line 1084 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPreModuleWriteRun().

◆ preOpenFileSignal_

PreOpenFile edm::ActivityRegistry::preOpenFileSignal_

Definition at line 298 of file ActivityRegistry.h.

Referenced by connectGlobals(), copySlotsFrom(), and watchPreOpenFile().

◆ prePathEventSignal_

PrePathEvent edm::ActivityRegistry::prePathEventSignal_

Definition at line 571 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPrePathEvent().

◆ preSourceConstructionSignal_

PreSourceConstruction edm::ActivityRegistry::preSourceConstructionSignal_

Definition at line 1111 of file ActivityRegistry.h.

Referenced by connectGlobals(), copySlotsFrom(), and watchPreSourceConstruction().

◆ preSourceEarlyTerminationSignal_

PreSourceEarlyTermination edm::ActivityRegistry::preSourceEarlyTerminationSignal_

◆ preSourceLumiSignal_

PreSourceLumi edm::ActivityRegistry::preSourceLumiSignal_

Definition at line 258 of file ActivityRegistry.h.

Referenced by connectGlobals(), copySlotsFrom(), and watchPreSourceLumi().

◆ preSourceNextTransitionSignal_

PreSourceNextTransition edm::ActivityRegistry::preSourceNextTransitionSignal_

Definition at line 230 of file ActivityRegistry.h.

Referenced by connectGlobals(), copySlotsFrom(), and watchPreSourceNextTransition().

◆ preSourceProcessBlockSignal_

PreSourceProcessBlock edm::ActivityRegistry::preSourceProcessBlockSignal_

Definition at line 282 of file ActivityRegistry.h.

Referenced by connectGlobals(), copySlotsFrom(), and watchPreSourceProcessBlock().

◆ preSourceRunSignal_

PreSourceRun edm::ActivityRegistry::preSourceRunSignal_

Definition at line 270 of file ActivityRegistry.h.

Referenced by connectGlobals(), copySlotsFrom(), and watchPreSourceRun().

◆ preSourceSignal_

PreSourceEvent edm::ActivityRegistry::preSourceSignal_

Definition at line 246 of file ActivityRegistry.h.

Referenced by connectGlobals(), copySlotsFrom(), and watchPreSourceEvent().

◆ preStreamBeginLumiSignal_

PreStreamBeginLumi edm::ActivityRegistry::preStreamBeginLumiSignal_

Definition at line 520 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPreStreamBeginLumi().

◆ preStreamBeginRunSignal_

PreStreamBeginRun edm::ActivityRegistry::preStreamBeginRunSignal_

Definition at line 456 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPreStreamBeginRun().

◆ preStreamEarlyTerminationSignal_

PreStreamEarlyTermination edm::ActivityRegistry::preStreamEarlyTerminationSignal_

◆ preStreamEndLumiSignal_

PreStreamEndLumi edm::ActivityRegistry::preStreamEndLumiSignal_

Definition at line 534 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPreStreamEndLumi().

◆ preStreamEndRunSignal_

PreStreamEndRun edm::ActivityRegistry::preStreamEndRunSignal_

Definition at line 468 of file ActivityRegistry.h.

Referenced by connectLocals(), copySlotsFrom(), and watchPreStreamEndRun().

◆ preWriteProcessBlockSignal_

PreWriteProcessBlock edm::ActivityRegistry::preWriteProcessBlockSignal_