![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
Templated base generator for variable axis as a tuple - 1D. More...
#include <acts/blob/sPHENIX/Core/include/Acts/Detector/detail/GridAxisGenerators.hpp>
Collaboration diagram for Acts::Experimental::detail::GridAxisGenerators::Var< aType >:Public Types | |
| using | return_type = std::tuple< Acts::detail::Axis< Acts::detail::AxisType::Variable, aType >> |
| Broadcast the return_type. | |
| template<typename T > | |
| using | grid_type = Acts::detail::Grid< T, Acts::detail::Axis< Acts::detail::AxisType::Variable, aType >> |
| Broadcast the grid type. | |
Public Member Functions | |
| return_type | operator() () const |
| Call operator that generates the Axis. | |
Public Attributes | |
| std::vector< ActsScalar > | edges = {} |
Templated base generator for variable axis as a tuple - 1D.
| aType | the type of the axis (Bound, Closed, Open) |
Definition at line 65 of file GridAxisGenerators.hpp.
View newest version in sPHENIX GitHub at line 65 of file GridAxisGenerators.hpp
| using Acts::Experimental::detail::GridAxisGenerators::Var< aType >::grid_type = Acts::detail::Grid< T, Acts::detail::Axis<Acts::detail::AxisType::Variable, aType>> |
Broadcast the grid type.
Definition at line 73 of file GridAxisGenerators.hpp.
View newest version in sPHENIX GitHub at line 73 of file GridAxisGenerators.hpp
| using Acts::Experimental::detail::GridAxisGenerators::Var< aType >::return_type = std::tuple<Acts::detail::Axis<Acts::detail::AxisType::Variable, aType>> |
Broadcast the return_type.
Definition at line 68 of file GridAxisGenerators.hpp.
View newest version in sPHENIX GitHub at line 68 of file GridAxisGenerators.hpp
|
inline |
Call operator that generates the Axis.
Definition at line 78 of file GridAxisGenerators.hpp.
View newest version in sPHENIX GitHub at line 78 of file GridAxisGenerators.hpp
References Acts::Experimental::detail::GridAxisGenerators::Var< aType >::edges.
| std::vector<ActsScalar> Acts::Experimental::detail::GridAxisGenerators::Var< aType >::edges = {} |
Definition at line 75 of file GridAxisGenerators.hpp.
View newest version in sPHENIX GitHub at line 75 of file GridAxisGenerators.hpp
Referenced by Acts::Experimental::detail::GridAxisGenerators::Var< aType >::operator()().