![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <fun4all_coresoftware/blob/master/simulation/g4simulation/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) | |
| ~PHG4VtxPointv1 () override | |
| void | identify (std::ostream &os=std::cout) const override |
| void | set_x (const double r) override |
| void | set_y (const double r) override |
| void | set_z (const double r) override |
| void | set_t (const double r) override |
| void | set_id (const int i) override |
| double | get_x () const override |
| double | get_y () const override |
| double | get_z () const override |
| double | get_t () const override |
| int | get_id () const override |
Public Member Functions inherited from PHG4VtxPoint | |
| ~PHG4VtxPoint () override | |
| bool | operator== (const PHG4VtxPoint &) const |
| comparison of vertex value only, not on the id, per algorithm requirement in PHG4TruthInfoContainer::AddPrimaryVertex | |
Public Member Functions inherited from PHObject | |
| PHObject () | |
| ctor | |
| ~PHObject () override | |
| dtor | |
| virtual PHObject * | CloneMe () const |
| Virtual copy constructor. | |
| virtual PHObject * | clone () const final |
| PHObject * | Clone (const char *newname="") const final |
| void | Copy (TObject &object) const final |
| virtual void | Reset () |
| Clear Event. | |
| virtual int | isValid () const |
| isValid returns non zero if object contains vailid data | |
| 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 |
| virtual int | Integrate () const |
| virtual int | Integrate (PHObject *) |
| virtual void | CopyFrom (const PHObject *obj) |
Protected Attributes | |
| double | vx |
| double | vy |
| double | vz |
| double | t0 |
| int | id |
| id tag for this vertex | |
Additional Inherited Members | |
Protected Member Functions inherited from PHG4VtxPoint | |
| PHG4VtxPoint () | |
Definition at line 12 of file PHG4VtxPointv1.h.
View newest version in sPHENIX GitHub at line 12 of file PHG4VtxPointv1.h
|
inline |
Definition at line 15 of file PHG4VtxPointv1.h.
View newest version in sPHENIX GitHub at line 15 of file PHG4VtxPointv1.h
|
inline |
Definition at line 23 of file PHG4VtxPointv1.h.
View newest version in sPHENIX GitHub at line 23 of file PHG4VtxPointv1.h
|
inline |
Definition at line 31 of file PHG4VtxPointv1.h.
View newest version in sPHENIX GitHub at line 31 of file PHG4VtxPointv1.h
|
inlineoverride |
Definition at line 39 of file PHG4VtxPointv1.h.
View newest version in sPHENIX GitHub at line 39 of file PHG4VtxPointv1.h
|
inlineoverridevirtual |
Reimplemented from PHG4VtxPoint.
Definition at line 54 of file PHG4VtxPointv1.h.
View newest version in sPHENIX GitHub at line 54 of file PHG4VtxPointv1.h
References id.
|
inlineoverridevirtual |
Reimplemented from PHG4VtxPoint.
Definition at line 53 of file PHG4VtxPointv1.h.
View newest version in sPHENIX GitHub at line 53 of file PHG4VtxPointv1.h
References t0.
|
inlineoverridevirtual |
Reimplemented from PHG4VtxPoint.
Definition at line 50 of file PHG4VtxPointv1.h.
View newest version in sPHENIX GitHub at line 50 of file PHG4VtxPointv1.h
References vx.
|
inlineoverridevirtual |
Reimplemented from PHG4VtxPoint.
Definition at line 51 of file PHG4VtxPointv1.h.
View newest version in sPHENIX GitHub at line 51 of file PHG4VtxPointv1.h
References vy.
|
inlineoverridevirtual |
Reimplemented from PHG4VtxPoint.
Definition at line 52 of file PHG4VtxPointv1.h.
View newest version in sPHENIX GitHub at line 52 of file PHG4VtxPointv1.h
References vz.
|
overridevirtual |
identify Function from PHObject
| os | Output Stream |
Reimplemented from PHG4VtxPoint.
Definition at line 6 of file PHG4VtxPointv1.cc.
View newest version in sPHENIX GitHub at line 6 of file PHG4VtxPointv1.cc
|
inlineoverridevirtual |
Reimplemented from PHG4VtxPoint.
Definition at line 48 of file PHG4VtxPointv1.h.
View newest version in sPHENIX GitHub at line 48 of file PHG4VtxPointv1.h
Referenced by PHG4DSTReader::process_event().
Here is the caller graph for this function:
|
inlineoverridevirtual |
Reimplemented from PHG4VtxPoint.
Definition at line 47 of file PHG4VtxPointv1.h.
View newest version in sPHENIX GitHub at line 47 of file PHG4VtxPointv1.h
References t0.
Referenced by PHG4InEventReadBack::process_event(), and PHG4DSTReader::process_event().
Here is the caller graph for this function:
|
inlineoverridevirtual |
Reimplemented from PHG4VtxPoint.
Definition at line 44 of file PHG4VtxPointv1.h.
View newest version in sPHENIX GitHub at line 44 of file PHG4VtxPointv1.h
References vx.
Referenced by PHG4InEventReadBack::process_event(), and PHG4DSTReader::process_event().
Here is the caller graph for this function:
|
inlineoverridevirtual |
Reimplemented from PHG4VtxPoint.
Definition at line 45 of file PHG4VtxPointv1.h.
View newest version in sPHENIX GitHub at line 45 of file PHG4VtxPointv1.h
References vy.
Referenced by PHG4InEventReadBack::process_event(), and PHG4DSTReader::process_event().
Here is the caller graph for this function:
|
inlineoverridevirtual |
Reimplemented from PHG4VtxPoint.
Definition at line 46 of file PHG4VtxPointv1.h.
View newest version in sPHENIX GitHub at line 46 of file PHG4VtxPointv1.h
References vz.
Referenced by PHG4InEventReadBack::process_event(), and PHG4DSTReader::process_event().
Here is the caller graph for this function:
|
protected |
id tag for this vertex
Definition at line 65 of file PHG4VtxPointv1.h.
View newest version in sPHENIX GitHub at line 65 of file PHG4VtxPointv1.h
Referenced by get_id().
|
protected |
Definition at line 62 of file PHG4VtxPointv1.h.
View newest version in sPHENIX GitHub at line 62 of file PHG4VtxPointv1.h
|
protected |
Definition at line 59 of file PHG4VtxPointv1.h.
View newest version in sPHENIX GitHub at line 59 of file PHG4VtxPointv1.h
|
protected |
Definition at line 60 of file PHG4VtxPointv1.h.
View newest version in sPHENIX GitHub at line 60 of file PHG4VtxPointv1.h
|
protected |
Definition at line 61 of file PHG4VtxPointv1.h.
View newest version in sPHENIX GitHub at line 61 of file PHG4VtxPointv1.h