Analysis Software
Documentation for sPHENIX simulation software
|
Templated base generator for equidistant / variable axes as a tuple - 2D. 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 >, Acts::detail::Axis< Acts::detail::AxisType::Variable, bType >> |
Broadcast the return_type. | |
template<typename T > | |
using | grid_type = Acts::detail::Grid< T, Acts::detail::Axis< Acts::detail::AxisType::Equidistant, aType >, Acts::detail::Axis< Acts::detail::AxisType::Variable, bType >> |
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 |
std::vector< ActsScalar > | edges = {} |
Templated base generator for equidistant / variable axes as a tuple - 2D.
aType | the type of the first axis (Bound, Closed, Open) |
bType | the type of the second axis (Bound, Closed, Open) |
Definition at line 151 of file GridAxisGenerators.hpp.
View newest version in sPHENIX GitHub at line 151 of file GridAxisGenerators.hpp
using Acts::Experimental::detail::GridAxisGenerators::EqVar< aType, bType >::grid_type = Acts::detail::Grid< T, Acts::detail::Axis<Acts::detail::AxisType::Equidistant, aType>, Acts::detail::Axis<Acts::detail::AxisType::Variable, bType>> |
Broadcast the grid type.
Definition at line 161 of file GridAxisGenerators.hpp.
View newest version in sPHENIX GitHub at line 161 of file GridAxisGenerators.hpp
using Acts::Experimental::detail::GridAxisGenerators::EqVar< aType, bType >::return_type = std::tuple<Acts::detail::Axis<Acts::detail::AxisType::Equidistant, aType>, Acts::detail::Axis<Acts::detail::AxisType::Variable, bType>> |
Broadcast the return_type.
Definition at line 155 of file GridAxisGenerators.hpp.
View newest version in sPHENIX GitHub at line 155 of file GridAxisGenerators.hpp
|
inline |
Call operator that generates the Axis.
Definition at line 168 of file GridAxisGenerators.hpp.
View newest version in sPHENIX GitHub at line 168 of file GridAxisGenerators.hpp
References Acts::Experimental::detail::GridAxisGenerators::EqVar< aType, bType >::edges, Acts::Experimental::detail::GridAxisGenerators::EqVar< aType, bType >::nBins, Acts::Experimental::detail::GridAxisGenerators::EqVar< aType, bType >::range, and physmon_ckf_tracking::u.
std::vector<ActsScalar> Acts::Experimental::detail::GridAxisGenerators::EqVar< aType, bType >::edges = {} |
Definition at line 165 of file GridAxisGenerators.hpp.
View newest version in sPHENIX GitHub at line 165 of file GridAxisGenerators.hpp
Referenced by Acts::Experimental::detail::GridAxisGenerators::EqVar< aType, bType >::operator()().
std::size_t Acts::Experimental::detail::GridAxisGenerators::EqVar< aType, bType >::nBins = 0u |
Definition at line 164 of file GridAxisGenerators.hpp.
View newest version in sPHENIX GitHub at line 164 of file GridAxisGenerators.hpp
Referenced by Acts::Experimental::detail::GridAxisGenerators::EqVar< aType, bType >::operator()().
std::array<ActsScalar, 2u> Acts::Experimental::detail::GridAxisGenerators::EqVar< aType, bType >::range = {} |
Definition at line 163 of file GridAxisGenerators.hpp.
View newest version in sPHENIX GitHub at line 163 of file GridAxisGenerators.hpp
Referenced by Acts::Experimental::detail::GridAxisGenerators::EqVar< aType, bType >::operator()().