1#ifndef EVENTINFO_EVENTINCIDENT_H
2#define EVENTINFO_EVENTINCIDENT_H 1
6#ifndef GAUDIKERNEL_INCIDENT_H
7# include "GaudiKernel/Incident.h"
31 const std::string&
type = std::string(
"BeginEvent" ) );
const EventInfo & eventInfo() const
the unique identification of the event.
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 ...