#include <ActivityRegistry.h>
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) |
ActivityRegistry & | operator= (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 | 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 | 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) |
Private Member Functions | |
void | connectGlobals (ActivityRegistry &iOther) |
void | connectLocals (ActivityRegistry &iOther) |
Definition at line 132 of file ActivityRegistry.h.
typedef signalslot::Signal<void()> edm::ActivityRegistry::JobFailure |
Definition at line 171 of file ActivityRegistry.h.
typedef signalslot::Signal<void()> edm::ActivityRegistry::PostBeginJob |
Definition at line 152 of file ActivityRegistry.h.
typedef signalslot::ObsoleteSignal<void(LuminosityBlock const&, EventSetup const&)> edm::ActivityRegistry::PostBeginLumi |
Definition at line 474 of file ActivityRegistry.h.
typedef signalslot::ObsoleteSignal<void(Run const&, EventSetup const&)> edm::ActivityRegistry::PostBeginRun |
Definition at line 446 of file ActivityRegistry.h.
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.
typedef signalslot::Signal<void()> edm::ActivityRegistry::PostEndJob |
Definition at line 165 of file ActivityRegistry.h.
typedef signalslot::ObsoleteSignal<void(LuminosityBlock const&, EventSetup const&)> edm::ActivityRegistry::PostEndLumi |
Definition at line 488 of file ActivityRegistry.h.
typedef signalslot::ObsoleteSignal<void(Run const&, EventSetup const&)> edm::ActivityRegistry::PostEndRun |
Definition at line 460 of file ActivityRegistry.h.
typedef signalslot::Signal<void(StreamContext const&)> edm::ActivityRegistry::PostEvent |
Definition at line 377 of file ActivityRegistry.h.
typedef signalslot::Signal<void(StreamContext const&, ModuleCallingContext const&)> edm::ActivityRegistry::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 695 of file ActivityRegistry.h.
typedef signalslot::Signal<void( eventsetup::ComponentDescription const*, eventsetup::EventSetupRecordKey const&, eventsetup::DataKey const&)> edm::ActivityRegistry::PostEventSetupGet |
Definition at line 960 of file ActivityRegistry.h.
typedef signalslot::Signal<void(GlobalContext const&)> edm::ActivityRegistry::PostGlobalBeginLumi |
Definition at line 326 of file ActivityRegistry.h.
typedef signalslot::Signal<void(GlobalContext const&)> edm::ActivityRegistry::PostGlobalBeginRun |
Definition at line 276 of file ActivityRegistry.h.
typedef signalslot::Signal<void(GlobalContext const&)> edm::ActivityRegistry::PostGlobalEndLumi |
Definition at line 338 of file ActivityRegistry.h.
typedef signalslot::Signal<void(GlobalContext const&)> edm::ActivityRegistry::PostGlobalEndRun |
Definition at line 288 of file ActivityRegistry.h.
typedef signalslot::Signal<void( eventsetup::ComponentDescription const*, eventsetup::EventSetupRecordKey const&, eventsetup::DataKey const&)> edm::ActivityRegistry::PostLockEventSetupGet |
Definition at line 950 of file ActivityRegistry.h.
typedef signalslot::ObsoleteSignal<void(ModuleDescription const&)> edm::ActivityRegistry::PostModule |
signal is emitted after the module finished processing the Event
Definition at line 849 of file ActivityRegistry.h.
typedef signalslot::Signal<void(ModuleDescription const&)> edm::ActivityRegistry::PostModuleBeginJob |
signal is emitted after the module had done beginJob
Definition at line 605 of file ActivityRegistry.h.
typedef signalslot::ObsoleteSignal<void(ModuleDescription const&)> edm::ActivityRegistry::PostModuleBeginLumi |
signal is emitted after the module finished processing beginLumi
Definition at line 897 of file ActivityRegistry.h.
typedef signalslot::ObsoleteSignal<void(ModuleDescription const&)> edm::ActivityRegistry::PostModuleBeginRun |
signal is emitted after the module finished processing beginRun
Definition at line 863 of file ActivityRegistry.h.
typedef signalslot::Signal<void(StreamContext const&, ModuleCallingContext const&)> edm::ActivityRegistry::PostModuleBeginStream |
Definition at line 249 of file ActivityRegistry.h.
typedef signalslot::Signal<void(ModuleDescription const&)> edm::ActivityRegistry::PostModuleConstruction |
signal is emitted after the module was construction
Definition at line 590 of file ActivityRegistry.h.
typedef signalslot::Signal<void(ModuleDescription const&)> edm::ActivityRegistry::PostModuleEndJob |
signal is emitted after the module had done endJob
Definition at line 619 of file ActivityRegistry.h.
typedef signalslot::ObsoleteSignal<void(ModuleDescription const&)> edm::ActivityRegistry::PostModuleEndLumi |
signal is emitted after the module finished processing endLumi
Definition at line 913 of file ActivityRegistry.h.
typedef signalslot::ObsoleteSignal<void(ModuleDescription const&)> edm::ActivityRegistry::PostModuleEndRun |
signal is emitted after the module finished processing endRun
Definition at line 879 of file ActivityRegistry.h.
typedef signalslot::Signal<void(StreamContext const&, ModuleCallingContext const&)> edm::ActivityRegistry::PostModuleEndStream |
Definition at line 263 of file ActivityRegistry.h.
typedef signalslot::Signal<void(StreamContext const&, ModuleCallingContext const&)> edm::ActivityRegistry::PostModuleEvent |
signal is emitted after the module finished processing the Event
Definition at line 649 of file ActivityRegistry.h.
typedef signalslot::Signal<void(StreamContext const&, ModuleCallingContext const&)> edm::ActivityRegistry::PostModuleEventAcquire |
signal is emitted after the module finishes the acquire method for the Event
Definition at line 663 of file ActivityRegistry.h.
typedef signalslot::Signal<void(StreamContext const&, ModuleCallingContext const&)> edm::ActivityRegistry::PostModuleEventDelayedGet |
signal is emitted after the module starts processing the Event and after a delayed get has finished
Definition at line 679 of file ActivityRegistry.h.
typedef signalslot::Signal<void(StreamContext const&, ModuleCallingContext const&)> edm::ActivityRegistry::PostModuleEventPrefetching |
signal is emitted before the module starts processing the Event and after prefetching has finished
Definition at line 635 of file ActivityRegistry.h.
typedef signalslot::Signal<void(GlobalContext const&, ModuleCallingContext const&)> edm::ActivityRegistry::PostModuleGlobalBeginLumi |
Definition at line 793 of file ActivityRegistry.h.
typedef signalslot::Signal<void(GlobalContext const&, ModuleCallingContext const&)> edm::ActivityRegistry::PostModuleGlobalBeginRun |
Definition at line 765 of file ActivityRegistry.h.
typedef signalslot::Signal<void(GlobalContext const&, ModuleCallingContext const&)> edm::ActivityRegistry::PostModuleGlobalEndLumi |
Definition at line 807 of file ActivityRegistry.h.
typedef signalslot::Signal<void(GlobalContext const&, ModuleCallingContext const&)> edm::ActivityRegistry::PostModuleGlobalEndRun |
Definition at line 779 of file ActivityRegistry.h.
typedef signalslot::Signal<void(StreamContext const&, ModuleCallingContext const&)> edm::ActivityRegistry::PostModuleStreamBeginLumi |
Definition at line 737 of file ActivityRegistry.h.
typedef signalslot::Signal<void(StreamContext const&, ModuleCallingContext const&)> edm::ActivityRegistry::PostModuleStreamBeginRun |
Definition at line 709 of file ActivityRegistry.h.
typedef signalslot::Signal<void(StreamContext const&, ModuleCallingContext const&)> edm::ActivityRegistry::PostModuleStreamEndLumi |
Definition at line 751 of file ActivityRegistry.h.
typedef signalslot::Signal<void(StreamContext const&, ModuleCallingContext const&)> edm::ActivityRegistry::PostModuleStreamEndRun |
Definition at line 723 of file ActivityRegistry.h.
typedef signalslot::Signal<void(GlobalContext const&, ModuleCallingContext const&)> edm::ActivityRegistry::PostModuleWriteLumi |
Definition at line 833 of file ActivityRegistry.h.
typedef signalslot::Signal<void(GlobalContext const&, ModuleCallingContext const&)> edm::ActivityRegistry::PostModuleWriteRun |
Definition at line 819 of file ActivityRegistry.h.
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.
typedef signalslot::ObsoleteSignal<void(std::string const&, HLTPathStatus const&)> edm::ActivityRegistry::PostPathBeginLumi |
signal is emitted after all modules have finished for the Path for beginLumi
Definition at line 547 of file ActivityRegistry.h.
typedef signalslot::ObsoleteSignal<void(std::string const&, HLTPathStatus const&)> edm::ActivityRegistry::PostPathBeginRun |
signal is emitted after all modules have finished for the Path for beginRun
Definition at line 517 of file ActivityRegistry.h.
typedef signalslot::ObsoleteSignal<void(std::string const&, HLTPathStatus const&)> edm::ActivityRegistry::PostPathEndLumi |
signal is emitted after all modules have finished for the Path for endRun
Definition at line 563 of file ActivityRegistry.h.
typedef signalslot::ObsoleteSignal<void(std::string const&, HLTPathStatus const&)> edm::ActivityRegistry::PostPathEndRun |
signal is emitted after all modules have finished for the Path for endRun
Definition at line 533 of file ActivityRegistry.h.
typedef signalslot::Signal<void(StreamContext const&, PathContext const&, HLTPathStatus const&)> edm::ActivityRegistry::PostPathEvent |
signal is emitted after all modules have finished for the Path for an event
Definition at line 390 of file ActivityRegistry.h.
typedef signalslot::ObsoleteSignal<void(Event const&, EventSetup const&)> edm::ActivityRegistry::PostProcessEvent |
Definition at line 430 of file ActivityRegistry.h.
typedef signalslot::ObsoleteSignal<void(std::string const&, HLTPathStatus const&)> edm::ActivityRegistry::PostProcessPath |
signal is emitted after all modules have finished for the Path for an event
Definition at line 503 of file ActivityRegistry.h.
typedef signalslot::Signal<void(ModuleDescription const&)> edm::ActivityRegistry::PostSourceConstruction |
signal is emitted after the source was construction
Definition at line 930 of file ActivityRegistry.h.
typedef signalslot::Signal<void(StreamID)> edm::ActivityRegistry::PostSourceEvent |
signal is emitted after the source starts creating an Event
Definition at line 186 of file ActivityRegistry.h.
signal is emitted after the source starts creating a Lumi
Definition at line 198 of file ActivityRegistry.h.
typedef signalslot::Signal<void(RunIndex)> edm::ActivityRegistry::PostSourceRun |
signal is emitted after the source starts creating a Run
Definition at line 210 of file ActivityRegistry.h.
typedef signalslot::Signal<void(StreamContext const&)> edm::ActivityRegistry::PostStreamBeginLumi |
Definition at line 352 of file ActivityRegistry.h.
typedef signalslot::Signal<void(StreamContext const&)> edm::ActivityRegistry::PostStreamBeginRun |
Definition at line 300 of file ActivityRegistry.h.
typedef signalslot::Signal<void(StreamContext const&)> edm::ActivityRegistry::PostStreamEndLumi |
Definition at line 364 of file ActivityRegistry.h.
typedef signalslot::Signal<void(StreamContext const&)> edm::ActivityRegistry::PostStreamEndRun |
Definition at line 312 of file ActivityRegistry.h.
typedef signalslot::Signal<void(service::SystemBounds const&)> edm::ActivityRegistry::Preallocate |
Definition at line 139 of file ActivityRegistry.h.
typedef signalslot::Signal<void(PathsAndConsumesOfModulesBase const&, ProcessContext const&)> edm::ActivityRegistry::PreBeginJob |
Definition at line 145 of file ActivityRegistry.h.
typedef signalslot::ObsoleteSignal<void(LuminosityBlockID const&, Timestamp const&)> edm::ActivityRegistry::PreBeginLumi |
Definition at line 467 of file ActivityRegistry.h.
typedef signalslot::ObsoleteSignal<void(RunID const&, Timestamp const&)> edm::ActivityRegistry::PreBeginRun |
Definition at line 439 of file ActivityRegistry.h.
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.
typedef signalslot::Signal<void()> edm::ActivityRegistry::PreEndJob |
Definition at line 159 of file ActivityRegistry.h.
typedef signalslot::ObsoleteSignal<void(LuminosityBlockID const&, Timestamp const&)> edm::ActivityRegistry::PreEndLumi |
Definition at line 481 of file ActivityRegistry.h.
typedef signalslot::ObsoleteSignal<void(RunID const&, Timestamp const&)> edm::ActivityRegistry::PreEndRun |
Definition at line 453 of file ActivityRegistry.h.
typedef signalslot::Signal<void(StreamContext const&)> edm::ActivityRegistry::PreEvent |
Definition at line 371 of file ActivityRegistry.h.
typedef signalslot::Signal<void(StreamContext const&, ModuleCallingContext const&)> edm::ActivityRegistry::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 687 of file ActivityRegistry.h.
typedef signalslot::Signal<void(GlobalContext const&)> edm::ActivityRegistry::PreGlobalBeginLumi |
Definition at line 319 of file ActivityRegistry.h.
typedef signalslot::Signal<void(GlobalContext const&)> edm::ActivityRegistry::PreGlobalBeginRun |
Definition at line 270 of file ActivityRegistry.h.
typedef signalslot::Signal<void(GlobalContext const&, TerminationOrigin)> edm::ActivityRegistry::PreGlobalEarlyTermination |
signal is emitted if a began processing a global transition and then we began terminating the application
Definition at line 406 of file ActivityRegistry.h.
typedef signalslot::Signal<void(GlobalContext const&)> edm::ActivityRegistry::PreGlobalEndLumi |
Definition at line 333 of file ActivityRegistry.h.
typedef signalslot::Signal<void(GlobalContext const&)> edm::ActivityRegistry::PreGlobalEndRun |
Definition at line 283 of file ActivityRegistry.h.
typedef signalslot::Signal<void( eventsetup::ComponentDescription const*, eventsetup::EventSetupRecordKey const&, eventsetup::DataKey const&)> edm::ActivityRegistry::PreLockEventSetupGet |
Definition at line 940 of file ActivityRegistry.h.
typedef signalslot::ObsoleteSignal<void(ModuleDescription const&)> edm::ActivityRegistry::PreModule |
signal is emitted before the module starts processing the Event
Definition at line 842 of file ActivityRegistry.h.
typedef signalslot::Signal<void(ModuleDescription const&)> edm::ActivityRegistry::PreModuleBeginJob |
signal is emitted before the module does beginJob
Definition at line 599 of file ActivityRegistry.h.
typedef signalslot::ObsoleteSignal<void(ModuleDescription const&)> edm::ActivityRegistry::PreModuleBeginLumi |
signal is emitted before the module starts processing beginLumi
Definition at line 888 of file ActivityRegistry.h.
typedef signalslot::ObsoleteSignal<void(ModuleDescription const&)> edm::ActivityRegistry::PreModuleBeginRun |
signal is emitted before the module starts processing beginRun
Definition at line 856 of file ActivityRegistry.h.
typedef signalslot::Signal<void(StreamContext const&, ModuleCallingContext const&)> edm::ActivityRegistry::PreModuleBeginStream |
Definition at line 242 of file ActivityRegistry.h.
typedef signalslot::Signal<void(ModuleDescription const&)> edm::ActivityRegistry::PreModuleConstruction |
signal is emitted before the module is constructed
Definition at line 581 of file ActivityRegistry.h.
typedef signalslot::Signal<void(ModuleDescription const&)> edm::ActivityRegistry::PreModuleEndJob |
signal is emitted before the module does endJob
Definition at line 613 of file ActivityRegistry.h.
typedef signalslot::ObsoleteSignal<void(ModuleDescription const&)> edm::ActivityRegistry::PreModuleEndLumi |
signal is emitted before the module starts processing endLumi
Definition at line 906 of file ActivityRegistry.h.
typedef signalslot::ObsoleteSignal<void(ModuleDescription const&)> edm::ActivityRegistry::PreModuleEndRun |
signal is emitted before the module starts processing endRun
Definition at line 872 of file ActivityRegistry.h.
typedef signalslot::Signal<void(StreamContext const&, ModuleCallingContext const&)> edm::ActivityRegistry::PreModuleEndStream |
Definition at line 256 of file ActivityRegistry.h.
typedef signalslot::Signal<void(StreamContext const&, ModuleCallingContext const&)> edm::ActivityRegistry::PreModuleEvent |
signal is emitted before the module starts processing the Event
Definition at line 643 of file ActivityRegistry.h.
typedef signalslot::Signal<void(StreamContext const&, ModuleCallingContext const&)> edm::ActivityRegistry::PreModuleEventAcquire |
signal is emitted before the module starts the acquire method for the Event
Definition at line 655 of file ActivityRegistry.h.
typedef signalslot::Signal<void(StreamContext const&, ModuleCallingContext const&)> edm::ActivityRegistry::PreModuleEventDelayedGet |
signal is emitted after the module starts processing the Event and before a delayed get has started
Definition at line 671 of file ActivityRegistry.h.
typedef signalslot::Signal<void(StreamContext const&, ModuleCallingContext const&)> edm::ActivityRegistry::PreModuleEventPrefetching |
signal is emitted before the module starts processing the Event and before prefetching has started
Definition at line 627 of file ActivityRegistry.h.
typedef signalslot::Signal<void(GlobalContext const&, ModuleCallingContext const&)> edm::ActivityRegistry::PreModuleGlobalBeginLumi |
Definition at line 786 of file ActivityRegistry.h.
typedef signalslot::Signal<void(GlobalContext const&, ModuleCallingContext const&)> edm::ActivityRegistry::PreModuleGlobalBeginRun |
Definition at line 758 of file ActivityRegistry.h.
typedef signalslot::Signal<void(GlobalContext const&, ModuleCallingContext const&)> edm::ActivityRegistry::PreModuleGlobalEndLumi |
Definition at line 800 of file ActivityRegistry.h.
typedef signalslot::Signal<void(GlobalContext const&, ModuleCallingContext const&)> edm::ActivityRegistry::PreModuleGlobalEndRun |
Definition at line 772 of file ActivityRegistry.h.
typedef signalslot::Signal<void(StreamContext const&, ModuleCallingContext const&)> edm::ActivityRegistry::PreModuleStreamBeginLumi |
Definition at line 730 of file ActivityRegistry.h.
typedef signalslot::Signal<void(StreamContext const&, ModuleCallingContext const&)> edm::ActivityRegistry::PreModuleStreamBeginRun |
Definition at line 702 of file ActivityRegistry.h.
typedef signalslot::Signal<void(StreamContext const&, ModuleCallingContext const&)> edm::ActivityRegistry::PreModuleStreamEndLumi |
Definition at line 744 of file ActivityRegistry.h.
typedef signalslot::Signal<void(StreamContext const&, ModuleCallingContext const&)> edm::ActivityRegistry::PreModuleStreamEndRun |
Definition at line 716 of file ActivityRegistry.h.
typedef signalslot::Signal<void(GlobalContext const&, ModuleCallingContext const&)> edm::ActivityRegistry::PreModuleWriteLumi |
Definition at line 826 of file ActivityRegistry.h.
typedef signalslot::Signal<void(GlobalContext const&, ModuleCallingContext const&)> edm::ActivityRegistry::PreModuleWriteRun |
Definition at line 814 of file ActivityRegistry.h.
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.
typedef signalslot::ObsoleteSignal<void(std::string const&)> edm::ActivityRegistry::PrePathBeginLumi |
signal is emitted before starting to process a Path for beginLumi
Definition at line 540 of file ActivityRegistry.h.
typedef signalslot::ObsoleteSignal<void(std::string const&)> edm::ActivityRegistry::PrePathBeginRun |
signal is emitted before starting to process a Path for beginRun
Definition at line 510 of file ActivityRegistry.h.
typedef signalslot::ObsoleteSignal<void(std::string const&)> edm::ActivityRegistry::PrePathEndLumi |
signal is emitted before starting to process a Path for endRun
Definition at line 556 of file ActivityRegistry.h.
typedef signalslot::ObsoleteSignal<void(std::string const&)> edm::ActivityRegistry::PrePathEndRun |
signal is emitted before starting to process a Path for endRun
Definition at line 526 of file ActivityRegistry.h.
typedef signalslot::Signal<void(StreamContext const&, PathContext const&)> edm::ActivityRegistry::PrePathEvent |
signal is emitted before starting to process a Path for an event
Definition at line 384 of file ActivityRegistry.h.
typedef signalslot::ObsoleteSignal<void(EventID const&, Timestamp const&)> edm::ActivityRegistry::PreProcessEvent |
Definition at line 423 of file ActivityRegistry.h.
typedef signalslot::ObsoleteSignal<void(std::string const&)> edm::ActivityRegistry::PreProcessPath |
signal is emitted before starting to process a Path for an event
Definition at line 496 of file ActivityRegistry.h.
typedef signalslot::Signal<void(ModuleDescription const&)> edm::ActivityRegistry::PreSourceConstruction |
signal is emitted before the source is constructed
Definition at line 921 of file ActivityRegistry.h.
typedef signalslot::Signal<void(TerminationOrigin)> edm::ActivityRegistry::PreSourceEarlyTermination |
signal is emitted if while communicating with a source we began terminating the application
Definition at line 415 of file ActivityRegistry.h.
typedef signalslot::Signal<void(StreamID)> edm::ActivityRegistry::PreSourceEvent |
signal is emitted before the source starts creating an Event
Definition at line 180 of file ActivityRegistry.h.
signal is emitted before the source starts creating a Lumi
Definition at line 192 of file ActivityRegistry.h.
typedef signalslot::Signal<void(RunIndex)> edm::ActivityRegistry::PreSourceRun |
signal is emitted before the source starts creating a Run
Definition at line 204 of file ActivityRegistry.h.
typedef signalslot::Signal<void(StreamContext const&)> edm::ActivityRegistry::PreStreamBeginLumi |
Definition at line 345 of file ActivityRegistry.h.
typedef signalslot::Signal<void(StreamContext const&)> edm::ActivityRegistry::PreStreamBeginRun |
Definition at line 295 of file ActivityRegistry.h.
typedef signalslot::Signal<void(StreamContext const&, TerminationOrigin)> edm::ActivityRegistry::PreStreamEarlyTermination |
signal is emitted when began processing a stream transition and then we began terminating the application
Definition at line 397 of file ActivityRegistry.h.
typedef signalslot::Signal<void(StreamContext const&)> edm::ActivityRegistry::PreStreamEndLumi |
Definition at line 359 of file ActivityRegistry.h.
typedef signalslot::Signal<void(StreamContext const&)> edm::ActivityRegistry::PreStreamEndRun |
Definition at line 307 of file ActivityRegistry.h.
|
inline |
Definition at line 134 of file ActivityRegistry.h.
|
delete |
void ActivityRegistry::connect | ( | ActivityRegistry & | iOther | ) |
forwards our signals to slots connected to iOther
Definition at line 265 of file ActivityRegistry.cc.
Referenced by Vispa.Gui.ZoomableScrollArea.ZoomableScrollArea::__init__(), Vispa.Views.PropertyView.BooleanProperty::__init__(), Vispa.Gui.FindDialog.FindDialog::_addScript(), Vispa.Gui.FindDialog.FindDialog::_addStringProperty(), Vispa.Main.Application.Application::_connectSignals(), Vispa.Plugins.ConfigEditor.CodeTableView.CodeTableView::_createItem(), Vispa.Gui.BoxContentDialog.BoxContentDialog::addButton(), Vispa.Gui.ToolBoxContainer.ToolBoxContainer::addWidget(), Vispa.Views.PropertyView.PropertyView::append(), Vispa.Views.PropertyView.PropertyView::appendAddRow(), edm::serviceregistry::ServicesManager::connect(), edm::serviceregistry::ServicesManager::connectTo(), Vispa.Main.Application.Application::createAction(), Vispa.Views.PropertyView.TextEditWithButtonProperty::createButton(), Vispa.Views.LineDecayView.LineDecayView::createLineDecayContainer(), Vispa.Views.PropertyView.TextEditWithButtonProperty::createLineEdit(), Vispa.Views.LineDecayView.LineDecayContainer::createObject(), Vispa.Views.PropertyView.TextEditWithButtonProperty::createTextEdit(), Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::filterDialog(), Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::find(), Vispa.Gui.PortWidget.PortWidget::mouseMoveEvent(), Vispa.Views.PropertyView.BooleanProperty::setChecked(), Vispa.Main.SplitterTab.SplitterTab::setController(), Vispa.Plugins.Browser.BrowserTab.BrowserTab::setController(), Vispa.Views.PropertyView.BooleanProperty::setReadOnly(), Vispa.Views.PropertyView.DropDownProperty::setReadOnly(), Vispa.Views.PropertyView.TextEditWithButtonProperty::setReadOnly(), Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::setTab(), Vispa.Views.PropertyView.IntegerProperty::setValue(), Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::switchCenterView(), o2o_db_cfgmap.DbManagerDAQ::update_hashmap(), Vispa.Plugins.EdmBrowser.EdmBrowserTabController.EdmBrowserTabController::updateViewMenu(), and Vispa.Plugins.ConfigEditor.ConfigEditorTabController.ConfigEditorTabController::updateViewMenu().
|
private |
Definition at line 91 of file ActivityRegistry.cc.
References jobFailureSignal_, postBeginJobSignal_, postCloseFileSignal_, postEndJobSignal_, postOpenFileSignal_, postSourceConstructionSignal_, postSourceLumiSignal_, postSourceRunSignal_, postSourceSignal_, preallocateSignal_, preCloseFileSignal_, preEndJobSignal_, preGlobalEarlyTerminationSignal_, preOpenFileSignal_, preSourceConstructionSignal_, preSourceEarlyTerminationSignal_, preSourceLumiSignal_, preSourceRunSignal_, preSourceSignal_, and preStreamEarlyTerminationSignal_.
|
private |
Definition at line 122 of file ActivityRegistry.cc.
References postEventReadFromSourceSignal_, postEventSetupGetSignal_, postEventSignal_, postGlobalBeginLumiSignal_, postGlobalBeginRunSignal_, postGlobalEndLumiSignal_, postGlobalEndRunSignal_, 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_, 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 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 270 of file ActivityRegistry.cc.
References connectLocals().
Referenced by edm::SubProcess::SubProcess().
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 275 of file ActivityRegistry.cc.
References jobFailureSignal_, postBeginJobSignal_, postCloseFileSignal_, postEndJobSignal_, postEventReadFromSourceSignal_, postEventSetupGetSignal_, postEventSignal_, postGlobalBeginLumiSignal_, postGlobalBeginRunSignal_, postGlobalEndLumiSignal_, postGlobalEndRunSignal_, 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_, 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().
|
delete |
|
inline |
convenience function for attaching to signal
Definition at line 176 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by evf::FastMonitoringService::FastMonitoringService(), edm::service::JobReportService::JobReportService(), and edm::service::MessageLogger::MessageLogger().
|
inline |
Definition at line 177 of file ActivityRegistry.h.
|
inline |
convenience function for attaching to signal
Definition at line 156 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by edm::service::CondorStatusService::CondorStatusService(), DependencyGraph::DependencyGraph(), EveService::EveService(), evf::FastMonitoringService::FastMonitoringService(), edm::service::IgProfService::IgProfService(), edm::service::MessageLogger::MessageLogger(), evf::MicroStateServiceClassic::MicroStateServiceClassic(), NVProfilerService::NVProfilerService(), edm::service::PrescaleService::PrescaleService(), edm::service::ProductRegistryDumper::ProductRegistryDumper(), edm::service::SimpleMemoryCheck::SimpleMemoryCheck(), TFileService::TFileService(), edm::service::Tracer::Tracer(), and edm::ZombieKillerService::ZombieKillerService().
|
inline |
Definition at line 157 of file ActivityRegistry.h.
|
inline |
Definition at line 477 of file ActivityRegistry.h.
References edm::signalslot::ObsoleteSignal< T >::connect_front().
|
inline |
Definition at line 478 of file ActivityRegistry.h.
|
inline |
Definition at line 449 of file ActivityRegistry.h.
References edm::signalslot::ObsoleteSignal< T >::connect_front().
Referenced by TGeoFromDddService::TGeoFromDddService().
|
inline |
Definition at line 450 of file ActivityRegistry.h.
|
inline |
Definition at line 239 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by edm::service::CondorStatusService::CondorStatusService(), edm::service::IgProfService::IgProfService(), edm::service::MessageLogger::MessageLogger(), NVProfilerService::NVProfilerService(), edm::storage::StatisticsSenderService::StatisticsSenderService(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 240 of file ActivityRegistry.h.
|
inline |
Definition at line 168 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by FWFFLooper::attachTo(), edm::service::CheckTransitions::CheckTransitions(), edm::service::CondorStatusService::CondorStatusService(), edm::service::CPU::CPU(), EveService::EveService(), evf::FastMonitoringService::FastMonitoringService(), edm::service::IgProfService::IgProfService(), edm::service::JobReportService::JobReportService(), edm::service::MessageLogger::MessageLogger(), evf::MicroStateServiceClassic::MicroStateServiceClassic(), NVProfilerService::NVProfilerService(), edm::service::SimpleMemoryCheck::SimpleMemoryCheck(), TFileAdaptor::TFileAdaptor(), edm::service::Tracer::Tracer(), XrdAdaptor::XrdStatisticsService::XrdStatisticsService(), and edm::ZombieKillerService::ZombieKillerService().
|
inline |
Definition at line 169 of file ActivityRegistry.h.
|
inline |
Definition at line 491 of file ActivityRegistry.h.
References edm::signalslot::ObsoleteSignal< T >::connect_front().
|
inline |
Definition at line 492 of file ActivityRegistry.h.
|
inline |
Definition at line 463 of file ActivityRegistry.h.
References edm::signalslot::ObsoleteSignal< T >::connect_front().
Referenced by TGeoFromDddService::TGeoFromDddService().
|
inline |
Definition at line 464 of file ActivityRegistry.h.
|
inline |
Definition at line 380 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by edm::service::CondorStatusService::CondorStatusService(), DQMService::DQMService(), EveService::EveService(), evf::FastMonitoringService::FastMonitoringService(), edm::service::IgProfService::IgProfService(), edm::service::MessageLogger::MessageLogger(), NVProfilerService::NVProfilerService(), ProfilerService::ProfilerService(), edm::service::ResourceEnforcer::ResourceEnforcer(), edm::service::SimpleMemoryCheck::SimpleMemoryCheck(), ThroughputService::ThroughputService(), edm::service::Tracer::Tracer(), and VariableHelperService::VariableHelperService().
|
inline |
Definition at line 381 of file ActivityRegistry.h.
|
inline |
Definition at line 697 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by NVProfilerService::NVProfilerService(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 700 of file ActivityRegistry.h.
|
inline |
Definition at line 963 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by edm::service::Tracer::Tracer().
|
inline |
Definition at line 966 of file ActivityRegistry.h.
|
inline |
Definition at line 328 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by edm::service::IgProfService::IgProfService(), edm::service::MessageLogger::MessageLogger(), NVProfilerService::NVProfilerService(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 331 of file ActivityRegistry.h.
|
inline |
Definition at line 278 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by EveService::EveService(), edm::service::IgProfService::IgProfService(), edm::service::MessageLogger::MessageLogger(), NVProfilerService::NVProfilerService(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 281 of file ActivityRegistry.h.
|
inline |
Definition at line 340 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by edm::service::CondorStatusService::CondorStatusService(), evf::FastMonitoringService::FastMonitoringService(), edm::service::IgProfService::IgProfService(), edm::service::MessageLogger::MessageLogger(), NVProfilerService::NVProfilerService(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 343 of file ActivityRegistry.h.
|
inline |
Definition at line 290 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by edm::service::CondorStatusService::CondorStatusService(), evf::EvFBuildingThrottle::EvFBuildingThrottle(), evf::EvFDaqDirector::EvFDaqDirector(), edm::service::IgProfService::IgProfService(), edm::service::MessageLogger::MessageLogger(), NVProfilerService::NVProfilerService(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 293 of file ActivityRegistry.h.
|
inline |
Definition at line 953 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by edm::service::Tracer::Tracer().
|
inline |
Definition at line 956 of file ActivityRegistry.h.
|
inline |
Definition at line 851 of file ActivityRegistry.h.
References edm::signalslot::ObsoleteSignal< T >::connect_front().
Referenced by evf::MicroStateServiceClassic::MicroStateServiceClassic().
|
inline |
Definition at line 852 of file ActivityRegistry.h.
|
inline |
Definition at line 607 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by edm::service::MessageLogger::MessageLogger(), NVProfilerService::NVProfilerService(), edm::service::SimpleMemoryCheck::SimpleMemoryCheck(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 610 of file ActivityRegistry.h.
|
inline |
Definition at line 899 of file ActivityRegistry.h.
References edm::signalslot::ObsoleteSignal< T >::connect_front().
|
inline |
Definition at line 902 of file ActivityRegistry.h.
|
inline |
Definition at line 865 of file ActivityRegistry.h.
References edm::signalslot::ObsoleteSignal< T >::connect_front().
|
inline |
Definition at line 868 of file ActivityRegistry.h.
|
inline |
Definition at line 251 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by edm::service::MessageLogger::MessageLogger(), NVProfilerService::NVProfilerService(), edm::service::RandomNumberGeneratorService::RandomNumberGeneratorService(), edm::service::Tracer::Tracer(), and edm::ZombieKillerService::ZombieKillerService().
|
inline |
Definition at line 254 of file ActivityRegistry.h.
|
inline |
Definition at line 592 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by edm::service::MessageLogger::MessageLogger(), NVProfilerService::NVProfilerService(), edm::service::SimpleMemoryCheck::SimpleMemoryCheck(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 596 of file ActivityRegistry.h.
|
inline |
Definition at line 621 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by edm::service::MessageLogger::MessageLogger(), NVProfilerService::NVProfilerService(), edm::service::Tracer::Tracer(), and edm::ZombieKillerService::ZombieKillerService().
|
inline |
Definition at line 624 of file ActivityRegistry.h.
|
inline |
Definition at line 915 of file ActivityRegistry.h.
References edm::signalslot::ObsoleteSignal< T >::connect_front().
|
inline |
Definition at line 918 of file ActivityRegistry.h.
|
inline |
Definition at line 881 of file ActivityRegistry.h.
References edm::signalslot::ObsoleteSignal< T >::connect_front().
|
inline |
Definition at line 884 of file ActivityRegistry.h.
|
inline |
Definition at line 265 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by edm::service::MessageLogger::MessageLogger(), NVProfilerService::NVProfilerService(), edm::service::RandomNumberGeneratorService::RandomNumberGeneratorService(), edm::service::Tracer::Tracer(), and edm::ZombieKillerService::ZombieKillerService().
|
inline |
Definition at line 268 of file ActivityRegistry.h.
|
inline |
Definition at line 651 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by FWFFLooper::attachTo(), evf::FastMonitoringService::FastMonitoringService(), edm::service::MessageLogger::MessageLogger(), NVProfilerService::NVProfilerService(), edm::service::SimpleMemoryCheck::SimpleMemoryCheck(), TFileService::TFileService(), edm::service::Tracer::Tracer(), and edm::ZombieKillerService::ZombieKillerService().
|
inline |
Definition at line 652 of file ActivityRegistry.h.
|
inline |
Definition at line 665 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by edm::service::MessageLogger::MessageLogger(), NVProfilerService::NVProfilerService(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 668 of file ActivityRegistry.h.
|
inline |
Definition at line 681 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by NVProfilerService::NVProfilerService(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 684 of file ActivityRegistry.h.
|
inline |
Definition at line 637 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by NVProfilerService::NVProfilerService(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 640 of file ActivityRegistry.h.
|
inline |
Definition at line 795 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by edm::service::MessageLogger::MessageLogger(), NVProfilerService::NVProfilerService(), TFileService::TFileService(), edm::service::Tracer::Tracer(), and edm::ZombieKillerService::ZombieKillerService().
|
inline |
Definition at line 798 of file ActivityRegistry.h.
|
inline |
Definition at line 767 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by edm::service::MessageLogger::MessageLogger(), NVProfilerService::NVProfilerService(), TFileService::TFileService(), edm::service::Tracer::Tracer(), and edm::ZombieKillerService::ZombieKillerService().
|
inline |
Definition at line 770 of file ActivityRegistry.h.
|
inline |
Definition at line 809 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by edm::service::MessageLogger::MessageLogger(), NVProfilerService::NVProfilerService(), TFileService::TFileService(), edm::service::Tracer::Tracer(), and edm::ZombieKillerService::ZombieKillerService().
|
inline |
Definition at line 812 of file ActivityRegistry.h.
|
inline |
Definition at line 781 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by edm::service::MessageLogger::MessageLogger(), NVProfilerService::NVProfilerService(), TFileService::TFileService(), edm::service::Tracer::Tracer(), and edm::ZombieKillerService::ZombieKillerService().
|
inline |
Definition at line 784 of file ActivityRegistry.h.
|
inline |
Definition at line 739 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by edm::service::MessageLogger::MessageLogger(), NVProfilerService::NVProfilerService(), edm::service::RandomNumberGeneratorService::RandomNumberGeneratorService(), edm::service::Tracer::Tracer(), and edm::ZombieKillerService::ZombieKillerService().
|
inline |
Definition at line 742 of file ActivityRegistry.h.
|
inline |
Definition at line 711 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by edm::service::MessageLogger::MessageLogger(), NVProfilerService::NVProfilerService(), edm::service::RandomNumberGeneratorService::RandomNumberGeneratorService(), edm::service::Tracer::Tracer(), and edm::ZombieKillerService::ZombieKillerService().
|
inline |
Definition at line 714 of file ActivityRegistry.h.
|
inline |
Definition at line 753 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by edm::service::MessageLogger::MessageLogger(), NVProfilerService::NVProfilerService(), edm::service::RandomNumberGeneratorService::RandomNumberGeneratorService(), edm::service::Tracer::Tracer(), and edm::ZombieKillerService::ZombieKillerService().
|
inline |
Definition at line 756 of file ActivityRegistry.h.
|
inline |
Definition at line 725 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by edm::service::MessageLogger::MessageLogger(), NVProfilerService::NVProfilerService(), edm::service::RandomNumberGeneratorService::RandomNumberGeneratorService(), edm::service::Tracer::Tracer(), and edm::ZombieKillerService::ZombieKillerService().
|
inline |
Definition at line 728 of file ActivityRegistry.h.
|
inline |
Definition at line 835 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by edm::service::Tracer::Tracer().
|
inline |
Definition at line 838 of file ActivityRegistry.h.
|
inline |
Definition at line 821 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by edm::service::Tracer::Tracer().
|
inline |
Definition at line 824 of file ActivityRegistry.h.
|
inline |
Definition at line 225 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by edm::service::IgProfService::IgProfService(), edm::service::MessageLogger::MessageLogger(), NVProfilerService::NVProfilerService(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 226 of file ActivityRegistry.h.
|
inline |
Definition at line 549 of file ActivityRegistry.h.
References edm::signalslot::ObsoleteSignal< T >::connect_front().
|
inline |
Definition at line 552 of file ActivityRegistry.h.
|
inline |
Definition at line 519 of file ActivityRegistry.h.
References edm::signalslot::ObsoleteSignal< T >::connect_front().
|
inline |
Definition at line 522 of file ActivityRegistry.h.
|
inline |
Definition at line 565 of file ActivityRegistry.h.
References edm::signalslot::ObsoleteSignal< T >::connect_front().
|
inline |
Definition at line 566 of file ActivityRegistry.h.
|
inline |
Definition at line 535 of file ActivityRegistry.h.
References edm::signalslot::ObsoleteSignal< T >::connect_front().
|
inline |
Definition at line 536 of file ActivityRegistry.h.
|
inline |
Definition at line 392 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by edm::service::MessageLogger::MessageLogger(), NVProfilerService::NVProfilerService(), ProfilerService::ProfilerService(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 393 of file ActivityRegistry.h.
|
inline |
Definition at line 433 of file ActivityRegistry.h.
References edm::signalslot::ObsoleteSignal< T >::connect_front().
Referenced by evf::MicroStateServiceClassic::MicroStateServiceClassic().
|
inline |
Definition at line 436 of file ActivityRegistry.h.
|
inline |
Definition at line 505 of file ActivityRegistry.h.
References edm::signalslot::ObsoleteSignal< T >::connect_front().
|
inline |
Definition at line 506 of file ActivityRegistry.h.
|
inline |
Definition at line 932 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by edm::service::MessageLogger::MessageLogger(), NVProfilerService::NVProfilerService(), edm::service::SimpleMemoryCheck::SimpleMemoryCheck(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 936 of file ActivityRegistry.h.
|
inline |
Definition at line 188 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by evf::FastMonitoringService::FastMonitoringService(), edm::service::MessageLogger::MessageLogger(), evf::MicroStateServiceClassic::MicroStateServiceClassic(), NVProfilerService::NVProfilerService(), ProfilerService::ProfilerService(), edm::service::SimpleMemoryCheck::SimpleMemoryCheck(), edm::service::Tracer::Tracer(), and edm::ZombieKillerService::ZombieKillerService().
|
inline |
Definition at line 189 of file ActivityRegistry.h.
|
inline |
Definition at line 200 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by edm::service::MessageLogger::MessageLogger(), NVProfilerService::NVProfilerService(), edm::service::Tracer::Tracer(), and edm::ZombieKillerService::ZombieKillerService().
|
inline |
Definition at line 201 of file ActivityRegistry.h.
|
inline |
Definition at line 212 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by edm::service::MessageLogger::MessageLogger(), NVProfilerService::NVProfilerService(), edm::service::Tracer::Tracer(), and edm::ZombieKillerService::ZombieKillerService().
|
inline |
Definition at line 213 of file ActivityRegistry.h.
|
inline |
Definition at line 354 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by evf::FastMonitoringService::FastMonitoringService(), edm::service::MessageLogger::MessageLogger(), NVProfilerService::NVProfilerService(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 357 of file ActivityRegistry.h.
|
inline |
Definition at line 302 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by edm::service::MessageLogger::MessageLogger(), NVProfilerService::NVProfilerService(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 305 of file ActivityRegistry.h.
|
inline |
Definition at line 366 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by DQMService::DQMService(), evf::FastMonitoringService::FastMonitoringService(), edm::service::MessageLogger::MessageLogger(), NVProfilerService::NVProfilerService(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 369 of file ActivityRegistry.h.
|
inline |
Definition at line 314 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by edm::service::MessageLogger::MessageLogger(), NVProfilerService::NVProfilerService(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 317 of file ActivityRegistry.h.
|
inline |
Definition at line 142 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by edm::service::CheckTransitions::CheckTransitions(), evf::EvFDaqDirector::EvFDaqDirector(), evf::FastMonitoringService::FastMonitoringService(), edm::service::InitRootHandlers::InitRootHandlers(), edm::service::MessageLogger::MessageLogger(), NVProfilerService::NVProfilerService(), edm::service::RandomNumberGeneratorService::RandomNumberGeneratorService(), edm::service::ResourceEnforcer::ResourceEnforcer(), timestudy::SleepingServer::SleepingServer(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 143 of file ActivityRegistry.h.
|
inline |
convenience function for attaching to signal
Definition at line 149 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by edm::service::CondorStatusService::CondorStatusService(), DependencyGraph::DependencyGraph(), evf::EvFDaqDirector::EvFDaqDirector(), evf::FastMonitoringService::FastMonitoringService(), NVProfilerService::NVProfilerService(), edm::service::PrescaleService::PrescaleService(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 150 of file ActivityRegistry.h.
|
inline |
Definition at line 470 of file ActivityRegistry.h.
References edm::signalslot::ObsoleteSignal< T >::connect().
|
inline |
Definition at line 471 of file ActivityRegistry.h.
|
inline |
Definition at line 442 of file ActivityRegistry.h.
References edm::signalslot::ObsoleteSignal< T >::connect().
|
inline |
Definition at line 443 of file ActivityRegistry.h.
|
inline |
Definition at line 233 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by edm::service::CheckTransitions::CheckTransitions(), edm::service::MessageLogger::MessageLogger(), NVProfilerService::NVProfilerService(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 234 of file ActivityRegistry.h.
|
inline |
Definition at line 162 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by timestudy::SleepingServer::SleepingServer().
|
inline |
Definition at line 163 of file ActivityRegistry.h.
|
inline |
Definition at line 484 of file ActivityRegistry.h.
References edm::signalslot::ObsoleteSignal< T >::connect().
|
inline |
Definition at line 485 of file ActivityRegistry.h.
|
inline |
Definition at line 456 of file ActivityRegistry.h.
References edm::signalslot::ObsoleteSignal< T >::connect().
|
inline |
Definition at line 457 of file ActivityRegistry.h.
|
inline |
Definition at line 374 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by edm::service::CheckTransitions::CheckTransitions(), evf::FastMonitoringService::FastMonitoringService(), edm::service::IgProfService::IgProfService(), edm::service::MessageLogger::MessageLogger(), NVProfilerService::NVProfilerService(), ProfilerService::ProfilerService(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 375 of file ActivityRegistry.h.
|
inline |
Definition at line 689 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by NVProfilerService::NVProfilerService(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 692 of file ActivityRegistry.h.
|
inline |
Definition at line 321 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by edm::service::CheckTransitions::CheckTransitions(), dqmservices::DQMMonitoringService::DQMMonitoringService(), evf::EvFBuildingThrottle::EvFBuildingThrottle(), evf::FastMonitoringService::FastMonitoringService(), edm::service::MessageLogger::MessageLogger(), NVProfilerService::NVProfilerService(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 324 of file ActivityRegistry.h.
|
inline |
Definition at line 273 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by edm::service::CheckTransitions::CheckTransitions(), evf::EvFBuildingThrottle::EvFBuildingThrottle(), evf::EvFDaqDirector::EvFDaqDirector(), edm::service::MessageLogger::MessageLogger(), NVProfilerService::NVProfilerService(), ThroughputService::ThroughputService(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 274 of file ActivityRegistry.h.
|
inline |
Definition at line 408 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by evf::FastMonitoringService::FastMonitoringService().
|
inline |
Definition at line 411 of file ActivityRegistry.h.
|
inline |
Definition at line 335 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by edm::service::CheckTransitions::CheckTransitions(), evf::EvFDaqDirector::EvFDaqDirector(), evf::FastMonitoringService::FastMonitoringService(), edm::service::MessageLogger::MessageLogger(), NVProfilerService::NVProfilerService(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 336 of file ActivityRegistry.h.
|
inline |
Definition at line 285 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by edm::service::CheckTransitions::CheckTransitions(), edm::service::MessageLogger::MessageLogger(), NVProfilerService::NVProfilerService(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 286 of file ActivityRegistry.h.
|
inline |
Definition at line 943 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by edm::service::Tracer::Tracer().
|
inline |
Definition at line 946 of file ActivityRegistry.h.
|
inline |
Definition at line 844 of file ActivityRegistry.h.
References edm::signalslot::ObsoleteSignal< T >::connect().
Referenced by evf::MicroStateServiceClassic::MicroStateServiceClassic().
|
inline |
Definition at line 845 of file ActivityRegistry.h.
|
inline |
Definition at line 601 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by evf::FastMonitoringService::FastMonitoringService(), edm::service::MessageLogger::MessageLogger(), NVProfilerService::NVProfilerService(), TFileService::TFileService(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 602 of file ActivityRegistry.h.
|
inline |
Definition at line 890 of file ActivityRegistry.h.
References edm::signalslot::ObsoleteSignal< T >::connect().
|
inline |
Definition at line 893 of file ActivityRegistry.h.
|
inline |
Definition at line 858 of file ActivityRegistry.h.
References edm::signalslot::ObsoleteSignal< T >::connect().
|
inline |
Definition at line 859 of file ActivityRegistry.h.
|
inline |
Definition at line 244 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by edm::service::MessageLogger::MessageLogger(), NVProfilerService::NVProfilerService(), edm::service::RandomNumberGeneratorService::RandomNumberGeneratorService(), edm::service::Tracer::Tracer(), and edm::ZombieKillerService::ZombieKillerService().
|
inline |
Definition at line 247 of file ActivityRegistry.h.
|
inline |
Definition at line 583 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by InputTagDistributorService::InputTagDistributorService(), edm::service::MessageLogger::MessageLogger(), NVProfilerService::NVProfilerService(), edm::service::RandomNumberGeneratorService::RandomNumberGeneratorService(), TFileService::TFileService(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 587 of file ActivityRegistry.h.
|
inline |
Definition at line 615 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by edm::service::MessageLogger::MessageLogger(), NVProfilerService::NVProfilerService(), TFileService::TFileService(), edm::service::Tracer::Tracer(), and edm::ZombieKillerService::ZombieKillerService().
|
inline |
Definition at line 616 of file ActivityRegistry.h.
|
inline |
Definition at line 908 of file ActivityRegistry.h.
References edm::signalslot::ObsoleteSignal< T >::connect().
|
inline |
Definition at line 909 of file ActivityRegistry.h.
|
inline |
Definition at line 874 of file ActivityRegistry.h.
References edm::signalslot::ObsoleteSignal< T >::connect().
|
inline |
Definition at line 875 of file ActivityRegistry.h.
|
inline |
Definition at line 258 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by edm::service::MessageLogger::MessageLogger(), NVProfilerService::NVProfilerService(), edm::service::RandomNumberGeneratorService::RandomNumberGeneratorService(), edm::service::Tracer::Tracer(), and edm::ZombieKillerService::ZombieKillerService().
|
inline |
Definition at line 261 of file ActivityRegistry.h.
|
inline |
Definition at line 645 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by FWFFLooper::attachTo(), evf::FastMonitoringService::FastMonitoringService(), edm::service::MessageLogger::MessageLogger(), NVProfilerService::NVProfilerService(), edm::service::SimpleMemoryCheck::SimpleMemoryCheck(), TFileService::TFileService(), edm::service::Tracer::Tracer(), VariableHelperService::VariableHelperService(), and edm::ZombieKillerService::ZombieKillerService().
|
inline |
Definition at line 646 of file ActivityRegistry.h.
|
inline |
Definition at line 657 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by edm::service::MessageLogger::MessageLogger(), NVProfilerService::NVProfilerService(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 660 of file ActivityRegistry.h.
|
inline |
Definition at line 673 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by NVProfilerService::NVProfilerService(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 676 of file ActivityRegistry.h.
|
inline |
Definition at line 629 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by NVProfilerService::NVProfilerService(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 632 of file ActivityRegistry.h.
|
inline |
Definition at line 788 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by edm::service::MessageLogger::MessageLogger(), NVProfilerService::NVProfilerService(), TFileService::TFileService(), edm::service::Tracer::Tracer(), and edm::ZombieKillerService::ZombieKillerService().
|
inline |
Definition at line 791 of file ActivityRegistry.h.
|
inline |
Definition at line 760 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by edm::service::MessageLogger::MessageLogger(), NVProfilerService::NVProfilerService(), TFileService::TFileService(), edm::service::Tracer::Tracer(), and edm::ZombieKillerService::ZombieKillerService().
|
inline |
Definition at line 763 of file ActivityRegistry.h.
|
inline |
Definition at line 802 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by edm::service::MessageLogger::MessageLogger(), NVProfilerService::NVProfilerService(), TFileService::TFileService(), edm::service::Tracer::Tracer(), and edm::ZombieKillerService::ZombieKillerService().
|
inline |
Definition at line 805 of file ActivityRegistry.h.
|
inline |
Definition at line 774 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by edm::service::MessageLogger::MessageLogger(), NVProfilerService::NVProfilerService(), TFileService::TFileService(), edm::service::Tracer::Tracer(), and edm::ZombieKillerService::ZombieKillerService().
|
inline |
Definition at line 777 of file ActivityRegistry.h.
|
inline |
Definition at line 732 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by edm::service::MessageLogger::MessageLogger(), NVProfilerService::NVProfilerService(), edm::service::RandomNumberGeneratorService::RandomNumberGeneratorService(), edm::service::Tracer::Tracer(), and edm::ZombieKillerService::ZombieKillerService().
|
inline |
Definition at line 735 of file ActivityRegistry.h.
|
inline |
Definition at line 704 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by edm::service::MessageLogger::MessageLogger(), NVProfilerService::NVProfilerService(), edm::service::RandomNumberGeneratorService::RandomNumberGeneratorService(), edm::service::Tracer::Tracer(), and edm::ZombieKillerService::ZombieKillerService().
|
inline |
Definition at line 707 of file ActivityRegistry.h.
|
inline |
Definition at line 746 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by edm::service::MessageLogger::MessageLogger(), NVProfilerService::NVProfilerService(), edm::service::RandomNumberGeneratorService::RandomNumberGeneratorService(), edm::service::Tracer::Tracer(), and edm::ZombieKillerService::ZombieKillerService().
|
inline |
Definition at line 749 of file ActivityRegistry.h.
|
inline |
Definition at line 718 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by edm::service::MessageLogger::MessageLogger(), NVProfilerService::NVProfilerService(), edm::service::RandomNumberGeneratorService::RandomNumberGeneratorService(), edm::service::Tracer::Tracer(), and edm::ZombieKillerService::ZombieKillerService().
|
inline |
Definition at line 721 of file ActivityRegistry.h.
|
inline |
Definition at line 828 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by edm::service::Tracer::Tracer().
|
inline |
Definition at line 831 of file ActivityRegistry.h.
|
inline |
Definition at line 816 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by edm::service::Tracer::Tracer().
|
inline |
Definition at line 817 of file ActivityRegistry.h.
|
inline |
Definition at line 218 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by edm::service::CheckTransitions::CheckTransitions(), edm::service::MessageLogger::MessageLogger(), NVProfilerService::NVProfilerService(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 219 of file ActivityRegistry.h.
|
inline |
Definition at line 542 of file ActivityRegistry.h.
References edm::signalslot::ObsoleteSignal< T >::connect().
|
inline |
Definition at line 543 of file ActivityRegistry.h.
|
inline |
Definition at line 512 of file ActivityRegistry.h.
References edm::signalslot::ObsoleteSignal< T >::connect().
|
inline |
Definition at line 513 of file ActivityRegistry.h.
|
inline |
Definition at line 558 of file ActivityRegistry.h.
References edm::signalslot::ObsoleteSignal< T >::connect().
|
inline |
Definition at line 559 of file ActivityRegistry.h.
|
inline |
Definition at line 528 of file ActivityRegistry.h.
References edm::signalslot::ObsoleteSignal< T >::connect().
|
inline |
Definition at line 529 of file ActivityRegistry.h.
|
inline |
Definition at line 386 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by evf::FastMonitoringService::FastMonitoringService(), edm::service::MessageLogger::MessageLogger(), NVProfilerService::NVProfilerService(), ProfilerService::ProfilerService(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 387 of file ActivityRegistry.h.
|
inline |
Definition at line 426 of file ActivityRegistry.h.
References edm::signalslot::ObsoleteSignal< T >::connect().
Referenced by evf::MicroStateServiceClassic::MicroStateServiceClassic().
|
inline |
Definition at line 427 of file ActivityRegistry.h.
|
inline |
Definition at line 498 of file ActivityRegistry.h.
References edm::signalslot::ObsoleteSignal< T >::connect().
|
inline |
Definition at line 499 of file ActivityRegistry.h.
|
inline |
Definition at line 923 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by DependencyGraph::DependencyGraph(), edm::service::MessageLogger::MessageLogger(), NVProfilerService::NVProfilerService(), edm::service::SimpleMemoryCheck::SimpleMemoryCheck(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 927 of file ActivityRegistry.h.
|
inline |
Definition at line 417 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by evf::FastMonitoringService::FastMonitoringService().
|