#include <ActivityRegistry.h>
Public Types | |
typedef sigc::signal< void > | JobFailure |
typedef sigc::signal< void > | PostBeginJob |
typedef sigc::signal< void, LuminosityBlock const &, EventSetup const & > | PostBeginLumi |
typedef sigc::signal< void, Run const &, EventSetup const & > | PostBeginRun |
typedef sigc::signal< void > | PostCloseFile |
signal is emitted after the source opens a file More... | |
typedef sigc::signal< void > | PostEndJob |
typedef sigc::signal< void, LuminosityBlock const &, EventSetup const & > | PostEndLumi |
typedef sigc::signal< void, Run const &, EventSetup const & > | PostEndRun |
typedef sigc::signal< void, unsigned int, unsigned int > | PostForkReacquireResources |
signal is emitted after we forked the processes More... | |
typedef sigc::signal< void, ModuleDescription const & > | PostModule |
signal is emitted after the module finished processing the Event More... | |
typedef sigc::signal< void, ModuleDescription const & > | PostModuleBeginJob |
signal is emitted after the module had done beginJob More... | |
typedef sigc::signal< void, ModuleDescription const & > | PostModuleBeginLumi |
signal is emitted after the module finished processing beginLumi More... | |
typedef sigc::signal< void, ModuleDescription const & > | PostModuleBeginRun |
signal is emitted after the module finished processing beginRun More... | |
typedef sigc::signal< void, ModuleDescription const & > | PostModuleConstruction |
signal is emitted after the module was construction More... | |
typedef sigc::signal< void, ModuleDescription const & > | PostModuleEndJob |
signal is emitted after the module had done endJob More... | |
typedef sigc::signal< void, ModuleDescription const & > | PostModuleEndLumi |
signal is emitted after the module finished processing endLumi More... | |
typedef sigc::signal< void, ModuleDescription const & > | PostModuleEndRun |
signal is emitted after the module finished processing endRun More... | |
typedef sigc::signal< void > | PostOpenFile |
signal is emitted after the source opens a file More... | |
typedef sigc::signal< void, std::string const &, HLTPathStatus const & > | PostPathBeginLumi |
signal is emitted after all modules have finished for the Path for beginLumi More... | |
typedef sigc::signal< void, std::string const &, HLTPathStatus const & > | PostPathBeginRun |
signal is emitted after all modules have finished for the Path for beginRun More... | |
typedef sigc::signal< void, std::string const &, HLTPathStatus const & > | PostPathEndLumi |
signal is emitted after all modules have finished for the Path for endRun More... | |
typedef sigc::signal< void, std::string const &, HLTPathStatus const & > | PostPathEndRun |
signal is emitted after all modules have finished for the Path for endRun More... | |
typedef sigc::signal< void, Event const &, EventSetup const & > | PostProcessEvent |
typedef sigc::signal< void, std::string const &, HLTPathStatus const & > | PostProcessPath |
signal is emitted after all modules have finished for the Path for an event More... | |
typedef sigc::signal< void > | PostSource |
signal is emitted after the source starts creating an Event More... | |
typedef sigc::signal< void, ModuleDescription const & > | PostSourceConstruction |
signal is emitted after the source was construction More... | |
typedef sigc::signal< void > | PostSourceLumi |
signal is emitted after the source starts creating a Lumi More... | |
typedef sigc::signal< void > | PostSourceRun |
signal is emitted after the source starts creating a Run More... | |
typedef sigc::signal< void, LuminosityBlockID const &, Timestamp const & > | PreBeginLumi |
typedef sigc::signal< void, RunID const &, Timestamp const & > | PreBeginRun |
typedef sigc::signal< void > | PreCloseFile |
signal is emitted before the Closesource closes a file More... | |
typedef sigc::signal< void, LuminosityBlockID const &, Timestamp const & > | PreEndLumi |
typedef sigc::signal< void, RunID const &, Timestamp const & > | PreEndRun |
typedef sigc::signal< void > | PreForkReleaseResources |
signal is emitted before we fork the processes More... | |
typedef sigc::signal< void, ModuleDescription const & > | PreModule |
signal is emitted before the module starts processing the Event More... | |
typedef sigc::signal< void, ModuleDescription const & > | PreModuleBeginJob |
signal is emitted before the module does beginJob More... | |
typedef sigc::signal< void, ModuleDescription const & > | PreModuleBeginLumi |
signal is emitted before the module starts processing beginLumi More... | |
typedef sigc::signal< void, ModuleDescription const & > | PreModuleBeginRun |
signal is emitted before the module starts processing beginRun More... | |
typedef sigc::signal< void, ModuleDescription const & > | PreModuleConstruction |
signal is emitted before the module is constructed More... | |
typedef sigc::signal< void, ModuleDescription const & > | PreModuleEndJob |
signal is emitted before the module does endJob More... | |
typedef sigc::signal< void, ModuleDescription const & > | PreModuleEndLumi |
signal is emitted before the module starts processing endLumi More... | |
typedef sigc::signal< void, ModuleDescription const & > | PreModuleEndRun |
signal is emitted before the module starts processing endRun More... | |
typedef sigc::signal< void > | PreOpenFile |
signal is emitted before the source opens a file More... | |
typedef sigc::signal< void, std::string const & > | PrePathBeginLumi |
signal is emitted before starting to process a Path for beginLumi More... | |
typedef sigc::signal< void, std::string const & > | PrePathBeginRun |
signal is emitted before starting to process a Path for beginRun More... | |
typedef sigc::signal< void, std::string const & > | PrePathEndLumi |
signal is emitted before starting to process a Path for endRun More... | |
typedef sigc::signal< void, std::string const & > | PrePathEndRun |
signal is emitted before starting to process a Path for endRun More... | |
typedef sigc::signal< void, EventID const &, Timestamp const & > | PreProcessEvent |
typedef sigc::signal< void, std::string const & > | PreProcessPath |
signal is emitted before starting to process a Path for an event More... | |
typedef sigc::signal< void > | PreSource |
signal is emitted before the source starts creating an Event More... | |
typedef sigc::signal< void, ModuleDescription const & > | PreSourceConstruction |
signal is emitted before the source is constructed More... | |
typedef sigc::signal< void > | PreSourceLumi |
signal is emitted before the source starts creating a Lumi More... | |
typedef sigc::signal< void > | PreSourceRun |
signal is emitted before the source starts creating a Run More... | |
Public Member Functions | |
ActivityRegistry () | |
void | connect (ActivityRegistry &iOther) |
forwards our signals to slots connected to iOther More... | |
void | connectToSubProcess (ActivityRegistry &iOther) |
void | copySlotsFrom (ActivityRegistry &iOther) |
void | watchJobFailure (JobFailure::slot_type const &iSlot) |
convenience function for attaching to signal More... | |
void | watchPostBeginJob (PostBeginJob::slot_type const &iSlot) |
convenience function for attaching to signal More... | |
void | watchPostBeginLumi (PostBeginLumi::slot_type const &iSlot) |
void | watchPostBeginRun (PostBeginRun::slot_type const &iSlot) |
void | watchPostCloseFile (PostCloseFile::slot_type const &iSlot) |
void | watchPostEndJob (PostEndJob::slot_type const &iSlot) |
void | watchPostEndLumi (PostEndLumi::slot_type const &iSlot) |
void | watchPostEndRun (PostEndRun::slot_type const &iSlot) |
void | watchPostForkReacquireResources (PostForkReacquireResources::slot_type const &iSlot) |
void | watchPostModule (PostModule::slot_type const &iSlot) |
void | watchPostModuleBeginJob (PostModuleBeginJob::slot_type const &iSlot) |
void | watchPostModuleBeginLumi (PostModuleBeginLumi::slot_type const &iSlot) |
void | watchPostModuleBeginRun (PostModuleBeginRun::slot_type const &iSlot) |
void | watchPostModuleConstruction (PostModuleConstruction::slot_type const &iSlot) |
void | watchPostModuleEndJob (PostModuleEndJob::slot_type const &iSlot) |
void | watchPostModuleEndLumi (PostModuleEndLumi::slot_type const &iSlot) |
void | watchPostModuleEndRun (PostModuleEndRun::slot_type const &iSlot) |
void | watchPostOpenFile (PostOpenFile::slot_type const &iSlot) |
void | watchPostPathBeginLumi (PostPathBeginLumi::slot_type const &iSlot) |
void | watchPostPathBeginRun (PostPathBeginRun::slot_type const &iSlot) |
void | watchPostPathEndLumi (PostPathEndLumi::slot_type const &iSlot) |
void | watchPostPathEndRun (PostPathEndRun::slot_type const &iSlot) |
void | watchPostProcessEvent (PostProcessEvent::slot_type const &iSlot) |
void | watchPostProcessPath (PostProcessPath::slot_type const &iSlot) |
void | watchPostSource (PostSource::slot_type const &iSlot) |
void | watchPostSourceConstruction (PostSourceConstruction::slot_type const &iSlot) |
void | watchPostSourceLumi (PostSourceLumi::slot_type const &iSlot) |
void | watchPostSourceRun (PostSourceRun::slot_type const &iSlot) |
void | watchPreBeginLumi (PreBeginLumi::slot_type const &iSlot) |
void | watchPreBeginRun (PreBeginRun::slot_type const &iSlot) |
void | watchPreCloseFile (PreCloseFile::slot_type const &iSlot) |
void | watchPreEndLumi (PreEndLumi::slot_type const &iSlot) |
void | watchPreEndRun (PreEndRun::slot_type const &iSlot) |
void | watchPreForkReleaseResources (PreForkReleaseResources::slot_type const &iSlot) |
void | watchPreModule (PreModule::slot_type const &iSlot) |
void | watchPreModuleBeginJob (PreModuleBeginJob::slot_type const &iSlot) |
void | watchPreModuleBeginLumi (PreModuleBeginLumi::slot_type const &iSlot) |
void | watchPreModuleBeginRun (PreModuleBeginRun::slot_type const &iSlot) |
void | watchPreModuleConstruction (PreModuleConstruction::slot_type const &iSlot) |
void | watchPreModuleEndJob (PreModuleEndJob::slot_type const &iSlot) |
void | watchPreModuleEndLumi (PreModuleEndLumi::slot_type const &iSlot) |
void | watchPreModuleEndRun (PreModuleEndRun::slot_type const &iSlot) |
void | watchPreOpenFile (PreOpenFile::slot_type const &iSlot) |
void | watchPrePathBeginLumi (PrePathBeginLumi::slot_type const &iSlot) |
void | watchPrePathBeginRun (PrePathBeginRun::slot_type const &iSlot) |
void | watchPrePathEndLumi (PrePathEndLumi::slot_type const &iSlot) |
void | watchPrePathEndRun (PrePathEndRun::slot_type const &iSlot) |
void | watchPreProcessEvent (PreProcessEvent::slot_type const &iSlot) |
void | watchPreProcessPath (PreProcessPath::slot_type const &iSlot) |
void | watchPreSource (PreSource::slot_type const &iSlot) |
void | watchPreSourceConstruction (PreSourceConstruction::slot_type const &iSlot) |
void | watchPreSourceLumi (PreSourceLumi::slot_type const &iSlot) |
void | watchPreSourceRun (PreSourceRun::slot_type const &iSlot) |
Private Member Functions | |
void | connectGlobals (ActivityRegistry &iOther) |
void | connectLocals (ActivityRegistry &iOther) |
Definition at line 46 of file ActivityRegistry.h.
typedef sigc::signal<void> edm::ActivityRegistry::JobFailure |
Definition at line 69 of file ActivityRegistry.h.
typedef sigc::signal<void> edm::ActivityRegistry::PostBeginJob |
Definition at line 51 of file ActivityRegistry.h.
typedef sigc::signal<void, LuminosityBlock const&, EventSetup const&> edm::ActivityRegistry::PostBeginLumi |
Definition at line 224 of file ActivityRegistry.h.
typedef sigc::signal<void, Run const&, EventSetup const&> edm::ActivityRegistry::PostBeginRun |
Definition at line 190 of file ActivityRegistry.h.
typedef sigc::signal<void> edm::ActivityRegistry::PostCloseFile |
signal is emitted after the source opens a file
Definition at line 157 of file ActivityRegistry.h.
typedef sigc::signal<void> edm::ActivityRegistry::PostEndJob |
Definition at line 60 of file ActivityRegistry.h.
typedef sigc::signal<void, LuminosityBlock const&, EventSetup const&> edm::ActivityRegistry::PostEndLumi |
Definition at line 241 of file ActivityRegistry.h.
typedef sigc::signal<void, Run const&, EventSetup const&> edm::ActivityRegistry::PostEndRun |
Definition at line 207 of file ActivityRegistry.h.
typedef sigc::signal<void, unsigned int, unsigned int> edm::ActivityRegistry::PostForkReacquireResources |
signal is emitted after we forked the processes
Definition at line 514 of file ActivityRegistry.h.
typedef sigc::signal<void, ModuleDescription const&> edm::ActivityRegistry::PostModule |
signal is emitted after the module finished processing the Event
Definition at line 409 of file ActivityRegistry.h.
typedef sigc::signal<void, ModuleDescription const&> edm::ActivityRegistry::PostModuleBeginJob |
signal is emitted after the module had done beginJob
Definition at line 375 of file ActivityRegistry.h.
typedef sigc::signal<void, ModuleDescription const&> edm::ActivityRegistry::PostModuleBeginLumi |
signal is emitted after the module finished processing beginLumi
Definition at line 460 of file ActivityRegistry.h.
typedef sigc::signal<void, ModuleDescription const&> edm::ActivityRegistry::PostModuleBeginRun |
signal is emitted after the module finished processing beginRun
Definition at line 426 of file ActivityRegistry.h.
typedef sigc::signal<void, ModuleDescription const&> edm::ActivityRegistry::PostModuleConstruction |
signal is emitted after the module was construction
Definition at line 357 of file ActivityRegistry.h.
typedef sigc::signal<void, ModuleDescription const&> edm::ActivityRegistry::PostModuleEndJob |
signal is emitted after the module had done endJob
Definition at line 392 of file ActivityRegistry.h.
typedef sigc::signal<void, ModuleDescription const&> edm::ActivityRegistry::PostModuleEndLumi |
signal is emitted after the module finished processing endLumi
Definition at line 477 of file ActivityRegistry.h.
typedef sigc::signal<void, ModuleDescription const&> edm::ActivityRegistry::PostModuleEndRun |
signal is emitted after the module finished processing endRun
Definition at line 443 of file ActivityRegistry.h.
typedef sigc::signal<void> edm::ActivityRegistry::PostOpenFile |
signal is emitted after the source opens a file
Definition at line 140 of file ActivityRegistry.h.
typedef sigc::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 310 of file ActivityRegistry.h.
typedef sigc::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 276 of file ActivityRegistry.h.
typedef sigc::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 327 of file ActivityRegistry.h.
typedef sigc::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 293 of file ActivityRegistry.h.
typedef sigc::signal<void, Event const&, EventSetup const&> edm::ActivityRegistry::PostProcessEvent |
Definition at line 173 of file ActivityRegistry.h.
typedef sigc::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 259 of file ActivityRegistry.h.
typedef sigc::signal<void> edm::ActivityRegistry::PostSource |
signal is emitted after the source starts creating an Event
Definition at line 89 of file ActivityRegistry.h.
typedef sigc::signal<void, ModuleDescription const&> edm::ActivityRegistry::PostSourceConstruction |
signal is emitted after the source was construction
Definition at line 495 of file ActivityRegistry.h.
typedef sigc::signal<void> edm::ActivityRegistry::PostSourceLumi |
signal is emitted after the source starts creating a Lumi
Definition at line 106 of file ActivityRegistry.h.
typedef sigc::signal<void> edm::ActivityRegistry::PostSourceRun |
signal is emitted after the source starts creating a Run
Definition at line 123 of file ActivityRegistry.h.
typedef sigc::signal<void, LuminosityBlockID const&, Timestamp const&> edm::ActivityRegistry::PreBeginLumi |
Definition at line 216 of file ActivityRegistry.h.
typedef sigc::signal<void, RunID const&, Timestamp const&> edm::ActivityRegistry::PreBeginRun |
Definition at line 182 of file ActivityRegistry.h.
typedef sigc::signal<void> edm::ActivityRegistry::PreCloseFile |
signal is emitted before the Closesource closes a file
Definition at line 149 of file ActivityRegistry.h.
typedef sigc::signal<void, LuminosityBlockID const&, Timestamp const&> edm::ActivityRegistry::PreEndLumi |
Definition at line 233 of file ActivityRegistry.h.
typedef sigc::signal<void, RunID const&, Timestamp const&> edm::ActivityRegistry::PreEndRun |
Definition at line 199 of file ActivityRegistry.h.
typedef sigc::signal<void> edm::ActivityRegistry::PreForkReleaseResources |
signal is emitted before we fork the processes
Definition at line 505 of file ActivityRegistry.h.
typedef sigc::signal<void, ModuleDescription const&> edm::ActivityRegistry::PreModule |
signal is emitted before the module starts processing the Event
Definition at line 401 of file ActivityRegistry.h.
typedef sigc::signal<void, ModuleDescription const&> edm::ActivityRegistry::PreModuleBeginJob |
signal is emitted before the module does beginJob
Definition at line 367 of file ActivityRegistry.h.
typedef sigc::signal<void, ModuleDescription const&> edm::ActivityRegistry::PreModuleBeginLumi |
signal is emitted before the module starts processing beginLumi
Definition at line 452 of file ActivityRegistry.h.
typedef sigc::signal<void, ModuleDescription const&> edm::ActivityRegistry::PreModuleBeginRun |
signal is emitted before the module starts processing beginRun
Definition at line 418 of file ActivityRegistry.h.
typedef sigc::signal<void, ModuleDescription const&> edm::ActivityRegistry::PreModuleConstruction |
signal is emitted before the module is constructed
Definition at line 348 of file ActivityRegistry.h.
typedef sigc::signal<void, ModuleDescription const&> edm::ActivityRegistry::PreModuleEndJob |
signal is emitted before the module does endJob
Definition at line 384 of file ActivityRegistry.h.
typedef sigc::signal<void, ModuleDescription const&> edm::ActivityRegistry::PreModuleEndLumi |
signal is emitted before the module starts processing endLumi
Definition at line 469 of file ActivityRegistry.h.
typedef sigc::signal<void, ModuleDescription const&> edm::ActivityRegistry::PreModuleEndRun |
signal is emitted before the module starts processing endRun
Definition at line 435 of file ActivityRegistry.h.
typedef sigc::signal<void> edm::ActivityRegistry::PreOpenFile |
signal is emitted before the source opens a file
Definition at line 132 of file ActivityRegistry.h.
typedef sigc::signal<void, std::string const&> edm::ActivityRegistry::PrePathBeginLumi |
signal is emitted before starting to process a Path for beginLumi
Definition at line 302 of file ActivityRegistry.h.
typedef sigc::signal<void, std::string const&> edm::ActivityRegistry::PrePathBeginRun |
signal is emitted before starting to process a Path for beginRun
Definition at line 268 of file ActivityRegistry.h.
typedef sigc::signal<void, std::string const&> edm::ActivityRegistry::PrePathEndLumi |
signal is emitted before starting to process a Path for endRun
Definition at line 319 of file ActivityRegistry.h.
typedef sigc::signal<void, std::string const&> edm::ActivityRegistry::PrePathEndRun |
signal is emitted before starting to process a Path for endRun
Definition at line 285 of file ActivityRegistry.h.
typedef sigc::signal<void, EventID const&, Timestamp const&> edm::ActivityRegistry::PreProcessEvent |
Definition at line 165 of file ActivityRegistry.h.
typedef sigc::signal<void, std::string const&> edm::ActivityRegistry::PreProcessPath |
signal is emitted before starting to process a Path for an event
Definition at line 251 of file ActivityRegistry.h.
typedef sigc::signal<void> edm::ActivityRegistry::PreSource |
signal is emitted before the source starts creating an Event
Definition at line 81 of file ActivityRegistry.h.
typedef sigc::signal<void, ModuleDescription const&> edm::ActivityRegistry::PreSourceConstruction |
signal is emitted before the source is constructed
Definition at line 486 of file ActivityRegistry.h.
typedef sigc::signal<void> edm::ActivityRegistry::PreSourceLumi |
signal is emitted before the source starts creating a Lumi
Definition at line 98 of file ActivityRegistry.h.
typedef sigc::signal<void> edm::ActivityRegistry::PreSourceRun |
signal is emitted before the source starts creating a Run
Definition at line 115 of file ActivityRegistry.h.
|
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 184 of file ActivityRegistry.cc.
References connectGlobals(), and connectLocals().
Referenced by python.Vispa.Gui.ZoomableScrollArea.ZoomableScrollArea::__init__(), python.Vispa.Views.PropertyView.BooleanProperty::__init__(), python.Vispa.Gui.FindDialog.FindDialog::_addScript(), python.Vispa.Gui.FindDialog.FindDialog::_addStringProperty(), python.Vispa.Main.Application.Application::_connectSignals(), python.Vispa.Plugins.ConfigEditor.CodeTableView.CodeTableView::_createItem(), python.Vispa.Gui.BoxContentDialog.BoxContentDialog::addButton(), python.Vispa.Gui.ToolBoxContainer.ToolBoxContainer::addWidget(), python.Vispa.Views.PropertyView.PropertyView::append(), python.Vispa.Views.PropertyView.PropertyView::appendAddRow(), edm::serviceregistry::ServicesManager::connect(), edm::serviceregistry::ServicesManager::connectTo(), python.Vispa.Main.Application.Application::createAction(), python.Vispa.Views.PropertyView.TextEditWithButtonProperty::createButton(), python.Vispa.Views.LineDecayView.LineDecayView::createLineDecayContainer(), python.Vispa.Views.PropertyView.TextEditWithButtonProperty::createLineEdit(), python.Vispa.Views.LineDecayView.LineDecayContainer::createObject(), python.Vispa.Views.PropertyView.TextEditWithButtonProperty::createTextEdit(), python.Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::filterDialog(), python.Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::find(), python.Vispa.Gui.PortWidget.PortWidget::mouseMoveEvent(), python.Vispa.Views.PropertyView.BooleanProperty::setChecked(), python.Vispa.Main.SplitterTab.SplitterTab::setController(), python.Vispa.Plugins.Browser.BrowserTab.BrowserTab::setController(), python.Vispa.Views.PropertyView.BooleanProperty::setReadOnly(), python.Vispa.Views.PropertyView.DropDownProperty::setReadOnly(), python.Vispa.Views.PropertyView.TextEditWithButtonProperty::setReadOnly(), python.Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::setTab(), python.Vispa.Views.PropertyView.IntegerProperty::setValue(), python.Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::switchCenterView(), python.Vispa.Plugins.EdmBrowser.EdmBrowserTabController.EdmBrowserTabController::updateViewMenu(), and python.Vispa.Plugins.ConfigEditor.ConfigEditorTabController.ConfigEditorTabController::updateViewMenu().
|
private |
Definition at line 96 of file ActivityRegistry.cc.
References 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().
|
private |
Definition at line 141 of file ActivityRegistry.cc.
References 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().
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 190 of file ActivityRegistry.cc.
References connectGlobals(), and 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 196 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().
|
inline |
convenience function for attaching to signal
Definition at line 74 of file ActivityRegistry.h.
Referenced by edm::service::JobReportService::JobReportService(), and edm::service::MessageLogger::MessageLogger().
|
inline |
convenience function for attaching to signal
Definition at line 55 of file ActivityRegistry.h.
References 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(), edm::service::SimpleProfiling::SimpleProfiling(), evf::Stepper::Stepper(), TFileService::TFileService(), evf::TimeProfilerService::TimeProfilerService(), edm::service::Timing::Timing(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 227 of file ActivityRegistry.h.
Referenced by edm::service::IgProfService::IgProfService(), edm::service::MessageLogger::MessageLogger(), edm::PrintEventSetupDataRetrieval::PrintEventSetupDataRetrieval(), edm::service::RandomNumberGeneratorService::RandomNumberGeneratorService(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 193 of file ActivityRegistry.h.
Referenced by EveService::EveService(), FWFFService::FWFFService(), edm::service::IgProfService::IgProfService(), edm::service::MessageLogger::MessageLogger(), edm::PrintEventSetupDataRetrieval::PrintEventSetupDataRetrieval(), TGeoFromDddService::TGeoFromDddService(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 159 of file ActivityRegistry.h.
Referenced by edm::service::IgProfService::IgProfService(), edm::service::MessageLogger::MessageLogger(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 63 of file ActivityRegistry.h.
Referenced by FWFFLooper::attachTo(), BlockWipedAllocatorService::BlockWipedAllocatorService(), edm::service::CPU::CPU(), DQMService::DQMService(), edm::service::EnableFloatingPointExceptions::EnableFloatingPointExceptions(), EveService::EveService(), 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(), edm::service::SimpleProfiling::SimpleProfiling(), evf::Stepper::Stepper(), TFileAdaptor::TFileAdaptor(), evf::TimeProfilerService::TimeProfilerService(), edm::service::Timing::Timing(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 244 of file ActivityRegistry.h.
Referenced by FUShmDQMOutputService::FUShmDQMOutputService(), edm::service::IgProfService::IgProfService(), edm::service::MessageLogger::MessageLogger(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 210 of file ActivityRegistry.h.
Referenced by edm::service::IgProfService::IgProfService(), edm::service::MessageLogger::MessageLogger(), TGeoFromDddService::TGeoFromDddService(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 516 of file ActivityRegistry.h.
Referenced by edm::service::RandomNumberGeneratorService::RandomNumberGeneratorService().
|
inline |
Definition at line 411 of file ActivityRegistry.h.
Referenced by FWFFLooper::attachTo(), BlockWipedAllocatorService::BlockWipedAllocatorService(), DQMService::DQMService(), edm::service::EnableFloatingPointExceptions::EnableFloatingPointExceptions(), 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().
|
inline |
Definition at line 377 of file ActivityRegistry.h.
Referenced by edm::service::EnableFloatingPointExceptions::EnableFloatingPointExceptions(), edm::service::MessageLogger::MessageLogger(), edm::service::RandomNumberGeneratorService::RandomNumberGeneratorService(), edm::service::SimpleMemoryCheck::SimpleMemoryCheck(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 462 of file ActivityRegistry.h.
Referenced by edm::service::EnableFloatingPointExceptions::EnableFloatingPointExceptions(), edm::service::MessageLogger::MessageLogger(), edm::service::RandomNumberGeneratorService::RandomNumberGeneratorService(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 428 of file ActivityRegistry.h.
Referenced by edm::service::EnableFloatingPointExceptions::EnableFloatingPointExceptions(), edm::service::MessageLogger::MessageLogger(), edm::service::RandomNumberGeneratorService::RandomNumberGeneratorService(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 359 of file ActivityRegistry.h.
Referenced by edm::service::MessageLogger::MessageLogger(), edm::service::RandomNumberGeneratorService::RandomNumberGeneratorService(), edm::service::SimpleMemoryCheck::SimpleMemoryCheck(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 394 of file ActivityRegistry.h.
Referenced by edm::service::EnableFloatingPointExceptions::EnableFloatingPointExceptions(), edm::service::MessageLogger::MessageLogger(), edm::service::RandomNumberGeneratorService::RandomNumberGeneratorService(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 479 of file ActivityRegistry.h.
Referenced by edm::service::EnableFloatingPointExceptions::EnableFloatingPointExceptions(), edm::service::MessageLogger::MessageLogger(), edm::service::RandomNumberGeneratorService::RandomNumberGeneratorService(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 445 of file ActivityRegistry.h.
Referenced by edm::service::EnableFloatingPointExceptions::EnableFloatingPointExceptions(), edm::service::MessageLogger::MessageLogger(), edm::service::RandomNumberGeneratorService::RandomNumberGeneratorService(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 142 of file ActivityRegistry.h.
Referenced by edm::service::IgProfService::IgProfService(), edm::service::MessageLogger::MessageLogger(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 312 of file ActivityRegistry.h.
Referenced by edm::service::MessageLogger::MessageLogger(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 278 of file ActivityRegistry.h.
Referenced by edm::service::MessageLogger::MessageLogger(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 329 of file ActivityRegistry.h.
Referenced by edm::service::MessageLogger::MessageLogger(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 295 of file ActivityRegistry.h.
Referenced by edm::service::MessageLogger::MessageLogger(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 176 of file ActivityRegistry.h.
Referenced by FWFFLooper::attachTo(), DQMService::DQMService(), EveService::EveService(), 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::SimpleMemoryCheck::SimpleMemoryCheck(), evf::Stepper::Stepper(), evf::TimeProfilerService::TimeProfilerService(), edm::service::Timing::Timing(), edm::service::Tracer::Tracer(), and VariableHelperService::VariableHelperService().
|
inline |
Definition at line 261 of file ActivityRegistry.h.
Referenced by edm::service::MessageLogger::MessageLogger(), edm::service::PathTimerService::PathTimerService(), ProfilerService::ProfilerService(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 91 of file ActivityRegistry.h.
Referenced by DQMService::DQMService(), 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().
|
inline |
Definition at line 497 of file ActivityRegistry.h.
Referenced by DQMService::DQMService(), FUShmDQMOutputService::FUShmDQMOutputService(), edm::rootfix::LockService::LockService(), edm::service::MessageLogger::MessageLogger(), edm::service::SimpleMemoryCheck::SimpleMemoryCheck(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 108 of file ActivityRegistry.h.
Referenced by edm::service::MessageLogger::MessageLogger(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 125 of file ActivityRegistry.h.
Referenced by DQMStore::DQMStore(), edm::service::MessageLogger::MessageLogger(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 219 of file ActivityRegistry.h.
Referenced by edm::service::MessageLogger::MessageLogger(), cond::service::PoolDBOutputService::PoolDBOutputService(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 185 of file ActivityRegistry.h.
Referenced by FUShmDQMOutputService::FUShmDQMOutputService(), edm::service::MessageLogger::MessageLogger(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 151 of file ActivityRegistry.h.
Referenced by edm::service::MessageLogger::MessageLogger(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 236 of file ActivityRegistry.h.
Referenced by edm::service::MessageLogger::MessageLogger(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 202 of file ActivityRegistry.h.
Referenced by edm::service::MessageLogger::MessageLogger(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 507 of file ActivityRegistry.h.
|
inline |
Definition at line 403 of file ActivityRegistry.h.
Referenced by FWFFLooper::attachTo(), BlockWipedAllocatorService::BlockWipedAllocatorService(), DQMService::DQMService(), edm::service::EnableFloatingPointExceptions::EnableFloatingPointExceptions(), 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().
|
inline |
Definition at line 369 of file ActivityRegistry.h.
Referenced by edm::service::EnableFloatingPointExceptions::EnableFloatingPointExceptions(), edm::service::MessageLogger::MessageLogger(), edm::service::RandomNumberGeneratorService::RandomNumberGeneratorService(), TFileService::TFileService(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 454 of file ActivityRegistry.h.
Referenced by edm::service::EnableFloatingPointExceptions::EnableFloatingPointExceptions(), edm::service::MessageLogger::MessageLogger(), edm::service::RandomNumberGeneratorService::RandomNumberGeneratorService(), TFileService::TFileService(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 420 of file ActivityRegistry.h.
Referenced by edm::service::EnableFloatingPointExceptions::EnableFloatingPointExceptions(), edm::service::MessageLogger::MessageLogger(), edm::service::RandomNumberGeneratorService::RandomNumberGeneratorService(), TFileService::TFileService(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 350 of file ActivityRegistry.h.
Referenced by edm::service::MessageLogger::MessageLogger(), edm::service::RandomNumberGeneratorService::RandomNumberGeneratorService(), TFileService::TFileService(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 386 of file ActivityRegistry.h.
Referenced by edm::service::EnableFloatingPointExceptions::EnableFloatingPointExceptions(), edm::service::MessageLogger::MessageLogger(), edm::service::RandomNumberGeneratorService::RandomNumberGeneratorService(), TFileService::TFileService(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 471 of file ActivityRegistry.h.
Referenced by edm::service::EnableFloatingPointExceptions::EnableFloatingPointExceptions(), edm::service::MessageLogger::MessageLogger(), edm::service::RandomNumberGeneratorService::RandomNumberGeneratorService(), TFileService::TFileService(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 437 of file ActivityRegistry.h.
Referenced by edm::service::EnableFloatingPointExceptions::EnableFloatingPointExceptions(), edm::service::MessageLogger::MessageLogger(), edm::service::RandomNumberGeneratorService::RandomNumberGeneratorService(), TFileService::TFileService(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 134 of file ActivityRegistry.h.
Referenced by edm::service::MessageLogger::MessageLogger(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 304 of file ActivityRegistry.h.
Referenced by edm::service::MessageLogger::MessageLogger(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 270 of file ActivityRegistry.h.
Referenced by edm::service::MessageLogger::MessageLogger(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 321 of file ActivityRegistry.h.
Referenced by edm::service::MessageLogger::MessageLogger(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 287 of file ActivityRegistry.h.
Referenced by edm::service::MessageLogger::MessageLogger(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 168 of file ActivityRegistry.h.
Referenced by BlockWipedAllocatorService::BlockWipedAllocatorService(), DTDataIntegrityTask::DTDataIntegrityTask(), 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().
|
inline |
Definition at line 253 of file ActivityRegistry.h.
Referenced by edm::service::MessageLogger::MessageLogger(), ProfilerService::ProfilerService(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 83 of file ActivityRegistry.h.
Referenced by BlockWipedAllocatorService::BlockWipedAllocatorService(), DQMService::DQMService(), edm::rootfix::LockService::LockService(), edm::service::MessageLogger::MessageLogger(), evf::MicroStateService::MicroStateService(), evf::Stepper::Stepper(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 488 of file ActivityRegistry.h.
Referenced by DQMService::DQMService(), edm::rootfix::LockService::LockService(), edm::service::MessageLogger::MessageLogger(), edm::service::SimpleMemoryCheck::SimpleMemoryCheck(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 100 of file ActivityRegistry.h.
Referenced by edm::service::MessageLogger::MessageLogger(), and edm::service::Tracer::Tracer().
|
inline |
Definition at line 117 of file ActivityRegistry.h.
Referenced by edm::service::MessageLogger::MessageLogger(), and edm::service::Tracer::Tracer().
JobFailure edm::ActivityRegistry::jobFailureSignal_ |
signal is emitted if event processing or end-of-job processing fails with an uncaught exception.
Definition at line 72 of file ActivityRegistry.h.
Referenced by connectGlobals(), and copySlotsFrom().
PostBeginJob edm::ActivityRegistry::postBeginJobSignal_ |
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().
PostBeginLumi edm::ActivityRegistry::postBeginLumiSignal_ |
signal is emitted after all modules have finished processing the beginLumi
Definition at line 226 of file ActivityRegistry.h.
Referenced by connectGlobals(), copySlotsFrom(), and edm::OccurrenceTraits< LuminosityBlockPrincipal, BranchActionBegin >::postScheduleSignal().
PostBeginRun edm::ActivityRegistry::postBeginRunSignal_ |
signal is emitted after all modules have finished processing the beginRun
Definition at line 192 of file ActivityRegistry.h.
Referenced by connectGlobals(), copySlotsFrom(), and edm::OccurrenceTraits< RunPrincipal, BranchActionBegin >::postScheduleSignal().
PostCloseFile edm::ActivityRegistry::postCloseFileSignal_ |
Definition at line 158 of file ActivityRegistry.h.
Referenced by connectGlobals(), and copySlotsFrom().
PostEndJob edm::ActivityRegistry::postEndJobSignal_ |
signal is emitted after all modules have gotten their endJob called
Definition at line 62 of file ActivityRegistry.h.
Referenced by connectGlobals(), and copySlotsFrom().
PostEndLumi edm::ActivityRegistry::postEndLumiSignal_ |
signal is emitted after all modules have finished processing the Lumi
Definition at line 243 of file ActivityRegistry.h.
Referenced by connectGlobals(), copySlotsFrom(), and edm::OccurrenceTraits< LuminosityBlockPrincipal, BranchActionEnd >::postScheduleSignal().
PostEndRun edm::ActivityRegistry::postEndRunSignal_ |
signal is emitted after all modules have finished processing the Run
Definition at line 209 of file ActivityRegistry.h.
Referenced by connectGlobals(), copySlotsFrom(), and edm::OccurrenceTraits< RunPrincipal, BranchActionEnd >::postScheduleSignal().
PostForkReacquireResources edm::ActivityRegistry::postForkReacquireResourcesSignal_ |
Definition at line 515 of file ActivityRegistry.h.
Referenced by connectGlobals(), and copySlotsFrom().
PostModuleBeginJob edm::ActivityRegistry::postModuleBeginJobSignal_ |
Definition at line 376 of file ActivityRegistry.h.
Referenced by connectLocals(), and copySlotsFrom().
PostModuleBeginLumi edm::ActivityRegistry::postModuleBeginLumiSignal_ |
Definition at line 461 of file ActivityRegistry.h.
Referenced by connectLocals(), copySlotsFrom(), and edm::OccurrenceTraits< LuminosityBlockPrincipal, BranchActionBegin >::postModuleSignal().
PostModuleBeginRun edm::ActivityRegistry::postModuleBeginRunSignal_ |
Definition at line 427 of file ActivityRegistry.h.
Referenced by connectLocals(), copySlotsFrom(), and edm::OccurrenceTraits< RunPrincipal, BranchActionBegin >::postModuleSignal().
PostModuleConstruction edm::ActivityRegistry::postModuleConstructionSignal_ |
Definition at line 358 of file ActivityRegistry.h.
Referenced by connectLocals(), and copySlotsFrom().
PostModuleEndJob edm::ActivityRegistry::postModuleEndJobSignal_ |
Definition at line 393 of file ActivityRegistry.h.
Referenced by connectLocals(), and copySlotsFrom().
PostModuleEndLumi edm::ActivityRegistry::postModuleEndLumiSignal_ |
Definition at line 478 of file ActivityRegistry.h.
Referenced by connectLocals(), copySlotsFrom(), and edm::OccurrenceTraits< LuminosityBlockPrincipal, BranchActionEnd >::postModuleSignal().
PostModuleEndRun edm::ActivityRegistry::postModuleEndRunSignal_ |
Definition at line 444 of file ActivityRegistry.h.
Referenced by connectLocals(), copySlotsFrom(), and edm::OccurrenceTraits< RunPrincipal, BranchActionEnd >::postModuleSignal().
PostModule edm::ActivityRegistry::postModuleSignal_ |
Definition at line 410 of file ActivityRegistry.h.
Referenced by connectLocals(), copySlotsFrom(), and edm::OccurrenceTraits< EventPrincipal, BranchActionBegin >::postModuleSignal().
PostOpenFile edm::ActivityRegistry::postOpenFileSignal_ |
Definition at line 141 of file ActivityRegistry.h.
Referenced by connectGlobals(), and copySlotsFrom().
PostPathBeginLumi edm::ActivityRegistry::postPathBeginLumiSignal_ |
Definition at line 311 of file ActivityRegistry.h.
Referenced by connectLocals(), copySlotsFrom(), and edm::OccurrenceTraits< LuminosityBlockPrincipal, BranchActionBegin >::postPathSignal().
PostPathBeginRun edm::ActivityRegistry::postPathBeginRunSignal_ |
Definition at line 277 of file ActivityRegistry.h.
Referenced by connectLocals(), copySlotsFrom(), and edm::OccurrenceTraits< RunPrincipal, BranchActionBegin >::postPathSignal().
PostPathEndLumi edm::ActivityRegistry::postPathEndLumiSignal_ |
Definition at line 328 of file ActivityRegistry.h.
Referenced by connectLocals(), copySlotsFrom(), and edm::OccurrenceTraits< LuminosityBlockPrincipal, BranchActionEnd >::postPathSignal().
PostPathEndRun edm::ActivityRegistry::postPathEndRunSignal_ |
Definition at line 294 of file ActivityRegistry.h.
Referenced by connectLocals(), copySlotsFrom(), and edm::OccurrenceTraits< RunPrincipal, BranchActionEnd >::postPathSignal().
PostProcessEvent edm::ActivityRegistry::postProcessEventSignal_ |
signal is emitted after all modules have finished processing the Event
Definition at line 175 of file ActivityRegistry.h.
Referenced by connectGlobals(), copySlotsFrom(), and edm::OccurrenceTraits< EventPrincipal, BranchActionBegin >::postScheduleSignal().
PostProcessPath edm::ActivityRegistry::postProcessPathSignal_ |
Definition at line 260 of file ActivityRegistry.h.
Referenced by connectLocals(), copySlotsFrom(), and edm::OccurrenceTraits< EventPrincipal, BranchActionBegin >::postPathSignal().
PostSourceConstruction edm::ActivityRegistry::postSourceConstructionSignal_ |
Definition at line 496 of file ActivityRegistry.h.
Referenced by connectGlobals(), and copySlotsFrom().
PostSourceLumi edm::ActivityRegistry::postSourceLumiSignal_ |
Definition at line 107 of file ActivityRegistry.h.
Referenced by connectGlobals(), and copySlotsFrom().
PostSourceRun edm::ActivityRegistry::postSourceRunSignal_ |
Definition at line 124 of file ActivityRegistry.h.
Referenced by connectGlobals(), and copySlotsFrom().
PostSource edm::ActivityRegistry::postSourceSignal_ |
Definition at line 90 of file ActivityRegistry.h.
Referenced by connectGlobals(), and copySlotsFrom().
PreBeginLumi edm::ActivityRegistry::preBeginLumiSignal_ |
signal is emitted after the Lumi has been created by the InputSource but before any modules have seen the Lumi
Definition at line 218 of file ActivityRegistry.h.
Referenced by connectGlobals(), copySlotsFrom(), and edm::OccurrenceTraits< LuminosityBlockPrincipal, BranchActionBegin >::preScheduleSignal().
PreBeginRun edm::ActivityRegistry::preBeginRunSignal_ |
signal is emitted after the Run has been created by the InputSource but before any modules have seen the Run
Definition at line 184 of file ActivityRegistry.h.
Referenced by connectGlobals(), copySlotsFrom(), and edm::OccurrenceTraits< RunPrincipal, BranchActionBegin >::preScheduleSignal().
PreCloseFile edm::ActivityRegistry::preCloseFileSignal_ |
Definition at line 150 of file ActivityRegistry.h.
Referenced by connectGlobals(), and copySlotsFrom().
PreEndLumi edm::ActivityRegistry::preEndLumiSignal_ |
signal is emitted before the endLumi is processed
Definition at line 235 of file ActivityRegistry.h.
Referenced by connectGlobals(), copySlotsFrom(), and edm::OccurrenceTraits< LuminosityBlockPrincipal, BranchActionEnd >::preScheduleSignal().
PreEndRun edm::ActivityRegistry::preEndRunSignal_ |
signal is emitted before the endRun is processed
Definition at line 201 of file ActivityRegistry.h.
Referenced by connectGlobals(), copySlotsFrom(), and edm::OccurrenceTraits< RunPrincipal, BranchActionEnd >::preScheduleSignal().
PreForkReleaseResources edm::ActivityRegistry::preForkReleaseResourcesSignal_ |
Definition at line 506 of file ActivityRegistry.h.
Referenced by connectGlobals(), and copySlotsFrom().
PreModuleBeginJob edm::ActivityRegistry::preModuleBeginJobSignal_ |
Definition at line 368 of file ActivityRegistry.h.
Referenced by connectLocals(), and copySlotsFrom().
PreModuleBeginLumi edm::ActivityRegistry::preModuleBeginLumiSignal_ |
Definition at line 453 of file ActivityRegistry.h.
Referenced by connectLocals(), copySlotsFrom(), and edm::OccurrenceTraits< LuminosityBlockPrincipal, BranchActionBegin >::preModuleSignal().
PreModuleBeginRun edm::ActivityRegistry::preModuleBeginRunSignal_ |
Definition at line 419 of file ActivityRegistry.h.
Referenced by connectLocals(), copySlotsFrom(), and edm::OccurrenceTraits< RunPrincipal, BranchActionBegin >::preModuleSignal().
PreModuleConstruction edm::ActivityRegistry::preModuleConstructionSignal_ |
Definition at line 349 of file ActivityRegistry.h.
Referenced by connectLocals(), and copySlotsFrom().
PreModuleEndJob edm::ActivityRegistry::preModuleEndJobSignal_ |
Definition at line 385 of file ActivityRegistry.h.
Referenced by connectLocals(), and copySlotsFrom().
PreModuleEndLumi edm::ActivityRegistry::preModuleEndLumiSignal_ |
Definition at line 470 of file ActivityRegistry.h.
Referenced by connectLocals(), copySlotsFrom(), and edm::OccurrenceTraits< LuminosityBlockPrincipal, BranchActionEnd >::preModuleSignal().
PreModuleEndRun edm::ActivityRegistry::preModuleEndRunSignal_ |
Definition at line 436 of file ActivityRegistry.h.
Referenced by connectLocals(), copySlotsFrom(), and edm::OccurrenceTraits< RunPrincipal, BranchActionEnd >::preModuleSignal().
PreModule edm::ActivityRegistry::preModuleSignal_ |
Definition at line 402 of file ActivityRegistry.h.
Referenced by connectLocals(), copySlotsFrom(), and edm::OccurrenceTraits< EventPrincipal, BranchActionBegin >::preModuleSignal().
PreOpenFile edm::ActivityRegistry::preOpenFileSignal_ |
Definition at line 133 of file ActivityRegistry.h.
Referenced by connectGlobals(), and copySlotsFrom().
PrePathBeginLumi edm::ActivityRegistry::prePathBeginLumiSignal_ |
Definition at line 303 of file ActivityRegistry.h.
Referenced by connectLocals(), copySlotsFrom(), and edm::OccurrenceTraits< LuminosityBlockPrincipal, BranchActionBegin >::prePathSignal().
PrePathBeginRun edm::ActivityRegistry::prePathBeginRunSignal_ |
Definition at line 269 of file ActivityRegistry.h.
Referenced by connectLocals(), copySlotsFrom(), and edm::OccurrenceTraits< RunPrincipal, BranchActionBegin >::prePathSignal().
PrePathEndLumi edm::ActivityRegistry::prePathEndLumiSignal_ |
Definition at line 320 of file ActivityRegistry.h.
Referenced by connectLocals(), copySlotsFrom(), and edm::OccurrenceTraits< LuminosityBlockPrincipal, BranchActionEnd >::prePathSignal().
PrePathEndRun edm::ActivityRegistry::prePathEndRunSignal_ |
Definition at line 286 of file ActivityRegistry.h.
Referenced by connectLocals(), copySlotsFrom(), and edm::OccurrenceTraits< RunPrincipal, BranchActionEnd >::prePathSignal().
PreProcessEvent edm::ActivityRegistry::preProcessEventSignal_ |
signal is emitted after the Event has been created by the InputSource but before any modules have seen the Event
Definition at line 167 of file ActivityRegistry.h.
Referenced by connectGlobals(), copySlotsFrom(), and edm::OccurrenceTraits< EventPrincipal, BranchActionBegin >::preScheduleSignal().
PreProcessPath edm::ActivityRegistry::preProcessPathSignal_ |
Definition at line 252 of file ActivityRegistry.h.
Referenced by connectLocals(), copySlotsFrom(), and edm::OccurrenceTraits< EventPrincipal, BranchActionBegin >::prePathSignal().
PreSourceConstruction edm::ActivityRegistry::preSourceConstructionSignal_ |
Definition at line 487 of file ActivityRegistry.h.
Referenced by connectGlobals(), and copySlotsFrom().
PreSourceLumi edm::ActivityRegistry::preSourceLumiSignal_ |
Definition at line 99 of file ActivityRegistry.h.
Referenced by connectGlobals(), and copySlotsFrom().
PreSourceRun edm::ActivityRegistry::preSourceRunSignal_ |
Definition at line 116 of file ActivityRegistry.h.
Referenced by connectGlobals(), and copySlotsFrom().
PreSource edm::ActivityRegistry::preSourceSignal_ |
Definition at line 82 of file ActivityRegistry.h.
Referenced by connectGlobals(), and copySlotsFrom().