The Gaudi Framework
v30r3 (a5ef0a68)
|
Namespace for pre-defined common incident types. More...
Functions | |
_inc_type_ (BeginEvent) | |
Processing of a new event has started. More... | |
_inc_type_ (EndEvent) | |
Processing of the last event has finished. More... | |
_inc_type_ (BeginRun) | |
Processing of a new run has started. More... | |
_inc_type_ (EndRun) | |
Processing of the last run has finished. More... | |
_inc_type_ (EndStream) | |
Processing of the stream has finished. More... | |
_inc_type_ (AbortEvent) | |
Stop processing the current event and pass to te next one. More... | |
_inc_type_ (BeginOutputFile) | |
a new output file has been created More... | |
_inc_type_ (FailOutputFile) | |
could not create or write to this file More... | |
_inc_type_ (WroteToOutputFile) | |
the output file was written to in this event More... | |
_inc_type_ (EndOutputFile) | |
an output file has been finished More... | |
_inc_type_ (BeginInputFile) | |
a new input file has been started More... | |
_inc_type_ (FailInputFile) | |
could not open or read from this file More... | |
_inc_type_ (EndInputFile) | |
an input file has been finished More... | |
_inc_type_ (CorruptedInputFile) | |
the input file has shown a corruption More... | |
_inc_type_ (BeginProcessing) | |
Incident raised just before entering loop over the algorithms. More... | |
_inc_type_ (EndProcessing) | |
Incident raised just after the loop over the algorithms (note: before the execution of OutputStreams). More... | |
_inc_type_ (SvcPostFinalize) | |
ONLY For Services that need something after they've been finalized. More... | |
Namespace for pre-defined common incident types.
IncidentType::_inc_type_ | ( | BeginEvent | ) |
Processing of a new event has started.
IncidentType::_inc_type_ | ( | EndEvent | ) |
Processing of the last event has finished.
IncidentType::_inc_type_ | ( | BeginRun | ) |
Processing of a new run has started.
IncidentType::_inc_type_ | ( | EndRun | ) |
Processing of the last run has finished.
IncidentType::_inc_type_ | ( | EndStream | ) |
Processing of the stream has finished.
IncidentType::_inc_type_ | ( | AbortEvent | ) |
Stop processing the current event and pass to te next one.
IncidentType::_inc_type_ | ( | BeginOutputFile | ) |
a new output file has been created
IncidentType::_inc_type_ | ( | FailOutputFile | ) |
could not create or write to this file
IncidentType::_inc_type_ | ( | WroteToOutputFile | ) |
the output file was written to in this event
IncidentType::_inc_type_ | ( | EndOutputFile | ) |
an output file has been finished
IncidentType::_inc_type_ | ( | BeginInputFile | ) |
a new input file has been started
IncidentType::_inc_type_ | ( | FailInputFile | ) |
could not open or read from this file
IncidentType::_inc_type_ | ( | EndInputFile | ) |
an input file has been finished
IncidentType::_inc_type_ | ( | CorruptedInputFile | ) |
the input file has shown a corruption
IncidentType::_inc_type_ | ( | BeginProcessing | ) |
Incident raised just before entering loop over the algorithms.
IncidentType::_inc_type_ | ( | EndProcessing | ) |
Incident raised just after the loop over the algorithms (note: before the execution of OutputStreams).
IncidentType::_inc_type_ | ( | SvcPostFinalize | ) |
ONLY For Services that need something after they've been finalized.
Caveat Emptor: Don't use unless you're a Service or know you'll exist after all services have been finalized!!!