|
BOSS 8.0.0
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 22 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.
Referenced by EventIncident().
| EventIncident::EventIncident | ( | const EventIncident & | e | ) |
Definition at line 7 of file EventIncident.cxx.
|
virtual |
Definition at line 10 of file EventIncident.cxx.
|
inline |
the unique identification of the event.
Definition at line 48 of file EventIncident.h.