|
Gaudi Framework, version v22r0 |
| Home | Generated: 9 Feb 2011 |
Namespace for pre-defined common incident types. More...
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 | BeginOutputFile = "BeginOutputFile" |
| a new output file has been created | |
| const std::string | FailOutputFile = "FailOutputFile" |
| could not create or write to this file | |
| const std::string | WroteToOutputFile = "WroteToOutputFile" |
| the output file was written to in this event | |
| const std::string | EndOutputFile = "EndOutputFile" |
| an output file has been finished | |
| const std::string | BeginInputFile = "BeginInputFile" |
| a new input file has been started | |
| const std::string | FailInputFile = "FailInputFile" |
| could not open or read from this file | |
| const std::string | EndInputFile = "EndInputFile" |
| an input file has been finished | |
Namespace for pre-defined common incident types.
| const std::string IncidentType::AbortEvent = "AbortEvent" |
Stop processing the current event and pass to te next one.
Definition at line 66 of file Incident.h.
| const std::string IncidentType::BeginEvent = "BeginEvent" |
Processing of a new event has started.
Definition at line 60 of file Incident.h.
| const std::string IncidentType::BeginInputFile = "BeginInputFile" |
a new input file has been started
Definition at line 77 of file Incident.h.
| const std::string IncidentType::BeginOutputFile = "BeginOutputFile" |
a new output file has been created
Definition at line 72 of file Incident.h.
| const std::string IncidentType::BeginRun = "BeginRun" |
Processing of a new run has started.
Definition at line 62 of file Incident.h.
| const std::string IncidentType::EndEvent = "EndEvent" |
Processing of the last event has finished.
Definition at line 61 of file Incident.h.
| const std::string IncidentType::EndInputFile = "EndInputFile" |
an input file has been finished
Definition at line 79 of file Incident.h.
| const std::string IncidentType::EndOutputFile = "EndOutputFile" |
an output file has been finished
Definition at line 75 of file Incident.h.
| const std::string IncidentType::EndRun = "EndRun" |
Processing of the last run has finished.
Definition at line 63 of file Incident.h.
| const std::string IncidentType::EndStream = "EndStream" |
Processing of the stream has finished.
Definition at line 64 of file Incident.h.
| const std::string IncidentType::FailInputFile = "FailInputFile" |
could not open or read from this file
Definition at line 78 of file Incident.h.
| const std::string IncidentType::FailOutputFile = "FailOutputFile" |
could not create or write to this file
Definition at line 73 of file Incident.h.
| const std::string IncidentType::WroteToOutputFile = "WroteToOutputFile" |
the output file was written to in this event
Definition at line 74 of file Incident.h.