|
template<typename ConstView , typename = std::enable_if_t<isTrackSoAConstView<ConstView>>> |
ALPAKA_FN_HOST_ACC ALPAKA_FN_INLINE constexpr float | reco::charge (ConstView const &tracks, int32_t i) |
|
template<typename ConstView , typename = std::enable_if_t<isTrackSoAConstView<ConstView>>> |
ALPAKA_FN_HOST_ACC ALPAKA_FN_INLINE constexpr bool | reco::isTriplet (ConstView const &tracks, int32_t i) |
|
template<typename ConstView , typename = std::enable_if_t<isTrackSoAConstView<ConstView>>> |
ALPAKA_FN_HOST_ACC ALPAKA_FN_INLINE constexpr float | reco::phi (ConstView const &tracks, int32_t i) |
|
template<typename ConstView , typename = std::enable_if_t<isTrackSoAConstView<ConstView>>> |
ALPAKA_FN_HOST_ACC ALPAKA_FN_INLINE constexpr float | reco::tip (ConstView const &tracks, int32_t i) |
|
template<typename ConstView , typename = std::enable_if_t<isTrackSoAConstView<ConstView>>> |
ALPAKA_FN_HOST_ACC ALPAKA_FN_INLINE constexpr float | reco::zip (ConstView const &tracks, int32_t i) |
|