![]() |
The Gaudi Framework
v25r3
|
#include <src/Test/MyTrack.h>


Public Member Functions | |
| MyTrack () | |
| Standard constructor. More... | |
| MyTrack (float x, float y, float z) | |
| Standard constructor. More... | |
| virtual | ~MyTrack () |
| Standard Destructor. More... | |
| virtual const CLID & | clID () const |
| Retrieve pointer to class definition structure. More... | |
| float | px () const |
| Accessors: Retrieve x-component of the track momentum. More... | |
| float | py () const |
| Accessors: Retrieve y-component of the track momentum. More... | |
| float | pz () const |
| Accessors: Retrieve z-component of the track momentum. More... | |
| void | setPx (float px) |
| Accessors: Update x-component of the track momentum. More... | |
| void | setPy (float py) |
| Accessors: Update y-component of the track momentum. More... | |
| void | setPz (float pz) |
| Accessors: Update z-component of the track momentum. More... | |
| const Event * | event () const |
| Access to the source track object (constant case) More... | |
| void | setEvent (Event *evt) |
| Access to event object. More... | |
| const MyVertex * | decayVertex () const |
| Access to the source track object (constant case) More... | |
| void | setDecayVertex (MyVertex *decay) |
| Access to event object. More... | |
| std::ostream & | fillStream (std::ostream &s) const |
| Fill the output stream (ASCII) More... | |
Public Member Functions inherited from KeyedObject< int > | |
| KeyedObject () | |
| Standard Constructor. The object key is preset to the invalid value. More... | |
| KeyedObject (const key_type &kval) | |
| Standard Constructor accepting the object's key. More... | |
| virtual | ~KeyedObject () |
| Standard destructor. More... | |
| const key_type & | key () const |
| Retrieve Key of the object. More... | |
| bool | hasKey () const |
| Check if the object has a key assigned or not. More... | |
| virtual long | index () const |
| Distance in the parent container. More... | |
| virtual StreamBuffer & | serialize (StreamBuffer &s) const |
| Serialize the object for writing. More... | |
| virtual StreamBuffer & | serialize (StreamBuffer &s) |
| Serialize the object for reading. More... | |
Public Member Functions inherited from ContainedObject | |
| const ObjectContainerBase * | parent () const |
| Access to parent object. More... | |
| void | setParent (ObjectContainerBase *value) |
| Update parent member. More... | |
Static Public Member Functions | |
| static const CLID & | classID () |
Static Public Member Functions inherited from ContainedObject | |
| static const CLID & | classID () |
Private Attributes | |
| float | m_px |
| The track momentum. More... | |
| float | m_py |
| float | m_pz |
| SmartRef< Event > | m_event |
| Link to Top level event. More... | |
| SmartRef< MyVertex > | m_decay |
Additional Inherited Members | |
Public Types inherited from KeyedObject< int > | |
| typedef int | key_type |
| Definition of the key-type to access object. More... | |
Protected Types inherited from KeyedObject< int > | |
| typedef Containers::key_traits < key_type > | traits |
| definition of the container key traits to be made friend More... | |
Protected Member Functions inherited from KeyedObject< int > | |
| unsigned long | addRef () |
| Add reference to object (Increase reference counter). More... | |
| unsigned long | release () |
| Release reference. If the reference count is ZERO, delete the object. More... | |
| void | setKey (const key_type &key) |
| Set object key. More... | |
Protected Member Functions inherited from ContainedObject | |
| ContainedObject () | |
| Constructors. More... | |
| ContainedObject (const ContainedObject &) | |
| Copy constructor. More... | |
| virtual | ~ContainedObject () |
| Destructor. More... | |
Protected Attributes inherited from KeyedObject< int > | |
| key_type | m_key |
| Object Key; It's initial value is not determined. More... | |
| long | m_refCount |
| Reference counter. More... | |
| bool | m_hasKey |
| Boolean to indicate wether a key was already assigned. More... | |
|
inline |
|
inlinevirtual |
|
inlinestatic |
|
inlinevirtual |
Retrieve pointer to class definition structure.
Reimplemented from ContainedObject.
Definition at line 45 of file MyTrack.h.
|
inline |
Access to the source track object (constant case)
|
inline |
|
inlinevirtual |
Fill the output stream (ASCII)
Reimplemented from ContainedObject.
Definition at line 75 of file MyTrack.h.
|
inline |
|
inline |
|
inline |
|
inline |
Access to event object.
|
inline |
|
inline |
Accessors: Update x-component of the track momentum.
Definition at line 54 of file MyTrack.h.
|
inline |
Accessors: Update y-component of the track momentum.
Definition at line 56 of file MyTrack.h.
|
inline |
Accessors: Update z-component of the track momentum.
Definition at line 58 of file MyTrack.h.