Analysis Software
Documentation for sPHENIX simulation software
|
Classes | |
class | TransitiveConstPointer |
Helper type to make a member pointers constness transitive. More... | |
struct | Types |
Type construction helper for coefficients and associated covariances. More... | |
class | TrackStateProxy |
class | TrackStateRange |
Helper type that wraps two iterators. More... | |
Typedefs | |
template<typename T , bool select> | |
using | ConstIf = std::conditional_t< select, const T, T > |
Either type T or const T depending on the boolean. | |
template<typename T , typename TS > | |
using | call_operator_t = decltype(std::declval< T >()(std::declval< TS >())) |
Variables | |
template<typename T , typename TS > | |
constexpr bool | VisitorConcept |
using Acts::detail_lt::call_operator_t = typedef decltype(std::declval<T>()(std::declval<TS>())) |
Definition at line 1045 of file MultiTrajectory.hpp.
View newest version in sPHENIX GitHub at line 1045 of file MultiTrajectory.hpp
using Acts::detail_lt::ConstIf = typedef std::conditional_t<select, const T, T> |
Either type T or const T depending on the boolean.
Definition at line 48 of file MultiTrajectory.hpp.
View newest version in sPHENIX GitHub at line 48 of file MultiTrajectory.hpp
constexpr bool Acts::detail_lt::VisitorConcept |
Definition at line 1048 of file MultiTrajectory.hpp.
View newest version in sPHENIX GitHub at line 1048 of file MultiTrajectory.hpp