Incident.h File Reference
#include "GaudiKernel/Kernel.h"
#include <string>
Include dependency graph for Incident.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Incident
 Base class for all Incidents (computing events). More...
 
class  Incident
 Base class for all Incidents (computing events). More...
 

Namespaces

 IncidentType
 Namespace for pre-defined common incident types.
 

Macros

#define GAUDI_FILE_INCIDENTS
 
#define GAUDI_FILE_INCIDENTS
 

Variables

const std::string IncidentType::BeginEvent = "BeginEvent"
 Processing of a new event has started. More...
 
const std::string IncidentType::EndEvent = "EndEvent"
 Processing of the last event has finished. More...
 
const std::string IncidentType::BeginRun = "BeginRun"
 Processing of a new run has started. More...
 
const std::string IncidentType::EndRun = "EndRun"
 Processing of the last run has finished. More...
 
const std::string IncidentType::EndStream = "EndStream"
 Processing of the stream has finished. More...
 
const std::string IncidentType::AbortEvent = "AbortEvent"
 Stop processing the current event and pass to te next one. More...
 
const std::string IncidentType::BeginOutputFile = "BeginOutputFile"
 a new output file has been created More...
 
const std::string IncidentType::FailOutputFile = "FailOutputFile"
 could not create or write to this file More...
 
const std::string IncidentType::WroteToOutputFile = "WroteToOutputFile"
 the output file was written to in this event More...
 
const std::string IncidentType::EndOutputFile = "EndOutputFile"
 an output file has been finished More...
 
const std::string IncidentType::BeginInputFile = "BeginInputFile"
 a new input file has been started More...
 
const std::string IncidentType::FailInputFile = "FailInputFile"
 could not open or read from this file More...
 
const std::string IncidentType::EndInputFile = "EndInputFile"
 an input file has been finished More...
 
const std::string IncidentType::CorruptedInputFile = "CorruptedInputFile"
 the input file has shown a corruption More...
 
const std::string IncidentType::BeginProcessing = "BeginProcessing"
 Incident raised just before entering loop over the algorithms. More...
 
const std::string IncidentType::EndProcessing = "EndProcessing"
 Incident raised just after the loop over the algorithms (note: before the execution of OutputStreams). More...
 
const std::string IncidentType::SvcPostFinalize = "PostFinalize"
 ONLY For Services that need something after they've been finalized. More...
 

Macro Definition Documentation

#define GAUDI_FILE_INCIDENTS

Definition at line 70 of file Incident.h.

#define GAUDI_FILE_INCIDENTS

Definition at line 70 of file Incident.h.