|  | The Gaudi Framework
    v39r3 (979e3109)
    | 
#include </builds/gaudi/Gaudi/GaudiTestSuite/include/GaudiTestSuite/Event.h>


| Public Member Functions | |
| Event () | |
| Constructors.  More... | |
| const CLID & | clID () const override | 
| Retrieve reference to class definition structure.  More... | |
| int | event () const | 
| Retrieve event number.  More... | |
| void | setEvent (int value) | 
| Update event number.  More... | |
| int | run () const | 
| Retrieve run number.  More... | |
| void | setRun (int 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... | |
| const SmartRefVector< Collision > & | collisions () const | 
| Access to collisions.  More... | |
| void | addCollision (Collision *vtx) | 
| Add collision.  More... | |
| void | removeCollision (Collision *vtx) | 
| Remove collision.  More... | |
| virtual StreamBuffer & | serialize (StreamBuffer &s) const | 
| Serialize the object for writing.  More... | |
| virtual StreamBuffer & | serialize (StreamBuffer &s) | 
| Serialize the object for reading.  More... | |
| std::ostream & | fillStream (std::ostream &s) const override | 
| Fill the output stream (ASCII)  More... | |
|  Public Member Functions inherited from DataObject | |
| DataObject () | |
| Standard Constructor.  More... | |
| DataObject (const DataObject &rhs) | |
| Copy Constructor.  More... | |
| DataObject & | operator= (const DataObject &rhs) | 
| Assignment Operator.  More... | |
| DataObject (DataObject &&rhs) | |
| Move Constructor.  More... | |
| DataObject & | operator= (DataObject &&rhs) | 
| Move Assignment Operator.  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 () | 
| Retrieve Link manager.  More... | |
| const LinkManager * | linkMgr () const | 
| 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 | |
| int | m_event { 0 } | 
| Event number.  More... | |
| int | m_run { 0 } | 
| Run number.  More... | |
| Gaudi::Time | m_time | 
| Time stamp.  More... | |
| SmartRefVector< Collision > | m_collisions | 
| Vector of collisions this object belongs to.  More... | |
Essential information of the event used in examples It can be identified by "/Event"
| Event::Event | ( | ) | 
Constructors.
| 
 | inline | 
| 
 | inlinestatic | 
| 
 | inlineoverridevirtual | 
Retrieve reference to class definition structure.
Reimplemented from DataObject.
Definition at line 44 of file Event.h.
| 
 | inline | 
| 
 | inline | 
| 
 | inlineoverridevirtual | 
| 
 | inline | 
| 
 | inline | 
| 
 | inlinevirtual | 
| 
 | inlinevirtual | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | private | 
| 
 | private | 
| 
 | private |