8#ifndef XAODROOTACCESS_TOOLS_TINCIDENT_H
9#define XAODROOTACCESS_TOOLS_TINCIDENT_H
std::ostream & operator<<(std::ostream &out, const xAOD::TIncident &inc)
Convenience print operator for xAOD::TIncident objects.
Class describing a certain "incident" that is communicated to user code.
TIncident(::Int_t type)
Constructor with a type.
::Int_t type() const
Return the type of the incident.
::Int_t m_type
The type of this incident.
Namespace mirroring Gaudi's IncidentType namespace.
static const ::Int_t BeginEvent
A new event was just loaded.
static const ::Int_t EndInputFile
The processing of an input file has finished.
static const ::Int_t MetaDataStop
The metadata for the output file should be written out.
static const ::Int_t BeginInputFile
A new input file was just opened.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.