#include <TIncident.h>
Public Member Functions | |
TIncident (::Int_t type) | |
Constructor with a type. | |
::Int_t | type () const |
Return the type of the incident. |
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.