|
Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/simulation/g4main/PHG4VtxPointv1.h>
Inheritance diagram for PHG4VtxPointv1:
Collaboration diagram for PHG4VtxPointv1:Public Member Functions | |
| PHG4VtxPointv1 () | |
| PHG4VtxPointv1 (const PHG4VtxPoint *vtx) | |
| PHG4VtxPointv1 (const double x, const double y, const double z, const double t, const int id_value=INT_MIN) | |
| virtual | ~PHG4VtxPointv1 () |
| void | set_x (const double r) |
| void | set_y (const double r) |
| void | set_z (const double r) |
| void | set_t (const double r) |
| void | set_id (const int i) |
| double | get_x () const |
| double | get_y () const |
| double | get_z () const |
| double | get_t () const |
| int | get_id () const |
| void | identify (std::ostream &os=std::cout) const |
Public Member Functions inherited from PHG4VtxPoint | |
| virtual | ~PHG4VtxPoint () |
| bool | operator== (const PHG4VtxPoint &) const |
| comparison of vertex value only, not on the id, per algorithm requirement in PHG4TruthInfoContainer::AddPrimaryVertex More... | |
Public Member Functions inherited from PHObject | |
| PHObject () | |
| ctor More... | |
| virtual | ~PHObject () |
| dtor More... | |
| virtual PHObject * | clone () const |
| Virtual copy constructor. More... | |
| virtual void | Reset () |
| Clear Event. More... | |
| virtual int | isValid () const |
| isValid returns non zero if object contains vailid data More... | |
| virtual int | isValid (const float) const |
| virtual int | isValid (const double) const |
| virtual int | isValid (const int) const |
| virtual int | isValid (const unsigned int) const |
| virtual int | isImplemented (const float f) const |
| virtual int | isImplemented (const double f) const |
| virtual int | isImplemented (const int i) const |
| virtual int | isImplemented (const unsigned int i) const |
| void | SplitLevel (const int i) |
| int | SplitLevel () const |
| void | BufferSize (const int i) |
| int | BufferSize () const |
Protected Attributes | |
| double | vx |
| double | vy |
| double | vz |
| double | t0 |
| int | id |
| id tag for this vertex More... | |
Additional Inherited Members | |
Protected Member Functions inherited from PHG4VtxPoint | |
| PHG4VtxPoint () | |
Definition at line 7 of file PHG4VtxPointv1.h.
|
inline |
Definition at line 10 of file PHG4VtxPointv1.h.
|
inline |
Definition at line 18 of file PHG4VtxPointv1.h.
|
inline |
Definition at line 26 of file PHG4VtxPointv1.h.
|
inlinevirtual |
Definition at line 34 of file PHG4VtxPointv1.h.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
virtual |
identify Function from PHObject
| os | Output Stream |
Reimplemented from PHG4VtxPoint.
Definition at line 9 of file PHG4VtxPointv1.cc.
|
inlinevirtual |
Reimplemented from PHG4VtxPoint.
Definition at line 40 of file PHG4VtxPointv1.h.
Referenced by PHG4DSTReader::process_event().
Here is the caller graph for this function:
|
inlinevirtual |
Reimplemented from PHG4VtxPoint.
Definition at line 39 of file PHG4VtxPointv1.h.
References t0.
Referenced by PHG4DSTReader::process_event(), and PHG4InEventReadBack::process_event().
Here is the caller graph for this function:
|
inlinevirtual |
Reimplemented from PHG4VtxPoint.
Definition at line 36 of file PHG4VtxPointv1.h.
References vx.
Referenced by PHG4DSTReader::process_event(), and PHG4InEventReadBack::process_event().
Here is the caller graph for this function:
|
inlinevirtual |
Reimplemented from PHG4VtxPoint.
Definition at line 37 of file PHG4VtxPointv1.h.
References vy.
Referenced by PHG4DSTReader::process_event(), and PHG4InEventReadBack::process_event().
Here is the caller graph for this function:
|
inlinevirtual |
Reimplemented from PHG4VtxPoint.
Definition at line 38 of file PHG4VtxPointv1.h.
References vz.
Referenced by PHG4DSTReader::process_event(), and PHG4InEventReadBack::process_event().
Here is the caller graph for this function:
|
protected |
|
protected |
Definition at line 55 of file PHG4VtxPointv1.h.
|
protected |
Definition at line 52 of file PHG4VtxPointv1.h.
|
protected |
Definition at line 53 of file PHG4VtxPointv1.h.
|
protected |
Definition at line 54 of file PHG4VtxPointv1.h.