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()> JobFailure
 
typedef signalslot::Signal< void()> PostBeginJob
 
typedef signalslot::ObsoleteSignal< void(LuminosityBlock const &, EventSetup const &)> PostBeginLumi
 
typedef signalslot::ObsoleteSignal< void(Run const &, EventSetup const &)> PostBeginRun
 
typedef signalslot::Signal< void(std::string const &, bool)> PostCloseFile
 signal is emitted after the source opens a file More...
 
typedef signalslot::Signal< void()> PostEndJob
 
typedef signalslot::ObsoleteSignal< void(LuminosityBlock const &, EventSetup const &)> PostEndLumi
 
typedef signalslot::ObsoleteSignal< void(Run const &, EventSetup const &)> PostEndRun
 
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(eventsetup::ComponentDescription const *, eventsetup::EventSetupRecordKey const &, eventsetup::DataKey const &)> PostEventSetupGet
 
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(eventsetup::ComponentDescription const *, eventsetup::EventSetupRecordKey const &, eventsetup::DataKey const &)> PostLockEventSetupGet
 
typedef signalslot::ObsoleteSignal< void(ModuleDescription const &)> PostModule
 signal is emitted after the module finished processing the Event More...
 
typedef signalslot::Signal< void(ModuleDescription const &)> PostModuleBeginJob
 signal is emitted after the module had done beginJob More...
 
typedef signalslot::ObsoleteSignal< void(ModuleDescription const &)> PostModuleBeginLumi
 signal is emitted after the module finished processing beginLumi More...
 
typedef signalslot::ObsoleteSignal< void(ModuleDescription const &)> PostModuleBeginRun
 signal is emitted after the module finished processing beginRun More...
 
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 &)> PostModuleEndJob
 signal is emitted after the module had done endJob More...
 
typedef signalslot::ObsoleteSignal< void(ModuleDescription const &)> PostModuleEndLumi
 signal is emitted after the module finished processing endLumi More...
 
typedef signalslot::ObsoleteSignal< void(ModuleDescription const &)> PostModuleEndRun
 signal is emitted after the module finished processing endRun More...
 
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(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(GlobalContext const &, ModuleCallingContext const &)> PostModuleWriteLumi
 
typedef signalslot::Signal< void(GlobalContext const &, ModuleCallingContext const &)> PostModuleWriteRun
 
typedef signalslot::Signal< void(std::string const &, bool)> PostOpenFile
 signal is emitted after the source opens a file More...
 
typedef signalslot::ObsoleteSignal< void(std::string const &, HLTPathStatus const &)> PostPathBeginLumi
 signal is emitted after all modules have finished for the Path for beginLumi More...
 
typedef signalslot::ObsoleteSignal< void(std::string const &, HLTPathStatus const &)> PostPathBeginRun
 signal is emitted after all modules have finished for the Path for beginRun More...
 
typedef signalslot::ObsoleteSignal< void(std::string const &, HLTPathStatus const &)> PostPathEndLumi
 signal is emitted after all modules have finished for the Path for endRun More...
 
typedef signalslot::ObsoleteSignal< void(std::string const &, HLTPathStatus const &)> PostPathEndRun
 signal is emitted after all modules have finished for the Path for endRun 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::ObsoleteSignal< void(Event const &, EventSetup const &)> PostProcessEvent
 
typedef signalslot::ObsoleteSignal< void(std::string const &, HLTPathStatus const &)> PostProcessPath
 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(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(service::SystemBounds const &)> Preallocate
 
typedef signalslot::Signal< void(PathsAndConsumesOfModulesBase const &, ProcessContext const &)> PreBeginJob
 
typedef signalslot::ObsoleteSignal< void(LuminosityBlockID const &, Timestamp const &)> PreBeginLumi
 
typedef signalslot::ObsoleteSignal< void(RunID const &, Timestamp const &)> PreBeginRun
 
typedef signalslot::Signal< void(std::string const &, bool)> PreCloseFile
 signal is emitted before the Closesource closes a file More...
 
typedef signalslot::Signal< void()> PreEndJob
 
typedef signalslot::ObsoleteSignal< void(LuminosityBlockID const &, Timestamp const &)> PreEndLumi
 
typedef signalslot::ObsoleteSignal< void(RunID const &, Timestamp const &)> PreEndRun
 
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(eventsetup::ComponentDescription const *, eventsetup::EventSetupRecordKey const &, eventsetup::DataKey const &)> PreLockEventSetupGet
 
typedef signalslot::ObsoleteSignal< void(ModuleDescription const &)> PreModule
 signal is emitted before the module starts processing the Event More...
 
typedef signalslot::Signal< void(ModuleDescription const &)> PreModuleBeginJob
 signal is emitted before the module does beginJob More...
 
typedef signalslot::ObsoleteSignal< void(ModuleDescription const &)> PreModuleBeginLumi
 signal is emitted before the module starts processing beginLumi More...
 
typedef signalslot::ObsoleteSignal< void(ModuleDescription const &)> PreModuleBeginRun
 signal is emitted before the module starts processing beginRun More...
 
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 &)> PreModuleEndJob
 signal is emitted before the module does endJob More...
 
typedef signalslot::ObsoleteSignal< void(ModuleDescription const &)> PreModuleEndLumi
 signal is emitted before the module starts processing endLumi More...
 
typedef signalslot::ObsoleteSignal< void(ModuleDescription const &)> PreModuleEndRun
 signal is emitted before the module starts processing endRun More...
 
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(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(GlobalContext const &, ModuleCallingContext const &)> PreModuleWriteLumi
 
typedef signalslot::Signal< void(GlobalContext const &, ModuleCallingContext const &)> PreModuleWriteRun
 
typedef signalslot::Signal< void(std::string const &, bool)> PreOpenFile
 signal is emitted before the source opens a file More...
 
typedef signalslot::ObsoleteSignal< void(std::string const &)> PrePathBeginLumi
 signal is emitted before starting to process a Path for beginLumi More...
 
typedef signalslot::ObsoleteSignal< void(std::string const &)> PrePathBeginRun
 signal is emitted before starting to process a Path for beginRun More...
 
typedef signalslot::ObsoleteSignal< void(std::string const &)> PrePathEndLumi
 signal is emitted before starting to process a Path for endRun More...
 
typedef signalslot::ObsoleteSignal< void(std::string const &)> PrePathEndRun
 signal is emitted before starting to process a Path for endRun 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::ObsoleteSignal< void(EventID const &, Timestamp const &)> PreProcessEvent
 
typedef signalslot::ObsoleteSignal< void(std::string const &)> PreProcessPath
 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(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
 

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 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 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 watchPostBeginLumi (PostBeginLumi::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostBeginLumi (TClass *iObject, TMethod iMethod)
 
void watchPostBeginRun (PostBeginRun::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostBeginRun (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 watchPostEndLumi (PostEndLumi::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostEndLumi (TClass *iObject, TMethod iMethod)
 
void watchPostEndRun (PostEndRun::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostEndRun (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 watchPostEventSetupGet (PostEventSetupGet::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostEventSetupGet (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 watchPostLockEventSetupGet (PostLockEventSetupGet::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostLockEventSetupGet (TClass *iObject, TMethod iMethod)
 
void watchPostModule (PostModule::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostModule (TClass *iObject, TMethod iMethod)
 
void watchPostModuleBeginJob (PostModuleBeginJob::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostModuleBeginJob (TClass *iObject, TMethod iMethod)
 
void watchPostModuleBeginLumi (PostModuleBeginLumi::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostModuleBeginLumi (TClass *iObject, TMethod iMethod)
 
void watchPostModuleBeginRun (PostModuleBeginRun::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostModuleBeginRun (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 watchPostModuleEndJob (PostModuleEndJob::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostModuleEndJob (TClass *iObject, TMethod iMethod)
 
void watchPostModuleEndLumi (PostModuleEndLumi::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostModuleEndLumi (TClass *iObject, TMethod iMethod)
 
void watchPostModuleEndRun (PostModuleEndRun::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostModuleEndRun (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 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 watchPostModuleWriteLumi (PostModuleWriteLumi::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostModuleWriteLumi (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 watchPostPathBeginLumi (PostPathBeginLumi::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostPathBeginLumi (TClass *iObject, TMethod iMethod)
 
void watchPostPathBeginRun (PostPathBeginRun::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostPathBeginRun (TClass *iObject, TMethod iMethod)
 
void watchPostPathEndLumi (PostPathEndLumi::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostPathEndLumi (TClass *iObject, TMethod iMethod)
 
void watchPostPathEndRun (PostPathEndRun::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostPathEndRun (TClass *iObject, TMethod iMethod)
 
void watchPostPathEvent (PostPathEvent::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostPathEvent (TClass *iObject, TMethod iMethod)
 
void watchPostProcessEvent (PostProcessEvent::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostProcessEvent (TClass *iObject, TMethod iMethod)
 
void watchPostProcessPath (PostProcessPath::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPostProcessPath (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 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 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 watchPreBeginLumi (PreBeginLumi::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreBeginLumi (TClass *iObject, TMethod iMethod)
 
void watchPreBeginRun (PreBeginRun::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreBeginRun (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 watchPreEndLumi (PreEndLumi::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreEndLumi (TClass *iObject, TMethod iMethod)
 
void watchPreEndRun (PreEndRun::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreEndRun (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 watchPreLockEventSetupGet (PreLockEventSetupGet::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreLockEventSetupGet (TClass *iObject, TMethod iMethod)
 
void watchPreModule (PreModule::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreModule (TClass *iObject, TMethod iMethod)
 
void watchPreModuleBeginJob (PreModuleBeginJob::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreModuleBeginJob (TClass *iObject, TMethod iMethod)
 
void watchPreModuleBeginLumi (PreModuleBeginLumi::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreModuleBeginLumi (TClass *iObject, TMethod iMethod)
 
void watchPreModuleBeginRun (PreModuleBeginRun::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreModuleBeginRun (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 watchPreModuleEndJob (PreModuleEndJob::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreModuleEndJob (TClass *iObject, TMethod iMethod)
 
void watchPreModuleEndLumi (PreModuleEndLumi::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreModuleEndLumi (TClass *iObject, TMethod iMethod)
 
void watchPreModuleEndRun (PreModuleEndRun::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreModuleEndRun (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 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 watchPreModuleWriteLumi (PreModuleWriteLumi::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreModuleWriteLumi (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 watchPrePathBeginLumi (PrePathBeginLumi::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPrePathBeginLumi (TClass *iObject, TMethod iMethod)
 
void watchPrePathBeginRun (PrePathBeginRun::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPrePathBeginRun (TClass *iObject, TMethod iMethod)
 
void watchPrePathEndLumi (PrePathEndLumi::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPrePathEndLumi (TClass *iObject, TMethod iMethod)
 
void watchPrePathEndRun (PrePathEndRun::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPrePathEndRun (TClass *iObject, TMethod iMethod)
 
void watchPrePathEvent (PrePathEvent::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPrePathEvent (TClass *iObject, TMethod iMethod)
 
void watchPreProcessEvent (PreProcessEvent::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreProcessEvent (TClass *iObject, TMethod iMethod)
 
void watchPreProcessPath (PreProcessPath::slot_type const &iSlot)
 
template<class TClass , class TMethod >
void watchPreProcessPath (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 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)
 

Public Attributes

JobFailure jobFailureSignal_
 
PostBeginJob postBeginJobSignal_
 signal is emitted after all modules have gotten their beginJob called More...
 
PostBeginLumi postBeginLumiSignal_
 signal is emitted after all modules have finished processing the beginLumi More...
 
PostBeginRun postBeginRunSignal_
 signal is emitted after all modules have finished processing the beginRun More...
 
PostCloseFile postCloseFileSignal_
 
PostEndJob postEndJobSignal_
 signal is emitted after all modules have gotten their endJob called More...
 
PostEndLumi postEndLumiSignal_
 signal is emitted after all modules have finished processing the Lumi More...
 
PostEndRun postEndRunSignal_
 signal is emitted after all modules have finished processing the Run More...
 
PostEventReadFromSource postEventReadFromSourceSignal_
 
PostEventSetupGet postEventSetupGetSignal_
 signal is emitted after getImpl has returned in the EventSetup DataProxy::get function More...
 
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_
 
PostLockEventSetupGet postLockEventSetupGetSignal_
 signal is emitted after lock taken in EventSetup DataProxy::get function More...
 
PostModuleBeginJob postModuleBeginJobSignal_
 
PostModuleBeginLumi postModuleBeginLumiSignal_
 
PostModuleBeginRun postModuleBeginRunSignal_
 
PostModuleBeginStream postModuleBeginStreamSignal_
 
PostModuleConstruction postModuleConstructionSignal_
 
PostModuleEndJob postModuleEndJobSignal_
 
PostModuleEndLumi postModuleEndLumiSignal_
 
PostModuleEndRun postModuleEndRunSignal_
 
PostModuleEndStream postModuleEndStreamSignal_
 
PostModuleEventAcquire postModuleEventAcquireSignal_
 
PostModuleEventDelayedGet postModuleEventDelayedGetSignal_
 
PostModuleEventPrefetching postModuleEventPrefetchingSignal_
 
PostModuleEvent postModuleEventSignal_
 
PostModuleGlobalBeginLumi postModuleGlobalBeginLumiSignal_
 
PostModuleGlobalBeginRun postModuleGlobalBeginRunSignal_
 
PostModuleGlobalEndLumi postModuleGlobalEndLumiSignal_
 
PostModuleGlobalEndRun postModuleGlobalEndRunSignal_
 
PostModule postModuleSignal_
 
PostModuleStreamBeginLumi postModuleStreamBeginLumiSignal_
 
PostModuleStreamBeginRun postModuleStreamBeginRunSignal_
 
PostModuleStreamEndLumi postModuleStreamEndLumiSignal_
 
PostModuleStreamEndRun postModuleStreamEndRunSignal_
 
PostModuleWriteLumi postModuleWriteLumiSignal_
 
PostModuleWriteRun postModuleWriteRunSignal_
 
PostOpenFile postOpenFileSignal_
 
PostPathBeginLumi postPathBeginLumiSignal_
 
PostPathBeginRun postPathBeginRunSignal_
 
PostPathEndLumi postPathEndLumiSignal_
 
PostPathEndRun postPathEndRunSignal_
 
PostPathEvent postPathEventSignal_
 
PostProcessEvent postProcessEventSignal_
 signal is emitted after all modules have finished processing the Event More...
 
PostProcessPath postProcessPathSignal_
 
PostSourceConstruction postSourceConstructionSignal_
 
PostSourceLumi postSourceLumiSignal_
 
PostSourceRun postSourceRunSignal_
 
PostSourceEvent postSourceSignal_
 
PostStreamBeginLumi postStreamBeginLumiSignal_
 
PostStreamBeginRun postStreamBeginRunSignal_
 
PostStreamEndLumi postStreamEndLumiSignal_
 
PostStreamEndRun postStreamEndRunSignal_
 
Preallocate preallocateSignal_
 signal is emitted before beginJob More...
 
PreBeginJob preBeginJobSignal_
 signal is emitted before all modules have gotten their beginJob called More...
 
PreBeginLumi preBeginLumiSignal_
 signal is emitted after the Lumi has been created by the InputSource but before any modules have seen the Lumi More...
 
PreBeginRun preBeginRunSignal_
 signal is emitted after the Run has been created by the InputSource but before any modules have seen the Run More...
 
PreCloseFile preCloseFileSignal_
 
PreEndJob preEndJobSignal_
 signal is emitted before any modules have gotten their endJob called More...
 
PreEndLumi preEndLumiSignal_
 signal is emitted before the endLumi is processed More...
 
PreEndRun preEndRunSignal_
 signal is emitted before the endRun is processed More...
 
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_
 
PreLockEventSetupGet preLockEventSetupGetSignal_
 signal is emitted before lock taken in EventSetup DataProxy::get function More...
 
PreModuleBeginJob preModuleBeginJobSignal_
 
PreModuleBeginLumi preModuleBeginLumiSignal_
 
PreModuleBeginRun preModuleBeginRunSignal_
 
PreModuleBeginStream preModuleBeginStreamSignal_
 
PreModuleConstruction preModuleConstructionSignal_
 
PreModuleEndJob preModuleEndJobSignal_
 
PreModuleEndLumi preModuleEndLumiSignal_
 
PreModuleEndRun preModuleEndRunSignal_
 
PreModuleEndStream preModuleEndStreamSignal_
 
PreModuleEventAcquire preModuleEventAcquireSignal_
 
PreModuleEventDelayedGet preModuleEventDelayedGetSignal_
 
PreModuleEventPrefetching preModuleEventPrefetchingSignal_
 
PreModuleEvent preModuleEventSignal_
 
PreModuleGlobalBeginLumi preModuleGlobalBeginLumiSignal_
 
PreModuleGlobalBeginRun preModuleGlobalBeginRunSignal_
 
PreModuleGlobalEndLumi preModuleGlobalEndLumiSignal_
 
PreModuleGlobalEndRun preModuleGlobalEndRunSignal_
 
PreModule preModuleSignal_
 
PreModuleStreamBeginLumi preModuleStreamBeginLumiSignal_
 
PreModuleStreamBeginRun preModuleStreamBeginRunSignal_
 
PreModuleStreamEndLumi preModuleStreamEndLumiSignal_
 
PreModuleStreamEndRun preModuleStreamEndRunSignal_
 
PreModuleWriteLumi preModuleWriteLumiSignal_
 
PreModuleWriteRun preModuleWriteRunSignal_
 
PreOpenFile preOpenFileSignal_
 
PrePathBeginLumi prePathBeginLumiSignal_
 
PrePathBeginRun prePathBeginRunSignal_
 
PrePathEndLumi prePathEndLumiSignal_
 
PrePathEndRun prePathEndRunSignal_
 
PrePathEvent prePathEventSignal_
 
PreProcessEvent preProcessEventSignal_
 signal is emitted after the Event has been created by the InputSource but before any modules have seen the Event More...
 
PreProcessPath preProcessPathSignal_
 
PreSourceConstruction preSourceConstructionSignal_
 
PreSourceEarlyTermination preSourceEarlyTerminationSignal_
 
PreSourceLumi preSourceLumiSignal_
 
PreSourceRun preSourceRunSignal_
 
PreSourceEvent preSourceSignal_
 
PreStreamBeginLumi preStreamBeginLumiSignal_
 
PreStreamBeginRun preStreamBeginRunSignal_
 
PreStreamEarlyTermination preStreamEarlyTerminationSignal_
 
PreStreamEndLumi preStreamEndLumiSignal_
 
PreStreamEndRun preStreamEndRunSignal_
 

Private Member Functions

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

Detailed Description

Definition at line 132 of file ActivityRegistry.h.

Member Typedef Documentation

◆ JobFailure

Definition at line 171 of file ActivityRegistry.h.

◆ PostBeginJob

Definition at line 152 of file ActivityRegistry.h.

◆ PostBeginLumi

Definition at line 500 of file ActivityRegistry.h.

◆ PostBeginRun

Definition at line 472 of file ActivityRegistry.h.

◆ PostCloseFile

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

signal is emitted after the source opens a file

Definition at line 237 of file ActivityRegistry.h.

◆ PostEndJob

Definition at line 165 of file ActivityRegistry.h.

◆ PostEndLumi

Definition at line 514 of file ActivityRegistry.h.

◆ PostEndRun

Definition at line 486 of file ActivityRegistry.h.

◆ PostEvent

Definition at line 403 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 721 of file ActivityRegistry.h.

◆ PostEventSetupGet

Definition at line 986 of file ActivityRegistry.h.

◆ PostGlobalBeginLumi

Definition at line 338 of file ActivityRegistry.h.

◆ PostGlobalBeginRun

Definition at line 276 of file ActivityRegistry.h.

◆ PostGlobalEndLumi

Definition at line 350 of file ActivityRegistry.h.

◆ PostGlobalEndRun

Definition at line 288 of file ActivityRegistry.h.

◆ PostGlobalWriteLumi

Definition at line 364 of file ActivityRegistry.h.

◆ PostGlobalWriteRun

Definition at line 300 of file ActivityRegistry.h.

◆ PostLockEventSetupGet

Definition at line 976 of file ActivityRegistry.h.

◆ PostModule

signal is emitted after the module finished processing the Event

Definition at line 875 of file ActivityRegistry.h.

◆ PostModuleBeginJob

signal is emitted after the module had done beginJob

Definition at line 631 of file ActivityRegistry.h.

◆ PostModuleBeginLumi

signal is emitted after the module finished processing beginLumi

Definition at line 923 of file ActivityRegistry.h.

◆ PostModuleBeginRun

signal is emitted after the module finished processing beginRun

Definition at line 889 of file ActivityRegistry.h.

◆ PostModuleBeginStream

Definition at line 249 of file ActivityRegistry.h.

◆ PostModuleConstruction

signal is emitted after the module was construction

Definition at line 616 of file ActivityRegistry.h.

◆ PostModuleEndJob

signal is emitted after the module had done endJob

Definition at line 645 of file ActivityRegistry.h.

◆ PostModuleEndLumi

signal is emitted after the module finished processing endLumi

Definition at line 939 of file ActivityRegistry.h.

◆ PostModuleEndRun

signal is emitted after the module finished processing endRun

Definition at line 905 of file ActivityRegistry.h.

◆ PostModuleEndStream

Definition at line 263 of file ActivityRegistry.h.

◆ PostModuleEvent

signal is emitted after the module finished processing the Event

Definition at line 675 of file ActivityRegistry.h.

◆ PostModuleEventAcquire

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

Definition at line 689 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 705 of file ActivityRegistry.h.

◆ PostModuleEventPrefetching

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

Definition at line 661 of file ActivityRegistry.h.

◆ PostModuleGlobalBeginLumi

Definition at line 819 of file ActivityRegistry.h.

◆ PostModuleGlobalBeginRun

Definition at line 791 of file ActivityRegistry.h.

◆ PostModuleGlobalEndLumi

Definition at line 833 of file ActivityRegistry.h.

◆ PostModuleGlobalEndRun

Definition at line 805 of file ActivityRegistry.h.

◆ PostModuleStreamBeginLumi

Definition at line 763 of file ActivityRegistry.h.

◆ PostModuleStreamBeginRun

Definition at line 735 of file ActivityRegistry.h.

◆ PostModuleStreamEndLumi

Definition at line 777 of file ActivityRegistry.h.

◆ PostModuleStreamEndRun

Definition at line 749 of file ActivityRegistry.h.

◆ PostModuleWriteLumi

Definition at line 859 of file ActivityRegistry.h.

◆ PostModuleWriteRun

Definition at line 845 of file ActivityRegistry.h.

◆ PostOpenFile

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

signal is emitted after the source opens a file

Definition at line 223 of file ActivityRegistry.h.

◆ PostPathBeginLumi

signal is emitted after all modules have finished for the Path for beginLumi

Definition at line 573 of file ActivityRegistry.h.

◆ PostPathBeginRun

signal is emitted after all modules have finished for the Path for beginRun

Definition at line 543 of file ActivityRegistry.h.

◆ PostPathEndLumi

signal is emitted after all modules have finished for the Path for endRun

Definition at line 589 of file ActivityRegistry.h.

◆ PostPathEndRun

signal is emitted after all modules have finished for the Path for endRun

Definition at line 559 of file ActivityRegistry.h.

◆ PostPathEvent

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

Definition at line 416 of file ActivityRegistry.h.

◆ PostProcessEvent

Definition at line 456 of file ActivityRegistry.h.

◆ PostProcessPath

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

Definition at line 529 of file ActivityRegistry.h.

◆ PostSourceConstruction

signal is emitted after the source was construction

Definition at line 956 of file ActivityRegistry.h.

◆ PostSourceEvent

signal is emitted after the source starts creating an Event

Definition at line 186 of file ActivityRegistry.h.

◆ PostSourceLumi

signal is emitted after the source starts creating a Lumi

Definition at line 198 of file ActivityRegistry.h.

◆ PostSourceRun

signal is emitted after the source starts creating a Run

Definition at line 210 of file ActivityRegistry.h.

◆ PostStreamBeginLumi

Definition at line 378 of file ActivityRegistry.h.

◆ PostStreamBeginRun

Definition at line 312 of file ActivityRegistry.h.

◆ PostStreamEndLumi

Definition at line 390 of file ActivityRegistry.h.

◆ PostStreamEndRun

Definition at line 324 of file ActivityRegistry.h.

◆ Preallocate

Definition at line 139 of file ActivityRegistry.h.

◆ PreBeginJob

Definition at line 145 of file ActivityRegistry.h.

◆ PreBeginLumi

Definition at line 493 of file ActivityRegistry.h.

◆ PreBeginRun

Definition at line 465 of file ActivityRegistry.h.

◆ PreCloseFile

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

signal is emitted before the Closesource closes a file

Definition at line 231 of file ActivityRegistry.h.

◆ PreEndJob

Definition at line 159 of file ActivityRegistry.h.

◆ PreEndLumi

Definition at line 507 of file ActivityRegistry.h.

◆ PreEndRun

Definition at line 479 of file ActivityRegistry.h.

◆ PreEvent

Definition at line 397 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 713 of file ActivityRegistry.h.

◆ PreGlobalBeginLumi

Definition at line 331 of file ActivityRegistry.h.

◆ PreGlobalBeginRun

Definition at line 270 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 432 of file ActivityRegistry.h.

◆ PreGlobalEndLumi

Definition at line 345 of file ActivityRegistry.h.

◆ PreGlobalEndRun

Definition at line 283 of file ActivityRegistry.h.

◆ PreGlobalWriteLumi

Definition at line 357 of file ActivityRegistry.h.

◆ PreGlobalWriteRun

Definition at line 295 of file ActivityRegistry.h.

◆ PreLockEventSetupGet

Definition at line 966 of file ActivityRegistry.h.

◆ PreModule

signal is emitted before the module starts processing the Event

Definition at line 868 of file ActivityRegistry.h.

◆ PreModuleBeginJob

signal is emitted before the module does beginJob

Definition at line 625 of file ActivityRegistry.h.

◆ PreModuleBeginLumi

signal is emitted before the module starts processing beginLumi

Definition at line 914 of file ActivityRegistry.h.

◆ PreModuleBeginRun

signal is emitted before the module starts processing beginRun

Definition at line 882 of file ActivityRegistry.h.

◆ PreModuleBeginStream

Definition at line 242 of file ActivityRegistry.h.

◆ PreModuleConstruction

signal is emitted before the module is constructed

Definition at line 607 of file ActivityRegistry.h.

◆ PreModuleEndJob

signal is emitted before the module does endJob

Definition at line 639 of file ActivityRegistry.h.

◆ PreModuleEndLumi

signal is emitted before the module starts processing endLumi

Definition at line 932 of file ActivityRegistry.h.

◆ PreModuleEndRun

signal is emitted before the module starts processing endRun

Definition at line 898 of file ActivityRegistry.h.

◆ PreModuleEndStream

Definition at line 256 of file ActivityRegistry.h.

◆ PreModuleEvent

signal is emitted before the module starts processing the Event

Definition at line 669 of file ActivityRegistry.h.

◆ PreModuleEventAcquire

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

Definition at line 681 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 697 of file ActivityRegistry.h.

◆ PreModuleEventPrefetching

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

Definition at line 653 of file ActivityRegistry.h.

◆ PreModuleGlobalBeginLumi

Definition at line 812 of file ActivityRegistry.h.

◆ PreModuleGlobalBeginRun

Definition at line 784 of file ActivityRegistry.h.

◆ PreModuleGlobalEndLumi

Definition at line 826 of file ActivityRegistry.h.

◆ PreModuleGlobalEndRun

Definition at line 798 of file ActivityRegistry.h.

◆ PreModuleStreamBeginLumi

Definition at line 756 of file ActivityRegistry.h.

◆ PreModuleStreamBeginRun

Definition at line 728 of file ActivityRegistry.h.

◆ PreModuleStreamEndLumi

Definition at line 770 of file ActivityRegistry.h.

◆ PreModuleStreamEndRun

Definition at line 742 of file ActivityRegistry.h.

◆ PreModuleWriteLumi

Definition at line 852 of file ActivityRegistry.h.

◆ PreModuleWriteRun

Definition at line 840 of file ActivityRegistry.h.

◆ PreOpenFile

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

signal is emitted before the source opens a file

Definition at line 216 of file ActivityRegistry.h.

◆ PrePathBeginLumi

signal is emitted before starting to process a Path for beginLumi

Definition at line 566 of file ActivityRegistry.h.

◆ PrePathBeginRun

signal is emitted before starting to process a Path for beginRun

Definition at line 536 of file ActivityRegistry.h.

◆ PrePathEndLumi

signal is emitted before starting to process a Path for endRun

Definition at line 582 of file ActivityRegistry.h.

◆ PrePathEndRun

signal is emitted before starting to process a Path for endRun

Definition at line 552 of file ActivityRegistry.h.

◆ PrePathEvent

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

Definition at line 410 of file ActivityRegistry.h.

◆ PreProcessEvent

Definition at line 449 of file ActivityRegistry.h.

◆ PreProcessPath

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

Definition at line 522 of file ActivityRegistry.h.

◆ PreSourceConstruction

signal is emitted before the source is constructed

Definition at line 947 of file ActivityRegistry.h.

◆ PreSourceEarlyTermination

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

Definition at line 441 of file ActivityRegistry.h.

◆ PreSourceEvent

signal is emitted before the source starts creating an Event

Definition at line 180 of file ActivityRegistry.h.

◆ PreSourceLumi

signal is emitted before the source starts creating a Lumi

Definition at line 192 of file ActivityRegistry.h.

◆ PreSourceRun

signal is emitted before the source starts creating a Run

Definition at line 204 of file ActivityRegistry.h.

◆ PreStreamBeginLumi

Definition at line 371 of file ActivityRegistry.h.

◆ PreStreamBeginRun

Definition at line 307 of file ActivityRegistry.h.

◆ PreStreamEarlyTermination

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

Definition at line 423 of file ActivityRegistry.h.

◆ PreStreamEndLumi

Definition at line 385 of file ActivityRegistry.h.

◆ PreStreamEndRun

Definition at line 319 of file ActivityRegistry.h.

Constructor & Destructor Documentation

◆ ActivityRegistry() [1/2]

edm::ActivityRegistry::ActivityRegistry ( )
inline

Definition at line 134 of file ActivityRegistry.h.

134 {}

◆ ActivityRegistry() [2/2]

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

Member Function Documentation

◆ connect()

void ActivityRegistry::connect ( ActivityRegistry iOther)

forwards our signals to slots connected to iOther

Definition at line 271 of file ActivityRegistry.cc.

271  {
272  connectGlobals(iOther);
273  connectLocals(iOther);
274  }

References connectGlobals(), and connectLocals().

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

◆ connectGlobals()

void ActivityRegistry::connectGlobals ( ActivityRegistry iOther)
private

Definition at line 91 of file ActivityRegistry.cc.

91  {
92  preallocateSignal_.connect(std::cref(iOther.preallocateSignal_));
93  postBeginJobSignal_.connect(std::cref(iOther.postBeginJobSignal_));
94  preEndJobSignal_.connect(std::cref(iOther.preEndJobSignal_));
95  postEndJobSignal_.connect(std::cref(iOther.postEndJobSignal_));
96 
97  jobFailureSignal_.connect(std::cref(iOther.jobFailureSignal_));
98 
99  preSourceSignal_.connect(std::cref(iOther.preSourceSignal_));
100  postSourceSignal_.connect(std::cref(iOther.postSourceSignal_));
101 
102  preSourceLumiSignal_.connect(std::cref(iOther.preSourceLumiSignal_));
103  postSourceLumiSignal_.connect(std::cref(iOther.postSourceLumiSignal_));
104 
105  preSourceRunSignal_.connect(std::cref(iOther.preSourceRunSignal_));
106  postSourceRunSignal_.connect(std::cref(iOther.postSourceRunSignal_));
107 
108  preOpenFileSignal_.connect(std::cref(iOther.preOpenFileSignal_));
109  postOpenFileSignal_.connect(std::cref(iOther.postOpenFileSignal_));
110 
111  preCloseFileSignal_.connect(std::cref(iOther.preCloseFileSignal_));
112  postCloseFileSignal_.connect(std::cref(iOther.postCloseFileSignal_));
113 
114  preSourceConstructionSignal_.connect(std::cref(iOther.preSourceConstructionSignal_));
115  postSourceConstructionSignal_.connect(std::cref(iOther.postSourceConstructionSignal_));
116 
117  preStreamEarlyTerminationSignal_.connect(std::cref(iOther.preStreamEarlyTerminationSignal_));
118  preGlobalEarlyTerminationSignal_.connect(std::cref(iOther.preGlobalEarlyTerminationSignal_));
119  preSourceEarlyTerminationSignal_.connect(std::cref(iOther.preSourceEarlyTerminationSignal_));
120  }

References edm::signalslot::Signal< T >::connect(), jobFailureSignal_, postBeginJobSignal_, postCloseFileSignal_, postEndJobSignal_, postOpenFileSignal_, postSourceConstructionSignal_, postSourceLumiSignal_, postSourceRunSignal_, postSourceSignal_, preallocateSignal_, preCloseFileSignal_, preEndJobSignal_, preGlobalEarlyTerminationSignal_, preOpenFileSignal_, preSourceConstructionSignal_, preSourceEarlyTerminationSignal_, preSourceLumiSignal_, preSourceRunSignal_, preSourceSignal_, and preStreamEarlyTerminationSignal_.

Referenced by connect(), and connectToSubProcess().

◆ connectLocals()

void ActivityRegistry::connectLocals ( ActivityRegistry iOther)
private

Definition at line 122 of file ActivityRegistry.cc.

122  {
123  preBeginJobSignal_.connect(std::cref(iOther.preBeginJobSignal_));
124 
125  preModuleBeginStreamSignal_.connect(std::cref(iOther.preModuleBeginStreamSignal_));
126  postModuleBeginStreamSignal_.connect(std::cref(iOther.postModuleBeginStreamSignal_));
127 
128  preModuleEndStreamSignal_.connect(std::cref(iOther.preModuleEndStreamSignal_));
129  postModuleEndStreamSignal_.connect(std::cref(iOther.postModuleEndStreamSignal_));
130 
131  preGlobalBeginRunSignal_.connect(std::cref(iOther.preGlobalBeginRunSignal_));
132  postGlobalBeginRunSignal_.connect(std::cref(iOther.postGlobalBeginRunSignal_));
133 
134  preGlobalEndRunSignal_.connect(std::cref(iOther.preGlobalEndRunSignal_));
135  postGlobalEndRunSignal_.connect(std::cref(iOther.postGlobalEndRunSignal_));
136 
137  preGlobalWriteRunSignal_.connect(std::cref(iOther.preGlobalWriteRunSignal_));
138  postGlobalWriteRunSignal_.connect(std::cref(iOther.postGlobalWriteRunSignal_));
139 
140  preStreamBeginRunSignal_.connect(std::cref(iOther.preStreamBeginRunSignal_));
141  postStreamBeginRunSignal_.connect(std::cref(iOther.postStreamBeginRunSignal_));
142 
143  preStreamEndRunSignal_.connect(std::cref(iOther.preStreamEndRunSignal_));
144  postStreamEndRunSignal_.connect(std::cref(iOther.postStreamEndRunSignal_));
145 
146  preGlobalBeginLumiSignal_.connect(std::cref(iOther.preGlobalBeginLumiSignal_));
147  postGlobalBeginLumiSignal_.connect(std::cref(iOther.postGlobalBeginLumiSignal_));
148 
149  preGlobalEndLumiSignal_.connect(std::cref(iOther.preGlobalEndLumiSignal_));
150  postGlobalEndLumiSignal_.connect(std::cref(iOther.postGlobalEndLumiSignal_));
151 
152  preGlobalWriteLumiSignal_.connect(std::cref(iOther.preGlobalWriteLumiSignal_));
153  postGlobalWriteLumiSignal_.connect(std::cref(iOther.postGlobalWriteLumiSignal_));
154 
155  preStreamBeginLumiSignal_.connect(std::cref(iOther.preStreamBeginLumiSignal_));
156  postStreamBeginLumiSignal_.connect(std::cref(iOther.postStreamBeginLumiSignal_));
157 
158  preStreamEndLumiSignal_.connect(std::cref(iOther.preStreamEndLumiSignal_));
159  postStreamEndLumiSignal_.connect(std::cref(iOther.postStreamEndLumiSignal_));
160 
161  preEventSignal_.connect(std::cref(iOther.preEventSignal_));
162  postEventSignal_.connect(std::cref(iOther.postEventSignal_));
163 
164  prePathEventSignal_.connect(std::cref(iOther.prePathEventSignal_));
165  postPathEventSignal_.connect(std::cref(iOther.postPathEventSignal_));
166 
167  //preProcessEventSignal_.connect(std::cref(iOther.preProcessEventSignal_));
168  //postProcessEventSignal_.connect(std::cref(iOther.postProcessEventSignal_));
169 
170  //preBeginRunSignal_.connect(std::cref(iOther.preBeginRunSignal_));
171  //postBeginRunSignal_.connect(std::cref(iOther.postBeginRunSignal_));
172 
173  //preEndRunSignal_.connect(std::cref(iOther.preEndRunSignal_));
174  //postEndRunSignal_.connect(std::cref(iOther.postEndRunSignal_));
175 
176  //preBeginLumiSignal_.connect(std::cref(iOther.preBeginLumiSignal_));
177  //postBeginLumiSignal_.connect(std::cref(iOther.postBeginLumiSignal_));
178 
179  //preEndLumiSignal_.connect(std::cref(iOther.preEndLumiSignal_));
180  //postEndLumiSignal_.connect(std::cref(iOther.postEndLumiSignal_));
181 
182  //preProcessPathSignal_.connect(std::cref(iOther.preProcessPathSignal_));
183  //postProcessPathSignal_.connect(std::cref(iOther.postProcessPathSignal_));
184 
185  //prePathBeginRunSignal_.connect(std::cref(iOther.prePathBeginRunSignal_));
186  //postPathBeginRunSignal_.connect(std::cref(iOther.postPathBeginRunSignal_));
187 
188  //prePathEndRunSignal_.connect(std::cref(iOther.prePathEndRunSignal_));
189  //postPathEndRunSignal_.connect(std::cref(iOther.postPathEndRunSignal_));
190 
191  //prePathBeginLumiSignal_.connect(std::cref(iOther.prePathBeginLumiSignal_));
192  //postPathBeginLumiSignal_.connect(std::cref(iOther.postPathBeginLumiSignal_));
193 
194  //prePathEndLumiSignal_.connect(std::cref(iOther.prePathEndLumiSignal_));
195  //postPathEndLumiSignal_.connect(std::cref(iOther.postPathEndLumiSignal_));
196 
197  preModuleConstructionSignal_.connect(std::cref(iOther.preModuleConstructionSignal_));
198  postModuleConstructionSignal_.connect(std::cref(iOther.postModuleConstructionSignal_));
199 
200  preModuleBeginJobSignal_.connect(std::cref(iOther.preModuleBeginJobSignal_));
201  postModuleBeginJobSignal_.connect(std::cref(iOther.postModuleBeginJobSignal_));
202 
203  preModuleEndJobSignal_.connect(std::cref(iOther.preModuleEndJobSignal_));
204  postModuleEndJobSignal_.connect(std::cref(iOther.postModuleEndJobSignal_));
205 
206  preModuleEventPrefetchingSignal_.connect(std::cref(iOther.preModuleEventPrefetchingSignal_));
207  postModuleEventPrefetchingSignal_.connect(std::cref(iOther.postModuleEventPrefetchingSignal_));
208 
209  preModuleEventSignal_.connect(std::cref(iOther.preModuleEventSignal_));
210  postModuleEventSignal_.connect(std::cref(iOther.postModuleEventSignal_));
211 
212  preModuleEventAcquireSignal_.connect(std::cref(iOther.preModuleEventAcquireSignal_));
213  postModuleEventAcquireSignal_.connect(std::cref(iOther.postModuleEventAcquireSignal_));
214 
215  preModuleEventDelayedGetSignal_.connect(std::cref(iOther.preModuleEventDelayedGetSignal_));
216  postModuleEventDelayedGetSignal_.connect(std::cref(iOther.postModuleEventDelayedGetSignal_));
217 
218  preEventReadFromSourceSignal_.connect(std::cref(iOther.preEventReadFromSourceSignal_));
219  postEventReadFromSourceSignal_.connect(std::cref(iOther.postEventReadFromSourceSignal_));
220 
221  preModuleStreamBeginRunSignal_.connect(std::cref(iOther.preModuleStreamBeginRunSignal_));
222  postModuleStreamBeginRunSignal_.connect(std::cref(iOther.postModuleStreamBeginRunSignal_));
223 
224  preModuleStreamEndRunSignal_.connect(std::cref(iOther.preModuleStreamEndRunSignal_));
225  postModuleStreamEndRunSignal_.connect(std::cref(iOther.postModuleStreamEndRunSignal_));
226 
227  preModuleStreamBeginLumiSignal_.connect(std::cref(iOther.preModuleStreamBeginLumiSignal_));
228  postModuleStreamBeginLumiSignal_.connect(std::cref(iOther.postModuleStreamBeginLumiSignal_));
229 
230  preModuleStreamEndLumiSignal_.connect(std::cref(iOther.preModuleStreamEndLumiSignal_));
231  postModuleStreamEndLumiSignal_.connect(std::cref(iOther.postModuleStreamEndLumiSignal_));
232 
233  preModuleGlobalBeginRunSignal_.connect(std::cref(iOther.preModuleGlobalBeginRunSignal_));
234  postModuleGlobalBeginRunSignal_.connect(std::cref(iOther.postModuleGlobalBeginRunSignal_));
235 
236  preModuleGlobalEndRunSignal_.connect(std::cref(iOther.preModuleGlobalEndRunSignal_));
237  postModuleGlobalEndRunSignal_.connect(std::cref(iOther.postModuleGlobalEndRunSignal_));
238 
239  preModuleGlobalBeginLumiSignal_.connect(std::cref(iOther.preModuleGlobalBeginLumiSignal_));
240  postModuleGlobalBeginLumiSignal_.connect(std::cref(iOther.postModuleGlobalBeginLumiSignal_));
241 
242  preModuleGlobalEndLumiSignal_.connect(std::cref(iOther.preModuleGlobalEndLumiSignal_));
243  postModuleGlobalEndLumiSignal_.connect(std::cref(iOther.postModuleGlobalEndLumiSignal_));
244 
245  preModuleWriteRunSignal_.connect(std::cref(iOther.preModuleWriteRunSignal_));
246  postModuleWriteRunSignal_.connect(std::cref(iOther.postModuleWriteRunSignal_));
247 
248  preModuleWriteLumiSignal_.connect(std::cref(iOther.preModuleWriteLumiSignal_));
249  postModuleWriteLumiSignal_.connect(std::cref(iOther.postModuleWriteLumiSignal_));
250 
251  //preModuleSignal_.connect(std::cref(iOther.preModuleSignal_));
252  //postModuleSignal_.connect(std::cref(iOther.postModuleSignal_));
253 
254  //preModuleBeginRunSignal_.connect(std::cref(iOther.preModuleBeginRunSignal_));
255  //postModuleBeginRunSignal_.connect(std::cref(iOther.postModuleBeginRunSignal_));
256 
257  //preModuleEndRunSignal_.connect(std::cref(iOther.preModuleEndRunSignal_));
258  //postModuleEndRunSignal_.connect(std::cref(iOther.postModuleEndRunSignal_));
259 
260  //preModuleBeginLumiSignal_.connect(std::cref(iOther.preModuleBeginLumiSignal_));
261  //postModuleBeginLumiSignal_.connect(std::cref(iOther.postModuleBeginLumiSignal_));
262 
263  //preModuleEndLumiSignal_.connect(std::cref(iOther.preModuleEndLumiSignal_));
264  //postModuleEndLumiSignal_.connect(std::cref(iOther.postModuleEndLumiSignal_));
265 
266  preLockEventSetupGetSignal_.connect(std::cref(iOther.preLockEventSetupGetSignal_));
267  postLockEventSetupGetSignal_.connect(std::cref(iOther.postLockEventSetupGetSignal_));
268  postEventSetupGetSignal_.connect(std::cref(iOther.postEventSetupGetSignal_));
269  }

References edm::signalslot::Signal< T >::connect(), postEventReadFromSourceSignal_, postEventSetupGetSignal_, postEventSignal_, postGlobalBeginLumiSignal_, postGlobalBeginRunSignal_, postGlobalEndLumiSignal_, postGlobalEndRunSignal_, postGlobalWriteLumiSignal_, postGlobalWriteRunSignal_, postLockEventSetupGetSignal_, postModuleBeginJobSignal_, postModuleBeginStreamSignal_, postModuleConstructionSignal_, postModuleEndJobSignal_, postModuleEndStreamSignal_, postModuleEventAcquireSignal_, postModuleEventDelayedGetSignal_, postModuleEventPrefetchingSignal_, postModuleEventSignal_, postModuleGlobalBeginLumiSignal_, postModuleGlobalBeginRunSignal_, postModuleGlobalEndLumiSignal_, postModuleGlobalEndRunSignal_, postModuleStreamBeginLumiSignal_, postModuleStreamBeginRunSignal_, postModuleStreamEndLumiSignal_, postModuleStreamEndRunSignal_, postModuleWriteLumiSignal_, postModuleWriteRunSignal_, postPathEventSignal_, postStreamBeginLumiSignal_, postStreamBeginRunSignal_, postStreamEndLumiSignal_, postStreamEndRunSignal_, preBeginJobSignal_, preEventReadFromSourceSignal_, preEventSignal_, preGlobalBeginLumiSignal_, preGlobalBeginRunSignal_, preGlobalEndLumiSignal_, preGlobalEndRunSignal_, preGlobalWriteLumiSignal_, preGlobalWriteRunSignal_, preLockEventSetupGetSignal_, preModuleBeginJobSignal_, preModuleBeginStreamSignal_, preModuleConstructionSignal_, preModuleEndJobSignal_, preModuleEndStreamSignal_, preModuleEventAcquireSignal_, preModuleEventDelayedGetSignal_, preModuleEventPrefetchingSignal_, preModuleEventSignal_, preModuleGlobalBeginLumiSignal_, preModuleGlobalBeginRunSignal_, preModuleGlobalEndLumiSignal_, preModuleGlobalEndRunSignal_, preModuleStreamBeginLumiSignal_, preModuleStreamBeginRunSignal_, preModuleStreamEndLumiSignal_, preModuleStreamEndRunSignal_, preModuleWriteLumiSignal_, preModuleWriteRunSignal_, prePathEventSignal_, preStreamBeginLumiSignal_, preStreamBeginRunSignal_, preStreamEndLumiSignal_, and preStreamEndRunSignal_.

Referenced by connect(), and connectToSubProcess().

◆ connectToSubProcess()

void 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 276 of file ActivityRegistry.cc.

276  {
277  connectGlobals(iOther); // child sees parents global signals
278  iOther.connectLocals(*this); // parent see childs global signals
279  }

References connectGlobals(), and connectLocals().

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

◆ copySlotsFrom()

void 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 281 of file ActivityRegistry.cc.

281  {
282  copySlotsToFrom(preallocateSignal_, iOther.preallocateSignal_);
283  copySlotsToFrom(preBeginJobSignal_, iOther.preBeginJobSignal_);
284  copySlotsToFrom(postBeginJobSignal_, iOther.postBeginJobSignal_);
285  copySlotsToFromReverse(preEndJobSignal_, iOther.preEndJobSignal_);
286  copySlotsToFromReverse(postEndJobSignal_, iOther.postEndJobSignal_);
287 
288  copySlotsToFromReverse(jobFailureSignal_, iOther.jobFailureSignal_);
289 
290  copySlotsToFrom(preSourceSignal_, iOther.preSourceSignal_);
291  copySlotsToFromReverse(postSourceSignal_, iOther.postSourceSignal_);
292 
293  copySlotsToFrom(preSourceLumiSignal_, iOther.preSourceLumiSignal_);
294  copySlotsToFromReverse(postSourceLumiSignal_, iOther.postSourceLumiSignal_);
295 
296  copySlotsToFrom(preSourceRunSignal_, iOther.preSourceRunSignal_);
297  copySlotsToFromReverse(postSourceRunSignal_, iOther.postSourceRunSignal_);
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(preModuleBeginStreamSignal_, iOther.preModuleBeginStreamSignal_);
306  copySlotsToFromReverse(postModuleBeginStreamSignal_, iOther.postModuleBeginStreamSignal_);
307 
308  copySlotsToFrom(preModuleEndStreamSignal_, iOther.preModuleEndStreamSignal_);
309  copySlotsToFromReverse(postModuleEndStreamSignal_, iOther.postModuleEndStreamSignal_);
310 
311  copySlotsToFrom(preGlobalBeginRunSignal_, iOther.preGlobalBeginRunSignal_);
312  copySlotsToFromReverse(postGlobalBeginRunSignal_, iOther.postGlobalBeginRunSignal_);
313 
314  copySlotsToFrom(preGlobalEndRunSignal_, iOther.preGlobalEndRunSignal_);
315  copySlotsToFromReverse(postGlobalEndRunSignal_, iOther.postGlobalEndRunSignal_);
316 
317  copySlotsToFrom(preGlobalWriteRunSignal_, iOther.preGlobalWriteRunSignal_);
318  copySlotsToFromReverse(postGlobalWriteRunSignal_, iOther.postGlobalWriteRunSignal_);
319 
320  copySlotsToFrom(preStreamBeginRunSignal_, iOther.preStreamBeginRunSignal_);
321  copySlotsToFromReverse(postStreamBeginRunSignal_, iOther.postStreamBeginRunSignal_);
322 
323  copySlotsToFrom(preStreamEndRunSignal_, iOther.preStreamEndRunSignal_);
324  copySlotsToFromReverse(postStreamEndRunSignal_, iOther.postStreamEndRunSignal_);
325 
326  copySlotsToFrom(preGlobalBeginLumiSignal_, iOther.preGlobalBeginLumiSignal_);
327  copySlotsToFromReverse(postGlobalBeginLumiSignal_, iOther.postGlobalBeginLumiSignal_);
328 
329  copySlotsToFrom(preGlobalEndLumiSignal_, iOther.preGlobalEndLumiSignal_);
330  copySlotsToFromReverse(postGlobalEndLumiSignal_, iOther.postGlobalEndLumiSignal_);
331 
332  copySlotsToFrom(preGlobalWriteLumiSignal_, iOther.preGlobalWriteLumiSignal_);
333  copySlotsToFromReverse(postGlobalWriteLumiSignal_, iOther.postGlobalWriteLumiSignal_);
334 
335  copySlotsToFrom(preStreamBeginLumiSignal_, iOther.preStreamBeginLumiSignal_);
336  copySlotsToFromReverse(postStreamBeginLumiSignal_, iOther.postStreamBeginLumiSignal_);
337 
338  copySlotsToFrom(preStreamEndLumiSignal_, iOther.preStreamEndLumiSignal_);
339  copySlotsToFromReverse(postStreamEndLumiSignal_, iOther.postStreamEndLumiSignal_);
340 
341  copySlotsToFrom(preEventSignal_, iOther.preEventSignal_);
342  copySlotsToFromReverse(postEventSignal_, iOther.postEventSignal_);
343 
344  copySlotsToFrom(prePathEventSignal_, iOther.prePathEventSignal_);
345  copySlotsToFromReverse(postPathEventSignal_, iOther.postPathEventSignal_);
346 
347  copySlotsToFrom(preStreamEarlyTerminationSignal_, iOther.preStreamEarlyTerminationSignal_);
348  copySlotsToFrom(preGlobalEarlyTerminationSignal_, iOther.preGlobalEarlyTerminationSignal_);
349  copySlotsToFrom(preSourceEarlyTerminationSignal_, iOther.preSourceEarlyTerminationSignal_);
350 
351  /*
352  copySlotsToFrom(preProcessEventSignal_, iOther.preProcessEventSignal_);
353  copySlotsToFromReverse(postProcessEventSignal_, iOther.postProcessEventSignal_);
354 
355  copySlotsToFrom(preBeginRunSignal_, iOther.preBeginRunSignal_);
356  copySlotsToFromReverse(postBeginRunSignal_, iOther.postBeginRunSignal_);
357 
358  copySlotsToFrom(preEndRunSignal_, iOther.preEndRunSignal_);
359  copySlotsToFromReverse(postEndRunSignal_, iOther.postEndRunSignal_);
360 
361  copySlotsToFrom(preBeginLumiSignal_, iOther.preBeginLumiSignal_);
362  copySlotsToFromReverse(postBeginLumiSignal_, iOther.postBeginLumiSignal_);
363 
364  copySlotsToFrom(preEndLumiSignal_, iOther.preEndLumiSignal_);
365  copySlotsToFromReverse(postEndLumiSignal_, iOther.postEndLumiSignal_);
366 
367  copySlotsToFrom(preProcessPathSignal_, iOther.preProcessPathSignal_);
368  copySlotsToFromReverse(postProcessPathSignal_, iOther.postProcessPathSignal_);
369 
370  copySlotsToFrom(prePathBeginRunSignal_, iOther.prePathBeginRunSignal_);
371  copySlotsToFromReverse(postPathBeginRunSignal_, iOther.postPathBeginRunSignal_);
372 
373  copySlotsToFrom(prePathEndRunSignal_, iOther.prePathEndRunSignal_);
374  copySlotsToFromReverse(postPathEndRunSignal_, iOther.postPathEndRunSignal_);
375 
376  copySlotsToFrom(prePathBeginLumiSignal_, iOther.prePathBeginLumiSignal_);
377  copySlotsToFromReverse(postPathBeginLumiSignal_, iOther.postPathBeginLumiSignal_);
378 
379  copySlotsToFrom(prePathEndLumiSignal_, iOther.prePathEndLumiSignal_);
380  copySlotsToFromReverse(postPathEndLumiSignal_, iOther.postPathEndLumiSignal_);
381 */
382  copySlotsToFrom(preModuleConstructionSignal_, iOther.preModuleConstructionSignal_);
383  copySlotsToFromReverse(postModuleConstructionSignal_, iOther.postModuleConstructionSignal_);
384 
385  copySlotsToFrom(preModuleBeginJobSignal_, iOther.preModuleBeginJobSignal_);
386  copySlotsToFromReverse(postModuleBeginJobSignal_, iOther.postModuleBeginJobSignal_);
387 
388  copySlotsToFrom(preModuleEndJobSignal_, iOther.preModuleEndJobSignal_);
389  copySlotsToFromReverse(postModuleEndJobSignal_, iOther.postModuleEndJobSignal_);
390 
391  copySlotsToFrom(preModuleEventPrefetchingSignal_, iOther.preModuleEventPrefetchingSignal_);
392  copySlotsToFromReverse(postModuleEventPrefetchingSignal_, iOther.postModuleEventPrefetchingSignal_);
393 
394  copySlotsToFrom(preModuleEventSignal_, iOther.preModuleEventSignal_);
395  copySlotsToFromReverse(postModuleEventSignal_, iOther.postModuleEventSignal_);
396 
397  copySlotsToFrom(preModuleEventAcquireSignal_, iOther.preModuleEventAcquireSignal_);
398  copySlotsToFromReverse(postModuleEventAcquireSignal_, iOther.postModuleEventAcquireSignal_);
399 
400  copySlotsToFrom(preModuleEventDelayedGetSignal_, iOther.preModuleEventDelayedGetSignal_);
401  copySlotsToFromReverse(postModuleEventDelayedGetSignal_, iOther.postModuleEventDelayedGetSignal_);
402 
403  copySlotsToFrom(preEventReadFromSourceSignal_, iOther.preEventReadFromSourceSignal_);
404  copySlotsToFromReverse(postEventReadFromSourceSignal_, iOther.postEventReadFromSourceSignal_);
405 
406  copySlotsToFrom(preModuleStreamBeginRunSignal_, iOther.preModuleStreamBeginRunSignal_);
407  copySlotsToFromReverse(postModuleStreamBeginRunSignal_, iOther.postModuleStreamBeginRunSignal_);
408 
409  copySlotsToFrom(preModuleStreamEndRunSignal_, iOther.preModuleStreamEndRunSignal_);
410  copySlotsToFromReverse(postModuleStreamEndRunSignal_, iOther.postModuleStreamEndRunSignal_);
411 
412  copySlotsToFrom(preModuleStreamBeginLumiSignal_, iOther.preModuleStreamBeginLumiSignal_);
413  copySlotsToFromReverse(postModuleStreamBeginLumiSignal_, iOther.postModuleStreamBeginLumiSignal_);
414 
415  copySlotsToFrom(preModuleStreamEndLumiSignal_, iOther.preModuleStreamEndLumiSignal_);
416  copySlotsToFromReverse(postModuleStreamEndLumiSignal_, iOther.postModuleStreamEndLumiSignal_);
417 
418  copySlotsToFrom(preModuleGlobalBeginRunSignal_, iOther.preModuleGlobalBeginRunSignal_);
419  copySlotsToFromReverse(postModuleGlobalBeginRunSignal_, iOther.postModuleGlobalBeginRunSignal_);
420 
421  copySlotsToFrom(preModuleGlobalEndRunSignal_, iOther.preModuleGlobalEndRunSignal_);
422  copySlotsToFromReverse(postModuleGlobalEndRunSignal_, iOther.postModuleGlobalEndRunSignal_);
423 
424  copySlotsToFrom(preModuleGlobalBeginLumiSignal_, iOther.preModuleGlobalBeginLumiSignal_);
425  copySlotsToFromReverse(postModuleGlobalBeginLumiSignal_, iOther.postModuleGlobalBeginLumiSignal_);
426 
427  copySlotsToFrom(preModuleGlobalEndLumiSignal_, iOther.preModuleGlobalEndLumiSignal_);
428  copySlotsToFromReverse(postModuleGlobalEndLumiSignal_, iOther.postModuleGlobalEndLumiSignal_);
429 
430  copySlotsToFrom(preModuleWriteRunSignal_, iOther.preModuleWriteRunSignal_);
431  copySlotsToFromReverse(postModuleWriteRunSignal_, iOther.postModuleWriteRunSignal_);
432 
433  copySlotsToFrom(preModuleWriteLumiSignal_, iOther.preModuleWriteLumiSignal_);
434  copySlotsToFromReverse(postModuleWriteLumiSignal_, iOther.postModuleWriteLumiSignal_);
435 
436  /*
437  copySlotsToFrom(preModuleSignal_, iOther.preModuleSignal_);
438  copySlotsToFromReverse(postModuleSignal_, iOther.postModuleSignal_);
439 
440  copySlotsToFrom(preModuleBeginRunSignal_, iOther.preModuleBeginRunSignal_);
441  copySlotsToFromReverse(postModuleBeginRunSignal_, iOther.postModuleBeginRunSignal_);
442 
443  copySlotsToFrom(preModuleEndRunSignal_, iOther.preModuleEndRunSignal_);
444  copySlotsToFromReverse(postModuleEndRunSignal_, iOther.postModuleEndRunSignal_);
445 
446  copySlotsToFrom(preModuleBeginLumiSignal_, iOther.preModuleBeginLumiSignal_);
447  copySlotsToFromReverse(postModuleBeginLumiSignal_, iOther.postModuleBeginLumiSignal_);
448 
449  copySlotsToFrom(preModuleEndLumiSignal_, iOther.preModuleEndLumiSignal_);
450  copySlotsToFromReverse(postModuleEndLumiSignal_, iOther.postModuleEndLumiSignal_);
451  */
452  copySlotsToFrom(preSourceConstructionSignal_, iOther.preSourceConstructionSignal_);
453  copySlotsToFromReverse(postSourceConstructionSignal_, iOther.postSourceConstructionSignal_);
454 
455  copySlotsToFrom(preLockEventSetupGetSignal_, iOther.preLockEventSetupGetSignal_);
456  copySlotsToFromReverse(postLockEventSetupGetSignal_, iOther.postLockEventSetupGetSignal_);
457  copySlotsToFromReverse(postEventSetupGetSignal_, iOther.postEventSetupGetSignal_);
458  }

References jobFailureSignal_, postBeginJobSignal_, postCloseFileSignal_, postEndJobSignal_, postEventReadFromSourceSignal_, postEventSetupGetSignal_, postEventSignal_, postGlobalBeginLumiSignal_, postGlobalBeginRunSignal_, postGlobalEndLumiSignal_, postGlobalEndRunSignal_, postGlobalWriteLumiSignal_, postGlobalWriteRunSignal_, postLockEventSetupGetSignal_, postModuleBeginJobSignal_, postModuleBeginStreamSignal_, postModuleConstructionSignal_, postModuleEndJobSignal_, postModuleEndStreamSignal_, postModuleEventAcquireSignal_, postModuleEventDelayedGetSignal_, postModuleEventPrefetchingSignal_, postModuleEventSignal_, postModuleGlobalBeginLumiSignal_, postModuleGlobalBeginRunSignal_, postModuleGlobalEndLumiSignal_, postModuleGlobalEndRunSignal_, postModuleStreamBeginLumiSignal_, postModuleStreamBeginRunSignal_, postModuleStreamEndLumiSignal_, postModuleStreamEndRunSignal_, postModuleWriteLumiSignal_, postModuleWriteRunSignal_, postOpenFileSignal_, postPathEventSignal_, postSourceConstructionSignal_, postSourceLumiSignal_, postSourceRunSignal_, postSourceSignal_, postStreamBeginLumiSignal_, postStreamBeginRunSignal_, postStreamEndLumiSignal_, postStreamEndRunSignal_, preallocateSignal_, preBeginJobSignal_, preCloseFileSignal_, preEndJobSignal_, preEventReadFromSourceSignal_, preEventSignal_, preGlobalBeginLumiSignal_, preGlobalBeginRunSignal_, preGlobalEarlyTerminationSignal_, preGlobalEndLumiSignal_, preGlobalEndRunSignal_, preGlobalWriteLumiSignal_, preGlobalWriteRunSignal_, preLockEventSetupGetSignal_, preModuleBeginJobSignal_, preModuleBeginStreamSignal_, preModuleConstructionSignal_, preModuleEndJobSignal_, preModuleEndStreamSignal_, preModuleEventAcquireSignal_, preModuleEventDelayedGetSignal_, preModuleEventPrefetchingSignal_, preModuleEventSignal_, preModuleGlobalBeginLumiSignal_, preModuleGlobalBeginRunSignal_, preModuleGlobalEndLumiSignal_, preModuleGlobalEndRunSignal_, preModuleStreamBeginLumiSignal_, preModuleStreamBeginRunSignal_, preModuleStreamEndLumiSignal_, preModuleStreamEndRunSignal_, preModuleWriteLumiSignal_, preModuleWriteRunSignal_, preOpenFileSignal_, prePathEventSignal_, preSourceConstructionSignal_, preSourceEarlyTerminationSignal_, preSourceLumiSignal_, preSourceRunSignal_, preSourceSignal_, preStreamBeginLumiSignal_, preStreamBeginRunSignal_, preStreamEarlyTerminationSignal_, preStreamEndLumiSignal_, and preStreamEndRunSignal_.

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

◆ operator=()

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

◆ 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 177 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 157 of file ActivityRegistry.h.

◆ watchPostBeginLumi() [1/2]

void edm::ActivityRegistry::watchPostBeginLumi ( PostBeginLumi::slot_type const &  iSlot)
inline

◆ watchPostBeginLumi() [2/2]

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

Definition at line 504 of file ActivityRegistry.h.

◆ watchPostBeginRun() [1/2]

void edm::ActivityRegistry::watchPostBeginRun ( PostBeginRun::slot_type const &  iSlot)
inline

◆ watchPostBeginRun() [2/2]

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

Definition at line 476 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 240 of file ActivityRegistry.h.

◆ watchPostEndJob() [1/2]

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

◆ watchPostEndJob() [2/2]

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

Definition at line 169 of file ActivityRegistry.h.

◆ watchPostEndLumi() [1/2]

void edm::ActivityRegistry::watchPostEndLumi ( PostEndLumi::slot_type const &  iSlot)
inline

◆ watchPostEndLumi() [2/2]

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

Definition at line 518 of file ActivityRegistry.h.

◆ watchPostEndRun() [1/2]

void edm::ActivityRegistry::watchPostEndRun ( PostEndRun::slot_type const &  iSlot)
inline

◆ watchPostEndRun() [2/2]

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

Definition at line 490 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 407 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 726 of file ActivityRegistry.h.

◆ watchPostEventSetupGet() [1/2]

void edm::ActivityRegistry::watchPostEventSetupGet ( PostEventSetupGet::slot_type const &  iSlot)
inline

◆ watchPostEventSetupGet() [2/2]

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

Definition at line 992 of file ActivityRegistry.h.

1010 :
1011  // forwards subprocess independent signals to slots connected to iOther

◆ 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 343 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 281 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 355 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 293 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 369 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 305 of file ActivityRegistry.h.

◆ watchPostLockEventSetupGet() [1/2]

void edm::ActivityRegistry::watchPostLockEventSetupGet ( PostLockEventSetupGet::slot_type const &  iSlot)
inline

◆ watchPostLockEventSetupGet() [2/2]

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

Definition at line 982 of file ActivityRegistry.h.

◆ watchPostModule() [1/2]

void edm::ActivityRegistry::watchPostModule ( PostModule::slot_type const &  iSlot)
inline

◆ watchPostModule() [2/2]

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

Definition at line 878 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 636 of file ActivityRegistry.h.

◆ watchPostModuleBeginLumi() [1/2]

void edm::ActivityRegistry::watchPostModuleBeginLumi ( PostModuleBeginLumi::slot_type const &  iSlot)
inline

◆ watchPostModuleBeginLumi() [2/2]

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

Definition at line 928 of file ActivityRegistry.h.

◆ watchPostModuleBeginRun() [1/2]

void edm::ActivityRegistry::watchPostModuleBeginRun ( PostModuleBeginRun::slot_type const &  iSlot)
inline

◆ watchPostModuleBeginRun() [2/2]

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

Definition at line 894 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 254 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 622 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 650 of file ActivityRegistry.h.

◆ watchPostModuleEndLumi() [1/2]

void edm::ActivityRegistry::watchPostModuleEndLumi ( PostModuleEndLumi::slot_type const &  iSlot)
inline

◆ watchPostModuleEndLumi() [2/2]

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

Definition at line 944 of file ActivityRegistry.h.

◆ watchPostModuleEndRun() [1/2]

void edm::ActivityRegistry::watchPostModuleEndRun ( PostModuleEndRun::slot_type const &  iSlot)
inline

◆ watchPostModuleEndRun() [2/2]

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

Definition at line 910 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 268 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 678 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 694 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 710 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 666 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 824 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 796 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 838 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 810 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 768 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 740 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 782 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 754 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 864 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 850 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 226 of file ActivityRegistry.h.

◆ watchPostPathBeginLumi() [1/2]

void edm::ActivityRegistry::watchPostPathBeginLumi ( PostPathBeginLumi::slot_type const &  iSlot)
inline

◆ watchPostPathBeginLumi() [2/2]

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

Definition at line 578 of file ActivityRegistry.h.

◆ watchPostPathBeginRun() [1/2]

void edm::ActivityRegistry::watchPostPathBeginRun ( PostPathBeginRun::slot_type const &  iSlot)
inline

◆ watchPostPathBeginRun() [2/2]

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

Definition at line 548 of file ActivityRegistry.h.

◆ watchPostPathEndLumi() [1/2]

void edm::ActivityRegistry::watchPostPathEndLumi ( PostPathEndLumi::slot_type const &  iSlot)
inline

◆ watchPostPathEndLumi() [2/2]

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

Definition at line 592 of file ActivityRegistry.h.

◆ watchPostPathEndRun() [1/2]

void edm::ActivityRegistry::watchPostPathEndRun ( PostPathEndRun::slot_type const &  iSlot)
inline

◆ watchPostPathEndRun() [2/2]

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

Definition at line 562 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 419 of file ActivityRegistry.h.

◆ watchPostProcessEvent() [1/2]

void edm::ActivityRegistry::watchPostProcessEvent ( PostProcessEvent::slot_type const &  iSlot)
inline

◆ watchPostProcessEvent() [2/2]

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

Definition at line 462 of file ActivityRegistry.h.

◆ watchPostProcessPath() [1/2]

void edm::ActivityRegistry::watchPostProcessPath ( PostProcessPath::slot_type const &  iSlot)
inline

◆ watchPostProcessPath() [2/2]

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

Definition at line 532 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 962 of file ActivityRegistry.h.

◆ 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 189 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 201 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 213 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 383 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 317 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 395 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 329 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 143 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 150 of file ActivityRegistry.h.

◆ watchPreBeginLumi() [1/2]

void edm::ActivityRegistry::watchPreBeginLumi ( PreBeginLumi::slot_type const &  iSlot)
inline

◆ watchPreBeginLumi() [2/2]

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

Definition at line 497 of file ActivityRegistry.h.

◆ watchPreBeginRun() [1/2]

void edm::ActivityRegistry::watchPreBeginRun ( PreBeginRun::slot_type const &  iSlot)
inline

◆ watchPreBeginRun() [2/2]

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

Definition at line 469 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 234 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 163 of file ActivityRegistry.h.

◆ watchPreEndLumi() [1/2]

void edm::ActivityRegistry::watchPreEndLumi ( PreEndLumi::slot_type const &  iSlot)
inline

◆ watchPreEndLumi() [2/2]

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

Definition at line 511 of file ActivityRegistry.h.

◆ watchPreEndRun() [1/2]

void edm::ActivityRegistry::watchPreEndRun ( PreEndRun::slot_type const &  iSlot)
inline

◆ watchPreEndRun() [2/2]

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

Definition at line 483 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 401 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 718 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 336 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 274 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 437 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 348 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 286 of file ActivityRegistry.h.

◆ watchPreGlobalWriteLumi() [1/2]

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

Definition at line 359 of file ActivityRegistry.h.

359  {
361  }

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

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

◆ watchPreGlobalWriteLumi() [2/2]

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

Definition at line 362 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 298 of file ActivityRegistry.h.

◆ watchPreLockEventSetupGet() [1/2]

void edm::ActivityRegistry::watchPreLockEventSetupGet ( PreLockEventSetupGet::slot_type const &  iSlot)
inline

◆ watchPreLockEventSetupGet() [2/2]

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

Definition at line 972 of file ActivityRegistry.h.

◆ watchPreModule() [1/2]

void edm::ActivityRegistry::watchPreModule ( PreModule::slot_type const &  iSlot)
inline

◆ watchPreModule() [2/2]

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

Definition at line 871 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 628 of file ActivityRegistry.h.

◆ watchPreModuleBeginLumi() [1/2]

void edm::ActivityRegistry::watchPreModuleBeginLumi ( PreModuleBeginLumi::slot_type const &  iSlot)
inline

◆ watchPreModuleBeginLumi() [2/2]

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

Definition at line 919 of file ActivityRegistry.h.

◆ watchPreModuleBeginRun() [1/2]

void edm::ActivityRegistry::watchPreModuleBeginRun ( PreModuleBeginRun::slot_type const &  iSlot)
inline

◆ watchPreModuleBeginRun() [2/2]

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

Definition at line 885 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 247 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 613 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 642 of file ActivityRegistry.h.

◆ watchPreModuleEndLumi() [1/2]

void edm::ActivityRegistry::watchPreModuleEndLumi ( PreModuleEndLumi::slot_type const &  iSlot)
inline

◆ watchPreModuleEndLumi() [2/2]

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

Definition at line 935 of file ActivityRegistry.h.

◆ watchPreModuleEndRun() [1/2]

void edm::ActivityRegistry::watchPreModuleEndRun ( PreModuleEndRun::slot_type const &  iSlot)
inline

◆ watchPreModuleEndRun() [2/2]

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

Definition at line 901 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 261 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 672 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 686 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 702 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 658 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 817 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 789 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 831 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 803 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 761 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 733 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 775 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 747 of file ActivityRegistry.h.

◆ watchPreModuleWriteLumi() [1/2]

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

Definition at line 854 of file ActivityRegistry.h.

854  {
856  }

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

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

◆ watchPreModuleWriteLumi() [2/2]

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

Definition at line 857 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 843 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 219 of file ActivityRegistry.h.

◆ watchPrePathBeginLumi() [1/2]

void edm::ActivityRegistry::watchPrePathBeginLumi ( PrePathBeginLumi::slot_type const &  iSlot)
inline

◆ watchPrePathBeginLumi() [2/2]

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

Definition at line 569 of file ActivityRegistry.h.

◆ watchPrePathBeginRun() [1/2]

void edm::ActivityRegistry::watchPrePathBeginRun ( PrePathBeginRun::slot_type const &  iSlot)
inline

◆ watchPrePathBeginRun() [2/2]

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

Definition at line 539 of file ActivityRegistry.h.

◆ watchPrePathEndLumi() [1/2]

void edm::ActivityRegistry::watchPrePathEndLumi ( PrePathEndLumi::slot_type const &  iSlot)
inline

◆ watchPrePathEndLumi() [2/2]

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

Definition at line 585 of file ActivityRegistry.h.

◆ watchPrePathEndRun() [1/2]

void edm::ActivityRegistry::watchPrePathEndRun ( PrePathEndRun::slot_type const &  iSlot)
inline

◆ watchPrePathEndRun() [2/2]

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

Definition at line 555 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 413 of file ActivityRegistry.h.

◆ watchPreProcessEvent() [1/2]

void edm::ActivityRegistry::watchPreProcessEvent ( PreProcessEvent::slot_type const &  iSlot)
inline

◆ watchPreProcessEvent() [2/2]

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

Definition at line 453 of file ActivityRegistry.h.

◆ watchPreProcessPath() [1/2]

void edm::ActivityRegistry::watchPreProcessPath ( PreProcessPath::slot_type const &  iSlot)
inline

◆ watchPreProcessPath() [2/2]

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

Definition at line 525 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 953 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 446 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 183 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 195 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 207 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 376 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 310 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 428 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 388 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 322 of file ActivityRegistry.h.

Member Data Documentation

◆ jobFailureSignal_

JobFailure edm::ActivityRegistry::jobFailureSignal_

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

Definition at line 174 of file ActivityRegistry.h.

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

◆ postBeginJobSignal_

PostBeginJob edm::ActivityRegistry::postBeginJobSignal_

signal is emitted after all modules have gotten their beginJob called

Definition at line 154 of file ActivityRegistry.h.

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

◆ postBeginLumiSignal_

PostBeginLumi edm::ActivityRegistry::postBeginLumiSignal_

signal is emitted after all modules have finished processing the beginLumi

Definition at line 502 of file ActivityRegistry.h.

Referenced by watchPostBeginLumi().

◆ postBeginRunSignal_

PostBeginRun edm::ActivityRegistry::postBeginRunSignal_

signal is emitted after all modules have finished processing the beginRun

Definition at line 474 of file ActivityRegistry.h.

Referenced by watchPostBeginRun().

◆ postCloseFileSignal_

PostCloseFile edm::ActivityRegistry::postCloseFileSignal_

Definition at line 238 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 167 of file ActivityRegistry.h.

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

◆ postEndLumiSignal_

PostEndLumi edm::ActivityRegistry::postEndLumiSignal_

signal is emitted after all modules have finished processing the Lumi

Definition at line 516 of file ActivityRegistry.h.

Referenced by watchPostEndLumi().

◆ postEndRunSignal_

PostEndRun edm::ActivityRegistry::postEndRunSignal_

signal is emitted after all modules have finished processing the Run

Definition at line 488 of file ActivityRegistry.h.

Referenced by watchPostEndRun().

◆ postEventReadFromSourceSignal_

PostEventReadFromSource edm::ActivityRegistry::postEventReadFromSourceSignal_

Definition at line 722 of file ActivityRegistry.h.

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

◆ postEventSetupGetSignal_

PostEventSetupGet edm::ActivityRegistry::postEventSetupGetSignal_

signal is emitted after getImpl has returned in the EventSetup DataProxy::get function

Definition at line 988 of file ActivityRegistry.h.

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

◆ postEventSignal_

PostEvent edm::ActivityRegistry::postEventSignal_

signal is emitted after all modules have finished processing the Event

Definition at line 405 of file ActivityRegistry.h.

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

◆ postGlobalBeginLumiSignal_

PostGlobalBeginLumi edm::ActivityRegistry::postGlobalBeginLumiSignal_

Definition at line 339 of file ActivityRegistry.h.

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

◆ postGlobalBeginRunSignal_

PostGlobalBeginRun edm::ActivityRegistry::postGlobalBeginRunSignal_

Definition at line 277 of file ActivityRegistry.h.

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

◆ postGlobalEndLumiSignal_

PostGlobalEndLumi edm::ActivityRegistry::postGlobalEndLumiSignal_

Definition at line 351 of file ActivityRegistry.h.

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

◆ postGlobalEndRunSignal_

PostGlobalEndRun edm::ActivityRegistry::postGlobalEndRunSignal_

Definition at line 289 of file ActivityRegistry.h.

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

◆ postGlobalWriteLumiSignal_

PostGlobalEndLumi edm::ActivityRegistry::postGlobalWriteLumiSignal_

◆ postGlobalWriteRunSignal_

PostGlobalWriteRun edm::ActivityRegistry::postGlobalWriteRunSignal_

◆ postLockEventSetupGetSignal_

PostLockEventSetupGet edm::ActivityRegistry::postLockEventSetupGetSignal_

signal is emitted after lock taken in EventSetup DataProxy::get function

Definition at line 978 of file ActivityRegistry.h.

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

◆ postModuleBeginJobSignal_

PostModuleBeginJob edm::ActivityRegistry::postModuleBeginJobSignal_

Definition at line 632 of file ActivityRegistry.h.

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

◆ postModuleBeginLumiSignal_

PostModuleBeginLumi edm::ActivityRegistry::postModuleBeginLumiSignal_

Definition at line 924 of file ActivityRegistry.h.

Referenced by watchPostModuleBeginLumi().

◆ postModuleBeginRunSignal_

PostModuleBeginRun edm::ActivityRegistry::postModuleBeginRunSignal_

Definition at line 890 of file ActivityRegistry.h.

Referenced by watchPostModuleBeginRun().

◆ postModuleBeginStreamSignal_

PostModuleBeginStream edm::ActivityRegistry::postModuleBeginStreamSignal_

Definition at line 250 of file ActivityRegistry.h.

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

◆ postModuleConstructionSignal_

PostModuleConstruction edm::ActivityRegistry::postModuleConstructionSignal_

Definition at line 617 of file ActivityRegistry.h.

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

◆ postModuleEndJobSignal_

PostModuleEndJob edm::ActivityRegistry::postModuleEndJobSignal_

Definition at line 646 of file ActivityRegistry.h.

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

◆ postModuleEndLumiSignal_

PostModuleEndLumi edm::ActivityRegistry::postModuleEndLumiSignal_

Definition at line 940 of file ActivityRegistry.h.

Referenced by watchPostModuleEndLumi().

◆ postModuleEndRunSignal_

PostModuleEndRun edm::ActivityRegistry::postModuleEndRunSignal_

Definition at line 906 of file ActivityRegistry.h.

Referenced by watchPostModuleEndRun().

◆ postModuleEndStreamSignal_

PostModuleEndStream edm::ActivityRegistry::postModuleEndStreamSignal_

Definition at line 264 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_

Definition at line 792 of file ActivityRegistry.h.

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

◆ postModuleGlobalEndLumiSignal_

PostModuleGlobalEndLumi edm::ActivityRegistry::postModuleGlobalEndLumiSignal_

Definition at line 834 of file ActivityRegistry.h.

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

◆ postModuleGlobalEndRunSignal_

PostModuleGlobalEndRun edm::ActivityRegistry::postModuleGlobalEndRunSignal_

Definition at line 806 of file ActivityRegistry.h.

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

◆ postModuleSignal_

PostModule edm::ActivityRegistry::postModuleSignal_

Definition at line 876 of file ActivityRegistry.h.

Referenced by watchPostModule().

◆ postModuleStreamBeginLumiSignal_

PostModuleStreamBeginLumi edm::ActivityRegistry::postModuleStreamBeginLumiSignal_

◆ postModuleStreamBeginRunSignal_

PostModuleStreamBeginRun edm::ActivityRegistry::postModuleStreamBeginRunSignal_

Definition at line 736 of file ActivityRegistry.h.

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

◆ postModuleStreamEndLumiSignal_

PostModuleStreamEndLumi edm::ActivityRegistry::postModuleStreamEndLumiSignal_

Definition at line 778 of file ActivityRegistry.h.

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

◆ postModuleStreamEndRunSignal_

PostModuleStreamEndRun edm::ActivityRegistry::postModuleStreamEndRunSignal_

Definition at line 750 of file ActivityRegistry.h.

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

◆ postModuleWriteLumiSignal_

PostModuleWriteLumi edm::ActivityRegistry::postModuleWriteLumiSignal_

◆ postModuleWriteRunSignal_

PostModuleWriteRun edm::ActivityRegistry::postModuleWriteRunSignal_

◆ postOpenFileSignal_

PostOpenFile edm::ActivityRegistry::postOpenFileSignal_

Definition at line 224 of file ActivityRegistry.h.

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

◆ postPathBeginLumiSignal_

PostPathBeginLumi edm::ActivityRegistry::postPathBeginLumiSignal_

Definition at line 574 of file ActivityRegistry.h.

Referenced by watchPostPathBeginLumi().

◆ postPathBeginRunSignal_

PostPathBeginRun edm::ActivityRegistry::postPathBeginRunSignal_

Definition at line 544 of file ActivityRegistry.h.

Referenced by watchPostPathBeginRun().

◆ postPathEndLumiSignal_

PostPathEndLumi edm::ActivityRegistry::postPathEndLumiSignal_

Definition at line 590 of file ActivityRegistry.h.

Referenced by watchPostPathEndLumi().

◆ postPathEndRunSignal_

PostPathEndRun edm::ActivityRegistry::postPathEndRunSignal_

Definition at line 560 of file ActivityRegistry.h.

Referenced by watchPostPathEndRun().

◆ postPathEventSignal_

PostPathEvent edm::ActivityRegistry::postPathEventSignal_

Definition at line 417 of file ActivityRegistry.h.

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

◆ postProcessEventSignal_

PostProcessEvent edm::ActivityRegistry::postProcessEventSignal_

signal is emitted after all modules have finished processing the Event

Definition at line 458 of file ActivityRegistry.h.

Referenced by watchPostProcessEvent().

◆ postProcessPathSignal_

PostProcessPath edm::ActivityRegistry::postProcessPathSignal_

Definition at line 530 of file ActivityRegistry.h.

Referenced by watchPostProcessPath().

◆ postSourceConstructionSignal_

PostSourceConstruction edm::ActivityRegistry::postSourceConstructionSignal_

Definition at line 957 of file ActivityRegistry.h.

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

◆ postSourceLumiSignal_

PostSourceLumi edm::ActivityRegistry::postSourceLumiSignal_

Definition at line 199 of file ActivityRegistry.h.

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

◆ postSourceRunSignal_

PostSourceRun edm::ActivityRegistry::postSourceRunSignal_

Definition at line 211 of file ActivityRegistry.h.

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

◆ postSourceSignal_

PostSourceEvent edm::ActivityRegistry::postSourceSignal_

Definition at line 187 of file ActivityRegistry.h.

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

◆ postStreamBeginLumiSignal_

PostStreamBeginLumi edm::ActivityRegistry::postStreamBeginLumiSignal_

Definition at line 379 of file ActivityRegistry.h.

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

◆ postStreamBeginRunSignal_

PostStreamBeginRun edm::ActivityRegistry::postStreamBeginRunSignal_

Definition at line 313 of file ActivityRegistry.h.

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

◆ postStreamEndLumiSignal_

PostStreamEndLumi edm::ActivityRegistry::postStreamEndLumiSignal_

Definition at line 391 of file ActivityRegistry.h.

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

◆ postStreamEndRunSignal_

PostStreamEndRun edm::ActivityRegistry::postStreamEndRunSignal_

Definition at line 325 of file ActivityRegistry.h.

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

◆ preallocateSignal_

Preallocate edm::ActivityRegistry::preallocateSignal_

signal is emitted before beginJob

Definition at line 141 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 147 of file ActivityRegistry.h.

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

◆ preBeginLumiSignal_

PreBeginLumi edm::ActivityRegistry::preBeginLumiSignal_

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

Definition at line 495 of file ActivityRegistry.h.

Referenced by watchPreBeginLumi().

◆ preBeginRunSignal_

PreBeginRun edm::ActivityRegistry::preBeginRunSignal_

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

Definition at line 467 of file ActivityRegistry.h.

Referenced by watchPreBeginRun().

◆ preCloseFileSignal_

PreCloseFile edm::ActivityRegistry::preCloseFileSignal_

Definition at line 232 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 161 of file ActivityRegistry.h.

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

◆ preEndLumiSignal_

PreEndLumi edm::ActivityRegistry::preEndLumiSignal_

signal is emitted before the endLumi is processed

Definition at line 509 of file ActivityRegistry.h.

Referenced by watchPreEndLumi().

◆ preEndRunSignal_

PreEndRun edm::ActivityRegistry::preEndRunSignal_

signal is emitted before the endRun is processed

Definition at line 481 of file ActivityRegistry.h.

Referenced by watchPreEndRun().

◆ preEventReadFromSourceSignal_

PreEventReadFromSource edm::ActivityRegistry::preEventReadFromSourceSignal_

Definition at line 714 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 399 of file ActivityRegistry.h.

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

◆ preGlobalBeginLumiSignal_

PreGlobalBeginLumi edm::ActivityRegistry::preGlobalBeginLumiSignal_

Definition at line 332 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 272 of file ActivityRegistry.h.

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

◆ preGlobalEarlyTerminationSignal_

PreGlobalEarlyTermination edm::ActivityRegistry::preGlobalEarlyTerminationSignal_

◆ preGlobalEndLumiSignal_

PreGlobalEndLumi edm::ActivityRegistry::preGlobalEndLumiSignal_

Definition at line 346 of file ActivityRegistry.h.

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

◆ preGlobalEndRunSignal_

PreGlobalEndRun edm::ActivityRegistry::preGlobalEndRunSignal_

Definition at line 284 of file ActivityRegistry.h.

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

◆ preGlobalWriteLumiSignal_

PreGlobalEndLumi edm::ActivityRegistry::preGlobalWriteLumiSignal_

◆ preGlobalWriteRunSignal_

PreGlobalWriteRun edm::ActivityRegistry::preGlobalWriteRunSignal_

◆ preLockEventSetupGetSignal_

PreLockEventSetupGet edm::ActivityRegistry::preLockEventSetupGetSignal_

signal is emitted before lock taken in EventSetup DataProxy::get function

Definition at line 968 of file ActivityRegistry.h.

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

◆ preModuleBeginJobSignal_

PreModuleBeginJob edm::ActivityRegistry::preModuleBeginJobSignal_

Definition at line 626 of file ActivityRegistry.h.

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

◆ preModuleBeginLumiSignal_

PreModuleBeginLumi edm::ActivityRegistry::preModuleBeginLumiSignal_

Definition at line 915 of file ActivityRegistry.h.

Referenced by watchPreModuleBeginLumi().

◆ preModuleBeginRunSignal_

PreModuleBeginRun edm::ActivityRegistry::preModuleBeginRunSignal_

Definition at line 883 of file ActivityRegistry.h.

Referenced by watchPreModuleBeginRun().

◆ preModuleBeginStreamSignal_

PreModuleBeginStream edm::ActivityRegistry::preModuleBeginStreamSignal_

Definition at line 243 of file ActivityRegistry.h.

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

◆ preModuleConstructionSignal_

PreModuleConstruction edm::ActivityRegistry::preModuleConstructionSignal_

Definition at line 608 of file ActivityRegistry.h.

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

◆ preModuleEndJobSignal_

PreModuleEndJob edm::ActivityRegistry::preModuleEndJobSignal_

Definition at line 640 of file ActivityRegistry.h.

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

◆ preModuleEndLumiSignal_

PreModuleEndLumi edm::ActivityRegistry::preModuleEndLumiSignal_

Definition at line 933 of file ActivityRegistry.h.

Referenced by watchPreModuleEndLumi().

◆ preModuleEndRunSignal_

PreModuleEndRun edm::ActivityRegistry::preModuleEndRunSignal_

Definition at line 899 of file ActivityRegistry.h.

Referenced by watchPreModuleEndRun().

◆ preModuleEndStreamSignal_

PreModuleEndStream edm::ActivityRegistry::preModuleEndStreamSignal_

Definition at line 257 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_

Definition at line 813 of file ActivityRegistry.h.

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

◆ preModuleGlobalBeginRunSignal_

PreModuleGlobalBeginRun edm::ActivityRegistry::preModuleGlobalBeginRunSignal_

Definition at line 785 of file ActivityRegistry.h.

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

◆ preModuleGlobalEndLumiSignal_

PreModuleGlobalEndLumi edm::ActivityRegistry::preModuleGlobalEndLumiSignal_

Definition at line 827 of file ActivityRegistry.h.

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

◆ preModuleGlobalEndRunSignal_

PreModuleGlobalEndRun edm::ActivityRegistry::preModuleGlobalEndRunSignal_

Definition at line 799 of file ActivityRegistry.h.

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

◆ preModuleSignal_

PreModule edm::ActivityRegistry::preModuleSignal_

Definition at line 869 of file ActivityRegistry.h.

Referenced by watchPreModule().

◆ preModuleStreamBeginLumiSignal_

PreModuleStreamBeginLumi edm::ActivityRegistry::preModuleStreamBeginLumiSignal_

Definition at line 757 of file ActivityRegistry.h.

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

◆ preModuleStreamBeginRunSignal_

PreModuleStreamBeginRun edm::ActivityRegistry::preModuleStreamBeginRunSignal_

Definition at line 729 of file ActivityRegistry.h.

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

◆ preModuleStreamEndLumiSignal_

PreModuleStreamEndLumi edm::ActivityRegistry::preModuleStreamEndLumiSignal_

Definition at line 771 of file ActivityRegistry.h.

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

◆ preModuleStreamEndRunSignal_

PreModuleStreamEndRun edm::ActivityRegistry::preModuleStreamEndRunSignal_

Definition at line 743 of file ActivityRegistry.h.

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

◆ preModuleWriteLumiSignal_

PreModuleWriteLumi edm::ActivityRegistry::preModuleWriteLumiSignal_

Definition at line 853 of file ActivityRegistry.h.

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

◆ preModuleWriteRunSignal_

PreModuleWriteRun edm::ActivityRegistry::preModuleWriteRunSignal_

◆ preOpenFileSignal_

PreOpenFile edm::ActivityRegistry::preOpenFileSignal_

Definition at line 217 of file ActivityRegistry.h.

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

◆ prePathBeginLumiSignal_

PrePathBeginLumi edm::ActivityRegistry::prePathBeginLumiSignal_

Definition at line 567 of file ActivityRegistry.h.

Referenced by watchPrePathBeginLumi().

◆ prePathBeginRunSignal_

PrePathBeginRun edm::ActivityRegistry::prePathBeginRunSignal_

Definition at line 537 of file ActivityRegistry.h.

Referenced by watchPrePathBeginRun().

◆ prePathEndLumiSignal_

PrePathEndLumi edm::ActivityRegistry::prePathEndLumiSignal_

Definition at line 583 of file ActivityRegistry.h.

Referenced by watchPrePathEndLumi().

◆ prePathEndRunSignal_

PrePathEndRun edm::ActivityRegistry::prePathEndRunSignal_

Definition at line 553 of file ActivityRegistry.h.

Referenced by watchPrePathEndRun().

◆ prePathEventSignal_

PrePathEvent edm::ActivityRegistry::prePathEventSignal_

Definition at line 411 of file ActivityRegistry.h.

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

◆ preProcessEventSignal_

PreProcessEvent edm::ActivityRegistry::preProcessEventSignal_

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

Definition at line 451 of file ActivityRegistry.h.

Referenced by watchPreProcessEvent().

◆ preProcessPathSignal_

PreProcessPath edm::ActivityRegistry::preProcessPathSignal_

Definition at line 523 of file ActivityRegistry.h.

Referenced by watchPreProcessPath().

◆ preSourceConstructionSignal_

PreSourceConstruction edm::ActivityRegistry::preSourceConstructionSignal_

Definition at line 948 of file ActivityRegistry.h.

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

◆ preSourceEarlyTerminationSignal_

PreSourceEarlyTermination edm::ActivityRegistry::preSourceEarlyTerminationSignal_

◆ preSourceLumiSignal_

PreSourceLumi edm::ActivityRegistry::preSourceLumiSignal_

Definition at line 193 of file ActivityRegistry.h.

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

◆ preSourceRunSignal_

PreSourceRun edm::ActivityRegistry::preSourceRunSignal_

Definition at line 205 of file ActivityRegistry.h.

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

◆ preSourceSignal_

PreSourceEvent edm::ActivityRegistry::preSourceSignal_

Definition at line 181 of file ActivityRegistry.h.

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

◆ preStreamBeginLumiSignal_

PreStreamBeginLumi edm::ActivityRegistry::preStreamBeginLumiSignal_

Definition at line 372 of file ActivityRegistry.h.

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

◆ preStreamBeginRunSignal_

PreStreamBeginRun edm::ActivityRegistry::preStreamBeginRunSignal_

Definition at line 308 of file ActivityRegistry.h.

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

◆ preStreamEarlyTerminationSignal_

PreStreamEarlyTermination edm::ActivityRegistry::preStreamEarlyTerminationSignal_

◆ preStreamEndLumiSignal_

PreStreamEndLumi edm::ActivityRegistry::preStreamEndLumiSignal_

Definition at line 386 of file ActivityRegistry.h.

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

◆ preStreamEndRunSignal_

PreStreamEndRun edm::ActivityRegistry::preStreamEndRunSignal_

Definition at line 320 of file ActivityRegistry.h.

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

edm::ActivityRegistry::postStreamBeginRunSignal_
PostStreamBeginRun postStreamBeginRunSignal_
Definition: ActivityRegistry.h:313
edm::ActivityRegistry::preModuleGlobalEndLumiSignal_
PreModuleGlobalEndLumi preModuleGlobalEndLumiSignal_
Definition: ActivityRegistry.h:827
edm::ActivityRegistry::preGlobalWriteLumiSignal_
PreGlobalEndLumi preGlobalWriteLumiSignal_
Definition: ActivityRegistry.h:358
edm::ActivityRegistry::postModuleBeginLumiSignal_
PostModuleBeginLumi postModuleBeginLumiSignal_
Definition: ActivityRegistry.h:924
edm::ActivityRegistry::prePathBeginLumiSignal_
PrePathBeginLumi prePathBeginLumiSignal_
Definition: ActivityRegistry.h:567
edm::ActivityRegistry::preOpenFileSignal_
PreOpenFile preOpenFileSignal_
Definition: ActivityRegistry.h:217
edm::ActivityRegistry::preGlobalEndLumiSignal_
PreGlobalEndLumi preGlobalEndLumiSignal_
Definition: ActivityRegistry.h:346
edm::ActivityRegistry::preEndJobSignal_
PreEndJob preEndJobSignal_
signal is emitted before any modules have gotten their endJob called
Definition: ActivityRegistry.h:161
edm::ActivityRegistry::preModuleSignal_
PreModule preModuleSignal_
Definition: ActivityRegistry.h:869
edm::ActivityRegistry::preModuleBeginRunSignal_
PreModuleBeginRun preModuleBeginRunSignal_
Definition: ActivityRegistry.h:883
edm::ActivityRegistry::prePathEndLumiSignal_
PrePathEndLumi prePathEndLumiSignal_
Definition: ActivityRegistry.h:583
edm::ActivityRegistry::postGlobalWriteRunSignal_
PostGlobalWriteRun postGlobalWriteRunSignal_
Definition: ActivityRegistry.h:301
edm::ActivityRegistry::postEndLumiSignal_
PostEndLumi postEndLumiSignal_
signal is emitted after all modules have finished processing the Lumi
Definition: ActivityRegistry.h:516
edm::ActivityRegistry::preModuleWriteRunSignal_
PreModuleWriteRun preModuleWriteRunSignal_
Definition: ActivityRegistry.h:841
edm::ActivityRegistry::preStreamBeginLumiSignal_
PreStreamBeginLumi preStreamBeginLumiSignal_
Definition: ActivityRegistry.h:372
edm::ActivityRegistry::preProcessPathSignal_
PreProcessPath preProcessPathSignal_
Definition: ActivityRegistry.h:523
edm::ActivityRegistry::preSourceEarlyTerminationSignal_
PreSourceEarlyTermination preSourceEarlyTerminationSignal_
Definition: ActivityRegistry.h:442
edm::ActivityRegistry::preModuleStreamBeginLumiSignal_
PreModuleStreamBeginLumi preModuleStreamBeginLumiSignal_
Definition: ActivityRegistry.h:757
edm::ActivityRegistry::postModuleStreamBeginRunSignal_
PostModuleStreamBeginRun postModuleStreamBeginRunSignal_
Definition: ActivityRegistry.h:736
edm::ActivityRegistry::preSourceSignal_
PreSourceEvent preSourceSignal_
Definition: ActivityRegistry.h:181
edm::ActivityRegistry::jobFailureSignal_
JobFailure jobFailureSignal_
Definition: ActivityRegistry.h:174
edm::ActivityRegistry::postModuleGlobalBeginLumiSignal_
PostModuleGlobalBeginLumi postModuleGlobalBeginLumiSignal_
Definition: ActivityRegistry.h:820
edm::ActivityRegistry::postModuleBeginJobSignal_
PostModuleBeginJob postModuleBeginJobSignal_
Definition: ActivityRegistry.h:632
edm::ActivityRegistry::preModuleGlobalBeginRunSignal_
PreModuleGlobalBeginRun preModuleGlobalBeginRunSignal_
Definition: ActivityRegistry.h:785
edm::ActivityRegistry::postModuleEndStreamSignal_
PostModuleEndStream postModuleEndStreamSignal_
Definition: ActivityRegistry.h:264
edm::ActivityRegistry::preModuleEndLumiSignal_
PreModuleEndLumi preModuleEndLumiSignal_
Definition: ActivityRegistry.h:933
edm::ActivityRegistry::postModuleBeginRunSignal_
PostModuleBeginRun postModuleBeginRunSignal_
Definition: ActivityRegistry.h:890
edm::ActivityRegistry::preModuleStreamEndLumiSignal_
PreModuleStreamEndLumi preModuleStreamEndLumiSignal_
Definition: ActivityRegistry.h:771
edm::ActivityRegistry::postModuleGlobalEndLumiSignal_
PostModuleGlobalEndLumi postModuleGlobalEndLumiSignal_
Definition: ActivityRegistry.h:834
edm::ActivityRegistry::postModuleWriteLumiSignal_
PostModuleWriteLumi postModuleWriteLumiSignal_
Definition: ActivityRegistry.h:860
edm::ActivityRegistry::preModuleEndJobSignal_
PreModuleEndJob preModuleEndJobSignal_
Definition: ActivityRegistry.h:640
edm::ActivityRegistry::preStreamEndLumiSignal_
PreStreamEndLumi preStreamEndLumiSignal_
Definition: ActivityRegistry.h:386
edm::signalslot::ObsoleteSignal::connect
void connect(U)
Definition: ActivityRegistry.h:122
edm::ActivityRegistry::postPathEventSignal_
PostPathEvent postPathEventSignal_
Definition: ActivityRegistry.h:417
edm::ActivityRegistry::postModuleStreamEndLumiSignal_
PostModuleStreamEndLumi postModuleStreamEndLumiSignal_
Definition: ActivityRegistry.h:778
edm::ActivityRegistry::postPathBeginLumiSignal_
PostPathBeginLumi postPathBeginLumiSignal_
Definition: ActivityRegistry.h:574
edm::ActivityRegistry::postModuleWriteRunSignal_
PostModuleWriteRun postModuleWriteRunSignal_
Definition: ActivityRegistry.h:846
edm::ActivityRegistry::postEventSetupGetSignal_
PostEventSetupGet postEventSetupGetSignal_
signal is emitted after getImpl has returned in the EventSetup DataProxy::get function
Definition: ActivityRegistry.h:988
edm::ActivityRegistry::preSourceLumiSignal_
PreSourceLumi preSourceLumiSignal_
Definition: ActivityRegistry.h:193
edm::ActivityRegistry::preEndRunSignal_
PreEndRun preEndRunSignal_
signal is emitted before the endRun is processed
Definition: ActivityRegistry.h:481
edm::ActivityRegistry::postGlobalWriteLumiSignal_
PostGlobalEndLumi postGlobalWriteLumiSignal_
Definition: ActivityRegistry.h:365
edm::ActivityRegistry::postBeginRunSignal_
PostBeginRun postBeginRunSignal_
signal is emitted after all modules have finished processing the beginRun
Definition: ActivityRegistry.h:474
edm::ActivityRegistry::preModuleEventAcquireSignal_
PreModuleEventAcquire preModuleEventAcquireSignal_
Definition: ActivityRegistry.h:682
edm::ActivityRegistry::connectLocals
void connectLocals(ActivityRegistry &iOther)
Definition: ActivityRegistry.cc:122
edm::ActivityRegistry::postModuleEventAcquireSignal_
PostModuleEventAcquire postModuleEventAcquireSignal_
Definition: ActivityRegistry.h:690
edm::ActivityRegistry::preModuleStreamBeginRunSignal_
PreModuleStreamBeginRun preModuleStreamBeginRunSignal_
Definition: ActivityRegistry.h:729
edm::ActivityRegistry::postOpenFileSignal_
PostOpenFile postOpenFileSignal_
Definition: ActivityRegistry.h:224
edm::ActivityRegistry::preSourceRunSignal_
PreSourceRun preSourceRunSignal_
Definition: ActivityRegistry.h:205
edm::ActivityRegistry::postGlobalBeginLumiSignal_
PostGlobalBeginLumi postGlobalBeginLumiSignal_
Definition: ActivityRegistry.h:339
edm::ActivityRegistry::preModuleEventSignal_
PreModuleEvent preModuleEventSignal_
Definition: ActivityRegistry.h:670
edm::ActivityRegistry::preGlobalEndRunSignal_
PreGlobalEndRun preGlobalEndRunSignal_
Definition: ActivityRegistry.h:284
edm::ActivityRegistry::postModuleConstructionSignal_
PostModuleConstruction postModuleConstructionSignal_
Definition: ActivityRegistry.h:617
edm::ActivityRegistry::preModuleEventPrefetchingSignal_
PreModuleEventPrefetching preModuleEventPrefetchingSignal_
Definition: ActivityRegistry.h:654
edm::ActivityRegistry::postProcessPathSignal_
PostProcessPath postProcessPathSignal_
Definition: ActivityRegistry.h:530
edm::ActivityRegistry::postModuleBeginStreamSignal_
PostModuleBeginStream postModuleBeginStreamSignal_
Definition: ActivityRegistry.h:250
edm::ActivityRegistry::postEndJobSignal_
PostEndJob postEndJobSignal_
signal is emitted after all modules have gotten their endJob called
Definition: ActivityRegistry.h:167
edm::signalslot::Signal::connect_front
void connect_front(U iFunc)
Definition: Signal.h:67
edm::ActivityRegistry::postModuleEndLumiSignal_
PostModuleEndLumi postModuleEndLumiSignal_
Definition: ActivityRegistry.h:940
edm::ActivityRegistry::postModuleGlobalBeginRunSignal_
PostModuleGlobalBeginRun postModuleGlobalBeginRunSignal_
Definition: ActivityRegistry.h:792
edm::signalslot::ObsoleteSignal::connect_front
void connect_front(U)
Definition: ActivityRegistry.h:127
edm::ActivityRegistry::postModuleSignal_
PostModule postModuleSignal_
Definition: ActivityRegistry.h:876
edm::ActivityRegistry::postModuleEventDelayedGetSignal_
PostModuleEventDelayedGet postModuleEventDelayedGetSignal_
Definition: ActivityRegistry.h:706
edm::ActivityRegistry::postSourceRunSignal_
PostSourceRun postSourceRunSignal_
Definition: ActivityRegistry.h:211
edm::ActivityRegistry::preModuleGlobalEndRunSignal_
PreModuleGlobalEndRun preModuleGlobalEndRunSignal_
Definition: ActivityRegistry.h:799
edm::ActivityRegistry::postLockEventSetupGetSignal_
PostLockEventSetupGet postLockEventSetupGetSignal_
signal is emitted after lock taken in EventSetup DataProxy::get function
Definition: ActivityRegistry.h:978
edm::ActivityRegistry::preBeginRunSignal_
PreBeginRun preBeginRunSignal_
signal is emitted after the Run has been created by the InputSource but before any modules have seen ...
Definition: ActivityRegistry.h:467
edm::ActivityRegistry::postBeginLumiSignal_
PostBeginLumi postBeginLumiSignal_
signal is emitted after all modules have finished processing the beginLumi
Definition: ActivityRegistry.h:502
edm::ActivityRegistry::postEventReadFromSourceSignal_
PostEventReadFromSource postEventReadFromSourceSignal_
Definition: ActivityRegistry.h:722
edm::ActivityRegistry::postModuleEventSignal_
PostModuleEvent postModuleEventSignal_
Definition: ActivityRegistry.h:676
edm::ActivityRegistry::preBeginJobSignal_
PreBeginJob preBeginJobSignal_
signal is emitted before all modules have gotten their beginJob called
Definition: ActivityRegistry.h:147
edm::ActivityRegistry::preSourceConstructionSignal_
PreSourceConstruction preSourceConstructionSignal_
Definition: ActivityRegistry.h:948
edm::ActivityRegistry::postSourceLumiSignal_
PostSourceLumi postSourceLumiSignal_
Definition: ActivityRegistry.h:199
edm::ActivityRegistry::preProcessEventSignal_
PreProcessEvent preProcessEventSignal_
signal is emitted after the Event has been created by the InputSource but before any modules have see...
Definition: ActivityRegistry.h:451
edm::ActivityRegistry::preBeginLumiSignal_
PreBeginLumi preBeginLumiSignal_
signal is emitted after the Lumi has been created by the InputSource but before any modules have seen...
Definition: ActivityRegistry.h:495
edm::ActivityRegistry::postCloseFileSignal_
PostCloseFile postCloseFileSignal_
Definition: ActivityRegistry.h:238
edm::ActivityRegistry::preStreamBeginRunSignal_
PreStreamBeginRun preStreamBeginRunSignal_
Definition: ActivityRegistry.h:308
edm::ActivityRegistry::preGlobalBeginLumiSignal_
PreGlobalBeginLumi preGlobalBeginLumiSignal_
Definition: ActivityRegistry.h:332
edm::ActivityRegistry::prePathEventSignal_
PrePathEvent prePathEventSignal_
Definition: ActivityRegistry.h:411
edm::ActivityRegistry::postGlobalBeginRunSignal_
PostGlobalBeginRun postGlobalBeginRunSignal_
Definition: ActivityRegistry.h:277
edm::ActivityRegistry::preModuleStreamEndRunSignal_
PreModuleStreamEndRun preModuleStreamEndRunSignal_
Definition: ActivityRegistry.h:743
edm::ActivityRegistry::postBeginJobSignal_
PostBeginJob postBeginJobSignal_
signal is emitted after all modules have gotten their beginJob called
Definition: ActivityRegistry.h:154
edm::ActivityRegistry::preGlobalBeginRunSignal_
PreGlobalBeginRun preGlobalBeginRunSignal_
signal is emitted after the Run has been created by the InputSource but before any modules have seen ...
Definition: ActivityRegistry.h:272
edm::ActivityRegistry::postPathBeginRunSignal_
PostPathBeginRun postPathBeginRunSignal_
Definition: ActivityRegistry.h:544
edm::ActivityRegistry::preModuleEventDelayedGetSignal_
PreModuleEventDelayedGet preModuleEventDelayedGetSignal_
Definition: ActivityRegistry.h:698
edm::ActivityRegistry::preModuleWriteLumiSignal_
PreModuleWriteLumi preModuleWriteLumiSignal_
Definition: ActivityRegistry.h:853
edm::ActivityRegistry::postEventSignal_
PostEvent postEventSignal_
signal is emitted after all modules have finished processing the Event
Definition: ActivityRegistry.h:405
edm::ActivityRegistry::postEndRunSignal_
PostEndRun postEndRunSignal_
signal is emitted after all modules have finished processing the Run
Definition: ActivityRegistry.h:488
edm::ActivityRegistry::preEndLumiSignal_
PreEndLumi preEndLumiSignal_
signal is emitted before the endLumi is processed
Definition: ActivityRegistry.h:509
edm::ActivityRegistry::postGlobalEndLumiSignal_
PostGlobalEndLumi postGlobalEndLumiSignal_
Definition: ActivityRegistry.h:351
edm::ActivityRegistry::postSourceConstructionSignal_
PostSourceConstruction postSourceConstructionSignal_
Definition: ActivityRegistry.h:957
edm::ActivityRegistry::postStreamEndLumiSignal_
PostStreamEndLumi postStreamEndLumiSignal_
Definition: ActivityRegistry.h:391
edm::ActivityRegistry::preModuleEndRunSignal_
PreModuleEndRun preModuleEndRunSignal_
Definition: ActivityRegistry.h:899
edm::ActivityRegistry::postModuleGlobalEndRunSignal_
PostModuleGlobalEndRun postModuleGlobalEndRunSignal_
Definition: ActivityRegistry.h:806
edm::ActivityRegistry::preEventSignal_
PreEvent preEventSignal_
signal is emitted after the Event has been created by the InputSource but before any modules have see...
Definition: ActivityRegistry.h:399
edm::ActivityRegistry::postPathEndLumiSignal_
PostPathEndLumi postPathEndLumiSignal_
Definition: ActivityRegistry.h:590
edm::ActivityRegistry::preModuleBeginLumiSignal_
PreModuleBeginLumi preModuleBeginLumiSignal_
Definition: ActivityRegistry.h:915
edm::ActivityRegistry::postStreamEndRunSignal_
PostStreamEndRun postStreamEndRunSignal_
Definition: ActivityRegistry.h:325
edm::ActivityRegistry::preLockEventSetupGetSignal_
PreLockEventSetupGet preLockEventSetupGetSignal_
signal is emitted before lock taken in EventSetup DataProxy::get function
Definition: ActivityRegistry.h:968
edm::ActivityRegistry::preModuleConstructionSignal_
PreModuleConstruction preModuleConstructionSignal_
Definition: ActivityRegistry.h:608
edm::ActivityRegistry::preCloseFileSignal_
PreCloseFile preCloseFileSignal_
Definition: ActivityRegistry.h:232
edm::ActivityRegistry::preModuleEndStreamSignal_
PreModuleEndStream preModuleEndStreamSignal_
Definition: ActivityRegistry.h:257
edm::ActivityRegistry::preModuleBeginStreamSignal_
PreModuleBeginStream preModuleBeginStreamSignal_
Definition: ActivityRegistry.h:243
edm::ActivityRegistry::postModuleEndRunSignal_
PostModuleEndRun postModuleEndRunSignal_
Definition: ActivityRegistry.h:906
edm::ActivityRegistry::postModuleStreamBeginLumiSignal_
PostModuleStreamBeginLumi postModuleStreamBeginLumiSignal_
Definition: ActivityRegistry.h:764
edm::ActivityRegistry::preallocateSignal_
Preallocate preallocateSignal_
signal is emitted before beginJob
Definition: ActivityRegistry.h:141
edm::ActivityRegistry::postGlobalEndRunSignal_
PostGlobalEndRun postGlobalEndRunSignal_
Definition: ActivityRegistry.h:289
edm::ActivityRegistry::postSourceSignal_
PostSourceEvent postSourceSignal_
Definition: ActivityRegistry.h:187
edm::ActivityRegistry::preEventReadFromSourceSignal_
PreEventReadFromSource preEventReadFromSourceSignal_
Definition: ActivityRegistry.h:714
edm::ActivityRegistry::preGlobalWriteRunSignal_
PreGlobalWriteRun preGlobalWriteRunSignal_
Definition: ActivityRegistry.h:296
edm::ActivityRegistry::postPathEndRunSignal_
PostPathEndRun postPathEndRunSignal_
Definition: ActivityRegistry.h:560
edm::ActivityRegistry::preStreamEndRunSignal_
PreStreamEndRun preStreamEndRunSignal_
Definition: ActivityRegistry.h:320
edm::ActivityRegistry::postProcessEventSignal_
PostProcessEvent postProcessEventSignal_
signal is emitted after all modules have finished processing the Event
Definition: ActivityRegistry.h:458
edm::ActivityRegistry::postModuleStreamEndRunSignal_
PostModuleStreamEndRun postModuleStreamEndRunSignal_
Definition: ActivityRegistry.h:750
edm::ActivityRegistry::prePathBeginRunSignal_
PrePathBeginRun prePathBeginRunSignal_
Definition: ActivityRegistry.h:537
edm::ActivityRegistry::postModuleEventPrefetchingSignal_
PostModuleEventPrefetching postModuleEventPrefetchingSignal_
Definition: ActivityRegistry.h:662
edm::ActivityRegistry::prePathEndRunSignal_
PrePathEndRun prePathEndRunSignal_
Definition: ActivityRegistry.h:553
edm::signalslot::Signal::connect
void connect(U iFunc)
Definition: Signal.h:62
edm::ActivityRegistry::preStreamEarlyTerminationSignal_
PreStreamEarlyTermination preStreamEarlyTerminationSignal_
Definition: ActivityRegistry.h:424
edm::ActivityRegistry::preModuleBeginJobSignal_
PreModuleBeginJob preModuleBeginJobSignal_
Definition: ActivityRegistry.h:626
edm::ActivityRegistry::connectGlobals
void connectGlobals(ActivityRegistry &iOther)
Definition: ActivityRegistry.cc:91
edm::ActivityRegistry::postStreamBeginLumiSignal_
PostStreamBeginLumi postStreamBeginLumiSignal_
Definition: ActivityRegistry.h:379
edm::ActivityRegistry::postModuleEndJobSignal_
PostModuleEndJob postModuleEndJobSignal_
Definition: ActivityRegistry.h:646
edm::ActivityRegistry::preModuleGlobalBeginLumiSignal_
PreModuleGlobalBeginLumi preModuleGlobalBeginLumiSignal_
Definition: ActivityRegistry.h:813
edm::ActivityRegistry::preGlobalEarlyTerminationSignal_
PreGlobalEarlyTermination preGlobalEarlyTerminationSignal_
Definition: ActivityRegistry.h:433