![]() |
|
|
Generated: 18 Jul 2008 |
Variables | |
| const std::string | BeginEvent = "BeginEvent" |
| Processing of a new event has started. | |
| const std::string | EndEvent = "EndEvent" |
| Processing of the last event has finished. | |
| const std::string | BeginRun = "BeginRun" |
| Processing of a new run has started. | |
| const std::string | EndRun = "EndRun" |
| Processing of the last run has finished. | |
| const std::string | EndStream = "EndStream" |
| Processing of the stream has finished. | |
| const std::string | AbortEvent = "AbortEvent" |
| Stop processing the current event and pass to te next one. | |
| const std::string IncidentType::AbortEvent = "AbortEvent" |
Stop processing the current event and pass to te next one.
Definition at line 63 of file Incident.h.
Referenced by MinimalEventLoopMgr::finalize(), and MinimalEventLoopMgr::initialize().
| const std::string IncidentType::BeginEvent = "BeginEvent" |
Processing of a new event has started.
Definition at line 57 of file Incident.h.
Referenced by EventLoopMgr::executeEvent(), FastContainersSvc::finalize(), TimingAuditor::finalize(), HistorySvc::handle(), FastContainersSvc::handle(), TimingAuditor::handle(), HistorySvc::initialize(), FastContainersSvc::initialize(), AlgContextSvc::initialize(), and TimingAuditor::initialize().
| const std::string IncidentType::BeginRun = "BeginRun" |
| const std::string IncidentType::EndEvent = "EndEvent" |
Processing of the last event has finished.
Definition at line 58 of file Incident.h.
Referenced by TimingAuditor::finalize(), TimingAuditor::handle(), AlgContextSvc::initialize(), DataListenerSvc::initialize(), TimingAuditor::initialize(), EventLoopMgr::nextEvent(), and EventLoopMgr::stop().
| const std::string IncidentType::EndRun = "EndRun" |
| const std::string IncidentType::EndStream = "EndStream" |
Processing of the stream has finished.
Definition at line 61 of file Incident.h.
Referenced by DataStreamTool::finalizeStream().