BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
EventIncident.cxx
Go to the documentation of this file.
2
3EventIncident::EventIncident( const EventInfo& event, const std::string& source,
4 const std::string& type )
5 : Incident( source, type ), m_eventInfo( event ) {}
6
8 : Incident( e ), m_eventInfo( e.m_eventInfo ) {}
9
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:33