CMS 3D CMS Logo

Public Types | Public Member Functions | Public Attributes | Private Member Functions

edm::ActivityRegistry Class Reference

#include <ActivityRegistry.h>

List of all members.

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
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
typedef sigc::signal< void,
ModuleDescription const & > 
PostModule
 signal is emitted after the module finished processing the Event
typedef sigc::signal< void,
ModuleDescription const & > 
PostModuleBeginJob
 signal is emitted after the module had done beginJob
typedef sigc::signal< void,
ModuleDescription const & > 
PostModuleBeginLumi
 signal is emitted after the module finished processing beginLumi
typedef sigc::signal< void,
ModuleDescription const & > 
PostModuleBeginRun
 signal is emitted after the module finished processing beginRun
typedef sigc::signal< void,
ModuleDescription const & > 
PostModuleConstruction
 signal is emitted after the module was construction
typedef sigc::signal< void,
ModuleDescription const & > 
PostModuleEndJob
 signal is emitted after the module had done endJob
typedef sigc::signal< void,
ModuleDescription const & > 
PostModuleEndLumi
 signal is emitted after the module finished processing endLumi
typedef sigc::signal< void,
ModuleDescription const & > 
PostModuleEndRun
 signal is emitted after the module finished processing endRun
typedef sigc::signal< void > PostOpenFile
 signal is emitted after the source opens a file
typedef sigc::signal< void,
std::string const
&, HLTPathStatus const & > 
PostPathBeginLumi
 signal is emitted after all modules have finished for the Path for beginLumi
typedef sigc::signal< void,
std::string const
&, HLTPathStatus const & > 
PostPathBeginRun
 signal is emitted after all modules have finished for the Path for beginRun
typedef sigc::signal< void,
std::string const
&, HLTPathStatus const & > 
PostPathEndLumi
 signal is emitted after all modules have finished for the Path for endRun
typedef sigc::signal< void,
std::string const
&, HLTPathStatus const & > 
PostPathEndRun
 signal is emitted after all modules have finished for the Path for endRun
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
typedef sigc::signal< void > PostSource
 signal is emitted after the source starts creating an Event
typedef sigc::signal< void,
ModuleDescription const & > 
PostSourceConstruction
 signal is emitted after the source was construction
typedef sigc::signal< void > PostSourceLumi
 signal is emitted after the source starts creating a Lumi
typedef sigc::signal< void > PostSourceRun
 signal is emitted after the source starts creating a Run
typedef sigc::signal< void,
LuminosityBlockID const
&, Timestamp const & > 
PreBeginLumi
typedef sigc::signal< void,
RunID const &, Timestamp const & > 
PreBeginRun
typedef sigc::signal< void,
std::string const &, bool > 
PreCloseFile
 signal is emitted before the Closesource closes a file
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
typedef sigc::signal< void,
ModuleDescription const & > 
PreModule
 signal is emitted before the module starts processing the Event
typedef sigc::signal< void,
ModuleDescription const & > 
PreModuleBeginJob
 signal is emitted before the module does beginJob
typedef sigc::signal< void,
ModuleDescription const & > 
PreModuleBeginLumi
 signal is emitted before the module starts processing beginLumi
typedef sigc::signal< void,
ModuleDescription const & > 
PreModuleBeginRun
 signal is emitted before the module starts processing beginRun
typedef sigc::signal< void,
ModuleDescription const & > 
PreModuleConstruction
 signal is emitted before the module is constructed
typedef sigc::signal< void,
ModuleDescription const & > 
PreModuleEndJob
 signal is emitted before the module does endJob
typedef sigc::signal< void,
ModuleDescription const & > 
PreModuleEndLumi
 signal is emitted before the module starts processing endLumi
typedef sigc::signal< void,
ModuleDescription const & > 
PreModuleEndRun
 signal is emitted before the module starts processing endRun
typedef sigc::signal< void > PreOpenFile
 signal is emitted before the source opens a file
typedef sigc::signal< void,
std::string const & > 
PrePathBeginLumi
 signal is emitted before starting to process a Path for beginLumi
typedef sigc::signal< void,
std::string const & > 
PrePathBeginRun
 signal is emitted before starting to process a Path for beginRun
typedef sigc::signal< void,
std::string const & > 
PrePathEndLumi
 signal is emitted before starting to process a Path for endRun
typedef sigc::signal< void,
std::string const & > 
PrePathEndRun
 signal is emitted before starting to process a Path for endRun
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
typedef sigc::signal< void > PreSource
 signal is emitted before the source starts creating an Event
typedef sigc::signal< void,
ModuleDescription const & > 
PreSourceConstruction
 signal is emitted before the source is constructed
typedef sigc::signal< void > PreSourceLumi
 signal is emitted before the source starts creating a Lumi
typedef sigc::signal< void > PreSourceRun
 signal is emitted before the source starts creating a Run

Public Member Functions

 ActivityRegistry ()
void connect (ActivityRegistry &iOther)
 forwards our signals to slots connected to iOther
void connectToSubProcess (ActivityRegistry &iOther)
void copySlotsFrom (ActivityRegistry &iOther)
void watchJobFailure (JobFailure::slot_type const &iSlot)
 convenience function for attaching to signal
void watchPostBeginJob (PostBeginJob::slot_type const &iSlot)
 convenience function for attaching to signal
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
PostBeginLumi postBeginLumiSignal_
 signal is emitted after all modules have finished processing the beginLumi
PostBeginRun postBeginRunSignal_
 signal is emitted after all modules have finished processing the beginRun
PostCloseFile postCloseFileSignal_
PostEndJob postEndJobSignal_
 signal is emitted after all modules have gotten their endJob called
PostEndLumi postEndLumiSignal_
 signal is emitted after all modules have finished processing the Lumi
PostEndRun postEndRunSignal_
 signal is emitted after all modules have finished processing the Run
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
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
PreBeginRun preBeginRunSignal_
 signal is emitted after the Run has been created by the InputSource but before any modules have seen the Run
PreCloseFile preCloseFileSignal_
PreEndLumi preEndLumiSignal_
 signal is emitted before the endLumi is processed
PreEndRun preEndRunSignal_
 signal is emitted before the endRun is processed
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
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

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

typedef sigc::signal<void, Run const&, EventSetup const&> edm::ActivityRegistry::PostBeginRun

Definition at line 193 of file ActivityRegistry.h.

typedef sigc::signal<void> edm::ActivityRegistry::PostCloseFile

signal is emitted after the source opens a file

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

typedef sigc::signal<void, Run const&, EventSetup const&> edm::ActivityRegistry::PostEndRun

Definition at line 210 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 517 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 412 of file ActivityRegistry.h.

signal is emitted after the module had done beginJob

Definition at line 378 of file ActivityRegistry.h.

signal is emitted after the module finished processing beginLumi

Definition at line 463 of file ActivityRegistry.h.

signal is emitted after the module finished processing beginRun

Definition at line 429 of file ActivityRegistry.h.

signal is emitted after the module was construction

Definition at line 360 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 395 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 480 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 446 of file ActivityRegistry.h.

typedef sigc::signal<void> edm::ActivityRegistry::PostOpenFile

signal is emitted after the source opens a file

Definition at line 141 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 313 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 279 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 330 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 296 of file ActivityRegistry.h.

typedef sigc::signal<void, Event const&, EventSetup const&> edm::ActivityRegistry::PostProcessEvent

Definition at line 176 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 262 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.

signal is emitted after the source was construction

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

typedef sigc::signal<void, RunID const&, Timestamp const&> edm::ActivityRegistry::PreBeginRun

Definition at line 185 of file ActivityRegistry.h.

typedef sigc::signal<void, std::string const&, bool> edm::ActivityRegistry::PreCloseFile

signal is emitted before the Closesource closes a file

Definition at line 152 of file ActivityRegistry.h.

typedef sigc::signal<void, LuminosityBlockID const&, Timestamp const&> edm::ActivityRegistry::PreEndLumi

Definition at line 236 of file ActivityRegistry.h.

typedef sigc::signal<void, RunID const&, Timestamp const&> edm::ActivityRegistry::PreEndRun

Definition at line 202 of file ActivityRegistry.h.

signal is emitted before we fork the processes

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

typedef sigc::signal<void, ModuleDescription const&> edm::ActivityRegistry::PreModuleBeginJob

signal is emitted before the module does beginJob

Definition at line 370 of file ActivityRegistry.h.

signal is emitted before the module starts processing beginLumi

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

signal is emitted before the module is constructed

Definition at line 351 of file ActivityRegistry.h.

typedef sigc::signal<void, ModuleDescription const&> edm::ActivityRegistry::PreModuleEndJob

signal is emitted before the module does endJob

Definition at line 387 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 472 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 438 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 305 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 271 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 322 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 288 of file ActivityRegistry.h.

typedef sigc::signal<void, EventID const&, Timestamp const&> edm::ActivityRegistry::PreProcessEvent

Definition at line 168 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 254 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.

signal is emitted before the source is constructed

Definition at line 489 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.


Constructor & Destructor Documentation

edm::ActivityRegistry::ActivityRegistry ( ) [inline]

Definition at line 48 of file ActivityRegistry.h.

{}

Member Function Documentation

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 edm::serviceregistry::ServicesManager::connect(), and edm::serviceregistry::ServicesManager::connectTo().

                                                    {
    connectGlobals(iOther);
    connectLocals(iOther);
  }
void ActivityRegistry::connectGlobals ( ActivityRegistry iOther) [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().

                                                           {

     postBeginJobSignal_.connect(iOther.postBeginJobSignal_);
     postEndJobSignal_.connect(iOther.postEndJobSignal_);

     jobFailureSignal_.connect(iOther.jobFailureSignal_);

     preSourceSignal_.connect(iOther.preSourceSignal_);
     postSourceSignal_.connect(iOther.postSourceSignal_);

     preSourceLumiSignal_.connect(iOther.preSourceLumiSignal_);
     postSourceLumiSignal_.connect(iOther.postSourceLumiSignal_);

     preSourceRunSignal_.connect(iOther.preSourceRunSignal_);
     postSourceRunSignal_.connect(iOther.postSourceRunSignal_);

     preOpenFileSignal_.connect(iOther.preOpenFileSignal_);
     postOpenFileSignal_.connect(iOther.postOpenFileSignal_);

     preCloseFileSignal_.connect(iOther.preCloseFileSignal_);
     postCloseFileSignal_.connect(iOther.postCloseFileSignal_);

     preSourceConstructionSignal_.connect(iOther.preSourceConstructionSignal_);
     postSourceConstructionSignal_.connect(iOther.postSourceConstructionSignal_);

     preProcessEventSignal_.connect(iOther.preProcessEventSignal_);
     postProcessEventSignal_.connect(iOther.postProcessEventSignal_);

     preBeginRunSignal_.connect(iOther.preBeginRunSignal_);
     postBeginRunSignal_.connect(iOther.postBeginRunSignal_);

     preEndRunSignal_.connect(iOther.preEndRunSignal_);
     postEndRunSignal_.connect(iOther.postEndRunSignal_);

     preBeginLumiSignal_.connect(iOther.preBeginLumiSignal_);
     postBeginLumiSignal_.connect(iOther.postBeginLumiSignal_);

     preEndLumiSignal_.connect(iOther.preEndLumiSignal_);
     postEndLumiSignal_.connect(iOther.postEndLumiSignal_);

     preForkReleaseResourcesSignal_.connect(iOther.preForkReleaseResourcesSignal_);
     postForkReacquireResourcesSignal_.connect(iOther.postForkReacquireResourcesSignal_);
  }
void ActivityRegistry::connectLocals ( ActivityRegistry iOther) [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().

                                                          {

     preProcessPathSignal_.connect(iOther.preProcessPathSignal_);
     postProcessPathSignal_.connect(iOther.postProcessPathSignal_);

     prePathBeginRunSignal_.connect(iOther.prePathBeginRunSignal_);
     postPathBeginRunSignal_.connect(iOther.postPathBeginRunSignal_);

     prePathEndRunSignal_.connect(iOther.prePathEndRunSignal_);
     postPathEndRunSignal_.connect(iOther.postPathEndRunSignal_);

     prePathBeginLumiSignal_.connect(iOther.prePathBeginLumiSignal_);
     postPathBeginLumiSignal_.connect(iOther.postPathBeginLumiSignal_);

     prePathEndLumiSignal_.connect(iOther.prePathEndLumiSignal_);
     postPathEndLumiSignal_.connect(iOther.postPathEndLumiSignal_);

     preModuleSignal_.connect(iOther.preModuleSignal_);
     postModuleSignal_.connect(iOther.postModuleSignal_);

     preModuleBeginRunSignal_.connect(iOther.preModuleBeginRunSignal_);
     postModuleBeginRunSignal_.connect(iOther.postModuleBeginRunSignal_);

     preModuleEndRunSignal_.connect(iOther.preModuleEndRunSignal_);
     postModuleEndRunSignal_.connect(iOther.postModuleEndRunSignal_);

     preModuleBeginLumiSignal_.connect(iOther.preModuleBeginLumiSignal_);
     postModuleBeginLumiSignal_.connect(iOther.postModuleBeginLumiSignal_);

     preModuleEndLumiSignal_.connect(iOther.preModuleEndLumiSignal_);
     postModuleEndLumiSignal_.connect(iOther.postModuleEndLumiSignal_);

     preModuleConstructionSignal_.connect(iOther.preModuleConstructionSignal_);
     postModuleConstructionSignal_.connect(iOther.postModuleConstructionSignal_);

     preModuleBeginJobSignal_.connect(iOther.preModuleBeginJobSignal_);
     postModuleBeginJobSignal_.connect(iOther.postModuleBeginJobSignal_);

     preModuleEndJobSignal_.connect(iOther.preModuleEndJobSignal_);
     postModuleEndJobSignal_.connect(iOther.postModuleEndJobSignal_);
  }
void ActivityRegistry::connectToSubProcess ( ActivityRegistry iOther)

forwards our subprocess independent signals to slots connected to iOther forwards iOther's subprocess dependent signals to slots connected to this

Definition at line 190 of file ActivityRegistry.cc.

References connectGlobals(), and connectLocals().

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

                                                                {
    connectGlobals(iOther);
    iOther.connectLocals(*this);
  }
void ActivityRegistry::copySlotsFrom ( ActivityRegistry iOther)

copy the slots from iOther and connect them directly to our own this allows us to 'forward' signals more efficiently, BUT if iOther gains new slots after this call, we will not see them This is also careful to keep the order of the slots proper for services.

Definition at line 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().

                                                          {
    copySlotsToFrom(postBeginJobSignal_, iOther.postBeginJobSignal_);
    copySlotsToFromReverse(postEndJobSignal_, iOther.postEndJobSignal_);

    copySlotsToFromReverse(jobFailureSignal_, iOther.jobFailureSignal_);

    copySlotsToFrom(preSourceSignal_, iOther.preSourceSignal_);
    copySlotsToFromReverse(postSourceSignal_, iOther.postSourceSignal_);

    copySlotsToFrom(preSourceLumiSignal_, iOther.preSourceLumiSignal_);
    copySlotsToFromReverse(postSourceLumiSignal_, iOther.postSourceLumiSignal_);

    copySlotsToFrom(preSourceRunSignal_, iOther.preSourceRunSignal_);
    copySlotsToFromReverse(postSourceRunSignal_, iOther.postSourceRunSignal_);

    copySlotsToFrom(preOpenFileSignal_, iOther.preOpenFileSignal_);
    copySlotsToFromReverse(postOpenFileSignal_, iOther.postOpenFileSignal_);

    copySlotsToFrom(preCloseFileSignal_, iOther.preCloseFileSignal_);
    copySlotsToFromReverse(postCloseFileSignal_, iOther.postCloseFileSignal_);

    copySlotsToFrom(preProcessEventSignal_, iOther.preProcessEventSignal_);
    copySlotsToFromReverse(postProcessEventSignal_, iOther.postProcessEventSignal_);

    copySlotsToFrom(preBeginRunSignal_, iOther.preBeginRunSignal_);
    copySlotsToFromReverse(postBeginRunSignal_, iOther.postBeginRunSignal_);

    copySlotsToFrom(preEndRunSignal_, iOther.preEndRunSignal_);
    copySlotsToFromReverse(postEndRunSignal_, iOther.postEndRunSignal_);

    copySlotsToFrom(preBeginLumiSignal_, iOther.preBeginLumiSignal_);
    copySlotsToFromReverse(postBeginLumiSignal_, iOther.postBeginLumiSignal_);

    copySlotsToFrom(preEndLumiSignal_, iOther.preEndLumiSignal_);
    copySlotsToFromReverse(postEndLumiSignal_, iOther.postEndLumiSignal_);

    copySlotsToFrom(preProcessPathSignal_, iOther.preProcessPathSignal_);
    copySlotsToFromReverse(postProcessPathSignal_, iOther.postProcessPathSignal_);

    copySlotsToFrom(prePathBeginRunSignal_, iOther.prePathBeginRunSignal_);
    copySlotsToFromReverse(postPathBeginRunSignal_, iOther.postPathBeginRunSignal_);

    copySlotsToFrom(prePathEndRunSignal_, iOther.prePathEndRunSignal_);
    copySlotsToFromReverse(postPathEndRunSignal_, iOther.postPathEndRunSignal_);

    copySlotsToFrom(prePathBeginLumiSignal_, iOther.prePathBeginLumiSignal_);
    copySlotsToFromReverse(postPathBeginLumiSignal_, iOther.postPathBeginLumiSignal_);

    copySlotsToFrom(prePathEndLumiSignal_, iOther.prePathEndLumiSignal_);
    copySlotsToFromReverse(postPathEndLumiSignal_, iOther.postPathEndLumiSignal_);

    copySlotsToFrom(preModuleSignal_, iOther.preModuleSignal_);
    copySlotsToFromReverse(postModuleSignal_, iOther.postModuleSignal_);

    copySlotsToFrom(preModuleBeginRunSignal_, iOther.preModuleBeginRunSignal_);
    copySlotsToFromReverse(postModuleBeginRunSignal_, iOther.postModuleBeginRunSignal_);

    copySlotsToFrom(preModuleEndRunSignal_, iOther.preModuleEndRunSignal_);
    copySlotsToFromReverse(postModuleEndRunSignal_, iOther.postModuleEndRunSignal_);

    copySlotsToFrom(preModuleBeginLumiSignal_, iOther.preModuleBeginLumiSignal_);
    copySlotsToFromReverse(postModuleBeginLumiSignal_, iOther.postModuleBeginLumiSignal_);

    copySlotsToFrom(preModuleEndLumiSignal_, iOther.preModuleEndLumiSignal_);
    copySlotsToFromReverse(postModuleEndLumiSignal_, iOther.postModuleEndLumiSignal_);

    copySlotsToFrom(preModuleConstructionSignal_, iOther.preModuleConstructionSignal_);
    copySlotsToFromReverse(postModuleConstructionSignal_, iOther.postModuleConstructionSignal_);

    copySlotsToFrom(preModuleBeginJobSignal_, iOther.preModuleBeginJobSignal_);
    copySlotsToFromReverse(postModuleBeginJobSignal_, iOther.postModuleBeginJobSignal_);

    copySlotsToFrom(preModuleEndJobSignal_, iOther.preModuleEndJobSignal_);
    copySlotsToFromReverse(postModuleEndJobSignal_, iOther.postModuleEndJobSignal_);

    copySlotsToFrom(preSourceConstructionSignal_, iOther.preSourceConstructionSignal_);
    copySlotsToFromReverse(postSourceConstructionSignal_, iOther.postSourceConstructionSignal_);

    copySlotsToFrom(preForkReleaseResourcesSignal_, iOther.preForkReleaseResourcesSignal_);
    copySlotsToFromReverse(postForkReacquireResourcesSignal_, iOther.postForkReacquireResourcesSignal_);
  }
void edm::ActivityRegistry::watchJobFailure ( JobFailure::slot_type const &  iSlot) [inline]

convenience function for attaching to signal

Definition at line 74 of file ActivityRegistry.h.

Referenced by edm::service::JobReportService::JobReportService(), and edm::service::MessageLogger::MessageLogger().

                                                             {
         JobFailure::slot_list_type sl = jobFailureSignal_.slots();
         sl.push_front(iSlot);
      }
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]

Definition at line 162 of file ActivityRegistry.h.

Referenced by edm::service::IgProfService::IgProfService(), edm::service::MessageLogger::MessageLogger(), and edm::service::Tracer::Tracer().

                                                                   {
         PostCloseFile::slot_list_type sl = postCloseFileSignal_.slots();
         sl.push_front(iSlot);
      }
void edm::ActivityRegistry::watchPostEndJob ( PostEndJob::slot_type const &  iSlot) [inline]
void edm::ActivityRegistry::watchPostEndLumi ( PostEndLumi::slot_type const &  iSlot) [inline]
void edm::ActivityRegistry::watchPostEndRun ( PostEndRun::slot_type const &  iSlot) [inline]
void edm::ActivityRegistry::watchPostForkReacquireResources ( PostForkReacquireResources::slot_type const &  iSlot) [inline]

Definition at line 519 of file ActivityRegistry.h.

Referenced by edm::service::RandomNumberGeneratorService::RandomNumberGeneratorService(), and edm::service::SimpleMemoryCheck::SimpleMemoryCheck().

                                                                                             {
         PostForkReacquireResources::slot_list_type sl = postForkReacquireResourcesSignal_.slots();
         sl.push_front(iSlot);
      }
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]

Definition at line 143 of file ActivityRegistry.h.

Referenced by edm::service::IgProfService::IgProfService(), edm::service::MessageLogger::MessageLogger(), and edm::service::Tracer::Tracer().

                                                                 {
         PostOpenFile::slot_list_type sl = postOpenFileSignal_.slots();
         sl.push_front(iSlot);
      }
void edm::ActivityRegistry::watchPostPathBeginLumi ( PostPathBeginLumi::slot_type const &  iSlot) [inline]

Definition at line 315 of file ActivityRegistry.h.

Referenced by edm::service::MessageLogger::MessageLogger(), and edm::service::Tracer::Tracer().

                                                                           {
         PostPathBeginLumi::slot_list_type sl = postPathBeginLumiSignal_.slots();
         sl.push_front(iSlot);
      }  
void edm::ActivityRegistry::watchPostPathBeginRun ( PostPathBeginRun::slot_type const &  iSlot) [inline]

Definition at line 281 of file ActivityRegistry.h.

Referenced by edm::service::MessageLogger::MessageLogger(), and edm::service::Tracer::Tracer().

                                                                         {
         PostPathBeginRun::slot_list_type sl = postPathBeginRunSignal_.slots();
         sl.push_front(iSlot);
      }  
void edm::ActivityRegistry::watchPostPathEndLumi ( PostPathEndLumi::slot_type const &  iSlot) [inline]

Definition at line 332 of file ActivityRegistry.h.

Referenced by edm::service::MessageLogger::MessageLogger(), and edm::service::Tracer::Tracer().

                                                                       {
         PostPathEndLumi::slot_list_type sl = postPathEndLumiSignal_.slots();
         sl.push_front(iSlot);
      }  
void edm::ActivityRegistry::watchPostPathEndRun ( PostPathEndRun::slot_type const &  iSlot) [inline]

Definition at line 298 of file ActivityRegistry.h.

Referenced by edm::service::MessageLogger::MessageLogger(), and edm::service::Tracer::Tracer().

                                                                     {
         PostPathEndRun::slot_list_type sl = postPathEndRunSignal_.slots();
         sl.push_front(iSlot);
      }  
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]

Definition at line 108 of file ActivityRegistry.h.

Referenced by edm::service::MessageLogger::MessageLogger(), and edm::service::Tracer::Tracer().

                                                                     {
         PostSourceLumi::slot_list_type sl = postSourceLumiSignal_.slots();
         sl.push_front(iSlot);
      }
void edm::ActivityRegistry::watchPostSourceRun ( PostSourceRun::slot_type const &  iSlot) [inline]

Definition at line 125 of file ActivityRegistry.h.

Referenced by DQMStore::DQMStore(), edm::service::MessageLogger::MessageLogger(), and edm::service::Tracer::Tracer().

                                                                   {
         PostSourceRun::slot_list_type sl = postSourceRunSignal_.slots();
         sl.push_front(iSlot);
      }
void edm::ActivityRegistry::watchPreBeginLumi ( PreBeginLumi::slot_type const &  iSlot) [inline]
void edm::ActivityRegistry::watchPreBeginRun ( PreBeginRun::slot_type const &  iSlot) [inline]
void edm::ActivityRegistry::watchPreCloseFile ( PreCloseFile::slot_type const &  iSlot) [inline]
void edm::ActivityRegistry::watchPreEndLumi ( PreEndLumi::slot_type const &  iSlot) [inline]
void edm::ActivityRegistry::watchPreEndRun ( PreEndRun::slot_type const &  iSlot) [inline]

Definition at line 205 of file ActivityRegistry.h.

Referenced by edm::service::MessageLogger::MessageLogger(), and edm::service::Tracer::Tracer().

                                                           {
         preEndRunSignal_.connect(iSlot);
      }
void edm::ActivityRegistry::watchPreForkReleaseResources ( PreForkReleaseResources::slot_type const &  iSlot) [inline]

Definition at line 510 of file ActivityRegistry.h.

                                                                                       {
         PreForkReleaseResources::slot_list_type sl = preForkReleaseResourcesSignal_.slots();
         sl.push_front(iSlot);
      }
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]
void edm::ActivityRegistry::watchPrePathBeginRun ( PrePathBeginRun::slot_type const &  iSlot) [inline]
void edm::ActivityRegistry::watchPrePathEndLumi ( PrePathEndLumi::slot_type const &  iSlot) [inline]
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

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

signal is emitted after all modules have gotten their beginJob called

Definition at line 53 of file ActivityRegistry.h.

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

signal is emitted after all modules have finished processing the beginLumi

Definition at line 229 of file ActivityRegistry.h.

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

signal is emitted after all modules have finished processing the beginRun

Definition at line 195 of file ActivityRegistry.h.

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

Definition at line 161 of file ActivityRegistry.h.

Referenced by connectGlobals(), and copySlotsFrom().

signal is emitted after all modules have gotten their endJob called

Definition at line 62 of file ActivityRegistry.h.

Referenced by connectGlobals(), and copySlotsFrom().

signal is emitted after all modules have finished processing the Lumi

Definition at line 246 of file ActivityRegistry.h.

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

signal is emitted after all modules have finished processing the Run

Definition at line 212 of file ActivityRegistry.h.

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

Definition at line 518 of file ActivityRegistry.h.

Referenced by connectGlobals(), and copySlotsFrom().

Definition at line 379 of file ActivityRegistry.h.

Referenced by connectLocals(), and copySlotsFrom().

Definition at line 361 of file ActivityRegistry.h.

Referenced by connectLocals(), and copySlotsFrom().

Definition at line 396 of file ActivityRegistry.h.

Referenced by connectLocals(), and copySlotsFrom().

Definition at line 142 of file ActivityRegistry.h.

Referenced by connectGlobals(), and copySlotsFrom().

signal is emitted after all modules have finished processing the Event

Definition at line 178 of file ActivityRegistry.h.

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

Definition at line 499 of file ActivityRegistry.h.

Referenced by connectGlobals(), and copySlotsFrom().

Definition at line 107 of file ActivityRegistry.h.

Referenced by connectGlobals(), and copySlotsFrom().

Definition at line 124 of file ActivityRegistry.h.

Referenced by connectGlobals(), and copySlotsFrom().

Definition at line 90 of file ActivityRegistry.h.

Referenced by connectGlobals(), and copySlotsFrom().

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

Definition at line 221 of file ActivityRegistry.h.

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

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

Definition at line 187 of file ActivityRegistry.h.

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

Definition at line 153 of file ActivityRegistry.h.

Referenced by connectGlobals(), and copySlotsFrom().

signal is emitted before the endLumi is processed

Definition at line 238 of file ActivityRegistry.h.

Referenced by connectGlobals(), copySlotsFrom(), and edm::OccurrenceTraits< LuminosityBlockPrincipal, BranchActionEnd >::preScheduleSignal().

signal is emitted before the endRun is processed

Definition at line 204 of file ActivityRegistry.h.

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

Definition at line 509 of file ActivityRegistry.h.

Referenced by connectGlobals(), and copySlotsFrom().

Definition at line 371 of file ActivityRegistry.h.

Referenced by connectLocals(), and copySlotsFrom().

Definition at line 352 of file ActivityRegistry.h.

Referenced by connectLocals(), and copySlotsFrom().

Definition at line 388 of file ActivityRegistry.h.

Referenced by connectLocals(), and copySlotsFrom().

Definition at line 133 of file ActivityRegistry.h.

Referenced by connectGlobals(), and copySlotsFrom().

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

Definition at line 170 of file ActivityRegistry.h.

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

Definition at line 490 of file ActivityRegistry.h.

Referenced by connectGlobals(), and copySlotsFrom().

Definition at line 99 of file ActivityRegistry.h.

Referenced by connectGlobals(), and copySlotsFrom().

Definition at line 116 of file ActivityRegistry.h.

Referenced by connectGlobals(), and copySlotsFrom().

Definition at line 82 of file ActivityRegistry.h.

Referenced by connectGlobals(), and copySlotsFrom().