![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include "Acts/Utilities/Definitions.hpp"#include "Acts/Utilities/Result.hpp"#include "Acts/Utilities/TypeTraits.hpp"#include "Acts/Vertexing/Vertex.hpp"#include "Acts/Vertexing/VertexingOptions.hpp"
Include dependency graph for VertexFitterConcept.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | Acts::Concepts::VertexFitter::VertexFitterConcept< S > |
Namespaces | |
| namespace | Acts |
| Set the Geometry Context PLUGIN. | |
| namespace | Acts::Concepts |
| namespace | Acts::Concepts::VertexFitter |
Typedefs | |
| template<typename T > | |
| using | Acts::Concepts::VertexFitter::track_t = typename T::InputTrack_t |
| template<typename T > | |
| using | Acts::Concepts::VertexFitter::propagator_t = typename T::Propagator_t |
| template<typename T > | |
| using | Acts::Concepts::VertexFitter::linearizer_t = typename T::Linearizer_t |
| template<typename T > | |
| using | Acts::Concepts::VertexFitter::state_t = typename T::State |
Functions | |
| Acts::Concepts::VertexFitter::METHOD_TRAIT (fit_t, fit) | |
Variables | |
| template<typename fitter > | |
| constexpr bool | Acts::VertexFitterConcept |