BOSS 7.0.8
BESIII Offline Software System
Loading...
Searching...
No Matches
EventIncident.cxx
Go to the documentation of this file.
2
4 const std::string& source,
5 const std::string& type) :
6 Incident(source, type), m_eventInfo(event) {}
7
9 Incident(e), m_eventInfo(e.m_eventInfo) {}
10
an incident that carries the EventInfo object
Definition: EventIncident.h:23
virtual ~EventIncident()
EventIncident(const EventInfo &event, const std::string &source, const std::string &type=std::string("BeginEvent"))
This class provides general information about an event. It extends EventInfo with a list of sub-evts ...
Definition: EventInfo.h:34