Analysis Software
Documentation for sPHENIX simulation software
|
Templated base generator for a two variable axes 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::Variable, 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::Variable, 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::vector< ActsScalar > | edges0 = {} |
std::vector< ActsScalar > | edges1 = {} |
Templated base generator for a two variable axes 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 255 of file GridAxisGenerators.hpp.
View newest version in sPHENIX GitHub at line 255 of file GridAxisGenerators.hpp
using Acts::Experimental::detail::GridAxisGenerators::VarVar< aType, bType >::grid_type = Acts::detail::Grid< T, Acts::detail::Axis<Acts::detail::AxisType::Variable, aType>, Acts::detail::Axis<Acts::detail::AxisType::Variable, bType>> |
Broadcast the grid type.
Definition at line 265 of file GridAxisGenerators.hpp.
View newest version in sPHENIX GitHub at line 265 of file GridAxisGenerators.hpp
using Acts::Experimental::detail::GridAxisGenerators::VarVar< aType, bType >::return_type = std::tuple<Acts::detail::Axis<Acts::detail::AxisType::Variable, aType>, Acts::detail::Axis<Acts::detail::AxisType::Variable, bType>> |
Broadcast the return_type.
Definition at line 259 of file GridAxisGenerators.hpp.
View newest version in sPHENIX GitHub at line 259 of file GridAxisGenerators.hpp
|
inline |
Call operator that generates the Axis.
Definition at line 271 of file GridAxisGenerators.hpp.
View newest version in sPHENIX GitHub at line 271 of file GridAxisGenerators.hpp
References Acts::Experimental::detail::GridAxisGenerators::VarVar< aType, bType >::edges0, and Acts::Experimental::detail::GridAxisGenerators::VarVar< aType, bType >::edges1.
std::vector<ActsScalar> Acts::Experimental::detail::GridAxisGenerators::VarVar< aType, bType >::edges0 = {} |
Definition at line 267 of file GridAxisGenerators.hpp.
View newest version in sPHENIX GitHub at line 267 of file GridAxisGenerators.hpp
Referenced by Acts::Experimental::detail::GridAxisGenerators::VarVar< aType, bType >::operator()().
std::vector<ActsScalar> Acts::Experimental::detail::GridAxisGenerators::VarVar< aType, bType >::edges1 = {} |
Definition at line 268 of file GridAxisGenerators.hpp.
View newest version in sPHENIX GitHub at line 268 of file GridAxisGenerators.hpp
Referenced by Acts::Experimental::detail::GridAxisGenerators::VarVar< aType, bType >::operator()().