Analysis Software
Documentation for sPHENIX simulation software
|
Templated base generator for equidistant axis as a tuple - 1D. More...
#include <acts/blob/sPHENIX/Core/include/Acts/Detector/detail/GridAxisGenerators.hpp>
Public Types | |
using | return_type = std::tuple< Acts::detail::Axis< Acts::detail::AxisType::Equidistant, aType >> |
Broadcast the return_type. | |
template<typename T > | |
using | grid_type = Acts::detail::Grid< T, Acts::detail::Axis< Acts::detail::AxisType::Equidistant, aType >> |
Broadcast the grid type. | |
Public Member Functions | |
return_type | operator() () const |
Call operator that generates the Axis. | |
Public Attributes | |
std::array< ActsScalar, 2u > | range = {} |
std::size_t | nBins = 0u |
Templated base generator for equidistant axis as a tuple - 1D.
aType | the type of the axis (Bound, Closed, Open) |
Definition at line 35 of file GridAxisGenerators.hpp.
View newest version in sPHENIX GitHub at line 35 of file GridAxisGenerators.hpp
using Acts::Experimental::detail::GridAxisGenerators::Eq< aType >::grid_type = Acts::detail::Grid< T, Acts::detail::Axis<Acts::detail::AxisType::Equidistant, aType>> |
Broadcast the grid type.
Definition at line 43 of file GridAxisGenerators.hpp.
View newest version in sPHENIX GitHub at line 43 of file GridAxisGenerators.hpp
using Acts::Experimental::detail::GridAxisGenerators::Eq< aType >::return_type = std::tuple< Acts::detail::Axis<Acts::detail::AxisType::Equidistant, aType>> |
Broadcast the return_type.
Definition at line 38 of file GridAxisGenerators.hpp.
View newest version in sPHENIX GitHub at line 38 of file GridAxisGenerators.hpp
|
inline |
Call operator that generates the Axis.
Definition at line 49 of file GridAxisGenerators.hpp.
View newest version in sPHENIX GitHub at line 49 of file GridAxisGenerators.hpp
References Acts::Experimental::detail::GridAxisGenerators::Eq< aType >::nBins, Acts::Experimental::detail::GridAxisGenerators::Eq< aType >::range, and physmon_ckf_tracking::u.
std::size_t Acts::Experimental::detail::GridAxisGenerators::Eq< aType >::nBins = 0u |
Definition at line 46 of file GridAxisGenerators.hpp.
View newest version in sPHENIX GitHub at line 46 of file GridAxisGenerators.hpp
Referenced by Acts::Experimental::detail::GridAxisGenerators::Eq< aType >::operator()().
std::array<ActsScalar, 2u> Acts::Experimental::detail::GridAxisGenerators::Eq< aType >::range = {} |
Definition at line 45 of file GridAxisGenerators.hpp.
View newest version in sPHENIX GitHub at line 45 of file GridAxisGenerators.hpp
Referenced by Acts::Experimental::detail::GridAxisGenerators::Eq< aType >::operator()().