LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
Public Member Functions | |
AccumulatorValues () | |
A utility class to contain the values of a given "bin" in Hough Space. More... | |
AccumulatorValues (const TVector3 &position, const reco::HitPairListPtr::const_iterator &itr) | |
const TVector3 & | getPosition () const |
reco::HitPairListPtr::const_iterator | getHitIterator () const |
Private Attributes | |
TVector3 | m_position |
We really only need the x,y coordinates here but keep all three for now. More... | |
reco::HitPairListPtr::const_iterator | m_hit3DIterator |
This will be used to take us back to our 3D hit. More... | |
Definition at line 96 of file HoughSeedFinderAlg.cxx.
|
inline |
A utility class to contain the values of a given "bin" in Hough Space.
Specifically, this is keeping track of the projected x,y coordinates of a given 3D hit projected to the plane of largest spread in PCA and an interator to that hit in the input container
Definition at line 106 of file HoughSeedFinderAlg.cxx.
|
inline |
Definition at line 107 of file HoughSeedFinderAlg.cxx.
|
inline |
Definition at line 111 of file HoughSeedFinderAlg.cxx.
|
inline |
Definition at line 110 of file HoughSeedFinderAlg.cxx.
|
private |
This will be used to take us back to our 3D hit.
Definition at line 115 of file HoughSeedFinderAlg.cxx.
|
private |
We really only need the x,y coordinates here but keep all three for now.
Definition at line 114 of file HoughSeedFinderAlg.cxx.