|
ACTS
Experiment-independent tracking
|
Implements the vertex finder based on the space points using Hough transform For more information, see arXiv:2410.14494 0. More...
#include <Acts/Vertexing/HoughVertexFinder2.hpp>
Classes | |
| struct | Config |
| Configuration struct. More... | |
Public Member Functions | |
| HoughVertexFinder2 (Config cfg, std::unique_ptr< const Logger > lgr=getDefaultLogger("HoughVertexFinder2", Logging::INFO)) | |
| Constructor. | |
| const Config & | config () const |
| Const access to the config. | |
| Acts::Result< Acts::Vector3 > | find (const SpacePointContainer2 &spacePoints) const |
| Finds the vertex based on the provided space points. | |
Implements the vertex finder based on the space points using Hough transform For more information, see arXiv:2410.14494 0.
Assumes there is only 1 vertex and that it has a high multiplicity
|
explicit |
Constructor.
| cfg | Configuration object |
| lgr | Logging instance |
| const Config & Acts::HoughVertexFinder2::config | ( | ) | const |
Const access to the config.
| Acts::Result< Acts::Vector3 > Acts::HoughVertexFinder2::find | ( | const SpacePointContainer2 & | spacePoints | ) | const |
Finds the vertex based on the provided space points.
| spacePoints | Vector of the input space points; they do not need to be sorted anyhow |