![]() |
The Gaudi Framework
master (ff829712)
|
Essential information of the event used in examples It can be identified by "/Event". More...
#include </builds/gaudi/Gaudi/GaudiTestSuite/include/GaudiTestSuite/Event.h>
Public Member Functions | |
Event () | |
Constructors. | |
const CLID & | clID () const override |
Retrieve reference to class definition structure. | |
int | event () const |
Retrieve event number. | |
void | setEvent (int value) |
Update event number. | |
int | run () const |
Retrieve run number. | |
void | setRun (int value) |
Update run number. | |
const Gaudi::Time & | time () const |
Retrieve reference to event time stamp. | |
void | setTime (const Gaudi::Time &value) |
Update reference to event time stamp. | |
const SmartRefVector< Collision > & | collisions () const |
Access to collisions. | |
void | addCollision (Collision *vtx) |
Add collision. | |
void | removeCollision (Collision *vtx) |
Remove collision. | |
virtual StreamBuffer & | serialize (StreamBuffer &s) const |
Serialize the object for writing. | |
virtual StreamBuffer & | serialize (StreamBuffer &s) |
Serialize the object for reading. | |
std::ostream & | fillStream (std::ostream &s) const override |
Fill the output stream (ASCII) | |
![]() | |
DataObject () | |
Standard Constructor. | |
DataObject (const DataObject &rhs) | |
Copy Constructor. | |
DataObject & | operator= (const DataObject &rhs) |
Assignment Operator. | |
DataObject (DataObject &&rhs) | |
Move Constructor. | |
DataObject & | operator= (DataObject &&rhs) |
Move Assignment Operator. | |
virtual | ~DataObject () |
Standard Destructor. | |
virtual unsigned long | addRef () |
Add reference to object. | |
virtual unsigned long | release () |
release reference to object | |
const std::string & | name () const |
Retreive DataObject name. It is the name when registered in the store. | |
virtual StatusCode | update () |
Provide empty placeholder for internal object reconfiguration callback. | |
void | setRegistry (IRegistry *pRegistry) |
Set pointer to Registry. | |
IRegistry * | registry () const |
Get pointer to Registry. | |
LinkManager * | linkMgr () |
Retrieve Link manager. | |
const LinkManager * | linkMgr () const |
unsigned char | version () const |
Retrieve version number of this object representation. | |
void | setVersion (unsigned char vsn) |
Set version number of this object representation. | |
unsigned long | refCount () const |
Return the refcount. | |
Static Public Member Functions | |
static const CLID & | classID () |
![]() | |
static const CLID & | classID () |
Retrieve reference to class definition structure (static access) | |
Private Attributes | |
int | m_event { 0 } |
Event number. | |
int | m_run { 0 } |
Run number. | |
Gaudi::Time | m_time |
Time stamp. | |
SmartRefVector< Collision > | m_collisions |
Vector of collisions this object belongs to. | |
Essential information of the event used in examples It can be identified by "/Event".
Event::Event | ( | ) |
Constructors.
|
inline |
Add collision.
Add decay vertex.
Definition at line 123 of file Event.h.
|
inlinestatic |
|
inlineoverridevirtual |
Retrieve reference to class definition structure.
Reimplemented from DataObject.
Definition at line 44 of file Event.h.
|
inline |
|
inline |
|
inlineoverridevirtual |
Fill the output stream (ASCII)
Reimplemented from DataObject.
Definition at line 113 of file Event.h.
|
inline |
Remove collision.
Remove decay vertex.
|
inline |
|
inlinevirtual |
|
inlinevirtual |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |