an incident that carries the EventInfo object
More...
#include <EventIncident.h>
an incident that carries the EventInfo object
- Author
- pcala.nosp@m.fiur.nosp@m.a@lbl.nosp@m..gov - ATLAS Collaboration
- Id
- EventIncident.h,v 1.1.1.1 2007/04/25 11:46:57 zoujh Exp
Definition at line 23 of file EventFilter/HltUtilities/HltDataTypes/HltDataTypes-01-01-03/HltDataTypes/EventIncident.h.
◆ EventIncident() [1/4]
EventIncident::EventIncident |
( |
const EventInfo & |
event, |
|
|
const std::string & |
source, |
|
|
const std::string & |
type = std::string("BeginEvent") |
|
) |
| |
standard constructor
- Parameters
-
event | the EventInfo of the event in question |
source | the name of the service/algorithm firing |
type | e.g. "BeginEvent" |
Definition at line 3 of file EventIncident.cxx.
5 :
6 Incident(source, type), m_eventInfo(event) {}
◆ EventIncident() [2/4]
Definition at line 8 of file EventIncident.cxx.
8 :
9 Incident(e), m_eventInfo(e.m_eventInfo) {}
◆ ~EventIncident() [1/2]
EventIncident::~EventIncident |
( |
| ) |
|
|
virtual |
◆ EventIncident() [3/4]
EventIncident::EventIncident |
( |
const EventInfo & |
event, |
|
|
const std::string & |
source, |
|
|
const std::string & |
type = std::string("BeginEvent") |
|
) |
| |
standard constructor
- Parameters
-
event | the EventInfo of the event in question |
source | the name of the service/algorithm firing |
type | e.g. "BeginEvent" |
◆ EventIncident() [4/4]
◆ ~EventIncident() [2/2]
virtual EventIncident::~EventIncident |
( |
| ) |
|
|
virtual |
◆ eventInfo() [1/2]
const EventInfo & EventIncident::eventInfo |
( |
| ) |
const |
|
inline |
◆ eventInfo() [2/2]
const EventInfo & EventIncident::eventInfo |
( |
| ) |
const |
the unique identification of the event.
The documentation for this class was generated from the following files: