![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <coresoftware/blob/master/offline/packages/trackreco/HelixHoughBin.h>
Inheritance diagram for HelixHoughBin:
Collaboration diagram for HelixHoughBin:Public Types | |
| typedef std::set< unsigned int > | ClusterSet |
| typedef std::set< unsigned int > ::const_iterator | ConstClusterIter |
| typedef std::set< unsigned int > ::iterator | ClusterIter |
Public Member Functions | |
| ~HelixHoughBin () override | |
| void | identify (std::ostream &os=std::cout) const override |
| int | isValid () const override |
| isValid returns non zero if object contains vailid data | |
| PHObject * | CloneMe () const override |
| Virtual copy constructor. | |
| virtual void | init () |
| virtual void | add_cluster_ID (unsigned int) |
| virtual unsigned int | get_count () const |
| virtual void | clear_clusters () |
| virtual bool | empty_clusters () |
| virtual size_t | erase_cluster (unsigned int) |
| virtual ConstClusterIter | begin_clusters () const |
| virtual ConstClusterIter | find_cluster (unsigned int cluster_id) const |
| virtual ConstClusterIter | end_clusters () const |
| virtual ClusterIter | begin_clusters () |
| virtual ClusterIter | find_cluster (unsigned int cluster_id) |
| virtual ClusterIter | end_clusters () |
| virtual unsigned int | get_bin (unsigned int) const |
| virtual void | set_bin (unsigned int, unsigned int) |
| virtual unsigned int | get_zoomlevel () const |
| virtual void | set_zoomlevel (unsigned int) |
| virtual unsigned int | get_kappa_bin (unsigned int) const |
| virtual void | set_kappa_bin (unsigned int, unsigned int) |
| virtual unsigned int | get_phi_bin (unsigned int) const |
| virtual void | set_phi_bin (unsigned int, unsigned int) |
| virtual unsigned int | get_phi_high_bin (unsigned int) const |
| virtual void | set_phi_high_bin (unsigned int) |
| virtual void | set_phi_high_bin (unsigned int, unsigned int) |
| virtual unsigned int | get_phi_low_bin (unsigned int) const |
| virtual void | set_phi_low_bin (unsigned int) |
| virtual void | set_phi_low_bin (unsigned int, unsigned int) |
| virtual unsigned int | get_d_bin (unsigned int) const |
| virtual void | set_d_bin (unsigned int, unsigned int) |
| virtual unsigned int | get_dzdl_bin (unsigned int) const |
| virtual void | set_dzdl_bin (unsigned int, unsigned int) |
| virtual unsigned int | get_dzdl_high_bin (unsigned int) const |
| virtual void | set_dzdl_high_bin (unsigned int) |
| virtual void | set_dzdl_high_bin (unsigned int, unsigned int) |
| virtual unsigned int | get_dzdl_low_bin (unsigned int) const |
| virtual void | set_dzdl_low_bin (unsigned int) |
| virtual void | set_dzdl_low_bin (unsigned int, unsigned int) |
| virtual unsigned int | get_z0_bin (unsigned int) const |
| virtual void | set_z0_bin (unsigned int, unsigned int) |
| virtual void | set_hough_space (HelixHoughSpace *) |
| virtual void | set_bins (unsigned int, unsigned int) |
| virtual unsigned int | get_global_bin (unsigned int) |
| virtual void | set_global_bin (unsigned int) |
| virtual unsigned int | get_neighbors_global_bin (unsigned int, unsigned int, unsigned int) |
| virtual float | get_kappa_center (unsigned int) |
| virtual float | get_phi_center (unsigned int) |
| virtual float | get_d_center (unsigned int) |
| virtual float | get_dzdl_center (unsigned int) |
| virtual float | get_z0_center (unsigned int) |
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 | 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 Member Functions | |
| HelixHoughBin () | |
| ClassDefOverride (HelixHoughBin, 1) | |
Definition at line 19 of file HelixHoughBin.h.
View newest version in sPHENIX GitHub at line 19 of file HelixHoughBin.h
| typedef std::set<unsigned int>::iterator HelixHoughBin::ClusterIter |
Definition at line 24 of file HelixHoughBin.h.
View newest version in sPHENIX GitHub at line 24 of file HelixHoughBin.h
| typedef std::set<unsigned int> HelixHoughBin::ClusterSet |
Definition at line 22 of file HelixHoughBin.h.
View newest version in sPHENIX GitHub at line 22 of file HelixHoughBin.h
| typedef std::set<unsigned int>::const_iterator HelixHoughBin::ConstClusterIter |
Definition at line 23 of file HelixHoughBin.h.
View newest version in sPHENIX GitHub at line 23 of file HelixHoughBin.h
|
inlineoverride |
Definition at line 26 of file HelixHoughBin.h.
View newest version in sPHENIX GitHub at line 26 of file HelixHoughBin.h
|
inlineprotected |
Definition at line 95 of file HelixHoughBin.h.
View newest version in sPHENIX GitHub at line 95 of file HelixHoughBin.h
Reimplemented in HelixHoughBin_v1.
Definition at line 39 of file HelixHoughBin.h.
View newest version in sPHENIX GitHub at line 39 of file HelixHoughBin.h
Referenced by PHInitZVertexing::prune_xy(), PHPatternReco::prune_xy(), PHInitZVertexing::prune_z(), PHPatternReco::prune_z(), PHInitZVertexing::vote_xy(), PHPatternReco::vote_xy(), PHInitZVertexing::vote_z(), and PHPatternReco::vote_z().
Here is the caller graph for this function:
|
virtual |
Reimplemented in HelixHoughBin_v1.
Definition at line 5 of file HelixHoughBin.cc.
View newest version in sPHENIX GitHub at line 5 of file HelixHoughBin.cc
References HelixHoughBinClusterSet.
Referenced by PHInitZVertexing::bins_to_SimpleTrack3D(), PHPatternReco::bins_to_SimpleTrack3D(), PHInitZVertexing::vote_xy(), and PHPatternReco::vote_xy().
Here is the caller graph for this function:
|
virtual |
Reimplemented in HelixHoughBin_v1.
Definition at line 19 of file HelixHoughBin.cc.
View newest version in sPHENIX GitHub at line 19 of file HelixHoughBin.cc
References HelixHoughBinClusterSet.
|
protected |
|
inlinevirtual |
Reimplemented in HelixHoughBin_v1.
Definition at line 41 of file HelixHoughBin.h.
View newest version in sPHENIX GitHub at line 41 of file HelixHoughBin.h
Referenced by PHInitZVertexing::vote_xy(), PHPatternReco::vote_xy(), PHInitZVertexing::vote_z(), and PHPatternReco::vote_z().
Here is the caller graph for this function:
|
inlineoverridevirtual |
Virtual copy constructor.
Reimplemented from PHObject.
Reimplemented in HelixHoughBin_v1.
Definition at line 34 of file HelixHoughBin.h.
View newest version in sPHENIX GitHub at line 34 of file HelixHoughBin.h
Referenced by PHInitZVertexing::vote_xy(), and PHInitZVertexing::vote_z().
Here is the caller graph for this function:
|
inlinevirtual |
Reimplemented in HelixHoughBin_v1.
Definition at line 42 of file HelixHoughBin.h.
View newest version in sPHENIX GitHub at line 42 of file HelixHoughBin.h
|
virtual |
Reimplemented in HelixHoughBin_v1.
Definition at line 14 of file HelixHoughBin.cc.
View newest version in sPHENIX GitHub at line 14 of file HelixHoughBin.cc
References HelixHoughBinClusterSet.
Referenced by PHInitZVertexing::bins_to_SimpleTrack3D(), PHPatternReco::bins_to_SimpleTrack3D(), PHInitZVertexing::vote_xy(), and PHPatternReco::vote_xy().
Here is the caller graph for this function:
|
virtual |
Reimplemented in HelixHoughBin_v1.
Definition at line 29 of file HelixHoughBin.cc.
View newest version in sPHENIX GitHub at line 29 of file HelixHoughBin.cc
References HelixHoughBinClusterSet.
|
inlinevirtual |
Reimplemented in HelixHoughBin_v1.
Definition at line 43 of file HelixHoughBin.h.
View newest version in sPHENIX GitHub at line 43 of file HelixHoughBin.h
|
virtual |
Reimplemented in HelixHoughBin_v1.
Definition at line 10 of file HelixHoughBin.cc.
View newest version in sPHENIX GitHub at line 10 of file HelixHoughBin.cc
References HelixHoughBinClusterSet.
|
virtual |
Reimplemented in HelixHoughBin_v1.
Definition at line 24 of file HelixHoughBin.cc.
View newest version in sPHENIX GitHub at line 24 of file HelixHoughBin.cc
References HelixHoughBinClusterSet.
Reimplemented in HelixHoughBin_v1.
Definition at line 51 of file HelixHoughBin.h.
View newest version in sPHENIX GitHub at line 51 of file HelixHoughBin.h
|
inlinevirtual |
Reimplemented in HelixHoughBin_v1.
Definition at line 40 of file HelixHoughBin.h.
View newest version in sPHENIX GitHub at line 40 of file HelixHoughBin.h
Referenced by PHInitZVertexing::bins_to_SimpleTrack3D(), PHPatternReco::bins_to_SimpleTrack3D(), PHInitZVertexing::find_track_candidates_xy(), PHPatternReco::find_track_candidates_xy(), PHInitZVertexing::find_track_candidates_z(), PHPatternReco::find_track_candidates_z(), PHInitZVertexing::prune_xy(), PHPatternReco::prune_xy(), PHInitZVertexing::prune_z(), PHPatternReco::prune_z(), PHInitZVertexing::vote_xy(), and PHPatternReco::vote_xy().
Here is the caller graph for this function:Reimplemented in HelixHoughBin_v1.
Definition at line 67 of file HelixHoughBin.h.
View newest version in sPHENIX GitHub at line 67 of file HelixHoughBin.h
Referenced by PHInitZVertexing::find_track_candidates_xy(), PHPatternReco::find_track_candidates_xy(), PHInitZVertexing::prune_xy(), PHPatternReco::prune_xy(), PHInitZVertexing::prune_z(), PHPatternReco::prune_z(), PHInitZVertexing::vote_xy(), and PHPatternReco::vote_xy().
Here is the caller graph for this function:
|
inlinevirtual |
Reimplemented in HelixHoughBin_v1.
Definition at line 90 of file HelixHoughBin.h.
View newest version in sPHENIX GitHub at line 90 of file HelixHoughBin.h
Referenced by PHInitZVertexing::vote_xy(), PHPatternReco::vote_xy(), PHInitZVertexing::vote_z(), and PHPatternReco::vote_z().
Here is the caller graph for this function:Reimplemented in HelixHoughBin_v1.
Definition at line 69 of file HelixHoughBin.h.
View newest version in sPHENIX GitHub at line 69 of file HelixHoughBin.h
Referenced by PHInitZVertexing::find_track_candidates_xy(), PHPatternReco::find_track_candidates_xy(), PHInitZVertexing::find_track_candidates_z(), PHPatternReco::find_track_candidates_z(), PHInitZVertexing::prune_xy(), PHPatternReco::prune_xy(), PHInitZVertexing::prune_z(), PHPatternReco::prune_z(), PHInitZVertexing::vote_xy(), PHPatternReco::vote_xy(), and PHInitZVertexing::vote_z().
Here is the caller graph for this function:
|
inlinevirtual |
Reimplemented in HelixHoughBin_v1.
Definition at line 91 of file HelixHoughBin.h.
View newest version in sPHENIX GitHub at line 91 of file HelixHoughBin.h
Referenced by PHInitZVertexing::bins_to_SimpleTrack3D(), PHPatternReco::bins_to_SimpleTrack3D(), PHInitZVertexing::vote_z(), and PHPatternReco::vote_z().
Here is the caller graph for this function:Reimplemented in HelixHoughBin_v1.
Definition at line 71 of file HelixHoughBin.h.
View newest version in sPHENIX GitHub at line 71 of file HelixHoughBin.h
Reimplemented in HelixHoughBin_v1.
Definition at line 74 of file HelixHoughBin.h.
View newest version in sPHENIX GitHub at line 74 of file HelixHoughBin.h
Reimplemented in HelixHoughBin_v1.
Definition at line 83 of file HelixHoughBin.h.
View newest version in sPHENIX GitHub at line 83 of file HelixHoughBin.h
Referenced by PHInitZVertexing::prune_xy(), PHPatternReco::prune_xy(), PHInitZVertexing::prune_z(), PHPatternReco::prune_z(), PHInitZVertexing::vote_xy(), PHPatternReco::vote_xy(), PHInitZVertexing::vote_z(), and PHPatternReco::vote_z().
Here is the caller graph for this function:Reimplemented in HelixHoughBin_v1.
Definition at line 57 of file HelixHoughBin.h.
View newest version in sPHENIX GitHub at line 57 of file HelixHoughBin.h
Referenced by PHInitZVertexing::find_track_candidates_xy(), PHPatternReco::find_track_candidates_xy(), PHInitZVertexing::prune_xy(), PHPatternReco::prune_xy(), PHInitZVertexing::prune_z(), PHPatternReco::prune_z(), PHInitZVertexing::vote_xy(), and PHPatternReco::vote_xy().
Here is the caller graph for this function:
|
inlinevirtual |
Reimplemented in HelixHoughBin_v1.
Definition at line 88 of file HelixHoughBin.h.
View newest version in sPHENIX GitHub at line 88 of file HelixHoughBin.h
Referenced by PHInitZVertexing::bins_to_SimpleTrack3D(), PHPatternReco::bins_to_SimpleTrack3D(), PHInitZVertexing::vote_xy(), PHPatternReco::vote_xy(), PHInitZVertexing::vote_z(), and PHPatternReco::vote_z().
Here is the caller graph for this function:
|
inlinevirtual |
Reimplemented in HelixHoughBin_v1.
Definition at line 86 of file HelixHoughBin.h.
View newest version in sPHENIX GitHub at line 86 of file HelixHoughBin.h
Referenced by PHInitZVertexing::prune_xy(), PHPatternReco::prune_xy(), PHInitZVertexing::prune_z(), and PHPatternReco::prune_z().
Here is the caller graph for this function:Reimplemented in HelixHoughBin_v1.
Definition at line 59 of file HelixHoughBin.h.
View newest version in sPHENIX GitHub at line 59 of file HelixHoughBin.h
Referenced by PHInitZVertexing::find_track_candidates_xy(), PHPatternReco::find_track_candidates_xy(), PHInitZVertexing::prune_xy(), PHPatternReco::prune_xy(), PHInitZVertexing::prune_z(), PHPatternReco::prune_z(), PHInitZVertexing::vote_xy(), PHPatternReco::vote_xy(), and PHInitZVertexing::vote_z().
Here is the caller graph for this function:
|
inlinevirtual |
Reimplemented in HelixHoughBin_v1.
Definition at line 89 of file HelixHoughBin.h.
View newest version in sPHENIX GitHub at line 89 of file HelixHoughBin.h
Referenced by PHInitZVertexing::bins_to_SimpleTrack3D(), PHPatternReco::bins_to_SimpleTrack3D(), PHInitZVertexing::vote_xy(), PHPatternReco::vote_xy(), PHInitZVertexing::vote_z(), and PHPatternReco::vote_z().
Here is the caller graph for this function:Reimplemented in HelixHoughBin_v1.
Definition at line 61 of file HelixHoughBin.h.
View newest version in sPHENIX GitHub at line 61 of file HelixHoughBin.h
Reimplemented in HelixHoughBin_v1.
Definition at line 64 of file HelixHoughBin.h.
View newest version in sPHENIX GitHub at line 64 of file HelixHoughBin.h
Reimplemented in HelixHoughBin_v1.
Definition at line 77 of file HelixHoughBin.h.
View newest version in sPHENIX GitHub at line 77 of file HelixHoughBin.h
Referenced by PHInitZVertexing::find_track_candidates_xy(), PHPatternReco::find_track_candidates_xy(), PHInitZVertexing::find_track_candidates_z(), PHPatternReco::find_track_candidates_z(), PHInitZVertexing::prune_xy(), PHPatternReco::prune_xy(), PHInitZVertexing::prune_z(), PHPatternReco::prune_z(), PHInitZVertexing::vote_xy(), PHPatternReco::vote_xy(), and PHInitZVertexing::vote_z().
Here is the caller graph for this function:
|
inlinevirtual |
Reimplemented in HelixHoughBin_v1.
Definition at line 92 of file HelixHoughBin.h.
View newest version in sPHENIX GitHub at line 92 of file HelixHoughBin.h
Referenced by PHInitZVertexing::bins_to_SimpleTrack3D(), PHPatternReco::bins_to_SimpleTrack3D(), PHInitZVertexing::vote_z(), and PHPatternReco::vote_z().
Here is the caller graph for this function:
|
inlinevirtual |
Reimplemented in HelixHoughBin_v1.
Definition at line 54 of file HelixHoughBin.h.
View newest version in sPHENIX GitHub at line 54 of file HelixHoughBin.h
|
inlineoverridevirtual |
identify Function from PHObject
| os | Output Stream |
Reimplemented from PHObject.
Reimplemented in HelixHoughBin_v1.
Definition at line 29 of file HelixHoughBin.h.
View newest version in sPHENIX GitHub at line 29 of file HelixHoughBin.h
Referenced by PHInitZVertexing::initialize_houghbin(), and PHPatternReco::initialize_houghbin().
Here is the caller graph for this function:Reimplemented in HelixHoughBin_v1.
Definition at line 36 of file HelixHoughBin.h.
View newest version in sPHENIX GitHub at line 36 of file HelixHoughBin.h
Referenced by demo.App::__init__(), testem0.App::__init__(), Lesson1.App::__init__(), ExN03.App::__init__(), PHInitZVertexing::initialize_houghbin(), and PHPatternReco::initialize_houghbin().
Here is the caller graph for this function:
|
inlineoverridevirtual |
isValid returns non zero if object contains vailid data
Reimplemented from PHObject.
Reimplemented in HelixHoughBin_v1.
Definition at line 33 of file HelixHoughBin.h.
View newest version in sPHENIX GitHub at line 33 of file HelixHoughBin.h
Reimplemented in HelixHoughBin_v1.
Definition at line 52 of file HelixHoughBin.h.
View newest version in sPHENIX GitHub at line 52 of file HelixHoughBin.h
Referenced by PHInitZVertexing::vote_xy(), PHPatternReco::vote_xy(), PHInitZVertexing::vote_z(), and PHPatternReco::vote_z().
Here is the caller graph for this function:Reimplemented in HelixHoughBin_v1.
Definition at line 81 of file HelixHoughBin.h.
View newest version in sPHENIX GitHub at line 81 of file HelixHoughBin.h
Referenced by PHInitZVertexing::vote_xy(), PHPatternReco::vote_xy(), PHInitZVertexing::vote_z(), and PHPatternReco::vote_z().
Here is the caller graph for this function:Reimplemented in HelixHoughBin_v1.
Definition at line 68 of file HelixHoughBin.h.
View newest version in sPHENIX GitHub at line 68 of file HelixHoughBin.h
Reimplemented in HelixHoughBin_v1.
Definition at line 70 of file HelixHoughBin.h.
View newest version in sPHENIX GitHub at line 70 of file HelixHoughBin.h
|
inlinevirtual |
Definition at line 72 of file HelixHoughBin.h.
View newest version in sPHENIX GitHub at line 72 of file HelixHoughBin.h
Reimplemented in HelixHoughBin_v1.
Definition at line 73 of file HelixHoughBin.h.
View newest version in sPHENIX GitHub at line 73 of file HelixHoughBin.h
|
inlinevirtual |
Definition at line 75 of file HelixHoughBin.h.
View newest version in sPHENIX GitHub at line 75 of file HelixHoughBin.h
Reimplemented in HelixHoughBin_v1.
Definition at line 76 of file HelixHoughBin.h.
View newest version in sPHENIX GitHub at line 76 of file HelixHoughBin.h
Reimplemented in HelixHoughBin_v1.
Definition at line 84 of file HelixHoughBin.h.
View newest version in sPHENIX GitHub at line 84 of file HelixHoughBin.h
|
inlinevirtual |
Reimplemented in HelixHoughBin_v1.
Definition at line 80 of file HelixHoughBin.h.
View newest version in sPHENIX GitHub at line 80 of file HelixHoughBin.h
Referenced by PHInitZVertexing::initialize_houghbin(), and PHPatternReco::initialize_houghbin().
Here is the caller graph for this function:Reimplemented in HelixHoughBin_v1.
Definition at line 58 of file HelixHoughBin.h.
View newest version in sPHENIX GitHub at line 58 of file HelixHoughBin.h
Reimplemented in HelixHoughBin_v1.
Definition at line 60 of file HelixHoughBin.h.
View newest version in sPHENIX GitHub at line 60 of file HelixHoughBin.h
|
inlinevirtual |
Definition at line 62 of file HelixHoughBin.h.
View newest version in sPHENIX GitHub at line 62 of file HelixHoughBin.h
Reimplemented in HelixHoughBin_v1.
Definition at line 63 of file HelixHoughBin.h.
View newest version in sPHENIX GitHub at line 63 of file HelixHoughBin.h
|
inlinevirtual |
Definition at line 65 of file HelixHoughBin.h.
View newest version in sPHENIX GitHub at line 65 of file HelixHoughBin.h
Reimplemented in HelixHoughBin_v1.
Definition at line 66 of file HelixHoughBin.h.
View newest version in sPHENIX GitHub at line 66 of file HelixHoughBin.h
Reimplemented in HelixHoughBin_v1.
Definition at line 78 of file HelixHoughBin.h.
View newest version in sPHENIX GitHub at line 78 of file HelixHoughBin.h
Reimplemented in HelixHoughBin_v1.
Definition at line 55 of file HelixHoughBin.h.
View newest version in sPHENIX GitHub at line 55 of file HelixHoughBin.h
Referenced by PHInitZVertexing::initialize_houghbin(), PHPatternReco::initialize_houghbin(), PHInitZVertexing::vote_xy(), PHPatternReco::vote_xy(), PHInitZVertexing::vote_z(), and PHPatternReco::vote_z().
Here is the caller graph for this function: