A potential interaction point found by the HoughVertex algorithm. More...
Public Member Functions | |
SRHoughVertex () | |
virtual | ~SRHoughVertex () |
virtual void | setDefault () |
Public Attributes | |
float | time |
Time [ns]. More... | |
SRVector3D | vtx |
Vertex position in detector coordinates. [cm]. More... | |
SRFuzzyK | fuzzyk |
Primary 3D prong object. More... | |
A potential interaction point found by the HoughVertex algorithm.
Definition at line 19 of file SRHoughVertex.h.
caf::SRHoughVertex::SRHoughVertex | ( | ) |
Definition at line 15 of file SRHoughVertex.cxx.
|
virtual |
Definition at line 23 of file SRHoughVertex.cxx.
|
virtual |
Definition at line 27 of file SRHoughVertex.cxx.
References caf::SRVector3D::SetXYZ(), and vtx.
SRFuzzyK caf::SRHoughVertex::fuzzyk |
Primary 3D prong object.
Definition at line 29 of file SRHoughVertex.h.
Referenced by caf::Proxy< caf::SRHoughVertex >::CheckEquals(), hdf5::HDF5HoughVertex< Tidx >::Fill(), flat::Flat< caf::SRHoughVertex >::Fill(), caf::Proxy< caf::SRHoughVertex >::operator=(), and caf::CAFMaker::sortHoughProng().
float caf::SRHoughVertex::time |
Time [ns].
Definition at line 25 of file SRHoughVertex.h.
Referenced by caf::Proxy< caf::SRHoughVertex >::CheckEquals(), hdf5::HDF5HoughVertex< Tidx >::Fill(), flat::Flat< caf::SRHoughVertex >::Fill(), caf::Proxy< caf::SRHoughVertex >::operator=(), and caf::CAFMaker::produce().
SRVector3D caf::SRHoughVertex::vtx |
Vertex position in detector coordinates. [cm].
Definition at line 26 of file SRHoughVertex.h.
Referenced by caf::Proxy< caf::SRHoughVertex >::CheckEquals(), hdf5::HDF5HoughVertex< Tidx >::Fill(), flat::Flat< caf::SRHoughVertex >::Fill(), caf::Proxy< caf::SRHoughVertex >::operator=(), caf::CAFMaker::produce(), and setDefault().