BOSS 7.0.6
BESIII Offline Software System
|
an incident that carries the EventInfo object More...
#include <EventIncident.h>
Public Member Functions | |
structors | |
EventIncident (const EventInfo &event, const std::string &source, const std::string &type=std::string("BeginEvent")) | |
EventIncident (const EventIncident &e) | |
virtual | ~EventIncident () |
Event information accessors | |
const EventInfo & | eventInfo () const |
the unique identification of the event. | |
an incident that carries the EventInfo object
Definition at line 23 of file EventIncident.h.
EventIncident::EventIncident | ( | const EventInfo & | event, |
const std::string & | source, | ||
const std::string & | type = std::string("BeginEvent") |
||
) |
standard constructor
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.
EventIncident::EventIncident | ( | const EventIncident & | e | ) |
Definition at line 8 of file EventIncident.cxx.
|
virtual |
Definition at line 11 of file EventIncident.cxx.
|
inline |
the unique identification of the event.
Definition at line 53 of file EventIncident.h.