![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Classes | |
| struct | GrowableColumns |
| struct | Types |
| Type construction helper for coefficients and associated covariances. More... | |
| struct | IndexData |
| class | TrackStateProxy |
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 495 of file MultiTrajectory.hpp.
View newest version in sPHENIX GitHub at line 495 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 33 of file MultiTrajectory.hpp.
View newest version in sPHENIX GitHub at line 33 of file MultiTrajectory.hpp
| constexpr bool Acts::detail_lt::VisitorConcept |
Definition at line 498 of file MultiTrajectory.hpp.
View newest version in sPHENIX GitHub at line 498 of file MultiTrajectory.hpp