Analysis Software
Documentation for sPHENIX simulation software
|
#include <coresoftware/blob/master/offline/packages/globalvertex/Vertex.h>
Public Types | |
typedef std::set< unsigned int > | TrackSet |
typedef std::set< unsigned int > ::const_iterator | ConstTrackIter |
typedef std::set< unsigned int > ::iterator | TrackIter |
Public Member Functions | |
~Vertex () override | |
void | identify (std::ostream &os=std::cout) const override |
PHObject * | CloneMe () const override |
Virtual copy constructor. | |
int | isValid () const override |
isValid returns non zero if object contains vailid data | |
virtual unsigned int | get_id () const |
virtual void | set_id (unsigned int) |
virtual float | get_t () const |
virtual void | set_t (float) |
virtual float | get_t0 () const |
virtual void | set_t0 (float t0) |
virtual float | get_t_err () const |
virtual void | set_t_err (float) |
virtual float | get_x () const |
virtual void | set_x (float) |
virtual float | get_y () const |
virtual void | set_y (float) |
virtual float | get_z () const |
virtual void | set_z (float) |
virtual float | get_chisq () const |
virtual void | set_chisq (float) |
virtual unsigned int | get_ndof () const |
virtual void | set_ndof (unsigned int) |
virtual float | get_position (unsigned int) const |
virtual void | set_position (unsigned int, float) |
virtual float | get_error (unsigned int, unsigned int) const |
virtual void | set_error (unsigned int, unsigned int, float) |
virtual unsigned int | get_beam_crossing () const |
virtual void | set_beam_crossing (unsigned int) |
virtual void | set_bbc_ns (int, int, float, float) |
virtual int | get_bbc_npmt (int) const |
virtual float | get_z_err () const |
virtual void | set_z_err (float) |
virtual float | get_bbc_q (int) const |
virtual float | get_bbc_t (int) const |
virtual void | clear_tracks () |
virtual bool | empty_tracks () |
virtual size_t | size_tracks () const |
virtual void | insert_track (unsigned int) |
virtual size_t | erase_track (unsigned int) |
virtual ConstTrackIter | begin_tracks () const |
virtual ConstTrackIter | find_track (unsigned int trackid) const |
virtual ConstTrackIter | end_tracks () const |
virtual TrackIter | begin_tracks () |
virtual TrackIter | find_track (unsigned int trackid) |
virtual TrackIter | end_tracks () |
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 void | Reset () |
Clear Event. | |
virtual int | Integrate () const |
virtual int | Integrate (PHObject *) |
virtual void | CopyFrom (const PHObject *obj) |
Private Member Functions | |
ClassDefOverride (Vertex, 1) | |
Definition at line 11 of file Vertex.h.
View newest version in sPHENIX GitHub at line 11 of file Vertex.h
typedef std::set<unsigned int>::const_iterator Vertex::ConstTrackIter |
typedef std::set<unsigned int>::iterator Vertex::TrackIter |
typedef std::set<unsigned int> Vertex::TrackSet |
|
inlineoverride |
|
virtual |
Reimplemented in SvtxVertex, SvtxVertex_v1, and SvtxVertex_v2.
Definition at line 5 of file Vertex.cc.
View newest version in sPHENIX GitHub at line 5 of file Vertex.cc
References DummyTrackSet.
Referenced by SvtxVertexEval::all_truth_particles(), and SvtxVertexEval::get_ntracks_contribution().
|
virtual |
Reimplemented in SvtxVertex, SvtxVertex_v1, and SvtxVertex_v2.
Definition at line 20 of file Vertex.cc.
View newest version in sPHENIX GitHub at line 20 of file Vertex.cc
References DummyTrackSet.
|
private |
|
inlinevirtual |
Reimplemented in SvtxVertex, SvtxVertex_v1, and SvtxVertex_v2.
Definition at line 76 of file Vertex.h.
View newest version in sPHENIX GitHub at line 76 of file Vertex.h
|
inlineoverridevirtual |
|
inlinevirtual |
Reimplemented in SvtxVertex, SvtxVertex_v1, and SvtxVertex_v2.
Definition at line 77 of file Vertex.h.
View newest version in sPHENIX GitHub at line 77 of file Vertex.h
|
virtual |
Reimplemented in SvtxVertex, SvtxVertex_v1, and SvtxVertex_v2.
Definition at line 15 of file Vertex.cc.
View newest version in sPHENIX GitHub at line 15 of file Vertex.cc
References DummyTrackSet.
Referenced by SvtxVertexEval::all_truth_particles(), and SvtxVertexEval::get_ntracks_contribution().
|
virtual |
Reimplemented in SvtxVertex, SvtxVertex_v1, and SvtxVertex_v2.
Definition at line 30 of file Vertex.cc.
View newest version in sPHENIX GitHub at line 30 of file Vertex.cc
References DummyTrackSet.
|
inlinevirtual |
Reimplemented in SvtxVertex, SvtxVertex_v1, and SvtxVertex_v2.
Definition at line 80 of file Vertex.h.
View newest version in sPHENIX GitHub at line 80 of file Vertex.h
|
virtual |
Reimplemented in SvtxVertex, SvtxVertex_v1, and SvtxVertex_v2.
Definition at line 10 of file Vertex.cc.
View newest version in sPHENIX GitHub at line 10 of file Vertex.cc
References DummyTrackSet.
|
virtual |
Reimplemented in SvtxVertex, SvtxVertex_v1, and SvtxVertex_v2.
Definition at line 25 of file Vertex.cc.
View newest version in sPHENIX GitHub at line 25 of file Vertex.cc
References DummyTrackSet.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Reimplemented in SvtxVertex_v2, MbdVertexv2, and MbdVertex.
Definition at line 63 of file Vertex.h.
View newest version in sPHENIX GitHub at line 63 of file Vertex.h
|
inlinevirtual |
Reimplemented in SvtxVertex, SvtxVertex_v1, and SvtxVertex_v2.
Definition at line 50 of file Vertex.h.
View newest version in sPHENIX GitHub at line 50 of file Vertex.h
|
inlinevirtual |
Reimplemented in SvtxVertex, SvtxVertex_v1, and SvtxVertex_v2.
Definition at line 59 of file Vertex.h.
View newest version in sPHENIX GitHub at line 59 of file Vertex.h
|
inlinevirtual |
Reimplemented in SvtxVertex, SvtxVertex_v1, SvtxVertex_v2, MbdVertexv1, MbdVertexv2, and MbdVertex.
Definition at line 28 of file Vertex.h.
View newest version in sPHENIX GitHub at line 28 of file Vertex.h
|
inlinevirtual |
Reimplemented in SvtxVertex, SvtxVertex_v1, and SvtxVertex_v2.
Definition at line 53 of file Vertex.h.
View newest version in sPHENIX GitHub at line 53 of file Vertex.h
|
inlinevirtual |
Reimplemented in SvtxVertex, SvtxVertex_v1, SvtxVertex_v2, and MbdVertexv2.
Definition at line 56 of file Vertex.h.
View newest version in sPHENIX GitHub at line 56 of file Vertex.h
|
inlinevirtual |
Reimplemented in SvtxVertex, SvtxVertex_v1, SvtxVertex_v2, MbdVertexv1, MbdVertexv2, and MbdVertex.
Definition at line 31 of file Vertex.h.
View newest version in sPHENIX GitHub at line 31 of file Vertex.h
Referenced by get_t0().
|
inlinevirtual |
Reimplemented in SvtxVertex, and SvtxVertex_v1.
Definition at line 35 of file Vertex.h.
View newest version in sPHENIX GitHub at line 35 of file Vertex.h
References get_t().
|
inlinevirtual |
Reimplemented in MbdVertexv1, MbdVertexv2, and MbdVertex.
Definition at line 38 of file Vertex.h.
View newest version in sPHENIX GitHub at line 38 of file Vertex.h
|
inlinevirtual |
Reimplemented in SvtxVertex, SvtxVertex_v1, MbdVertexv2, and SvtxVertex_v2.
Definition at line 41 of file Vertex.h.
View newest version in sPHENIX GitHub at line 41 of file Vertex.h
Referenced by SvtxEvaluator::fillOutputNtuples().
|
inlinevirtual |
Reimplemented in SvtxVertex, SvtxVertex_v1, SvtxVertex_v2, and MbdVertexv2.
Definition at line 44 of file Vertex.h.
View newest version in sPHENIX GitHub at line 44 of file Vertex.h
Referenced by SvtxEvaluator::fillOutputNtuples().
|
inlinevirtual |
Reimplemented in SvtxVertex, SvtxVertex_v1, SvtxVertex_v2, MbdVertexv2, MbdVertexv1, and MbdVertex.
Definition at line 47 of file Vertex.h.
View newest version in sPHENIX GitHub at line 47 of file Vertex.h
Referenced by SvtxEvaluator::fillOutputNtuples().
|
inlinevirtual |
Reimplemented in MbdVertexv2, MbdVertexv1, and MbdVertex.
Definition at line 69 of file Vertex.h.
View newest version in sPHENIX GitHub at line 69 of file Vertex.h
|
inlineoverridevirtual |
|
inlinevirtual |
Reimplemented in SvtxVertex, SvtxVertex_v1, and SvtxVertex_v2.
Definition at line 79 of file Vertex.h.
View newest version in sPHENIX GitHub at line 79 of file Vertex.h
|
inlineoverridevirtual |
|
inlinevirtual |
|
inlinevirtual |
Reimplemented in SvtxVertex_v2, MbdVertexv2, and MbdVertex.
Definition at line 64 of file Vertex.h.
View newest version in sPHENIX GitHub at line 64 of file Vertex.h
|
inlinevirtual |
Reimplemented in SvtxVertex, SvtxVertex_v1, and SvtxVertex_v2.
Definition at line 51 of file Vertex.h.
View newest version in sPHENIX GitHub at line 51 of file Vertex.h
|
inlinevirtual |
Reimplemented in SvtxVertex, SvtxVertex_v1, and SvtxVertex_v2.
Definition at line 60 of file Vertex.h.
View newest version in sPHENIX GitHub at line 60 of file Vertex.h
|
inlinevirtual |
Reimplemented in SvtxVertex, SvtxVertex_v1, SvtxVertex_v2, MbdVertexv1, MbdVertexv2, and MbdVertex.
Definition at line 29 of file Vertex.h.
View newest version in sPHENIX GitHub at line 29 of file Vertex.h
|
inlinevirtual |
Reimplemented in SvtxVertex, SvtxVertex_v1, and SvtxVertex_v2.
Definition at line 54 of file Vertex.h.
View newest version in sPHENIX GitHub at line 54 of file Vertex.h
|
inlinevirtual |
Reimplemented in SvtxVertex, SvtxVertex_v1, and SvtxVertex_v2.
Definition at line 57 of file Vertex.h.
View newest version in sPHENIX GitHub at line 57 of file Vertex.h
|
inlinevirtual |
Reimplemented in SvtxVertex, SvtxVertex_v1, SvtxVertex_v2, MbdVertexv1, MbdVertexv2, and MbdVertex.
Definition at line 32 of file Vertex.h.
View newest version in sPHENIX GitHub at line 32 of file Vertex.h
Referenced by set_t0().
|
inlinevirtual |
Reimplemented in SvtxVertex, and SvtxVertex_v1.
Definition at line 36 of file Vertex.h.
View newest version in sPHENIX GitHub at line 36 of file Vertex.h
References set_t().
|
inlinevirtual |
Reimplemented in MbdVertexv1, MbdVertexv2, and MbdVertex.
Definition at line 39 of file Vertex.h.
View newest version in sPHENIX GitHub at line 39 of file Vertex.h
|
inlinevirtual |
Reimplemented in SvtxVertex, SvtxVertex_v1, and SvtxVertex_v2.
Definition at line 42 of file Vertex.h.
View newest version in sPHENIX GitHub at line 42 of file Vertex.h
|
inlinevirtual |
Reimplemented in SvtxVertex, SvtxVertex_v1, and SvtxVertex_v2.
Definition at line 45 of file Vertex.h.
View newest version in sPHENIX GitHub at line 45 of file Vertex.h
|
inlinevirtual |
Reimplemented in SvtxVertex, SvtxVertex_v1, SvtxVertex_v2, MbdVertexv2, MbdVertexv1, and MbdVertex.
Definition at line 48 of file Vertex.h.
View newest version in sPHENIX GitHub at line 48 of file Vertex.h
|
inlinevirtual |
Reimplemented in MbdVertexv2, MbdVertexv1, and MbdVertex.
Definition at line 70 of file Vertex.h.
View newest version in sPHENIX GitHub at line 70 of file Vertex.h
|
inlinevirtual |
Reimplemented in SvtxVertex, SvtxVertex_v1, and SvtxVertex_v2.
Definition at line 78 of file Vertex.h.
View newest version in sPHENIX GitHub at line 78 of file Vertex.h
Referenced by SvtxEvaluator::fillOutputNtuples().