Gaudi Framework, version v23r9

Home   Generated: Thu Jul 18 2013
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Variables
IncidentType Namespace Reference

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

Detailed Description

Namespace for pre-defined common incident types.

Author
P. Mato
Date
2001/01/19
Author
R. Lambert
Date
2009/09/03

Variable Documentation

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::BeginProcessing = "BeginProcessing"

Incident raised just before entering loop over the algorithms.

Definition at line 84 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::CorruptedInputFile = "CorruptedInputFile"

the input file has shown a corruption

Definition at line 81 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::EndProcessing = "EndProcessing"

Incident raised just after the loop over the algorithms (note: before the execution of OutputStreams).

Definition at line 86 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.


Generated at Thu Jul 18 2013 12:18:16 for Gaudi Framework, version v23r9 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004