CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types | Public Member Functions | Public Attributes | Private Member Functions
edm::ActivityRegistry Class Reference

#include <ActivityRegistry.h>

Inheritance diagram for edm::ActivityRegistry:

Public Types

typedef signalslot::Signal< void()> JobFailure
 
typedef signalslot::Signal< void()> PostBeginJob
 
typedef signalslot::Signal
< void(LuminosityBlock const
&, EventSetup const &)> 
PostBeginLumi
 
typedef signalslot::Signal
< void(Run const &, EventSetup
const &)> 
PostBeginRun
 
typedef signalslot::Signal< void()> PostCloseFile
 signal is emitted after the source opens a file More...
 
typedef signalslot::Signal< void()> PostEndJob
 
typedef signalslot::Signal
< void(LuminosityBlock const
&, EventSetup const &)> 
PostEndLumi
 
typedef signalslot::Signal
< void(Run const &, EventSetup
const &)> 
PostEndRun
 
typedef signalslot::Signal
< void(unsigned int, unsigned
int)> 
PostForkReacquireResources
 signal is emitted after we forked the processes More...
 
typedef signalslot::Signal
< void(ModuleDescription const &)> 
PostModule
 signal is emitted after the module finished processing the Event More...
 
typedef signalslot::Signal
< void(ModuleDescription const &)> 
PostModuleBeginJob
 signal is emitted after the module had done beginJob More...
 
typedef signalslot::Signal
< void(ModuleDescription const &)> 
PostModuleBeginLumi
 signal is emitted after the module finished processing beginLumi More...
 
typedef signalslot::Signal
< void(ModuleDescription const &)> 
PostModuleBeginRun
 signal is emitted after the module finished processing beginRun More...
 
typedef signalslot::Signal
< void(ModuleDescription const &)> 
PostModuleConstruction
 signal is emitted after the module was construction More...
 
typedef signalslot::Signal
< void(ModuleDescription const &)> 
PostModuleEndJob
 signal is emitted after the module had done endJob More...
 
typedef signalslot::Signal
< void(ModuleDescription const &)> 
PostModuleEndLumi
 signal is emitted after the module finished processing endLumi More...
 
typedef signalslot::Signal
< void(ModuleDescription const &)> 
PostModuleEndRun
 signal is emitted after the module finished processing endRun More...
 
typedef signalslot::Signal< void()> PostOpenFile
 signal is emitted after the source opens a file More...
 
typedef signalslot::Signal
< void(std::string const
&, HLTPathStatus const &)> 
PostPathBeginLumi
 signal is emitted after all modules have finished for the Path for beginLumi More...
 
typedef signalslot::Signal
< void(std::string const
&, HLTPathStatus const &)> 
PostPathBeginRun
 signal is emitted after all modules have finished for the Path for beginRun More...
 
typedef signalslot::Signal
< void(std::string const
&, HLTPathStatus const &)> 
PostPathEndLumi
 signal is emitted after all modules have finished for the Path for endRun More...
 
typedef signalslot::Signal
< void(std::string const
&, HLTPathStatus const &)> 
PostPathEndRun
 signal is emitted after all modules have finished for the Path for endRun More...
 
typedef signalslot::Signal
< void(Event const
&, EventSetup const &)> 
PostProcessEvent
 
typedef signalslot::Signal
< void(std::string const
&, HLTPathStatus const &)> 
PostProcessPath
 signal is emitted after all modules have finished for the Path for an event More...
 
typedef signalslot::Signal< void()> PostSource
 signal is emitted after the source starts creating an Event More...
 
typedef signalslot::Signal
< void(ModuleDescription const &)> 
PostSourceConstruction
 signal is emitted after the source was construction More...
 
typedef signalslot::Signal< void()> PostSourceLumi
 signal is emitted after the source starts creating a Lumi More...
 
typedef signalslot::Signal< void()> PostSourceRun
 signal is emitted after the source starts creating a Run More...
 
typedef signalslot::Signal
< void(LuminosityBlockID const
&, Timestamp const &)> 
PreBeginLumi
 
typedef signalslot::Signal
< void(RunID const
&, Timestamp const &)> 
PreBeginRun
 
typedef signalslot::Signal
< void(std::string const
&, bool)> 
PreCloseFile
 signal is emitted before the Closesource closes a file More...
 
typedef signalslot::Signal
< void(LuminosityBlockID const
&, Timestamp const &)> 
PreEndLumi
 
typedef signalslot::Signal
< void(RunID const
&, Timestamp const &)> 
PreEndRun
 
typedef signalslot::Signal< void()> PreForkReleaseResources
 signal is emitted before we fork the processes More...
 
typedef signalslot::Signal
< void(ModuleDescription const &)> 
PreModule
 signal is emitted before the module starts processing the Event More...
 
typedef signalslot::Signal
< void(ModuleDescription const &)> 
PreModuleBeginJob
 signal is emitted before the module does beginJob More...
 
typedef signalslot::Signal
< void(ModuleDescription const &)> 
PreModuleBeginLumi
 signal is emitted before the module starts processing beginLumi More...
 
typedef signalslot::Signal
< void(ModuleDescription const &)> 
PreModuleBeginRun
 signal is emitted before the module starts processing beginRun More...
 
typedef signalslot::Signal
< void(ModuleDescription const &)> 
PreModuleConstruction
 signal is emitted before the module is constructed More...
 
typedef signalslot::Signal
< void(ModuleDescription const &)> 
PreModuleEndJob
 signal is emitted before the module does endJob More...
 
typedef signalslot::Signal
< void(ModuleDescription const &)> 
PreModuleEndLumi
 signal is emitted before the module starts processing endLumi More...
 
typedef signalslot::Signal
< void(ModuleDescription const &)> 
PreModuleEndRun
 signal is emitted before the module starts processing endRun More...
 
typedef signalslot::Signal< void()> PreOpenFile
 signal is emitted before the source opens a file More...
 
typedef signalslot::Signal
< void(std::string const &)> 
PrePathBeginLumi
 signal is emitted before starting to process a Path for beginLumi More...
 
typedef signalslot::Signal
< void(std::string const &)> 
PrePathBeginRun
 signal is emitted before starting to process a Path for beginRun More...
 
typedef signalslot::Signal
< void(std::string const &)> 
PrePathEndLumi
 signal is emitted before starting to process a Path for endRun More...
 
typedef signalslot::Signal
< void(std::string const &)> 
PrePathEndRun
 signal is emitted before starting to process a Path for endRun More...
 
typedef signalslot::Signal
< void(EventID const
&, Timestamp const &)> 
PreProcessEvent
 
typedef signalslot::Signal
< void(std::string const &)> 
PreProcessPath
 signal is emitted before starting to process a Path for an event More...
 
typedef signalslot::Signal< void()> PreSource
 signal is emitted before the source starts creating an Event More...
 
typedef signalslot::Signal
< void(ModuleDescription const &)> 
PreSourceConstruction
 signal is emitted before the source is constructed More...
 
typedef signalslot::Signal< void()> PreSourceLumi
 signal is emitted before the source starts creating a Lumi More...
 
typedef signalslot::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)
 

Public Attributes

JobFailure jobFailureSignal_
 
PostBeginJob postBeginJobSignal_
 signal is emitted after all modules have gotten their beginJob called More...
 
PostBeginLumi postBeginLumiSignal_
 signal is emitted after all modules have finished processing the beginLumi More...
 
PostBeginRun postBeginRunSignal_
 signal is emitted after all modules have finished processing the beginRun More...
 
PostCloseFile postCloseFileSignal_
 
PostEndJob postEndJobSignal_
 signal is emitted after all modules have gotten their endJob called More...
 
PostEndLumi postEndLumiSignal_
 signal is emitted after all modules have finished processing the Lumi More...
 
PostEndRun postEndRunSignal_
 signal is emitted after all modules have finished processing the Run More...
 
PostForkReacquireResources postForkReacquireResourcesSignal_
 
PostModuleBeginJob postModuleBeginJobSignal_
 
PostModuleBeginLumi postModuleBeginLumiSignal_
 
PostModuleBeginRun postModuleBeginRunSignal_
 
PostModuleConstruction postModuleConstructionSignal_
 
PostModuleEndJob postModuleEndJobSignal_
 
PostModuleEndLumi postModuleEndLumiSignal_
 
PostModuleEndRun postModuleEndRunSignal_
 
PostModule postModuleSignal_
 
PostOpenFile postOpenFileSignal_
 
PostPathBeginLumi postPathBeginLumiSignal_
 
PostPathBeginRun postPathBeginRunSignal_
 
PostPathEndLumi postPathEndLumiSignal_
 
PostPathEndRun postPathEndRunSignal_
 
PostProcessEvent postProcessEventSignal_
 signal is emitted after all modules have finished processing the Event More...
 
PostProcessPath postProcessPathSignal_
 
PostSourceConstruction postSourceConstructionSignal_
 
PostSourceLumi postSourceLumiSignal_
 
PostSourceRun postSourceRunSignal_
 
PostSource postSourceSignal_
 
PreBeginLumi preBeginLumiSignal_
 signal is emitted after the Lumi has been created by the InputSource but before any modules have seen the Lumi More...
 
PreBeginRun preBeginRunSignal_
 signal is emitted after the Run has been created by the InputSource but before any modules have seen the Run More...
 
PreCloseFile preCloseFileSignal_
 
PreEndLumi preEndLumiSignal_
 signal is emitted before the endLumi is processed More...
 
PreEndRun preEndRunSignal_
 signal is emitted before the endRun is processed More...
 
PreForkReleaseResources preForkReleaseResourcesSignal_
 
PreModuleBeginJob preModuleBeginJobSignal_
 
PreModuleBeginLumi preModuleBeginLumiSignal_
 
PreModuleBeginRun preModuleBeginRunSignal_
 
PreModuleConstruction preModuleConstructionSignal_
 
PreModuleEndJob preModuleEndJobSignal_
 
PreModuleEndLumi preModuleEndLumiSignal_
 
PreModuleEndRun preModuleEndRunSignal_
 
PreModule preModuleSignal_
 
PreOpenFile preOpenFileSignal_
 
PrePathBeginLumi prePathBeginLumiSignal_
 
PrePathBeginRun prePathBeginRunSignal_
 
PrePathEndLumi prePathEndLumiSignal_
 
PrePathEndRun prePathEndRunSignal_
 
PreProcessEvent preProcessEventSignal_
 signal is emitted after the Event has been created by the InputSource but before any modules have seen the Event More...
 
PreProcessPath preProcessPathSignal_
 
PreSourceConstruction preSourceConstructionSignal_
 
PreSourceLumi preSourceLumiSignal_
 
PreSourceRun preSourceRunSignal_
 
PreSource preSourceSignal_
 

Private Member Functions

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

Detailed Description

Definition at line 46 of file ActivityRegistry.h.

Member Typedef Documentation

Definition at line 68 of file ActivityRegistry.h.

Definition at line 51 of file ActivityRegistry.h.

Definition at line 217 of file ActivityRegistry.h.

Definition at line 185 of file ActivityRegistry.h.

signal is emitted after the source opens a file

Definition at line 154 of file ActivityRegistry.h.

Definition at line 60 of file ActivityRegistry.h.

Definition at line 233 of file ActivityRegistry.h.

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.

signal is emitted after the module finished processing the Event

Definition at line 392 of file ActivityRegistry.h.

signal is emitted after the module had done beginJob

Definition at line 360 of file ActivityRegistry.h.

signal is emitted after the module finished processing beginLumi

Definition at line 441 of file ActivityRegistry.h.

signal is emitted after the module finished processing beginRun

Definition at line 408 of file ActivityRegistry.h.

signal is emitted after the module was construction

Definition at line 343 of file ActivityRegistry.h.

signal is emitted after the module had done endJob

Definition at line 376 of file ActivityRegistry.h.

signal is emitted after the module finished processing endLumi

Definition at line 457 of file ActivityRegistry.h.

signal is emitted after the module finished processing endRun

Definition at line 425 of file ActivityRegistry.h.

signal is emitted after the source opens a file

Definition at line 136 of file ActivityRegistry.h.

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

Definition at line 298 of file ActivityRegistry.h.

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.

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.

signal is emitted after the source starts creating an Event

Definition at line 87 of file ActivityRegistry.h.

signal is emitted after the source was construction

Definition at line 474 of file ActivityRegistry.h.

signal is emitted after the source starts creating a Lumi

Definition at line 103 of file ActivityRegistry.h.

signal is emitted after the source starts creating a Run

Definition at line 119 of file ActivityRegistry.h.

Definition at line 209 of file ActivityRegistry.h.

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.

Definition at line 225 of file ActivityRegistry.h.

Definition at line 193 of file ActivityRegistry.h.

signal is emitted before we fork the processes

Definition at line 483 of file ActivityRegistry.h.

signal is emitted before the module starts processing the Event

Definition at line 384 of file ActivityRegistry.h.

signal is emitted before the module does beginJob

Definition at line 352 of file ActivityRegistry.h.

signal is emitted before the module starts processing beginLumi

Definition at line 433 of file ActivityRegistry.h.

signal is emitted before the module starts processing beginRun

Definition at line 400 of file ActivityRegistry.h.

signal is emitted before the module is constructed

Definition at line 334 of file ActivityRegistry.h.

signal is emitted before the module does endJob

Definition at line 368 of file ActivityRegistry.h.

signal is emitted before the module starts processing endLumi

Definition at line 449 of file ActivityRegistry.h.

signal is emitted before the module starts processing endRun

Definition at line 417 of file ActivityRegistry.h.

signal is emitted before the source opens a file

Definition at line 127 of file ActivityRegistry.h.

signal is emitted before starting to process a Path for beginLumi

Definition at line 290 of file ActivityRegistry.h.

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.

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.

signal is emitted before the source starts creating an Event

Definition at line 79 of file ActivityRegistry.h.

signal is emitted before the source is constructed

Definition at line 465 of file ActivityRegistry.h.

signal is emitted before the source starts creating a Lumi

Definition at line 95 of file ActivityRegistry.h.

signal is emitted before the source starts creating a Run

Definition at line 111 of file ActivityRegistry.h.

Constructor & Destructor Documentation

edm::ActivityRegistry::ActivityRegistry ( )
inline

Definition at line 48 of file ActivityRegistry.h.

48 {}

Member Function Documentation

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 Vispa.Gui.ZoomableScrollArea.ZoomableScrollArea::__init__(), Vispa.Views.PropertyView.BooleanProperty::__init__(), Vispa.Gui.FindDialog.FindDialog::_addScript(), Vispa.Gui.FindDialog.FindDialog::_addStringProperty(), Vispa.Main.Application.Application::_connectSignals(), Vispa.Plugins.ConfigEditor.CodeTableView.CodeTableView::_createItem(), Vispa.Gui.BoxContentDialog.BoxContentDialog::addButton(), Vispa.Gui.ToolBoxContainer.ToolBoxContainer::addWidget(), Vispa.Views.PropertyView.PropertyView::append(), Vispa.Views.PropertyView.PropertyView::appendAddRow(), edm::serviceregistry::ServicesManager::connect(), edm::serviceregistry::ServicesManager::connectTo(), Vispa.Main.Application.Application::createAction(), Vispa.Views.PropertyView.TextEditWithButtonProperty::createButton(), Vispa.Views.LineDecayView.LineDecayView::createLineDecayContainer(), Vispa.Views.PropertyView.TextEditWithButtonProperty::createLineEdit(), Vispa.Views.LineDecayView.LineDecayContainer::createObject(), Vispa.Views.PropertyView.TextEditWithButtonProperty::createTextEdit(), Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::filterDialog(), Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::find(), Vispa.Gui.PortWidget.PortWidget::mouseMoveEvent(), Vispa.Views.PropertyView.BooleanProperty::setChecked(), Vispa.Main.SplitterTab.SplitterTab::setController(), Vispa.Plugins.Browser.BrowserTab.BrowserTab::setController(), Vispa.Views.PropertyView.BooleanProperty::setReadOnly(), Vispa.Views.PropertyView.DropDownProperty::setReadOnly(), Vispa.Views.PropertyView.TextEditWithButtonProperty::setReadOnly(), Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::setTab(), Vispa.Views.PropertyView.IntegerProperty::setValue(), Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::switchCenterView(), Vispa.Plugins.EdmBrowser.EdmBrowserTabController.EdmBrowserTabController::updateViewMenu(), and Vispa.Plugins.ConfigEditor.ConfigEditorTabController.ConfigEditorTabController::updateViewMenu().

176  {
177  connectGlobals(iOther);
178  connectLocals(iOther);
179  }
void connectLocals(ActivityRegistry &iOther)
void connectGlobals(ActivityRegistry &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().

88  {
89 
90  postBeginJobSignal_.connect(std::cref(iOther.postBeginJobSignal_));
91  postEndJobSignal_.connect(std::cref(iOther.postEndJobSignal_));
92 
93  jobFailureSignal_.connect(std::cref(iOther.jobFailureSignal_));
94 
95  preSourceSignal_.connect(std::cref(iOther.preSourceSignal_));
96  postSourceSignal_.connect(std::cref(iOther.postSourceSignal_));
97 
98  preSourceLumiSignal_.connect(std::cref(iOther.preSourceLumiSignal_));
99  postSourceLumiSignal_.connect(std::cref(iOther.postSourceLumiSignal_));
100 
101  preSourceRunSignal_.connect(std::cref(iOther.preSourceRunSignal_));
102  postSourceRunSignal_.connect(std::cref(iOther.postSourceRunSignal_));
103 
104  preOpenFileSignal_.connect(std::cref(iOther.preOpenFileSignal_));
105  postOpenFileSignal_.connect(std::cref(iOther.postOpenFileSignal_));
106 
107  preCloseFileSignal_.connect(std::cref(iOther.preCloseFileSignal_));
108  postCloseFileSignal_.connect(std::cref(iOther.postCloseFileSignal_));
109 
110  preSourceConstructionSignal_.connect(std::cref(iOther.preSourceConstructionSignal_));
111  postSourceConstructionSignal_.connect(std::cref(iOther.postSourceConstructionSignal_));
112 
113  preProcessEventSignal_.connect(std::cref(iOther.preProcessEventSignal_));
114  postProcessEventSignal_.connect(std::cref(iOther.postProcessEventSignal_));
115 
116  preBeginRunSignal_.connect(std::cref(iOther.preBeginRunSignal_));
117  postBeginRunSignal_.connect(std::cref(iOther.postBeginRunSignal_));
118 
119  preEndRunSignal_.connect(std::cref(iOther.preEndRunSignal_));
120  postEndRunSignal_.connect(std::cref(iOther.postEndRunSignal_));
121 
122  preBeginLumiSignal_.connect(std::cref(iOther.preBeginLumiSignal_));
123  postBeginLumiSignal_.connect(std::cref(iOther.postBeginLumiSignal_));
124 
125  preEndLumiSignal_.connect(std::cref(iOther.preEndLumiSignal_));
126  postEndLumiSignal_.connect(std::cref(iOther.postEndLumiSignal_));
127 
128  preForkReleaseResourcesSignal_.connect(std::cref(iOther.preForkReleaseResourcesSignal_));
129  postForkReacquireResourcesSignal_.connect(std::cref(iOther.postForkReacquireResourcesSignal_));
130  }
PostSourceLumi postSourceLumiSignal_
PreBeginLumi preBeginLumiSignal_
signal is emitted after the Lumi has been created by the InputSource but before any modules have seen...
PreEndRun preEndRunSignal_
signal is emitted before the endRun is processed
PreSourceRun preSourceRunSignal_
PostOpenFile postOpenFileSignal_
PreEndLumi preEndLumiSignal_
signal is emitted before the endLumi is processed
PostSourceRun postSourceRunSignal_
PostSourceConstruction postSourceConstructionSignal_
PostBeginRun postBeginRunSignal_
signal is emitted after all modules have finished processing the beginRun
PreSourceConstruction preSourceConstructionSignal_
PreForkReleaseResources preForkReleaseResourcesSignal_
PostForkReacquireResources postForkReacquireResourcesSignal_
PostProcessEvent postProcessEventSignal_
signal is emitted after all modules have finished processing the Event
PostEndRun postEndRunSignal_
signal is emitted after all modules have finished processing the Run
PreCloseFile preCloseFileSignal_
PostEndLumi postEndLumiSignal_
signal is emitted after all modules have finished processing the Lumi
PostCloseFile postCloseFileSignal_
PreSourceLumi preSourceLumiSignal_
PreProcessEvent preProcessEventSignal_
signal is emitted after the Event has been created by the InputSource but before any modules have see...
PreOpenFile preOpenFileSignal_
PostEndJob postEndJobSignal_
signal is emitted after all modules have gotten their endJob called
PostBeginJob postBeginJobSignal_
signal is emitted after all modules have gotten their beginJob called
void connect(U iFunc)
Definition: Signal.h:64
PreBeginRun preBeginRunSignal_
signal is emitted after the Run has been created by the InputSource but before any modules have seen ...
PostBeginLumi postBeginLumiSignal_
signal is emitted after all modules have finished processing the beginLumi
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().

133  {
134 
135  preProcessPathSignal_.connect(std::cref(iOther.preProcessPathSignal_));
136  postProcessPathSignal_.connect(std::cref(iOther.postProcessPathSignal_));
137 
138  prePathBeginRunSignal_.connect(std::cref(iOther.prePathBeginRunSignal_));
139  postPathBeginRunSignal_.connect(std::cref(iOther.postPathBeginRunSignal_));
140 
141  prePathEndRunSignal_.connect(std::cref(iOther.prePathEndRunSignal_));
142  postPathEndRunSignal_.connect(std::cref(iOther.postPathEndRunSignal_));
143 
144  prePathBeginLumiSignal_.connect(std::cref(iOther.prePathBeginLumiSignal_));
145  postPathBeginLumiSignal_.connect(std::cref(iOther.postPathBeginLumiSignal_));
146 
147  prePathEndLumiSignal_.connect(std::cref(iOther.prePathEndLumiSignal_));
148  postPathEndLumiSignal_.connect(std::cref(iOther.postPathEndLumiSignal_));
149 
150  preModuleSignal_.connect(std::cref(iOther.preModuleSignal_));
151  postModuleSignal_.connect(std::cref(iOther.postModuleSignal_));
152 
153  preModuleBeginRunSignal_.connect(std::cref(iOther.preModuleBeginRunSignal_));
154  postModuleBeginRunSignal_.connect(std::cref(iOther.postModuleBeginRunSignal_));
155 
156  preModuleEndRunSignal_.connect(std::cref(iOther.preModuleEndRunSignal_));
157  postModuleEndRunSignal_.connect(std::cref(iOther.postModuleEndRunSignal_));
158 
159  preModuleBeginLumiSignal_.connect(std::cref(iOther.preModuleBeginLumiSignal_));
160  postModuleBeginLumiSignal_.connect(std::cref(iOther.postModuleBeginLumiSignal_));
161 
162  preModuleEndLumiSignal_.connect(std::cref(iOther.preModuleEndLumiSignal_));
163  postModuleEndLumiSignal_.connect(std::cref(iOther.postModuleEndLumiSignal_));
164 
165  preModuleConstructionSignal_.connect(std::cref(iOther.preModuleConstructionSignal_));
166  postModuleConstructionSignal_.connect(std::cref(iOther.postModuleConstructionSignal_));
167 
168  preModuleBeginJobSignal_.connect(std::cref(iOther.preModuleBeginJobSignal_));
169  postModuleBeginJobSignal_.connect(std::cref(iOther.postModuleBeginJobSignal_));
170 
171  preModuleEndJobSignal_.connect(std::cref(iOther.preModuleEndJobSignal_));
172  postModuleEndJobSignal_.connect(std::cref(iOther.postModuleEndJobSignal_));
173  }
PreModuleBeginLumi preModuleBeginLumiSignal_
PreModuleEndRun preModuleEndRunSignal_
PostModuleEndRun postModuleEndRunSignal_
PostModuleEndLumi postModuleEndLumiSignal_
PostPathEndRun postPathEndRunSignal_
PostPathBeginRun postPathBeginRunSignal_
PreModuleBeginRun preModuleBeginRunSignal_
PrePathBeginLumi prePathBeginLumiSignal_
PrePathEndRun prePathEndRunSignal_
PostPathEndLumi postPathEndLumiSignal_
PreModuleConstruction preModuleConstructionSignal_
PostModuleBeginLumi postModuleBeginLumiSignal_
PostModuleEndJob postModuleEndJobSignal_
PostModuleBeginJob postModuleBeginJobSignal_
PostModuleBeginRun postModuleBeginRunSignal_
PrePathEndLumi prePathEndLumiSignal_
PreProcessPath preProcessPathSignal_
PreModuleEndLumi preModuleEndLumiSignal_
PreModuleBeginJob preModuleBeginJobSignal_
PreModuleEndJob preModuleEndJobSignal_
PrePathBeginRun prePathBeginRunSignal_
void connect(U iFunc)
Definition: Signal.h:64
PostPathBeginLumi postPathBeginLumiSignal_
PostProcessPath postProcessPathSignal_
PostModuleConstruction postModuleConstructionSignal_
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().

182  {
183  connectGlobals(iOther);
184  iOther.connectLocals(*this);
185  }
void connectGlobals(ActivityRegistry &iOther)
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().

188  {
189  copySlotsToFrom(postBeginJobSignal_, iOther.postBeginJobSignal_);
190  copySlotsToFromReverse(postEndJobSignal_, iOther.postEndJobSignal_);
191 
192  copySlotsToFromReverse(jobFailureSignal_, iOther.jobFailureSignal_);
193 
194  copySlotsToFrom(preSourceSignal_, iOther.preSourceSignal_);
195  copySlotsToFromReverse(postSourceSignal_, iOther.postSourceSignal_);
196 
197  copySlotsToFrom(preSourceLumiSignal_, iOther.preSourceLumiSignal_);
198  copySlotsToFromReverse(postSourceLumiSignal_, iOther.postSourceLumiSignal_);
199 
200  copySlotsToFrom(preSourceRunSignal_, iOther.preSourceRunSignal_);
201  copySlotsToFromReverse(postSourceRunSignal_, iOther.postSourceRunSignal_);
202 
203  copySlotsToFrom(preOpenFileSignal_, iOther.preOpenFileSignal_);
204  copySlotsToFromReverse(postOpenFileSignal_, iOther.postOpenFileSignal_);
205 
206  copySlotsToFrom(preCloseFileSignal_, iOther.preCloseFileSignal_);
207  copySlotsToFromReverse(postCloseFileSignal_, iOther.postCloseFileSignal_);
208 
209  copySlotsToFrom(preProcessEventSignal_, iOther.preProcessEventSignal_);
210  copySlotsToFromReverse(postProcessEventSignal_, iOther.postProcessEventSignal_);
211 
212  copySlotsToFrom(preBeginRunSignal_, iOther.preBeginRunSignal_);
213  copySlotsToFromReverse(postBeginRunSignal_, iOther.postBeginRunSignal_);
214 
215  copySlotsToFrom(preEndRunSignal_, iOther.preEndRunSignal_);
216  copySlotsToFromReverse(postEndRunSignal_, iOther.postEndRunSignal_);
217 
218  copySlotsToFrom(preBeginLumiSignal_, iOther.preBeginLumiSignal_);
219  copySlotsToFromReverse(postBeginLumiSignal_, iOther.postBeginLumiSignal_);
220 
221  copySlotsToFrom(preEndLumiSignal_, iOther.preEndLumiSignal_);
222  copySlotsToFromReverse(postEndLumiSignal_, iOther.postEndLumiSignal_);
223 
224  copySlotsToFrom(preProcessPathSignal_, iOther.preProcessPathSignal_);
225  copySlotsToFromReverse(postProcessPathSignal_, iOther.postProcessPathSignal_);
226 
227  copySlotsToFrom(prePathBeginRunSignal_, iOther.prePathBeginRunSignal_);
228  copySlotsToFromReverse(postPathBeginRunSignal_, iOther.postPathBeginRunSignal_);
229 
230  copySlotsToFrom(prePathEndRunSignal_, iOther.prePathEndRunSignal_);
231  copySlotsToFromReverse(postPathEndRunSignal_, iOther.postPathEndRunSignal_);
232 
233  copySlotsToFrom(prePathBeginLumiSignal_, iOther.prePathBeginLumiSignal_);
234  copySlotsToFromReverse(postPathBeginLumiSignal_, iOther.postPathBeginLumiSignal_);
235 
236  copySlotsToFrom(prePathEndLumiSignal_, iOther.prePathEndLumiSignal_);
237  copySlotsToFromReverse(postPathEndLumiSignal_, iOther.postPathEndLumiSignal_);
238 
239  copySlotsToFrom(preModuleSignal_, iOther.preModuleSignal_);
240  copySlotsToFromReverse(postModuleSignal_, iOther.postModuleSignal_);
241 
242  copySlotsToFrom(preModuleBeginRunSignal_, iOther.preModuleBeginRunSignal_);
243  copySlotsToFromReverse(postModuleBeginRunSignal_, iOther.postModuleBeginRunSignal_);
244 
245  copySlotsToFrom(preModuleEndRunSignal_, iOther.preModuleEndRunSignal_);
246  copySlotsToFromReverse(postModuleEndRunSignal_, iOther.postModuleEndRunSignal_);
247 
248  copySlotsToFrom(preModuleBeginLumiSignal_, iOther.preModuleBeginLumiSignal_);
249  copySlotsToFromReverse(postModuleBeginLumiSignal_, iOther.postModuleBeginLumiSignal_);
250 
251  copySlotsToFrom(preModuleEndLumiSignal_, iOther.preModuleEndLumiSignal_);
252  copySlotsToFromReverse(postModuleEndLumiSignal_, iOther.postModuleEndLumiSignal_);
253 
254  copySlotsToFrom(preModuleConstructionSignal_, iOther.preModuleConstructionSignal_);
255  copySlotsToFromReverse(postModuleConstructionSignal_, iOther.postModuleConstructionSignal_);
256 
257  copySlotsToFrom(preModuleBeginJobSignal_, iOther.preModuleBeginJobSignal_);
258  copySlotsToFromReverse(postModuleBeginJobSignal_, iOther.postModuleBeginJobSignal_);
259 
260  copySlotsToFrom(preModuleEndJobSignal_, iOther.preModuleEndJobSignal_);
261  copySlotsToFromReverse(postModuleEndJobSignal_, iOther.postModuleEndJobSignal_);
262 
263  copySlotsToFrom(preSourceConstructionSignal_, iOther.preSourceConstructionSignal_);
264  copySlotsToFromReverse(postSourceConstructionSignal_, iOther.postSourceConstructionSignal_);
265 
266  copySlotsToFrom(preForkReleaseResourcesSignal_, iOther.preForkReleaseResourcesSignal_);
267  copySlotsToFromReverse(postForkReacquireResourcesSignal_, iOther.postForkReacquireResourcesSignal_);
268  }
PostSourceLumi postSourceLumiSignal_
PreModuleBeginLumi preModuleBeginLumiSignal_
PreBeginLumi preBeginLumiSignal_
signal is emitted after the Lumi has been created by the InputSource but before any modules have seen...
PreEndRun preEndRunSignal_
signal is emitted before the endRun is processed
PreSourceRun preSourceRunSignal_
PostOpenFile postOpenFileSignal_
PreModuleEndRun preModuleEndRunSignal_
PostModuleEndRun postModuleEndRunSignal_
PostModuleEndLumi postModuleEndLumiSignal_
PreEndLumi preEndLumiSignal_
signal is emitted before the endLumi is processed
PostSourceRun postSourceRunSignal_
PostSourceConstruction postSourceConstructionSignal_
PostBeginRun postBeginRunSignal_
signal is emitted after all modules have finished processing the beginRun
PreSourceConstruction preSourceConstructionSignal_
PostPathEndRun postPathEndRunSignal_
PostPathBeginRun postPathBeginRunSignal_
PreForkReleaseResources preForkReleaseResourcesSignal_
PreModuleBeginRun preModuleBeginRunSignal_
PostForkReacquireResources postForkReacquireResourcesSignal_
PrePathBeginLumi prePathBeginLumiSignal_
PrePathEndRun prePathEndRunSignal_
PostPathEndLumi postPathEndLumiSignal_
PostProcessEvent postProcessEventSignal_
signal is emitted after all modules have finished processing the Event
PreModuleConstruction preModuleConstructionSignal_
PostEndRun postEndRunSignal_
signal is emitted after all modules have finished processing the Run
PreCloseFile preCloseFileSignal_
PostModuleBeginLumi postModuleBeginLumiSignal_
PostEndLumi postEndLumiSignal_
signal is emitted after all modules have finished processing the Lumi
PostCloseFile postCloseFileSignal_
PostModuleEndJob postModuleEndJobSignal_
PostModuleBeginJob postModuleBeginJobSignal_
PreSourceLumi preSourceLumiSignal_
PostModuleBeginRun postModuleBeginRunSignal_
PrePathEndLumi prePathEndLumiSignal_
PreProcessPath preProcessPathSignal_
PreProcessEvent preProcessEventSignal_
signal is emitted after the Event has been created by the InputSource but before any modules have see...
PreOpenFile preOpenFileSignal_
PreModuleEndLumi preModuleEndLumiSignal_
PostEndJob postEndJobSignal_
signal is emitted after all modules have gotten their endJob called
PreModuleBeginJob preModuleBeginJobSignal_
PostBeginJob postBeginJobSignal_
signal is emitted after all modules have gotten their beginJob called
PreModuleEndJob preModuleEndJobSignal_
PrePathBeginRun prePathBeginRunSignal_
PostPathBeginLumi postPathBeginLumiSignal_
PostProcessPath postProcessPathSignal_
PreBeginRun preBeginRunSignal_
signal is emitted after the Run has been created by the InputSource but before any modules have seen ...
PostBeginLumi postBeginLumiSignal_
signal is emitted after all modules have finished processing the beginLumi
PostModuleConstruction postModuleConstructionSignal_
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().

73  {
75  }
void connect_front(U iFunc)
Definition: Signal.h:69
void edm::ActivityRegistry::watchPostBeginJob ( PostBeginJob::slot_type const &  iSlot)
inline
void edm::ActivityRegistry::watchPostBeginLumi ( PostBeginLumi::slot_type const &  iSlot)
inline
void edm::ActivityRegistry::watchPostBeginRun ( PostBeginRun::slot_type const &  iSlot)
inline
void edm::ActivityRegistry::watchPostCloseFile ( PostCloseFile::slot_type const &  iSlot)
inline
void edm::ActivityRegistry::watchPostEndJob ( PostEndJob::slot_type const &  iSlot)
inline
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().

236  {
238  }
void connect_front(U iFunc)
Definition: Signal.h:69
PostEndLumi postEndLumiSignal_
signal is emitted after all modules have finished processing the Lumi
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().

204  {
206  }
void connect_front(U iFunc)
Definition: Signal.h:69
PostEndRun postEndRunSignal_
signal is emitted after all modules have finished processing the Run
void edm::ActivityRegistry::watchPostForkReacquireResources ( PostForkReacquireResources::slot_type const &  iSlot)
inline
void edm::ActivityRegistry::watchPostModule ( PostModule::slot_type const &  iSlot)
inline
void edm::ActivityRegistry::watchPostModuleBeginJob ( PostModuleBeginJob::slot_type const &  iSlot)
inline
void edm::ActivityRegistry::watchPostModuleBeginLumi ( PostModuleBeginLumi::slot_type const &  iSlot)
inline
void edm::ActivityRegistry::watchPostModuleBeginRun ( PostModuleBeginRun::slot_type const &  iSlot)
inline
void edm::ActivityRegistry::watchPostModuleConstruction ( PostModuleConstruction::slot_type const &  iSlot)
inline
void edm::ActivityRegistry::watchPostModuleEndJob ( PostModuleEndJob::slot_type const &  iSlot)
inline
void edm::ActivityRegistry::watchPostModuleEndLumi ( PostModuleEndLumi::slot_type const &  iSlot)
inline
void edm::ActivityRegistry::watchPostModuleEndRun ( PostModuleEndRun::slot_type const &  iSlot)
inline
void edm::ActivityRegistry::watchPostOpenFile ( PostOpenFile::slot_type const &  iSlot)
inline
void edm::ActivityRegistry::watchPostPathBeginLumi ( PostPathBeginLumi::slot_type const &  iSlot)
inline
void edm::ActivityRegistry::watchPostPathBeginRun ( PostPathBeginRun::slot_type const &  iSlot)
inline
void edm::ActivityRegistry::watchPostPathEndLumi ( PostPathEndLumi::slot_type const &  iSlot)
inline
void edm::ActivityRegistry::watchPostPathEndRun ( PostPathEndRun::slot_type const &  iSlot)
inline
void edm::ActivityRegistry::watchPostProcessEvent ( PostProcessEvent::slot_type const &  iSlot)
inline
void edm::ActivityRegistry::watchPostProcessPath ( PostProcessPath::slot_type const &  iSlot)
inline
void edm::ActivityRegistry::watchPostSource ( PostSource::slot_type const &  iSlot)
inline
void edm::ActivityRegistry::watchPostSourceConstruction ( PostSourceConstruction::slot_type const &  iSlot)
inline
void edm::ActivityRegistry::watchPostSourceLumi ( PostSourceLumi::slot_type const &  iSlot)
inline
void edm::ActivityRegistry::watchPostSourceRun ( PostSourceRun::slot_type const &  iSlot)
inline
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().

212  {
214  }
PreBeginLumi preBeginLumiSignal_
signal is emitted after the Lumi has been created by the InputSource but before any modules have seen...
void connect(U iFunc)
Definition: Signal.h:64
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().

180  {
182  }
void connect(U iFunc)
Definition: Signal.h:64
PreBeginRun preBeginRunSignal_
signal is emitted after the Run has been created by the InputSource but before any modules have seen ...
void edm::ActivityRegistry::watchPreCloseFile ( PreCloseFile::slot_type const &  iSlot)
inline
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().

228  {
229  preEndLumiSignal_.connect(iSlot);
230  }
PreEndLumi preEndLumiSignal_
signal is emitted before the endLumi is processed
void connect(U iFunc)
Definition: Signal.h:64
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().

196  {
197  preEndRunSignal_.connect(iSlot);
198  }
PreEndRun preEndRunSignal_
signal is emitted before the endRun is processed
void connect(U iFunc)
Definition: Signal.h:64
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().

485  {
487  }
void connect_front(U iFunc)
Definition: Signal.h:69
PreForkReleaseResources preForkReleaseResourcesSignal_
void edm::ActivityRegistry::watchPreModule ( PreModule::slot_type const &  iSlot)
inline
void edm::ActivityRegistry::watchPreModuleBeginJob ( PreModuleBeginJob::slot_type const &  iSlot)
inline
void edm::ActivityRegistry::watchPreModuleBeginLumi ( PreModuleBeginLumi::slot_type const &  iSlot)
inline
void edm::ActivityRegistry::watchPreModuleBeginRun ( PreModuleBeginRun::slot_type const &  iSlot)
inline
void edm::ActivityRegistry::watchPreModuleConstruction ( PreModuleConstruction::slot_type const &  iSlot)
inline
void edm::ActivityRegistry::watchPreModuleEndJob ( PreModuleEndJob::slot_type const &  iSlot)
inline
void edm::ActivityRegistry::watchPreModuleEndLumi ( PreModuleEndLumi::slot_type const &  iSlot)
inline
void edm::ActivityRegistry::watchPreModuleEndRun ( PreModuleEndRun::slot_type const &  iSlot)
inline
void edm::ActivityRegistry::watchPreOpenFile ( PreOpenFile::slot_type const &  iSlot)
inline
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().

292  {
294  }
PrePathBeginLumi prePathBeginLumiSignal_
void connect(U iFunc)
Definition: Signal.h:64
void edm::ActivityRegistry::watchPrePathBeginRun ( PrePathBeginRun::slot_type const &  iSlot)
inline
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().

308  {
310  }
PrePathEndLumi prePathEndLumiSignal_
void connect(U iFunc)
Definition: Signal.h:64
void edm::ActivityRegistry::watchPrePathEndRun ( PrePathEndRun::slot_type const &  iSlot)
inline
void edm::ActivityRegistry::watchPreProcessEvent ( PreProcessEvent::slot_type const &  iSlot)
inline
void edm::ActivityRegistry::watchPreProcessPath ( PreProcessPath::slot_type const &  iSlot)
inline
void edm::ActivityRegistry::watchPreSource ( PreSource::slot_type const &  iSlot)
inline
void edm::ActivityRegistry::watchPreSourceConstruction ( PreSourceConstruction::slot_type const &  iSlot)
inline
void edm::ActivityRegistry::watchPreSourceLumi ( PreSourceLumi::slot_type const &  iSlot)
inline
void edm::ActivityRegistry::watchPreSourceRun ( PreSourceRun::slot_type const &  iSlot)
inline

Member Data Documentation

JobFailure edm::ActivityRegistry::jobFailureSignal_

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().

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 219 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 187 of file ActivityRegistry.h.

Referenced by connectGlobals(), copySlotsFrom(), and edm::OccurrenceTraits< RunPrincipal, BranchActionBegin >::postScheduleSignal().

PostCloseFile edm::ActivityRegistry::postCloseFileSignal_

Definition at line 155 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 235 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 203 of file ActivityRegistry.h.

Referenced by connectGlobals(), copySlotsFrom(), and edm::OccurrenceTraits< RunPrincipal, BranchActionEnd >::postScheduleSignal().

PostForkReacquireResources edm::ActivityRegistry::postForkReacquireResourcesSignal_

Definition at line 492 of file ActivityRegistry.h.

Referenced by connectGlobals(), and copySlotsFrom().

PostModuleBeginJob edm::ActivityRegistry::postModuleBeginJobSignal_

Definition at line 361 of file ActivityRegistry.h.

Referenced by connectLocals(), and copySlotsFrom().

PostModuleBeginLumi edm::ActivityRegistry::postModuleBeginLumiSignal_
PostModuleBeginRun edm::ActivityRegistry::postModuleBeginRunSignal_
PostModuleConstruction edm::ActivityRegistry::postModuleConstructionSignal_

Definition at line 344 of file ActivityRegistry.h.

Referenced by connectLocals(), and copySlotsFrom().

PostModuleEndJob edm::ActivityRegistry::postModuleEndJobSignal_

Definition at line 377 of file ActivityRegistry.h.

Referenced by connectLocals(), and copySlotsFrom().

PostModuleEndLumi edm::ActivityRegistry::postModuleEndLumiSignal_
PostModuleEndRun edm::ActivityRegistry::postModuleEndRunSignal_
PostModule edm::ActivityRegistry::postModuleSignal_
PostOpenFile edm::ActivityRegistry::postOpenFileSignal_

Definition at line 137 of file ActivityRegistry.h.

Referenced by connectGlobals(), and copySlotsFrom().

PostPathBeginLumi edm::ActivityRegistry::postPathBeginLumiSignal_
PostPathBeginRun edm::ActivityRegistry::postPathBeginRunSignal_
PostPathEndLumi edm::ActivityRegistry::postPathEndLumiSignal_
PostPathEndRun edm::ActivityRegistry::postPathEndRunSignal_
PostProcessEvent edm::ActivityRegistry::postProcessEventSignal_

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().

PostProcessPath edm::ActivityRegistry::postProcessPathSignal_
PostSourceConstruction edm::ActivityRegistry::postSourceConstructionSignal_

Definition at line 475 of file ActivityRegistry.h.

Referenced by connectGlobals(), and copySlotsFrom().

PostSourceLumi edm::ActivityRegistry::postSourceLumiSignal_

Definition at line 104 of file ActivityRegistry.h.

Referenced by connectGlobals(), and copySlotsFrom().

PostSourceRun edm::ActivityRegistry::postSourceRunSignal_

Definition at line 120 of file ActivityRegistry.h.

Referenced by connectGlobals(), and copySlotsFrom().

PostSource edm::ActivityRegistry::postSourceSignal_

Definition at line 88 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 211 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 179 of file ActivityRegistry.h.

Referenced by connectGlobals(), copySlotsFrom(), and edm::OccurrenceTraits< RunPrincipal, BranchActionBegin >::preScheduleSignal().

PreCloseFile edm::ActivityRegistry::preCloseFileSignal_

Definition at line 147 of file ActivityRegistry.h.

Referenced by connectGlobals(), and copySlotsFrom().

PreEndLumi edm::ActivityRegistry::preEndLumiSignal_

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().

PreEndRun edm::ActivityRegistry::preEndRunSignal_

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().

PreForkReleaseResources edm::ActivityRegistry::preForkReleaseResourcesSignal_

Definition at line 484 of file ActivityRegistry.h.

Referenced by connectGlobals(), and copySlotsFrom().

PreModuleBeginJob edm::ActivityRegistry::preModuleBeginJobSignal_

Definition at line 353 of file ActivityRegistry.h.

Referenced by connectLocals(), and copySlotsFrom().

PreModuleBeginLumi edm::ActivityRegistry::preModuleBeginLumiSignal_
PreModuleBeginRun edm::ActivityRegistry::preModuleBeginRunSignal_
PreModuleConstruction edm::ActivityRegistry::preModuleConstructionSignal_

Definition at line 335 of file ActivityRegistry.h.

Referenced by connectLocals(), and copySlotsFrom().

PreModuleEndJob edm::ActivityRegistry::preModuleEndJobSignal_

Definition at line 369 of file ActivityRegistry.h.

Referenced by connectLocals(), and copySlotsFrom().

PreModuleEndLumi edm::ActivityRegistry::preModuleEndLumiSignal_
PreModuleEndRun edm::ActivityRegistry::preModuleEndRunSignal_
PreModule edm::ActivityRegistry::preModuleSignal_
PreOpenFile edm::ActivityRegistry::preOpenFileSignal_

Definition at line 128 of file ActivityRegistry.h.

Referenced by connectGlobals(), and copySlotsFrom().

PrePathBeginLumi edm::ActivityRegistry::prePathBeginLumiSignal_
PrePathBeginRun edm::ActivityRegistry::prePathBeginRunSignal_
PrePathEndLumi edm::ActivityRegistry::prePathEndLumiSignal_
PrePathEndRun edm::ActivityRegistry::prePathEndRunSignal_
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 163 of file ActivityRegistry.h.

Referenced by connectGlobals(), copySlotsFrom(), and edm::OccurrenceTraits< EventPrincipal, BranchActionBegin >::preScheduleSignal().

PreProcessPath edm::ActivityRegistry::preProcessPathSignal_
PreSourceConstruction edm::ActivityRegistry::preSourceConstructionSignal_

Definition at line 466 of file ActivityRegistry.h.

Referenced by connectGlobals(), and copySlotsFrom().

PreSourceLumi edm::ActivityRegistry::preSourceLumiSignal_

Definition at line 96 of file ActivityRegistry.h.

Referenced by connectGlobals(), and copySlotsFrom().

PreSourceRun edm::ActivityRegistry::preSourceRunSignal_

Definition at line 112 of file ActivityRegistry.h.

Referenced by connectGlobals(), and copySlotsFrom().

PreSource edm::ActivityRegistry::preSourceSignal_

Definition at line 80 of file ActivityRegistry.h.

Referenced by connectGlobals(), and copySlotsFrom().