Analysis Software
Documentation for sPHENIX simulation software
|
Classes | |
struct | VertexFitterConcept |
Typedefs | |
template<typename T > | |
using | track_t = typename T::InputTrack_t |
template<typename T > | |
using | propagator_t = typename T::Propagator_t |
template<typename T > | |
using | linearizer_t = typename T::Linearizer_t |
template<typename T > | |
using | state_t = typename T::State |
Functions | |
METHOD_TRAIT (fit_t, fit) | |
using Acts::Concepts::VertexFitter::linearizer_t = typedef typename T::Linearizer_t |
Definition at line 27 of file VertexFitterConcept.hpp.
View newest version in sPHENIX GitHub at line 27 of file VertexFitterConcept.hpp
using Acts::Concepts::VertexFitter::propagator_t = typedef typename T::Propagator_t |
Definition at line 25 of file VertexFitterConcept.hpp.
View newest version in sPHENIX GitHub at line 25 of file VertexFitterConcept.hpp
using Acts::Concepts::VertexFitter::state_t = typedef typename T::State |
Definition at line 29 of file VertexFitterConcept.hpp.
View newest version in sPHENIX GitHub at line 29 of file VertexFitterConcept.hpp
using Acts::Concepts::VertexFitter::track_t = typedef typename T::InputTrack_t |
Definition at line 23 of file VertexFitterConcept.hpp.
View newest version in sPHENIX GitHub at line 23 of file VertexFitterConcept.hpp
Acts::Concepts::VertexFitter::METHOD_TRAIT | ( | fit_t | , |
fit | |||
) |