#include <ActivityRegistry.h>
Definition at line 46 of file ActivityRegistry.h.
typedef signalslot::Signal<void()> edm::ActivityRegistry::JobFailure |
Definition at line 68 of file ActivityRegistry.h.
typedef signalslot::Signal<void()> edm::ActivityRegistry::PostBeginJob |
Definition at line 51 of file ActivityRegistry.h.
typedef signalslot::Signal<void(LuminosityBlock const&, EventSetup const&)> edm::ActivityRegistry::PostBeginLumi |
Definition at line 217 of file ActivityRegistry.h.
typedef signalslot::Signal<void(Run const&, EventSetup const&)> edm::ActivityRegistry::PostBeginRun |
Definition at line 185 of file ActivityRegistry.h.
typedef signalslot::Signal<void()> edm::ActivityRegistry::PostCloseFile |
signal is emitted after the source opens a file
Definition at line 154 of file ActivityRegistry.h.
typedef signalslot::Signal<void()> edm::ActivityRegistry::PostEndJob |
Definition at line 60 of file ActivityRegistry.h.
typedef signalslot::Signal<void(LuminosityBlock const&, EventSetup const&)> edm::ActivityRegistry::PostEndLumi |
Definition at line 233 of file ActivityRegistry.h.
typedef signalslot::Signal<void(Run const&, EventSetup const&)> edm::ActivityRegistry::PostEndRun |
Definition at line 201 of file ActivityRegistry.h.
typedef signalslot::Signal<void(unsigned int, unsigned int)> edm::ActivityRegistry::PostForkReacquireResources |
signal is emitted after we forked the processes
Definition at line 491 of file ActivityRegistry.h.
typedef signalslot::Signal<void(ModuleDescription const&)> edm::ActivityRegistry::PostModule |
signal is emitted after the module finished processing the Event
Definition at line 392 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 360 of file ActivityRegistry.h.
typedef signalslot::Signal<void(ModuleDescription const&)> edm::ActivityRegistry::PostModuleBeginLumi |
signal is emitted after the module finished processing beginLumi
Definition at line 441 of file ActivityRegistry.h.
typedef signalslot::Signal<void(ModuleDescription const&)> edm::ActivityRegistry::PostModuleBeginRun |
signal is emitted after the module finished processing beginRun
Definition at line 408 of file ActivityRegistry.h.
typedef signalslot::Signal<void(ModuleDescription const&)> edm::ActivityRegistry::PostModuleConstruction |
signal is emitted after the module was construction
Definition at line 343 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 376 of file ActivityRegistry.h.
typedef signalslot::Signal<void(ModuleDescription const&)> edm::ActivityRegistry::PostModuleEndLumi |
signal is emitted after the module finished processing endLumi
Definition at line 457 of file ActivityRegistry.h.
typedef signalslot::Signal<void(ModuleDescription const&)> edm::ActivityRegistry::PostModuleEndRun |
signal is emitted after the module finished processing endRun
Definition at line 425 of file ActivityRegistry.h.
typedef signalslot::Signal<void()> edm::ActivityRegistry::PostOpenFile |
signal is emitted after the source opens a file
Definition at line 136 of file ActivityRegistry.h.
typedef signalslot::Signal<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 298 of file ActivityRegistry.h.
typedef signalslot::Signal<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 266 of file ActivityRegistry.h.
typedef signalslot::Signal<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 314 of file ActivityRegistry.h.
typedef signalslot::Signal<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 282 of file ActivityRegistry.h.
typedef signalslot::Signal<void(Event const&, EventSetup const&)> edm::ActivityRegistry::PostProcessEvent |
Definition at line 169 of file ActivityRegistry.h.
typedef signalslot::Signal<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 250 of file ActivityRegistry.h.
typedef signalslot::Signal<void()> edm::ActivityRegistry::PostSource |
signal is emitted after the source starts creating an Event
Definition at line 87 of file ActivityRegistry.h.
typedef signalslot::Signal<void(ModuleDescription const&)> edm::ActivityRegistry::PostSourceConstruction |
signal is emitted after the source was construction
Definition at line 474 of file ActivityRegistry.h.
typedef signalslot::Signal<void()> edm::ActivityRegistry::PostSourceLumi |
signal is emitted after the source starts creating a Lumi
Definition at line 103 of file ActivityRegistry.h.
typedef signalslot::Signal<void()> edm::ActivityRegistry::PostSourceRun |
signal is emitted after the source starts creating a Run
Definition at line 119 of file ActivityRegistry.h.
typedef signalslot::Signal<void(LuminosityBlockID const&, Timestamp const&)> edm::ActivityRegistry::PreBeginLumi |
Definition at line 209 of file ActivityRegistry.h.
typedef signalslot::Signal<void(RunID const&, Timestamp const&)> edm::ActivityRegistry::PreBeginRun |
Definition at line 177 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 146 of file ActivityRegistry.h.
typedef signalslot::Signal<void(LuminosityBlockID const&, Timestamp const&)> edm::ActivityRegistry::PreEndLumi |
Definition at line 225 of file ActivityRegistry.h.
typedef signalslot::Signal<void(RunID const&, Timestamp const&)> edm::ActivityRegistry::PreEndRun |
Definition at line 193 of file ActivityRegistry.h.
typedef signalslot::Signal<void()> edm::ActivityRegistry::PreForkReleaseResources |
signal is emitted before we fork the processes
Definition at line 483 of file ActivityRegistry.h.
typedef signalslot::Signal<void(ModuleDescription const&)> edm::ActivityRegistry::PreModule |
signal is emitted before the module starts processing the Event
Definition at line 384 of file ActivityRegistry.h.
typedef signalslot::Signal<void(ModuleDescription const&)> edm::ActivityRegistry::PreModuleBeginJob |
signal is emitted before the module does beginJob
Definition at line 352 of file ActivityRegistry.h.
typedef signalslot::Signal<void(ModuleDescription const&)> edm::ActivityRegistry::PreModuleBeginLumi |
signal is emitted before the module starts processing beginLumi
Definition at line 433 of file ActivityRegistry.h.
typedef signalslot::Signal<void(ModuleDescription const&)> edm::ActivityRegistry::PreModuleBeginRun |
signal is emitted before the module starts processing beginRun
Definition at line 400 of file ActivityRegistry.h.
typedef signalslot::Signal<void(ModuleDescription const&)> edm::ActivityRegistry::PreModuleConstruction |
signal is emitted before the module is constructed
Definition at line 334 of file ActivityRegistry.h.
typedef signalslot::Signal<void(ModuleDescription const&)> edm::ActivityRegistry::PreModuleEndJob |
signal is emitted before the module does endJob
Definition at line 368 of file ActivityRegistry.h.
typedef signalslot::Signal<void(ModuleDescription const&)> edm::ActivityRegistry::PreModuleEndLumi |
signal is emitted before the module starts processing endLumi
Definition at line 449 of file ActivityRegistry.h.
typedef signalslot::Signal<void(ModuleDescription const&)> edm::ActivityRegistry::PreModuleEndRun |
signal is emitted before the module starts processing endRun
Definition at line 417 of file ActivityRegistry.h.
typedef signalslot::Signal<void()> edm::ActivityRegistry::PreOpenFile |
signal is emitted before the source opens a file
Definition at line 127 of file ActivityRegistry.h.
typedef signalslot::Signal<void(std::string const&)> edm::ActivityRegistry::PrePathBeginLumi |
signal is emitted before starting to process a Path for beginLumi
Definition at line 290 of file ActivityRegistry.h.
typedef signalslot::Signal<void(std::string const&)> edm::ActivityRegistry::PrePathBeginRun |
signal is emitted before starting to process a Path for beginRun
Definition at line 258 of file ActivityRegistry.h.
typedef signalslot::Signal<void(std::string const&)> edm::ActivityRegistry::PrePathEndLumi |
signal is emitted before starting to process a Path for endRun
Definition at line 306 of file ActivityRegistry.h.
typedef signalslot::Signal<void(std::string const&)> edm::ActivityRegistry::PrePathEndRun |
signal is emitted before starting to process a Path for endRun
Definition at line 274 of file ActivityRegistry.h.
typedef signalslot::Signal<void(EventID const&, Timestamp const&)> edm::ActivityRegistry::PreProcessEvent |
Definition at line 161 of file ActivityRegistry.h.
typedef signalslot::Signal<void(std::string const&)> edm::ActivityRegistry::PreProcessPath |
signal is emitted before starting to process a Path for an event
Definition at line 242 of file ActivityRegistry.h.
typedef signalslot::Signal<void()> edm::ActivityRegistry::PreSource |
signal is emitted before the source starts creating an Event
Definition at line 79 of file ActivityRegistry.h.
typedef signalslot::Signal<void(ModuleDescription const&)> edm::ActivityRegistry::PreSourceConstruction |
signal is emitted before the source is constructed
Definition at line 465 of file ActivityRegistry.h.
typedef signalslot::Signal<void()> edm::ActivityRegistry::PreSourceLumi |
signal is emitted before the source starts creating a Lumi
Definition at line 95 of file ActivityRegistry.h.
typedef signalslot::Signal<void()> edm::ActivityRegistry::PreSourceRun |
signal is emitted before the source starts creating a Run
Definition at line 111 of file ActivityRegistry.h.
edm::ActivityRegistry::ActivityRegistry | ( | ) | [inline] |
Definition at line 48 of file ActivityRegistry.h.
{}
void ActivityRegistry::connect | ( | ActivityRegistry & | iOther | ) |
forwards our signals to slots connected to iOther
Definition at line 176 of file ActivityRegistry.cc.
References connectGlobals(), and connectLocals().
Referenced by edm::serviceregistry::ServicesManager::connect(), and edm::serviceregistry::ServicesManager::connectTo().
{ connectGlobals(iOther); connectLocals(iOther); }
void ActivityRegistry::connectGlobals | ( | ActivityRegistry & | iOther | ) | [private] |
Definition at line 88 of file ActivityRegistry.cc.
References edm::signalslot::Signal< T >::connect(), jobFailureSignal_, postBeginJobSignal_, postBeginLumiSignal_, postBeginRunSignal_, postCloseFileSignal_, postEndJobSignal_, postEndLumiSignal_, postEndRunSignal_, postForkReacquireResourcesSignal_, postOpenFileSignal_, postProcessEventSignal_, postSourceConstructionSignal_, postSourceLumiSignal_, postSourceRunSignal_, postSourceSignal_, preBeginLumiSignal_, preBeginRunSignal_, preCloseFileSignal_, preEndLumiSignal_, preEndRunSignal_, preForkReleaseResourcesSignal_, preOpenFileSignal_, preProcessEventSignal_, preSourceConstructionSignal_, preSourceLumiSignal_, preSourceRunSignal_, and preSourceSignal_.
Referenced by connect(), and connectToSubProcess().
{ postBeginJobSignal_.connect(std::cref(iOther.postBeginJobSignal_)); postEndJobSignal_.connect(std::cref(iOther.postEndJobSignal_)); jobFailureSignal_.connect(std::cref(iOther.jobFailureSignal_)); preSourceSignal_.connect(std::cref(iOther.preSourceSignal_)); postSourceSignal_.connect(std::cref(iOther.postSourceSignal_)); preSourceLumiSignal_.connect(std::cref(iOther.preSourceLumiSignal_)); postSourceLumiSignal_.connect(std::cref(iOther.postSourceLumiSignal_)); preSourceRunSignal_.connect(std::cref(iOther.preSourceRunSignal_)); postSourceRunSignal_.connect(std::cref(iOther.postSourceRunSignal_)); preOpenFileSignal_.connect(std::cref(iOther.preOpenFileSignal_)); postOpenFileSignal_.connect(std::cref(iOther.postOpenFileSignal_)); preCloseFileSignal_.connect(std::cref(iOther.preCloseFileSignal_)); postCloseFileSignal_.connect(std::cref(iOther.postCloseFileSignal_)); preSourceConstructionSignal_.connect(std::cref(iOther.preSourceConstructionSignal_)); postSourceConstructionSignal_.connect(std::cref(iOther.postSourceConstructionSignal_)); preProcessEventSignal_.connect(std::cref(iOther.preProcessEventSignal_)); postProcessEventSignal_.connect(std::cref(iOther.postProcessEventSignal_)); preBeginRunSignal_.connect(std::cref(iOther.preBeginRunSignal_)); postBeginRunSignal_.connect(std::cref(iOther.postBeginRunSignal_)); preEndRunSignal_.connect(std::cref(iOther.preEndRunSignal_)); postEndRunSignal_.connect(std::cref(iOther.postEndRunSignal_)); preBeginLumiSignal_.connect(std::cref(iOther.preBeginLumiSignal_)); postBeginLumiSignal_.connect(std::cref(iOther.postBeginLumiSignal_)); preEndLumiSignal_.connect(std::cref(iOther.preEndLumiSignal_)); postEndLumiSignal_.connect(std::cref(iOther.postEndLumiSignal_)); preForkReleaseResourcesSignal_.connect(std::cref(iOther.preForkReleaseResourcesSignal_)); postForkReacquireResourcesSignal_.connect(std::cref(iOther.postForkReacquireResourcesSignal_)); }
void ActivityRegistry::connectLocals | ( | ActivityRegistry & | iOther | ) | [private] |
Definition at line 133 of file ActivityRegistry.cc.
References edm::signalslot::Signal< T >::connect(), postModuleBeginJobSignal_, postModuleBeginLumiSignal_, postModuleBeginRunSignal_, postModuleConstructionSignal_, postModuleEndJobSignal_, postModuleEndLumiSignal_, postModuleEndRunSignal_, postModuleSignal_, postPathBeginLumiSignal_, postPathBeginRunSignal_, postPathEndLumiSignal_, postPathEndRunSignal_, postProcessPathSignal_, preModuleBeginJobSignal_, preModuleBeginLumiSignal_, preModuleBeginRunSignal_, preModuleConstructionSignal_, preModuleEndJobSignal_, preModuleEndLumiSignal_, preModuleEndRunSignal_, preModuleSignal_, prePathBeginLumiSignal_, prePathBeginRunSignal_, prePathEndLumiSignal_, prePathEndRunSignal_, and preProcessPathSignal_.
Referenced by connect(), and connectToSubProcess().
{ preProcessPathSignal_.connect(std::cref(iOther.preProcessPathSignal_)); postProcessPathSignal_.connect(std::cref(iOther.postProcessPathSignal_)); prePathBeginRunSignal_.connect(std::cref(iOther.prePathBeginRunSignal_)); postPathBeginRunSignal_.connect(std::cref(iOther.postPathBeginRunSignal_)); prePathEndRunSignal_.connect(std::cref(iOther.prePathEndRunSignal_)); postPathEndRunSignal_.connect(std::cref(iOther.postPathEndRunSignal_)); prePathBeginLumiSignal_.connect(std::cref(iOther.prePathBeginLumiSignal_)); postPathBeginLumiSignal_.connect(std::cref(iOther.postPathBeginLumiSignal_)); prePathEndLumiSignal_.connect(std::cref(iOther.prePathEndLumiSignal_)); postPathEndLumiSignal_.connect(std::cref(iOther.postPathEndLumiSignal_)); preModuleSignal_.connect(std::cref(iOther.preModuleSignal_)); postModuleSignal_.connect(std::cref(iOther.postModuleSignal_)); preModuleBeginRunSignal_.connect(std::cref(iOther.preModuleBeginRunSignal_)); postModuleBeginRunSignal_.connect(std::cref(iOther.postModuleBeginRunSignal_)); preModuleEndRunSignal_.connect(std::cref(iOther.preModuleEndRunSignal_)); postModuleEndRunSignal_.connect(std::cref(iOther.postModuleEndRunSignal_)); preModuleBeginLumiSignal_.connect(std::cref(iOther.preModuleBeginLumiSignal_)); postModuleBeginLumiSignal_.connect(std::cref(iOther.postModuleBeginLumiSignal_)); preModuleEndLumiSignal_.connect(std::cref(iOther.preModuleEndLumiSignal_)); postModuleEndLumiSignal_.connect(std::cref(iOther.postModuleEndLumiSignal_)); preModuleConstructionSignal_.connect(std::cref(iOther.preModuleConstructionSignal_)); postModuleConstructionSignal_.connect(std::cref(iOther.postModuleConstructionSignal_)); preModuleBeginJobSignal_.connect(std::cref(iOther.preModuleBeginJobSignal_)); postModuleBeginJobSignal_.connect(std::cref(iOther.postModuleBeginJobSignal_)); preModuleEndJobSignal_.connect(std::cref(iOther.preModuleEndJobSignal_)); postModuleEndJobSignal_.connect(std::cref(iOther.postModuleEndJobSignal_)); }
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 182 of file ActivityRegistry.cc.
References connectGlobals(), and connectLocals().
Referenced by edm::SubProcess::SubProcess().
{ connectGlobals(iOther); iOther.connectLocals(*this); }
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 188 of file ActivityRegistry.cc.
References jobFailureSignal_, postBeginJobSignal_, postBeginLumiSignal_, postBeginRunSignal_, postCloseFileSignal_, postEndJobSignal_, postEndLumiSignal_, postEndRunSignal_, postForkReacquireResourcesSignal_, postModuleBeginJobSignal_, postModuleBeginLumiSignal_, postModuleBeginRunSignal_, postModuleConstructionSignal_, postModuleEndJobSignal_, postModuleEndLumiSignal_, postModuleEndRunSignal_, postModuleSignal_, postOpenFileSignal_, postPathBeginLumiSignal_, postPathBeginRunSignal_, postPathEndLumiSignal_, postPathEndRunSignal_, postProcessEventSignal_, postProcessPathSignal_, postSourceConstructionSignal_, postSourceLumiSignal_, postSourceRunSignal_, postSourceSignal_, preBeginLumiSignal_, preBeginRunSignal_, preCloseFileSignal_, preEndLumiSignal_, preEndRunSignal_, preForkReleaseResourcesSignal_, preModuleBeginJobSignal_, preModuleBeginLumiSignal_, preModuleBeginRunSignal_, preModuleConstructionSignal_, preModuleEndJobSignal_, preModuleEndLumiSignal_, preModuleEndRunSignal_, preModuleSignal_, preOpenFileSignal_, prePathBeginLumiSignal_, prePathBeginRunSignal_, prePathEndLumiSignal_, prePathEndRunSignal_, preProcessEventSignal_, preProcessPathSignal_, preSourceConstructionSignal_, preSourceLumiSignal_, preSourceRunSignal_, and preSourceSignal_.
Referenced by edm::serviceregistry::ServicesManager::copySlotsFrom(), edm::serviceregistry::ServicesManager::copySlotsTo(), and edm::serviceregistry::ServicesManager::ServicesManager().
{ copySlotsToFrom(postBeginJobSignal_, iOther.postBeginJobSignal_); copySlotsToFromReverse(postEndJobSignal_, iOther.postEndJobSignal_); copySlotsToFromReverse(jobFailureSignal_, iOther.jobFailureSignal_); copySlotsToFrom(preSourceSignal_, iOther.preSourceSignal_); copySlotsToFromReverse(postSourceSignal_, iOther.postSourceSignal_); copySlotsToFrom(preSourceLumiSignal_, iOther.preSourceLumiSignal_); copySlotsToFromReverse(postSourceLumiSignal_, iOther.postSourceLumiSignal_); copySlotsToFrom(preSourceRunSignal_, iOther.preSourceRunSignal_); copySlotsToFromReverse(postSourceRunSignal_, iOther.postSourceRunSignal_); copySlotsToFrom(preOpenFileSignal_, iOther.preOpenFileSignal_); copySlotsToFromReverse(postOpenFileSignal_, iOther.postOpenFileSignal_); copySlotsToFrom(preCloseFileSignal_, iOther.preCloseFileSignal_); copySlotsToFromReverse(postCloseFileSignal_, iOther.postCloseFileSignal_); copySlotsToFrom(preProcessEventSignal_, iOther.preProcessEventSignal_); copySlotsToFromReverse(postProcessEventSignal_, iOther.postProcessEventSignal_); copySlotsToFrom(preBeginRunSignal_, iOther.preBeginRunSignal_); copySlotsToFromReverse(postBeginRunSignal_, iOther.postBeginRunSignal_); copySlotsToFrom(preEndRunSignal_, iOther.preEndRunSignal_); copySlotsToFromReverse(postEndRunSignal_, iOther.postEndRunSignal_); copySlotsToFrom(preBeginLumiSignal_, iOther.preBeginLumiSignal_); copySlotsToFromReverse(postBeginLumiSignal_, iOther.postBeginLumiSignal_); copySlotsToFrom(preEndLumiSignal_, iOther.preEndLumiSignal_); copySlotsToFromReverse(postEndLumiSignal_, iOther.postEndLumiSignal_); copySlotsToFrom(preProcessPathSignal_, iOther.preProcessPathSignal_); copySlotsToFromReverse(postProcessPathSignal_, iOther.postProcessPathSignal_); copySlotsToFrom(prePathBeginRunSignal_, iOther.prePathBeginRunSignal_); copySlotsToFromReverse(postPathBeginRunSignal_, iOther.postPathBeginRunSignal_); copySlotsToFrom(prePathEndRunSignal_, iOther.prePathEndRunSignal_); copySlotsToFromReverse(postPathEndRunSignal_, iOther.postPathEndRunSignal_); copySlotsToFrom(prePathBeginLumiSignal_, iOther.prePathBeginLumiSignal_); copySlotsToFromReverse(postPathBeginLumiSignal_, iOther.postPathBeginLumiSignal_); copySlotsToFrom(prePathEndLumiSignal_, iOther.prePathEndLumiSignal_); copySlotsToFromReverse(postPathEndLumiSignal_, iOther.postPathEndLumiSignal_); copySlotsToFrom(preModuleSignal_, iOther.preModuleSignal_); copySlotsToFromReverse(postModuleSignal_, iOther.postModuleSignal_); copySlotsToFrom(preModuleBeginRunSignal_, iOther.preModuleBeginRunSignal_); copySlotsToFromReverse(postModuleBeginRunSignal_, iOther.postModuleBeginRunSignal_); copySlotsToFrom(preModuleEndRunSignal_, iOther.preModuleEndRunSignal_); copySlotsToFromReverse(postModuleEndRunSignal_, iOther.postModuleEndRunSignal_); copySlotsToFrom(preModuleBeginLumiSignal_, iOther.preModuleBeginLumiSignal_); copySlotsToFromReverse(postModuleBeginLumiSignal_, iOther.postModuleBeginLumiSignal_); copySlotsToFrom(preModuleEndLumiSignal_, iOther.preModuleEndLumiSignal_); copySlotsToFromReverse(postModuleEndLumiSignal_, iOther.postModuleEndLumiSignal_); copySlotsToFrom(preModuleConstructionSignal_, iOther.preModuleConstructionSignal_); copySlotsToFromReverse(postModuleConstructionSignal_, iOther.postModuleConstructionSignal_); copySlotsToFrom(preModuleBeginJobSignal_, iOther.preModuleBeginJobSignal_); copySlotsToFromReverse(postModuleBeginJobSignal_, iOther.postModuleBeginJobSignal_); copySlotsToFrom(preModuleEndJobSignal_, iOther.preModuleEndJobSignal_); copySlotsToFromReverse(postModuleEndJobSignal_, iOther.postModuleEndJobSignal_); copySlotsToFrom(preSourceConstructionSignal_, iOther.preSourceConstructionSignal_); copySlotsToFromReverse(postSourceConstructionSignal_, iOther.postSourceConstructionSignal_); copySlotsToFrom(preForkReleaseResourcesSignal_, iOther.preForkReleaseResourcesSignal_); copySlotsToFromReverse(postForkReacquireResourcesSignal_, iOther.postForkReacquireResourcesSignal_); }
void edm::ActivityRegistry::watchJobFailure | ( | JobFailure::slot_type const & | iSlot | ) | [inline] |
convenience function for attaching to signal
Definition at line 73 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by edm::service::JobReportService::JobReportService(), and edm::service::MessageLogger::MessageLogger().
{ jobFailureSignal_.connect_front(iSlot); }
void edm::ActivityRegistry::watchPostBeginJob | ( | PostBeginJob::slot_type const & | iSlot | ) | [inline] |
convenience function for attaching to signal
Definition at line 55 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect(), and postBeginJobSignal_.
Referenced by DTDataIntegrityTask::DTDataIntegrityTask(), EveService::EveService(), FWFFService::FWFFService(), edm::service::IgProfService::IgProfService(), edm::service::MessageLogger::MessageLogger(), evf::MicroStateService::MicroStateService(), edm::service::PathTimerService::PathTimerService(), edm::service::PrescaleService::PrescaleService(), PythonService::PythonService(), edm::service::SimpleMemoryCheck::SimpleMemoryCheck(), evf::Stepper::Stepper(), TFileService::TFileService(), evf::TimeProfilerService::TimeProfilerService(), edm::service::Timing::Timing(), and edm::service::Tracer::Tracer().
{ postBeginJobSignal_.connect(iSlot); }
void edm::ActivityRegistry::watchPostBeginLumi | ( | PostBeginLumi::slot_type const & | iSlot | ) | [inline] |
Definition at line 220 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by edm::service::IgProfService::IgProfService(), edm::service::MessageLogger::MessageLogger(), edm::PrintEventSetupDataRetrieval::PrintEventSetupDataRetrieval(), edm::service::RandomNumberGeneratorService::RandomNumberGeneratorService(), and edm::service::Tracer::Tracer().
{ postBeginLumiSignal_.connect_front(iSlot); }
void edm::ActivityRegistry::watchPostBeginRun | ( | PostBeginRun::slot_type const & | iSlot | ) | [inline] |
Definition at line 188 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by EcalDQMBinningService::EcalDQMBinningService(), EveService::EveService(), FWFFService::FWFFService(), edm::service::IgProfService::IgProfService(), edm::service::MessageLogger::MessageLogger(), edm::PrintEventSetupDataRetrieval::PrintEventSetupDataRetrieval(), TGeoFromDddService::TGeoFromDddService(), and edm::service::Tracer::Tracer().
{ postBeginRunSignal_.connect_front(iSlot); }
void edm::ActivityRegistry::watchPostCloseFile | ( | PostCloseFile::slot_type const & | iSlot | ) | [inline] |
Definition at line 156 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by edm::service::IgProfService::IgProfService(), edm::service::MessageLogger::MessageLogger(), and edm::service::Tracer::Tracer().
{ postCloseFileSignal_.connect_front(iSlot); }
void edm::ActivityRegistry::watchPostEndJob | ( | PostEndJob::slot_type const & | iSlot | ) | [inline] |
Definition at line 63 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by FWFFLooper::attachTo(), BlockWipedAllocatorService::BlockWipedAllocatorService(), edm::service::CPU::CPU(), DQMService::DQMService(), edm::service::EnableFloatingPointExceptions::EnableFloatingPointExceptions(), EveService::EveService(), FastTimerService::FastTimerService(), FUShmDQMOutputService::FUShmDQMOutputService(), FWFFService::FWFFService(), edm::service::IgProfService::IgProfService(), edm::service::JobReportService::JobReportService(), edm::service::MessageLogger::MessageLogger(), evf::MicroStateService::MicroStateService(), edm::service::PathTimerService::PathTimerService(), cond::service::PoolDBOutputService::PoolDBOutputService(), edm::service::PrescaleService::PrescaleService(), PythonService::PythonService(), edm::service::SimpleMemoryCheck::SimpleMemoryCheck(), evf::Stepper::Stepper(), TFileAdaptor::TFileAdaptor(), evf::TimeProfilerService::TimeProfilerService(), edm::service::Timing::Timing(), and edm::service::Tracer::Tracer().
{ postEndJobSignal_.connect_front(iSlot); }
void edm::ActivityRegistry::watchPostEndLumi | ( | PostEndLumi::slot_type const & | iSlot | ) | [inline] |
Definition at line 236 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by FUShmDQMOutputService::FUShmDQMOutputService(), edm::service::IgProfService::IgProfService(), edm::service::MessageLogger::MessageLogger(), and edm::service::Tracer::Tracer().
{ postEndLumiSignal_.connect_front(iSlot); }
void edm::ActivityRegistry::watchPostEndRun | ( | PostEndRun::slot_type const & | iSlot | ) | [inline] |
Definition at line 204 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by edm::service::IgProfService::IgProfService(), edm::service::MessageLogger::MessageLogger(), TGeoFromDddService::TGeoFromDddService(), and edm::service::Tracer::Tracer().
{ postEndRunSignal_.connect_front(iSlot); }
void edm::ActivityRegistry::watchPostForkReacquireResources | ( | PostForkReacquireResources::slot_type const & | iSlot | ) | [inline] |
Definition at line 493 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by edm::service::RandomNumberGeneratorService::RandomNumberGeneratorService(), and edm::service::SimpleMemoryCheck::SimpleMemoryCheck().
{ postForkReacquireResourcesSignal_.connect_front(iSlot); }
void edm::ActivityRegistry::watchPostModule | ( | PostModule::slot_type const & | iSlot | ) | [inline] |
Definition at line 394 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by FWFFLooper::attachTo(), BlockWipedAllocatorService::BlockWipedAllocatorService(), DQMService::DQMService(), edm::service::EnableFloatingPointExceptions::EnableFloatingPointExceptions(), FastTimerService::FastTimerService(), edm::rootfix::LockService::LockService(), edm::service::MessageLogger::MessageLogger(), evf::MicroStateService::MicroStateService(), edm::service::PathTimerService::PathTimerService(), cond::service::PoolDBOutputService::PoolDBOutputService(), edm::service::PrescaleService::PrescaleService(), edm::service::RandomNumberGeneratorService::RandomNumberGeneratorService(), edm::service::SimpleMemoryCheck::SimpleMemoryCheck(), evf::Stepper::Stepper(), evf::TimeProfilerService::TimeProfilerService(), TimerService::TimerService(), edm::service::Timing::Timing(), and edm::service::Tracer::Tracer().
{ postModuleSignal_.connect_front(iSlot); }
void edm::ActivityRegistry::watchPostModuleBeginJob | ( | PostModuleBeginJob::slot_type const & | iSlot | ) | [inline] |
Definition at line 362 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by edm::service::EnableFloatingPointExceptions::EnableFloatingPointExceptions(), edm::service::MessageLogger::MessageLogger(), edm::service::RandomNumberGeneratorService::RandomNumberGeneratorService(), edm::service::SimpleMemoryCheck::SimpleMemoryCheck(), and edm::service::Tracer::Tracer().
{ postModuleBeginJobSignal_.connect_front(iSlot); }
void edm::ActivityRegistry::watchPostModuleBeginLumi | ( | PostModuleBeginLumi::slot_type const & | iSlot | ) | [inline] |
Definition at line 443 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by edm::service::EnableFloatingPointExceptions::EnableFloatingPointExceptions(), edm::service::MessageLogger::MessageLogger(), edm::service::RandomNumberGeneratorService::RandomNumberGeneratorService(), and edm::service::Tracer::Tracer().
{ postModuleBeginLumiSignal_.connect_front(iSlot); }
void edm::ActivityRegistry::watchPostModuleBeginRun | ( | PostModuleBeginRun::slot_type const & | iSlot | ) | [inline] |
Definition at line 410 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by edm::service::EnableFloatingPointExceptions::EnableFloatingPointExceptions(), edm::service::MessageLogger::MessageLogger(), edm::service::RandomNumberGeneratorService::RandomNumberGeneratorService(), and edm::service::Tracer::Tracer().
{ postModuleBeginRunSignal_.connect_front(iSlot); }
void edm::ActivityRegistry::watchPostModuleConstruction | ( | PostModuleConstruction::slot_type const & | iSlot | ) | [inline] |
Definition at line 345 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by edm::service::MessageLogger::MessageLogger(), edm::service::RandomNumberGeneratorService::RandomNumberGeneratorService(), edm::service::SimpleMemoryCheck::SimpleMemoryCheck(), and edm::service::Tracer::Tracer().
{ postModuleConstructionSignal_.connect_front(iSlot); }
void edm::ActivityRegistry::watchPostModuleEndJob | ( | PostModuleEndJob::slot_type const & | iSlot | ) | [inline] |
Definition at line 378 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by edm::service::EnableFloatingPointExceptions::EnableFloatingPointExceptions(), edm::service::MessageLogger::MessageLogger(), edm::service::RandomNumberGeneratorService::RandomNumberGeneratorService(), and edm::service::Tracer::Tracer().
{ postModuleEndJobSignal_.connect_front(iSlot); }
void edm::ActivityRegistry::watchPostModuleEndLumi | ( | PostModuleEndLumi::slot_type const & | iSlot | ) | [inline] |
Definition at line 459 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by edm::service::EnableFloatingPointExceptions::EnableFloatingPointExceptions(), edm::service::MessageLogger::MessageLogger(), edm::service::RandomNumberGeneratorService::RandomNumberGeneratorService(), and edm::service::Tracer::Tracer().
{ postModuleEndLumiSignal_.connect_front(iSlot); }
void edm::ActivityRegistry::watchPostModuleEndRun | ( | PostModuleEndRun::slot_type const & | iSlot | ) | [inline] |
Definition at line 427 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by edm::service::EnableFloatingPointExceptions::EnableFloatingPointExceptions(), edm::service::MessageLogger::MessageLogger(), edm::service::RandomNumberGeneratorService::RandomNumberGeneratorService(), and edm::service::Tracer::Tracer().
{ postModuleEndRunSignal_.connect_front(iSlot); }
void edm::ActivityRegistry::watchPostOpenFile | ( | PostOpenFile::slot_type const & | iSlot | ) | [inline] |
Definition at line 138 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by edm::service::IgProfService::IgProfService(), edm::service::MessageLogger::MessageLogger(), and edm::service::Tracer::Tracer().
{ postOpenFileSignal_.connect_front(iSlot); }
void edm::ActivityRegistry::watchPostPathBeginLumi | ( | PostPathBeginLumi::slot_type const & | iSlot | ) | [inline] |
Definition at line 300 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by edm::service::MessageLogger::MessageLogger(), and edm::service::Tracer::Tracer().
{ postPathBeginLumiSignal_.connect_front(iSlot); }
void edm::ActivityRegistry::watchPostPathBeginRun | ( | PostPathBeginRun::slot_type const & | iSlot | ) | [inline] |
Definition at line 268 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by edm::service::MessageLogger::MessageLogger(), and edm::service::Tracer::Tracer().
{ postPathBeginRunSignal_.connect_front(iSlot); }
void edm::ActivityRegistry::watchPostPathEndLumi | ( | PostPathEndLumi::slot_type const & | iSlot | ) | [inline] |
Definition at line 316 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by edm::service::MessageLogger::MessageLogger(), and edm::service::Tracer::Tracer().
{ postPathEndLumiSignal_.connect_front(iSlot); }
void edm::ActivityRegistry::watchPostPathEndRun | ( | PostPathEndRun::slot_type const & | iSlot | ) | [inline] |
Definition at line 284 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by edm::service::MessageLogger::MessageLogger(), and edm::service::Tracer::Tracer().
{ postPathEndRunSignal_.connect_front(iSlot); }
void edm::ActivityRegistry::watchPostProcessEvent | ( | PostProcessEvent::slot_type const & | iSlot | ) | [inline] |
Definition at line 172 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by FWFFLooper::attachTo(), DQMService::DQMService(), EveService::EveService(), FastTimerService::FastTimerService(), FWFFService::FWFFService(), edm::service::IgProfService::IgProfService(), edm::service::MessageLogger::MessageLogger(), evf::MicroStateService::MicroStateService(), edm::service::PathTimerService::PathTimerService(), edm::service::PrescaleService::PrescaleService(), edm::PrintEventSetupDataRetrieval::PrintEventSetupDataRetrieval(), ProfilerService::ProfilerService(), PythonService::PythonService(), edm::service::ResourceEnforcer::ResourceEnforcer(), edm::service::SimpleMemoryCheck::SimpleMemoryCheck(), evf::Stepper::Stepper(), evf::TimeProfilerService::TimeProfilerService(), edm::service::Timing::Timing(), edm::service::Tracer::Tracer(), and VariableHelperService::VariableHelperService().
{ postProcessEventSignal_.connect_front(iSlot); }
void edm::ActivityRegistry::watchPostProcessPath | ( | PostProcessPath::slot_type const & | iSlot | ) | [inline] |
Definition at line 252 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by FastTimerService::FastTimerService(), edm::service::MessageLogger::MessageLogger(), edm::service::PathTimerService::PathTimerService(), ProfilerService::ProfilerService(), and edm::service::Tracer::Tracer().
{ postProcessPathSignal_.connect_front(iSlot); }
void edm::ActivityRegistry::watchPostSource | ( | PostSource::slot_type const & | iSlot | ) | [inline] |
Definition at line 89 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by DQMService::DQMService(), FastTimerService::FastTimerService(), edm::rootfix::LockService::LockService(), edm::service::MessageLogger::MessageLogger(), evf::MicroStateService::MicroStateService(), ProfilerService::ProfilerService(), edm::service::SimpleMemoryCheck::SimpleMemoryCheck(), evf::Stepper::Stepper(), and edm::service::Tracer::Tracer().
{ postSourceSignal_.connect_front(iSlot); }
void edm::ActivityRegistry::watchPostSourceConstruction | ( | PostSourceConstruction::slot_type const & | iSlot | ) | [inline] |
Definition at line 476 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by DQMService::DQMService(), FUShmDQMOutputService::FUShmDQMOutputService(), edm::rootfix::LockService::LockService(), edm::service::MessageLogger::MessageLogger(), edm::service::SimpleMemoryCheck::SimpleMemoryCheck(), and edm::service::Tracer::Tracer().
{ postSourceConstructionSignal_.connect_front(iSlot); }
void edm::ActivityRegistry::watchPostSourceLumi | ( | PostSourceLumi::slot_type const & | iSlot | ) | [inline] |
Definition at line 105 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by edm::service::MessageLogger::MessageLogger(), and edm::service::Tracer::Tracer().
{ postSourceLumiSignal_.connect_front(iSlot); }
void edm::ActivityRegistry::watchPostSourceRun | ( | PostSourceRun::slot_type const & | iSlot | ) | [inline] |
Definition at line 121 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
Referenced by DQMStore::DQMStore(), edm::service::MessageLogger::MessageLogger(), and edm::service::Tracer::Tracer().
{ postSourceRunSignal_.connect_front(iSlot); }
void edm::ActivityRegistry::watchPreBeginLumi | ( | PreBeginLumi::slot_type const & | iSlot | ) | [inline] |
Definition at line 212 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by DTDataIntegrityTask::DTDataIntegrityTask(), edm::service::MessageLogger::MessageLogger(), cond::service::PoolDBOutputService::PoolDBOutputService(), and edm::service::Tracer::Tracer().
{ preBeginLumiSignal_.connect(iSlot); }
void edm::ActivityRegistry::watchPreBeginRun | ( | PreBeginRun::slot_type const & | iSlot | ) | [inline] |
Definition at line 180 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by FastTimerService::FastTimerService(), FUShmDQMOutputService::FUShmDQMOutputService(), edm::service::MessageLogger::MessageLogger(), and edm::service::Tracer::Tracer().
{ preBeginRunSignal_.connect(iSlot); }
void edm::ActivityRegistry::watchPreCloseFile | ( | PreCloseFile::slot_type const & | iSlot | ) | [inline] |
Definition at line 148 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by edm::service::MessageLogger::MessageLogger(), edm::storage::StatisticsSenderService::StatisticsSenderService(), and edm::service::Tracer::Tracer().
{ preCloseFileSignal_.connect(iSlot); }
void edm::ActivityRegistry::watchPreEndLumi | ( | PreEndLumi::slot_type const & | iSlot | ) | [inline] |
Definition at line 228 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by DTDataIntegrityTask::DTDataIntegrityTask(), edm::service::MessageLogger::MessageLogger(), and edm::service::Tracer::Tracer().
{ preEndLumiSignal_.connect(iSlot); }
void edm::ActivityRegistry::watchPreEndRun | ( | PreEndRun::slot_type const & | iSlot | ) | [inline] |
Definition at line 196 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by edm::service::MessageLogger::MessageLogger(), and edm::service::Tracer::Tracer().
{ preEndRunSignal_.connect(iSlot); }
void edm::ActivityRegistry::watchPreForkReleaseResources | ( | PreForkReleaseResources::slot_type const & | iSlot | ) | [inline] |
Definition at line 485 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect_front().
{ preForkReleaseResourcesSignal_.connect_front(iSlot); }
void edm::ActivityRegistry::watchPreModule | ( | PreModule::slot_type const & | iSlot | ) | [inline] |
Definition at line 386 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by FWFFLooper::attachTo(), BlockWipedAllocatorService::BlockWipedAllocatorService(), DQMService::DQMService(), edm::service::EnableFloatingPointExceptions::EnableFloatingPointExceptions(), FastTimerService::FastTimerService(), InputTagDistributorService::InputTagDistributorService(), edm::rootfix::LockService::LockService(), edm::service::MessageLogger::MessageLogger(), evf::MicroStateService::MicroStateService(), edm::service::PathTimerService::PathTimerService(), cond::service::PoolDBOutputService::PoolDBOutputService(), edm::service::PrescaleService::PrescaleService(), edm::service::RandomNumberGeneratorService::RandomNumberGeneratorService(), edm::service::SimpleMemoryCheck::SimpleMemoryCheck(), evf::Stepper::Stepper(), TFileService::TFileService(), evf::TimeProfilerService::TimeProfilerService(), TimerService::TimerService(), edm::service::Timing::Timing(), edm::service::Tracer::Tracer(), and VariableHelperService::VariableHelperService().
{ preModuleSignal_.connect(iSlot); }
void edm::ActivityRegistry::watchPreModuleBeginJob | ( | PreModuleBeginJob::slot_type const & | iSlot | ) | [inline] |
Definition at line 354 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by edm::service::EnableFloatingPointExceptions::EnableFloatingPointExceptions(), FastTimerService::FastTimerService(), edm::service::MessageLogger::MessageLogger(), edm::service::RandomNumberGeneratorService::RandomNumberGeneratorService(), TFileService::TFileService(), and edm::service::Tracer::Tracer().
{ preModuleBeginJobSignal_.connect(iSlot); }
void edm::ActivityRegistry::watchPreModuleBeginLumi | ( | PreModuleBeginLumi::slot_type const & | iSlot | ) | [inline] |
Definition at line 435 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by edm::service::EnableFloatingPointExceptions::EnableFloatingPointExceptions(), edm::service::MessageLogger::MessageLogger(), edm::service::RandomNumberGeneratorService::RandomNumberGeneratorService(), TFileService::TFileService(), and edm::service::Tracer::Tracer().
{ preModuleBeginLumiSignal_.connect(iSlot); }
void edm::ActivityRegistry::watchPreModuleBeginRun | ( | PreModuleBeginRun::slot_type const & | iSlot | ) | [inline] |
Definition at line 402 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by edm::service::EnableFloatingPointExceptions::EnableFloatingPointExceptions(), edm::service::MessageLogger::MessageLogger(), edm::service::RandomNumberGeneratorService::RandomNumberGeneratorService(), TFileService::TFileService(), and edm::service::Tracer::Tracer().
{ preModuleBeginRunSignal_.connect(iSlot); }
void edm::ActivityRegistry::watchPreModuleConstruction | ( | PreModuleConstruction::slot_type const & | iSlot | ) | [inline] |
Definition at line 336 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by edm::service::MessageLogger::MessageLogger(), edm::service::RandomNumberGeneratorService::RandomNumberGeneratorService(), TFileService::TFileService(), and edm::service::Tracer::Tracer().
{ preModuleConstructionSignal_.connect(iSlot); }
void edm::ActivityRegistry::watchPreModuleEndJob | ( | PreModuleEndJob::slot_type const & | iSlot | ) | [inline] |
Definition at line 370 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by edm::service::EnableFloatingPointExceptions::EnableFloatingPointExceptions(), edm::service::MessageLogger::MessageLogger(), edm::service::RandomNumberGeneratorService::RandomNumberGeneratorService(), TFileService::TFileService(), and edm::service::Tracer::Tracer().
{ preModuleEndJobSignal_.connect(iSlot); }
void edm::ActivityRegistry::watchPreModuleEndLumi | ( | PreModuleEndLumi::slot_type const & | iSlot | ) | [inline] |
Definition at line 451 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by edm::service::EnableFloatingPointExceptions::EnableFloatingPointExceptions(), edm::service::MessageLogger::MessageLogger(), edm::service::RandomNumberGeneratorService::RandomNumberGeneratorService(), TFileService::TFileService(), and edm::service::Tracer::Tracer().
{ preModuleEndLumiSignal_.connect(iSlot); }
void edm::ActivityRegistry::watchPreModuleEndRun | ( | PreModuleEndRun::slot_type const & | iSlot | ) | [inline] |
Definition at line 419 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by edm::service::EnableFloatingPointExceptions::EnableFloatingPointExceptions(), edm::service::MessageLogger::MessageLogger(), edm::service::RandomNumberGeneratorService::RandomNumberGeneratorService(), TFileService::TFileService(), and edm::service::Tracer::Tracer().
{ preModuleEndRunSignal_.connect(iSlot); }
void edm::ActivityRegistry::watchPreOpenFile | ( | PreOpenFile::slot_type const & | iSlot | ) | [inline] |
Definition at line 129 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by edm::service::MessageLogger::MessageLogger(), and edm::service::Tracer::Tracer().
{ preOpenFileSignal_.connect(iSlot); }
void edm::ActivityRegistry::watchPrePathBeginLumi | ( | PrePathBeginLumi::slot_type const & | iSlot | ) | [inline] |
Definition at line 292 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by edm::service::MessageLogger::MessageLogger(), and edm::service::Tracer::Tracer().
{ prePathBeginLumiSignal_.connect(iSlot); }
void edm::ActivityRegistry::watchPrePathBeginRun | ( | PrePathBeginRun::slot_type const & | iSlot | ) | [inline] |
Definition at line 260 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by FastTimerService::FastTimerService(), edm::service::MessageLogger::MessageLogger(), and edm::service::Tracer::Tracer().
{ prePathBeginRunSignal_.connect(iSlot); }
void edm::ActivityRegistry::watchPrePathEndLumi | ( | PrePathEndLumi::slot_type const & | iSlot | ) | [inline] |
Definition at line 308 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by edm::service::MessageLogger::MessageLogger(), and edm::service::Tracer::Tracer().
{ prePathEndLumiSignal_.connect(iSlot); }
void edm::ActivityRegistry::watchPrePathEndRun | ( | PrePathEndRun::slot_type const & | iSlot | ) | [inline] |
Definition at line 276 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by edm::service::MessageLogger::MessageLogger(), and edm::service::Tracer::Tracer().
{ prePathEndRunSignal_.connect(iSlot); }
void edm::ActivityRegistry::watchPreProcessEvent | ( | PreProcessEvent::slot_type const & | iSlot | ) | [inline] |
Definition at line 164 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by BlockWipedAllocatorService::BlockWipedAllocatorService(), DTDataIntegrityTask::DTDataIntegrityTask(), FastTimerService::FastTimerService(), edm::service::IgProfService::IgProfService(), edm::service::MessageLogger::MessageLogger(), evf::MicroStateService::MicroStateService(), edm::service::PathTimerService::PathTimerService(), cond::service::PoolDBOutputService::PoolDBOutputService(), edm::service::PrescaleService::PrescaleService(), ProfilerService::ProfilerService(), edm::service::SimpleMemoryCheck::SimpleMemoryCheck(), evf::Stepper::Stepper(), evf::TimeProfilerService::TimeProfilerService(), edm::service::Timing::Timing(), edm::service::Tracer::Tracer(), and UpdaterService::UpdaterService().
{ preProcessEventSignal_.connect(iSlot); }
void edm::ActivityRegistry::watchPreProcessPath | ( | PreProcessPath::slot_type const & | iSlot | ) | [inline] |
Definition at line 244 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by FastTimerService::FastTimerService(), edm::service::MessageLogger::MessageLogger(), ProfilerService::ProfilerService(), and edm::service::Tracer::Tracer().
{ preProcessPathSignal_.connect(iSlot); }
void edm::ActivityRegistry::watchPreSource | ( | PreSource::slot_type const & | iSlot | ) | [inline] |
Definition at line 81 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by BlockWipedAllocatorService::BlockWipedAllocatorService(), DQMService::DQMService(), FastTimerService::FastTimerService(), edm::rootfix::LockService::LockService(), edm::service::MessageLogger::MessageLogger(), evf::MicroStateService::MicroStateService(), evf::Stepper::Stepper(), and edm::service::Tracer::Tracer().
{ preSourceSignal_.connect(iSlot); }
void edm::ActivityRegistry::watchPreSourceConstruction | ( | PreSourceConstruction::slot_type const & | iSlot | ) | [inline] |
Definition at line 467 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by DQMService::DQMService(), edm::rootfix::LockService::LockService(), edm::service::MessageLogger::MessageLogger(), edm::service::SimpleMemoryCheck::SimpleMemoryCheck(), and edm::service::Tracer::Tracer().
{ preSourceConstructionSignal_.connect(iSlot); }
void edm::ActivityRegistry::watchPreSourceLumi | ( | PreSourceLumi::slot_type const & | iSlot | ) | [inline] |
Definition at line 97 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by edm::service::MessageLogger::MessageLogger(), and edm::service::Tracer::Tracer().
{ preSourceLumiSignal_.connect(iSlot); }
void edm::ActivityRegistry::watchPreSourceRun | ( | PreSourceRun::slot_type const & | iSlot | ) | [inline] |
Definition at line 113 of file ActivityRegistry.h.
References edm::signalslot::Signal< T >::connect().
Referenced by edm::service::MessageLogger::MessageLogger(), and edm::service::Tracer::Tracer().
{ preSourceRunSignal_.connect(iSlot); }
signal is emitted if event processing or end-of-job processing fails with an uncaught exception.
Definition at line 71 of file ActivityRegistry.h.
Referenced by connectGlobals(), and copySlotsFrom().
signal is emitted after all modules have gotten their beginJob called
Definition at line 53 of file ActivityRegistry.h.
Referenced by connectGlobals(), copySlotsFrom(), and watchPostBeginJob().
signal is emitted after all modules have finished processing the beginLumi
Definition at line 219 of file ActivityRegistry.h.
Referenced by connectGlobals(), copySlotsFrom(), and edm::OccurrenceTraits< LuminosityBlockPrincipal, BranchActionBegin >::postScheduleSignal().
signal is emitted after all modules have finished processing the beginRun
Definition at line 187 of file ActivityRegistry.h.
Referenced by connectGlobals(), copySlotsFrom(), and edm::OccurrenceTraits< RunPrincipal, BranchActionBegin >::postScheduleSignal().
Definition at line 155 of file ActivityRegistry.h.
Referenced by connectGlobals(), and copySlotsFrom().
signal is emitted after all modules have gotten their endJob called
Definition at line 62 of file ActivityRegistry.h.
Referenced by connectGlobals(), and copySlotsFrom().
signal is emitted after all modules have finished processing the Lumi
Definition at line 235 of file ActivityRegistry.h.
Referenced by connectGlobals(), copySlotsFrom(), and edm::OccurrenceTraits< LuminosityBlockPrincipal, BranchActionEnd >::postScheduleSignal().
signal is emitted after all modules have finished processing the Run
Definition at line 203 of file ActivityRegistry.h.
Referenced by connectGlobals(), copySlotsFrom(), and edm::OccurrenceTraits< RunPrincipal, BranchActionEnd >::postScheduleSignal().
Definition at line 492 of file ActivityRegistry.h.
Referenced by connectGlobals(), and copySlotsFrom().
Definition at line 361 of file ActivityRegistry.h.
Referenced by connectLocals(), and copySlotsFrom().
Definition at line 442 of file ActivityRegistry.h.
Referenced by connectLocals(), copySlotsFrom(), and edm::OccurrenceTraits< LuminosityBlockPrincipal, BranchActionBegin >::postModuleSignal().
Definition at line 409 of file ActivityRegistry.h.
Referenced by connectLocals(), copySlotsFrom(), and edm::OccurrenceTraits< RunPrincipal, BranchActionBegin >::postModuleSignal().
Definition at line 344 of file ActivityRegistry.h.
Referenced by connectLocals(), and copySlotsFrom().
Definition at line 377 of file ActivityRegistry.h.
Referenced by connectLocals(), and copySlotsFrom().
Definition at line 458 of file ActivityRegistry.h.
Referenced by connectLocals(), copySlotsFrom(), and edm::OccurrenceTraits< LuminosityBlockPrincipal, BranchActionEnd >::postModuleSignal().
Definition at line 426 of file ActivityRegistry.h.
Referenced by connectLocals(), copySlotsFrom(), and edm::OccurrenceTraits< RunPrincipal, BranchActionEnd >::postModuleSignal().
Definition at line 393 of file ActivityRegistry.h.
Referenced by connectLocals(), copySlotsFrom(), and edm::OccurrenceTraits< EventPrincipal, BranchActionBegin >::postModuleSignal().
Definition at line 137 of file ActivityRegistry.h.
Referenced by connectGlobals(), and copySlotsFrom().
Definition at line 299 of file ActivityRegistry.h.
Referenced by connectLocals(), copySlotsFrom(), and edm::OccurrenceTraits< LuminosityBlockPrincipal, BranchActionBegin >::postPathSignal().
Definition at line 267 of file ActivityRegistry.h.
Referenced by connectLocals(), copySlotsFrom(), and edm::OccurrenceTraits< RunPrincipal, BranchActionBegin >::postPathSignal().
Definition at line 315 of file ActivityRegistry.h.
Referenced by connectLocals(), copySlotsFrom(), and edm::OccurrenceTraits< LuminosityBlockPrincipal, BranchActionEnd >::postPathSignal().
Definition at line 283 of file ActivityRegistry.h.
Referenced by connectLocals(), copySlotsFrom(), and edm::OccurrenceTraits< RunPrincipal, BranchActionEnd >::postPathSignal().
signal is emitted after all modules have finished processing the Event
Definition at line 171 of file ActivityRegistry.h.
Referenced by connectGlobals(), copySlotsFrom(), and edm::OccurrenceTraits< EventPrincipal, BranchActionBegin >::postScheduleSignal().
Definition at line 251 of file ActivityRegistry.h.
Referenced by connectLocals(), copySlotsFrom(), and edm::OccurrenceTraits< EventPrincipal, BranchActionBegin >::postPathSignal().
Definition at line 475 of file ActivityRegistry.h.
Referenced by connectGlobals(), and copySlotsFrom().
Definition at line 104 of file ActivityRegistry.h.
Referenced by connectGlobals(), and copySlotsFrom().
Definition at line 120 of file ActivityRegistry.h.
Referenced by connectGlobals(), and copySlotsFrom().
Definition at line 88 of file ActivityRegistry.h.
Referenced by connectGlobals(), and copySlotsFrom().
signal is emitted after the Lumi has been created by the InputSource but before any modules have seen the Lumi
Definition at line 211 of file ActivityRegistry.h.
Referenced by connectGlobals(), copySlotsFrom(), and edm::OccurrenceTraits< LuminosityBlockPrincipal, BranchActionBegin >::preScheduleSignal().
signal is emitted after the Run has been created by the InputSource but before any modules have seen the Run
Definition at line 179 of file ActivityRegistry.h.
Referenced by connectGlobals(), copySlotsFrom(), and edm::OccurrenceTraits< RunPrincipal, BranchActionBegin >::preScheduleSignal().
Definition at line 147 of file ActivityRegistry.h.
Referenced by connectGlobals(), and copySlotsFrom().
signal is emitted before the endLumi is processed
Definition at line 227 of file ActivityRegistry.h.
Referenced by connectGlobals(), copySlotsFrom(), and edm::OccurrenceTraits< LuminosityBlockPrincipal, BranchActionEnd >::preScheduleSignal().
signal is emitted before the endRun is processed
Definition at line 195 of file ActivityRegistry.h.
Referenced by connectGlobals(), copySlotsFrom(), and edm::OccurrenceTraits< RunPrincipal, BranchActionEnd >::preScheduleSignal().
Definition at line 484 of file ActivityRegistry.h.
Referenced by connectGlobals(), and copySlotsFrom().
Definition at line 353 of file ActivityRegistry.h.
Referenced by connectLocals(), and copySlotsFrom().
Definition at line 434 of file ActivityRegistry.h.
Referenced by connectLocals(), copySlotsFrom(), and edm::OccurrenceTraits< LuminosityBlockPrincipal, BranchActionBegin >::preModuleSignal().
Definition at line 401 of file ActivityRegistry.h.
Referenced by connectLocals(), copySlotsFrom(), and edm::OccurrenceTraits< RunPrincipal, BranchActionBegin >::preModuleSignal().
Definition at line 335 of file ActivityRegistry.h.
Referenced by connectLocals(), and copySlotsFrom().
Definition at line 369 of file ActivityRegistry.h.
Referenced by connectLocals(), and copySlotsFrom().
Definition at line 450 of file ActivityRegistry.h.
Referenced by connectLocals(), copySlotsFrom(), and edm::OccurrenceTraits< LuminosityBlockPrincipal, BranchActionEnd >::preModuleSignal().
Definition at line 418 of file ActivityRegistry.h.
Referenced by connectLocals(), copySlotsFrom(), and edm::OccurrenceTraits< RunPrincipal, BranchActionEnd >::preModuleSignal().
Definition at line 385 of file ActivityRegistry.h.
Referenced by connectLocals(), copySlotsFrom(), and edm::OccurrenceTraits< EventPrincipal, BranchActionBegin >::preModuleSignal().
Definition at line 128 of file ActivityRegistry.h.
Referenced by connectGlobals(), and copySlotsFrom().
Definition at line 291 of file ActivityRegistry.h.
Referenced by connectLocals(), copySlotsFrom(), and edm::OccurrenceTraits< LuminosityBlockPrincipal, BranchActionBegin >::prePathSignal().
Definition at line 259 of file ActivityRegistry.h.
Referenced by connectLocals(), copySlotsFrom(), and edm::OccurrenceTraits< RunPrincipal, BranchActionBegin >::prePathSignal().
Definition at line 307 of file ActivityRegistry.h.
Referenced by connectLocals(), copySlotsFrom(), and edm::OccurrenceTraits< LuminosityBlockPrincipal, BranchActionEnd >::prePathSignal().
Definition at line 275 of file ActivityRegistry.h.
Referenced by connectLocals(), copySlotsFrom(), and edm::OccurrenceTraits< RunPrincipal, BranchActionEnd >::prePathSignal().
signal is emitted after the Event has been created by the InputSource but before any modules have seen the Event
Definition at line 163 of file ActivityRegistry.h.
Referenced by connectGlobals(), copySlotsFrom(), and edm::OccurrenceTraits< EventPrincipal, BranchActionBegin >::preScheduleSignal().
Definition at line 243 of file ActivityRegistry.h.
Referenced by connectLocals(), copySlotsFrom(), and edm::OccurrenceTraits< EventPrincipal, BranchActionBegin >::prePathSignal().
Definition at line 466 of file ActivityRegistry.h.
Referenced by connectGlobals(), and copySlotsFrom().
Definition at line 96 of file ActivityRegistry.h.
Referenced by connectGlobals(), and copySlotsFrom().
Definition at line 112 of file ActivityRegistry.h.
Referenced by connectGlobals(), and copySlotsFrom().
Definition at line 80 of file ActivityRegistry.h.
Referenced by connectGlobals(), and copySlotsFrom().