Analysis Software
Documentation for sPHENIX simulation software
|
#include <coresoftware/blob/master/simulation/g4simulation/g4main/PHG4VtxPointv1.h>
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 | 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
References i.
Referenced by PHG4DSTReader::process_event().
|
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 physmon_track_finding_ttbar::r, and t0.
Referenced by PHG4InEventReadBack::process_event(), and PHG4DSTReader::process_event().
|
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 physmon_track_finding_ttbar::r, and vx.
Referenced by PHG4InEventReadBack::process_event(), and PHG4DSTReader::process_event().
|
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 physmon_track_finding_ttbar::r, and vy.
Referenced by PHG4InEventReadBack::process_event(), and PHG4DSTReader::process_event().
|
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 physmon_track_finding_ttbar::r, and vz.
Referenced by PHG4InEventReadBack::process_event(), and PHG4DSTReader::process_event().
|
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