|
ACTS
Experiment-independent tracking
|
Dummy vertex fitter class, only to be used for ensuring interfaces where a vertex fitter type is required but no fitter is actually needed. More...
#include <Acts/Vertexing/DummyVertexFitter.hpp>
Public Types | |
| using | Linearizer_t = linearizer_t |
| Type alias for track linearizer used in vertex fitting. | |
| using | Propagator_t = void |
| Type alias for propagator (void for dummy implementation). | |
Public Member Functions | |
| DummyVertexFitter ()=delete | |
| Result< Vertex > | fit (const std::vector< InputTrack > &, const linearizer_t &, const VertexingOptions &) const |
| Dummy fit method. | |
Dummy vertex fitter class, only to be used for ensuring interfaces where a vertex fitter type is required but no fitter is actually needed.
| using Acts::DummyVertexFitter< linearizer_t >::Linearizer_t = linearizer_t |
Type alias for track linearizer used in vertex fitting.
| using Acts::DummyVertexFitter< linearizer_t >::Propagator_t = void |
Type alias for propagator (void for dummy implementation).
|
delete |
| Result< Vertex > Acts::DummyVertexFitter< linearizer_t >::fit | ( | const std::vector< InputTrack > & | , |
| const linearizer_t & | , | ||
| const VertexingOptions & | ) const |
Dummy fit method.