ATLAS Offline Software
|
Class describing a certain "incident" that is communicated to user code. More...
#include <TIncident.h>
Public Member Functions | |
TIncident (::Int_t type) | |
Constructor with a type. More... | |
::Int_t | type () const |
Return the type of the incident. More... | |
Private Attributes | |
::Int_t | m_type |
The type of this incident. More... | |
Class describing a certain "incident" that is communicated to user code.
Objects of this type are dispached to all user objects that implement the TVirtualIncidentListener interface, and have registered themselves to receive notifications from the TEvent object when certain things happen.
Naturally, this is very much just a copy of Gaudi's Incident class.
Definition at line 58 of file TIncident.h.
xAOD::TIncident::TIncident | ( | ::Int_t | type | ) |
Int_t xAOD::TIncident::type | ( | ) | const |
Return the type of the incident.
Definition at line 20 of file TIncident.cxx.
|
private |
The type of this incident.
Definition at line 69 of file TIncident.h.