1#ifndef EVENTINFO_EVENTINFO_H
2# define EVENTINFO_EVENTINFO_H 1
8#ifndef GAUDIKERNEL_CLASSID_H
9# include "GaudiKernel/ClassID.h"
18class MixingEventSelector;
49 const CLID&
clID()
const;
87 return (m_event_type);
93 return (m_trigger_info);
const CLID & CLID_EventInfo
This class provides general information about an event. It extends EventInfo with a list of sub-evts ...
TriggerInfo * trigger_info() const
trigger information (ptr may be NULL)
friend class MixingEventSelector
EventID * event_ID() const
the unique identification of the event.
void setTriggerInfo(TriggerInfo *)
EventType * event_type() const
the type of the event, e.g. simulation, testbeam, etc
void setEventID(EventID *pid)
static const CLID & classID()
const CLID & clID() const