ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <coresoftware/blob/master/simulation/g4simulation/g4bbc/BbcVertexv1.h>
Public Member Functions | |
BbcVertexv1 () | |
~BbcVertexv1 () override | |
void | identify (std::ostream &os=std::cout) const override |
void | Reset () override |
Clear Event. | |
int | isValid () const override |
isValid returns non zero if object contains vailid data | |
PHObject * | CloneMe () const override |
Virtual copy constructor. | |
unsigned int | get_id () const override |
void | set_id (unsigned int id) override |
float | get_t () const override |
void | set_t (float t) override |
float | get_t_err () const override |
void | set_t_err (float t_err) override |
float | get_z () const override |
void | set_z (float z) override |
float | get_z_err () const override |
void | set_z_err (float z_err) override |
Public Member Functions inherited from BbcVertex | |
~BbcVertex () override | |
Public Member Functions inherited from PHObject | |
PHObject () | |
ctor | |
~PHObject () override | |
dtor | |
virtual PHObject * | clone () const final |
PHObject * | Clone (const char *newname="") const final |
void | Copy (TObject &object) const final |
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) |
Private Member Functions | |
ClassDefOverride (BbcVertexv1, 1) | |
Private Attributes | |
unsigned int | _id |
float | _t |
float | _t_err |
float | _z |
float | _z_err |
Additional Inherited Members | |
Protected Member Functions inherited from BbcVertex | |
BbcVertex () | |
Definition at line 8 of file BbcVertexv1.h.
View newest version in sPHENIX GitHub at line 8 of file BbcVertexv1.h
BbcVertexv1::BbcVertexv1 | ( | ) |
Definition at line 7 of file BbcVertexv1.cc.
View newest version in sPHENIX GitHub at line 7 of file BbcVertexv1.cc
Referenced by CloneMe(), and Reset().
|
override |
Definition at line 16 of file BbcVertexv1.cc.
View newest version in sPHENIX GitHub at line 16 of file BbcVertexv1.cc
|
private |
|
inlineoverridevirtual |
Virtual copy constructor.
Reimplemented from BbcVertex.
Definition at line 19 of file BbcVertexv1.h.
View newest version in sPHENIX GitHub at line 19 of file BbcVertexv1.h
References BbcVertexv1().
|
inlineoverridevirtual |
Reimplemented from BbcVertex.
Definition at line 23 of file BbcVertexv1.h.
View newest version in sPHENIX GitHub at line 23 of file BbcVertexv1.h
References _id.
Referenced by identify().
|
inlineoverridevirtual |
Reimplemented from BbcVertex.
Definition at line 26 of file BbcVertexv1.h.
View newest version in sPHENIX GitHub at line 26 of file BbcVertexv1.h
References _t.
Referenced by identify().
|
inlineoverridevirtual |
Reimplemented from BbcVertex.
Definition at line 29 of file BbcVertexv1.h.
View newest version in sPHENIX GitHub at line 29 of file BbcVertexv1.h
References _t_err.
Referenced by identify().
|
inlineoverridevirtual |
Reimplemented from BbcVertex.
Definition at line 32 of file BbcVertexv1.h.
View newest version in sPHENIX GitHub at line 32 of file BbcVertexv1.h
References _z.
Referenced by identify().
|
inlineoverridevirtual |
Reimplemented from BbcVertex.
Definition at line 35 of file BbcVertexv1.h.
View newest version in sPHENIX GitHub at line 35 of file BbcVertexv1.h
References _z_err.
Referenced by identify().
|
overridevirtual |
identify Function from PHObject
os | Output Stream |
Reimplemented from BbcVertex.
Definition at line 18 of file BbcVertexv1.cc.
View newest version in sPHENIX GitHub at line 18 of file BbcVertexv1.cc
References get_id(), get_t(), get_t_err(), get_z(), and get_z_err().
|
overridevirtual |
isValid returns non zero if object contains vailid data
Reimplemented from BbcVertex.
Definition at line 29 of file BbcVertexv1.cc.
View newest version in sPHENIX GitHub at line 29 of file BbcVertexv1.cc
|
inlineoverridevirtual |
Clear Event.
Reimplemented from PHObject.
Definition at line 17 of file BbcVertexv1.h.
View newest version in sPHENIX GitHub at line 17 of file BbcVertexv1.h
References BbcVertexv1().
Reimplemented from BbcVertex.
Definition at line 24 of file BbcVertexv1.h.
View newest version in sPHENIX GitHub at line 24 of file BbcVertexv1.h
References _id.
|
inlineoverridevirtual |
Reimplemented from BbcVertex.
Definition at line 27 of file BbcVertexv1.h.
View newest version in sPHENIX GitHub at line 27 of file BbcVertexv1.h
|
inlineoverridevirtual |
Reimplemented from BbcVertex.
Definition at line 30 of file BbcVertexv1.h.
View newest version in sPHENIX GitHub at line 30 of file BbcVertexv1.h
References _t_err.
|
inlineoverridevirtual |
Reimplemented from BbcVertex.
Definition at line 33 of file BbcVertexv1.h.
View newest version in sPHENIX GitHub at line 33 of file BbcVertexv1.h
|
inlineoverridevirtual |
Reimplemented from BbcVertex.
Definition at line 36 of file BbcVertexv1.h.
View newest version in sPHENIX GitHub at line 36 of file BbcVertexv1.h
References _z_err.
|
private |
Definition at line 39 of file BbcVertexv1.h.
View newest version in sPHENIX GitHub at line 39 of file BbcVertexv1.h
|
private |
Definition at line 40 of file BbcVertexv1.h.
View newest version in sPHENIX GitHub at line 40 of file BbcVertexv1.h
|
private |
Definition at line 41 of file BbcVertexv1.h.
View newest version in sPHENIX GitHub at line 41 of file BbcVertexv1.h
Referenced by get_t_err(), isValid(), and set_t_err().
|
private |
Definition at line 42 of file BbcVertexv1.h.
View newest version in sPHENIX GitHub at line 42 of file BbcVertexv1.h
|
private |
Definition at line 43 of file BbcVertexv1.h.
View newest version in sPHENIX GitHub at line 43 of file BbcVertexv1.h
Referenced by get_z_err(), isValid(), and set_z_err().