1#ifndef EVENTINFO_EVENTINCIDENT_H
2# define EVENTINFO_EVENTINCIDENT_H 1
7#ifndef GAUDIKERNEL_INCIDENT_H
8# include "GaudiKernel/Incident.h"
33 const std::string& source,
34 const std::string& type=std::string(
"BeginEvent"));
an incident that carries the EventInfo object
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 ...