|
Gaudi Framework, version v21r9 |
| Home | Generated: 3 May 2010 |
#include "GaudiKernel/Kernel.h"#include <string>


Go to the source code of this file.
Namespaces | |
| namespace | IncidentType |
Classes | |
| class | Incident |
| Base class for all Incidents (computing events). More... | |
Defines | |
| #define | GAUDI_FILE_INCIDENTS |
Variables | |
| const std::string | IncidentType::BeginEvent = "BeginEvent" |
| Processing of a new event has started. | |
| const std::string | IncidentType::EndEvent = "EndEvent" |
| Processing of the last event has finished. | |
| const std::string | IncidentType::BeginRun = "BeginRun" |
| Processing of a new run has started. | |
| const std::string | IncidentType::EndRun = "EndRun" |
| Processing of the last run has finished. | |
| const std::string | IncidentType::EndStream = "EndStream" |
| Processing of the stream has finished. | |
| const std::string | IncidentType::AbortEvent = "AbortEvent" |
| Stop processing the current event and pass to te next one. | |
| const std::string | IncidentType::BeginOutputFile = "BeginOutputFile" |
| a new output file has been created | |
| const std::string | IncidentType::FailOutputFile = "FailOutputFile" |
| could not create or write to this file | |
| const std::string | IncidentType::WroteToOutputFile = "WroteToOutputFile" |
| the output file was written to in this event | |
| const std::string | IncidentType::EndOutputFile = "EndOutputFile" |
| an output file has been finished | |
| const std::string | IncidentType::BeginInputFile = "BeginInputFile" |
| a new input file has been started | |
| const std::string | IncidentType::FailInputFile = "FailInputFile" |
| could not open or read from this file | |
| const std::string | IncidentType::EndInputFile = "EndInputFile" |
| an input file has been finished | |
| #define GAUDI_FILE_INCIDENTS |
Definition at line 70 of file Incident.h.