Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ActsFatras::detail::TupleFilterImpl< predicate_t, tuple_t, kCounter, kIndices > Struct Template Reference

#include <acts/blob/sPHENIX/Fatras/include/ActsFatras/Kernel/InteractionList.hpp>

Public Types

using SelectElement = typename TupleFilterImpl< predicate_t, tuple_t, kIndex, kIndex, kIndices...>::Type
 
using SkipElement = typename TupleFilterImpl< predicate_t, tuple_t, kIndex, kIndices...>::Type
 
using Type = std::conditional_t< kElementSelection, SelectElement, SkipElement >
 

Static Public Attributes

static constexpr auto kIndex = kCounter - 1u
 
static constexpr bool kElementSelection
 

Detailed Description

template<template< typename > typename predicate_t, typename tuple_t, size_t kCounter, size_t... kIndices>
struct ActsFatras::detail::TupleFilterImpl< predicate_t, tuple_t, kCounter, kIndices >

Definition at line 57 of file InteractionList.hpp.

View newest version in sPHENIX GitHub at line 57 of file InteractionList.hpp

Member Typedef Documentation

template<template< typename > typename predicate_t, typename tuple_t , size_t kCounter, size_t... kIndices>
using ActsFatras::detail::TupleFilterImpl< predicate_t, tuple_t, kCounter, kIndices >::SelectElement = typename TupleFilterImpl<predicate_t, tuple_t, kIndex, kIndex, kIndices...>::Type

Definition at line 63 of file InteractionList.hpp.

View newest version in sPHENIX GitHub at line 63 of file InteractionList.hpp

template<template< typename > typename predicate_t, typename tuple_t , size_t kCounter, size_t... kIndices>
using ActsFatras::detail::TupleFilterImpl< predicate_t, tuple_t, kCounter, kIndices >::SkipElement = typename TupleFilterImpl<predicate_t, tuple_t, kIndex, kIndices...>::Type

Definition at line 66 of file InteractionList.hpp.

View newest version in sPHENIX GitHub at line 66 of file InteractionList.hpp

template<template< typename > typename predicate_t, typename tuple_t , size_t kCounter, size_t... kIndices>
using ActsFatras::detail::TupleFilterImpl< predicate_t, tuple_t, kCounter, kIndices >::Type = std::conditional_t<kElementSelection, SelectElement, SkipElement>

Definition at line 69 of file InteractionList.hpp.

View newest version in sPHENIX GitHub at line 69 of file InteractionList.hpp

Member Data Documentation

template<template< typename > typename predicate_t, typename tuple_t , size_t kCounter, size_t... kIndices>
constexpr bool ActsFatras::detail::TupleFilterImpl< predicate_t, tuple_t, kCounter, kIndices >::kElementSelection
static
Initial value:
=
predicate_t<std::tuple_element_t<kIndex, tuple_t>>::value

Definition at line 59 of file InteractionList.hpp.

View newest version in sPHENIX GitHub at line 59 of file InteractionList.hpp

template<template< typename > typename predicate_t, typename tuple_t , size_t kCounter, size_t... kIndices>
constexpr auto ActsFatras::detail::TupleFilterImpl< predicate_t, tuple_t, kCounter, kIndices >::kIndex = kCounter - 1u
static

Definition at line 58 of file InteractionList.hpp.

View newest version in sPHENIX GitHub at line 58 of file InteractionList.hpp


The documentation for this struct was generated from the following file: