#include <iosfwd>
#include <Rtypes.h>
Go to the source code of this file.
◆ operator<<()
| 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.
33 {
34
35
36 out <<
"xAOD::TIncident(";
37
38
39 switch( inc.
type() ) {
40
45
46 default:
48 break;
49 }
50
51
53
54
56}
#define PRINT_TYPE(TYPE)
Helper macro for printing the incident types as a string.
::Int_t type() const
Return the type of the incident.
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.