![]() |
ATLAS Offline Software
|
#include <iosfwd>#include <Rtypes.h>Go to the source code of this file.
Classes | |
| class | xAOD::TIncident |
| Class describing a certain "incident" that is communicated to user code. More... | |
Namespaces | |
| namespace | xAOD |
| ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region. | |
| namespace | xAOD::IncidentType |
| Namespace mirroring Gaudi's IncidentType namespace. | |
Functions | |
| std::ostream & | operator<< (std::ostream &out, const xAOD::TIncident &inc) |
| Convenience print operator for xAOD::TIncident objects. | |
Variables | |
| static const ::Int_t | xAOD::IncidentType::BeginInputFile = 1 |
| A new input file was just opened. | |
| static const ::Int_t | xAOD::IncidentType::BeginEvent = 2 |
| A new event was just loaded. | |
| static const ::Int_t | xAOD::IncidentType::MetaDataStop = 3 |
| The metadata for the output file should be written out. | |
| static const ::Int_t | xAOD::IncidentType::EndInputFile = 4 |
| The processing of an input file has finished. | |
| std::ostream & operator<< | ( | std::ostream & | out, |
| const xAOD::TIncident & | inc ) |
Convenience print operator for xAOD::TIncident objects.
Definition at line 33 of file TIncident.cxx.