Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Core/include/Acts/Propagator/StepperConcept.hpp>
Public Types | |
template<typename T > | |
using | component_proxy_t = typename T::ComponentProxy |
template<typename T > | |
using | const_component_proxy_t = typename T::ConstComponentProxy |
Public Member Functions | |
METHOD_TRAIT (number_components_t, numberComponents) | |
METHOD_TRAIT (clear_components_t, clearComponents) | |
METHOD_TRAIT (remove_missed_components_t, removeMissedComponents) | |
Static Public Attributes | |
static constexpr bool | common_stepper_concept_fullfilled = CommonStepperConcept<S, state>::value |
static constexpr bool | component_proxy_exists = exists<component_proxy_t, S> |
static constexpr bool | const_component_proxy_exists = exists<const_component_proxy_t, S> |
static constexpr bool | number_components_exists = has_method<const S, std::size_t, number_components_t, const state&> |
static constexpr bool | clear_components_exists = has_method<const S, void, clear_components_t, state&> |
static constexpr bool | remove_missed_components_exists = has_method<const S, void, remove_missed_components_t, state&> |
static constexpr bool | value |
Definition at line 180 of file StepperConcept.hpp.
View newest version in sPHENIX GitHub at line 180 of file StepperConcept.hpp
using Acts::Concepts::Stepper::MultiStepperConcept< S, state >::component_proxy_t = typename T::ComponentProxy |
Definition at line 185 of file StepperConcept.hpp.
View newest version in sPHENIX GitHub at line 185 of file StepperConcept.hpp
using Acts::Concepts::Stepper::MultiStepperConcept< S, state >::const_component_proxy_t = typename T::ConstComponentProxy |
Definition at line 190 of file StepperConcept.hpp.
View newest version in sPHENIX GitHub at line 190 of file StepperConcept.hpp
Acts::Concepts::Stepper::MultiStepperConcept< S, state >::METHOD_TRAIT | ( | number_components_t | , |
numberComponents | |||
) |
Acts::Concepts::Stepper::MultiStepperConcept< S, state >::METHOD_TRAIT | ( | clear_components_t | , |
clearComponents | |||
) |
Acts::Concepts::Stepper::MultiStepperConcept< S, state >::METHOD_TRAIT | ( | remove_missed_components_t | , |
removeMissedComponents | |||
) |
|
static |
Definition at line 201 of file StepperConcept.hpp.
View newest version in sPHENIX GitHub at line 201 of file StepperConcept.hpp
|
static |
Definition at line 181 of file StepperConcept.hpp.
View newest version in sPHENIX GitHub at line 181 of file StepperConcept.hpp
|
static |
Definition at line 186 of file StepperConcept.hpp.
View newest version in sPHENIX GitHub at line 186 of file StepperConcept.hpp
|
static |
Definition at line 191 of file StepperConcept.hpp.
View newest version in sPHENIX GitHub at line 191 of file StepperConcept.hpp
|
static |
Definition at line 195 of file StepperConcept.hpp.
View newest version in sPHENIX GitHub at line 195 of file StepperConcept.hpp
|
static |
Definition at line 205 of file StepperConcept.hpp.
View newest version in sPHENIX GitHub at line 205 of file StepperConcept.hpp
|
static |
Definition at line 208 of file StepperConcept.hpp.
View newest version in sPHENIX GitHub at line 208 of file StepperConcept.hpp
Referenced by pump.Token::__str__(), and pump.Token::Clone().