![]() |
The Gaudi Framework
v25r3
|
Essential information of the event used in examples It can be identified by "/Event". More...
#include <src/Test/Event.h>


Public Member Functions | |
| Event () | |
| Constructors. More... | |
| virtual | ~Event () |
| Destructor. More... | |
| virtual const CLID & | clID () const |
| Retrieve reference to class definition structure. More... | |
| long | event () const |
| Retrieve event number. More... | |
| void | setEvent (long value) |
| Update event number. More... | |
| long | run () const |
| Retrieve run number. More... | |
| void | setRun (long value) |
| Update run number. More... | |
| const Gaudi::Time & | time () const |
| Retrieve reference to event time stamp. More... | |
| void | setTime (const Gaudi::Time &value) |
| Update reference to event time stamp. More... | |
| virtual std::ostream & | fillStream (std::ostream &s) const |
| Fill the output stream (ASCII) More... | |
Public Member Functions inherited from DataObject | |
| DataObject () | |
| Standard Constructor. More... | |
| DataObject (const DataObject &) | |
| Copy Constructor. More... | |
| virtual | ~DataObject () |
| Standard Destructor. More... | |
| virtual unsigned long | addRef () |
| Add reference to object. More... | |
| virtual unsigned long | release () |
| release reference to object More... | |
| const std::string & | name () const |
| Retreive DataObject name. It is the name when registered in the store. More... | |
| virtual StatusCode | update () |
| Provide empty placeholder for internal object reconfiguration callback. More... | |
| void | setRegistry (IRegistry *pRegistry) |
| Set pointer to Registry. More... | |
| IRegistry * | registry () const |
| Get pointer to Registry. More... | |
| LinkManager * | linkMgr () const |
| Retrieve Link manager. More... | |
| unsigned char | version () const |
| Retrieve version number of this object representation. More... | |
| void | setVersion (unsigned char vsn) |
| Set version number of this object representation. More... | |
| unsigned long | refCount () const |
| Return the refcount. More... | |
Static Public Member Functions | |
| static const CLID & | classID () |
Static Public Member Functions inherited from DataObject | |
| static const CLID & | classID () |
| Retrieve reference to class definition structure (static access) More... | |
Private Attributes | |
| long | m_event |
| Event number. More... | |
| long | m_run |
| Run number. More... | |
| Gaudi::Time | m_time |
| Time stamp. More... | |
Friends | |
| std::ostream & | operator<< (std::ostream &s, const Event &obj) |
| Output operator (ASCII) More... | |
Essential information of the event used in examples It can be identified by "/Event".
|
inlinestatic |
|
inlinevirtual |
Retrieve reference to class definition structure.
Reimplemented from DataObject.
Definition at line 33 of file Event.h.
|
inlinevirtual |
Fill the output stream (ASCII)
Reimplemented from DataObject.
Definition at line 68 of file Event.h.
|
inline |
|
inline |
|
inline |
|
friend |
Output operator (ASCII)
Definition at line 52 of file Event.h.
|
private |