Analysis Software
Documentation for sPHENIX simulation software
|
This is the complete list of members for Acts::detail::grid_helper_impl< N >, including all inherited members.
exteriorBinIndices(std::array< size_t, sizeof...(Axes)> &idx, std::array< bool, sizeof...(Axes)> isExterior, std::set< size_t > &combinations, const std::tuple< Axes...> &axes) | Acts::detail::grid_helper_impl< N > | inlinestatic |
getAxes(const std::tuple< Axes...> &axes, std::array< const IAxis *, sizeof...(Axes)> &axesArr) | Acts::detail::grid_helper_impl< N > | inlinestatic |
getBinCenter(std::array< ActsScalar, sizeof...(Axes)> ¢er, const std::array< size_t, sizeof...(Axes)> &localIndices, const std::tuple< Axes...> &axes) | Acts::detail::grid_helper_impl< N > | inlinestatic |
getGlobalBin(const std::array< size_t, sizeof...(Axes)> &localBins, const std::tuple< Axes...> &axes, size_t &bin, size_t &area) | Acts::detail::grid_helper_impl< N > | inlinestatic |
getLocalBinIndices(const Point &point, const std::tuple< Axes...> &axes, std::array< size_t, sizeof...(Axes)> &indices) | Acts::detail::grid_helper_impl< N > | inlinestatic |
getLocalBinIndices(size_t &bin, const std::tuple< Axes...> &axes, size_t &area, std::array< size_t, sizeof...(Axes)> &indices) | Acts::detail::grid_helper_impl< N > | inlinestatic |
getLowerLeftBinEdge(std::array< ActsScalar, sizeof...(Axes)> &llEdge, const std::array< size_t, sizeof...(Axes)> &localIndices, const std::tuple< Axes...> &axes) | Acts::detail::grid_helper_impl< N > | inlinestatic |
getLowerLeftBinIndices(std::array< size_t, sizeof...(Axes)> &localIndices, const std::tuple< Axes...> &axes) | Acts::detail::grid_helper_impl< N > | inlinestatic |
getMax(const std::tuple< Axes...> &axes, std::array< ActsScalar, sizeof...(Axes)> &maxArray) | Acts::detail::grid_helper_impl< N > | inlinestatic |
getMin(const std::tuple< Axes...> &axes, std::array< ActsScalar, sizeof...(Axes)> &minArray) | Acts::detail::grid_helper_impl< N > | inlinestatic |
getNBins(const std::tuple< Axes...> &axes, std::array< size_t, sizeof...(Axes)> &nBinsArray) | Acts::detail::grid_helper_impl< N > | inlinestatic |
getUpperRightBinEdge(std::array< ActsScalar, sizeof...(Axes)> &urEdge, const std::array< size_t, sizeof...(Axes)> &localIndices, const std::tuple< Axes...> &axes) | Acts::detail::grid_helper_impl< N > | inlinestatic |
getUpperRightBinIndices(std::array< size_t, sizeof...(Axes)> &localIndices, const std::tuple< Axes...> &axes) | Acts::detail::grid_helper_impl< N > | inlinestatic |
getWidth(const std::tuple< Axes...> &axes, std::array< ActsScalar, sizeof...(Axes)> &widthArray) | Acts::detail::grid_helper_impl< N > | inlinestatic |
isInside(const Point &position, const std::tuple< Axes...> &axes) | Acts::detail::grid_helper_impl< N > | inlinestatic |
neighborHoodIndices(const std::array< size_t, sizeof...(Axes)> &localIndices, std::pair< int, int > sizes, const std::tuple< Axes...> &axes, std::array< NeighborHoodIndices, sizeof...(Axes)> &neighborIndices) | Acts::detail::grid_helper_impl< N > | inlinestatic |
neighborHoodIndices(const std::array< size_t, sizeof...(Axes)> &localIndices, std::array< std::pair< int, int >, sizeof...(Axes)> sizes, const std::tuple< Axes...> &axes, std::array< NeighborHoodIndices, sizeof...(Axes)> &neighborIndices) | Acts::detail::grid_helper_impl< N > | inlinestatic |