Gaudi Framework, version v22r2

Home   Generated: Tue May 10 2011
Classes | Namespaces | Defines | Variables

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...

Namespaces

namespace  IncidentType
 

Namespace for pre-defined common incident types.


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
const std::string IncidentType::BeginProcessing = "BeginProcessing"
 Incident raised just before entering loop over the algorithms.
const std::string IncidentType::EndProcessing = "EndProcessing"
 Incident raised just after the loop over the algorithms (note: before the execution of OutputStreams).

Define Documentation

#define GAUDI_FILE_INCIDENTS

Definition at line 70 of file Incident.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Tue May 10 2011 18:54:19 for Gaudi Framework, version v22r2 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004