File DummyVertexFitter.hpp

namespace Acts

Note

This file is foreseen for the Geometry module to replace Extent

template<typename input_track_t = BoundTrackParameters, typename linearizer_t = DummyTrackLinearizer>
class DummyVertexFitter
#include <Acts/Vertexing/DummyVertexFitter.hpp>

Dummy vertex fitter class, only to be used for ensuring interfaces where a vertex fitter type is required but no fitter is actually needed.

Public Types

using InputTrack_t = input_track_t
using Linearizer_t = linearizer_t
using Propagator_t = void

Public Functions

DummyVertexFitter() = delete
Result<Vertex<input_track_t>> fit(const std::vector<input_track_t>&, const linearizer_t&, const VertexingOptions<input_track_t>&) const

Dummy fit method.