Gaudi Framework, version v21r8

Home   Generated: 17 Mar 2010

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.

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 Documentation

#define GAUDI_FILE_INCIDENTS

Definition at line 70 of file Incident.h.


Generated at Wed Mar 17 18:09:24 2010 for Gaudi Framework, version v21r8 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004