2 #ifndef GAUDIEXAMPLES_EVENT_H
3 #define GAUDIEXAMPLES_EVENT_H 1
22 static const CLID CLID_Event = 110;
56 virtual inline std::ostream&
fillStream( std::ostream&
s )
const;
71 <<
"\n Event number = "
81 #endif // GAUDIEXAMPLES_EVENT_H
long event() const
Retrieve event number.
Essential information of the event used in examples It can be identified by "/Event".
Gaudi::Time m_time
Time stamp.
friend std::ostream & operator<<(std::ostream &s, const Event &obj)
Output operator (ASCII)
void setRun(long value)
Update run number.
long m_event
Event number.
long run() const
Retrieve run number.
void setTime(const Gaudi::Time &value)
Update reference to event time stamp.
virtual std::ostream & fillStream(std::ostream &s) const
Fill the output stream (ASCII)
unsigned int CLID
Class ID definition.
const Gaudi::Time & time() const
Retrieve reference to event time stamp.
static const CLID & classID()
void setEvent(long value)
Update event number.
A DataObject is the base class of any identifiable object on any data store.
virtual ~Event()
Destructor.
virtual const CLID & clID() const
Retrieve reference to class definition structure.