All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
IncidentType Namespace Reference

Namespace for pre-defined common incident types. More...

Variables

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

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::SvcPostFinalize = "PostFinalize"

ONLY For Services that need something after they've been finalized.

Caveat Emptor: Don't use unless you're a Service or know you'll exist after all services have been finalized!!!

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