EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::detail::grid_helper_impl< N > Struct Template Reference

#include <acts/blob/sPHENIX/Core/include/Acts/Utilities/detail/grid_helper.hpp>

Static Public Member Functions

template<class... Axes>
static void getBinCenter (std::array< double, sizeof...(Axes)> &center, const std::array< size_t, sizeof...(Axes)> &localIndices, const std::tuple< Axes...> &axes)
 
template<class... Axes>
static void getGlobalBin (const std::array< size_t, sizeof...(Axes)> &localBins, const std::tuple< Axes...> &axes, size_t &bin, size_t &area)
 
template<class Point , class... Axes>
static void getLocalBinIndices (const Point &point, const std::tuple< Axes...> &axes, std::array< size_t, sizeof...(Axes)> &indices)
 
template<class... Axes>
static void getLocalBinIndices (size_t &bin, const std::tuple< Axes...> &axes, size_t &area, std::array< size_t, sizeof...(Axes)> &indices)
 
template<class... Axes>
static void getLowerLeftBinEdge (std::array< double, sizeof...(Axes)> &llEdge, const std::array< size_t, sizeof...(Axes)> &localIndices, const std::tuple< Axes...> &axes)
 
template<class... Axes>
static void getLowerLeftBinIndices (std::array< size_t, sizeof...(Axes)> &localIndices, const std::tuple< Axes...> &axes)
 
template<class... Axes>
static void getNBins (const std::tuple< Axes...> &axes, std::array< size_t, sizeof...(Axes)> &nBinsArray)
 
template<class... Axes>
static void getAxes (const std::tuple< Axes...> &axes, std::array< const IAxis *, sizeof...(Axes)> &axesArr)
 
template<class... Axes>
static void getUpperRightBinEdge (std::array< double, sizeof...(Axes)> &urEdge, const std::array< size_t, sizeof...(Axes)> &localIndices, const std::tuple< Axes...> &axes)
 
template<class... Axes>
static void getUpperRightBinIndices (std::array< size_t, sizeof...(Axes)> &localIndices, const std::tuple< Axes...> &axes)
 
template<class... Axes>
static void getMin (const std::tuple< Axes...> &axes, std::array< double, sizeof...(Axes)> &minArray)
 
template<class... Axes>
static void getMax (const std::tuple< Axes...> &axes, std::array< double, sizeof...(Axes)> &maxArray)
 
template<class... Axes>
static void getWidth (const std::tuple< Axes...> &axes, std::array< double, sizeof...(Axes)> &widthArray)
 
template<class Point , class... Axes>
static bool isInside (const Point &position, const std::tuple< Axes...> &axes)
 
template<class... Axes>
static void neighborHoodIndices (const std::array< size_t, sizeof...(Axes)> &localIndices, std::pair< size_t, size_t > sizes, const std::tuple< Axes...> &axes, std::array< NeighborHoodIndices, sizeof...(Axes)> &neighborIndices)
 
template<class... Axes>
static void exteriorBinIndices (std::array< size_t, sizeof...(Axes)> &idx, std::array< bool, sizeof...(Axes)> isExterior, std::set< size_t > &combinations, const std::tuple< Axes...> &axes)
 

Detailed Description

template<size_t N>
struct Acts::detail::grid_helper_impl< N >

Definition at line 147 of file grid_helper.hpp.

View newest version in sPHENIX GitHub at line 147 of file grid_helper.hpp

Member Function Documentation

template<size_t N>
template<class... Axes>
static void Acts::detail::grid_helper_impl< N >::exteriorBinIndices ( std::array< size_t, sizeof...(Axes)> &  idx,
std::array< bool, sizeof...(Axes)>  isExterior,
std::set< size_t > &  combinations,
const std::tuple< Axes...> &  axes 
)
inlinestatic

Definition at line 281 of file grid_helper.hpp.

View newest version in sPHENIX GitHub at line 281 of file grid_helper.hpp

References Acts::detail::grid_helper_impl< N >::getNBins(), and charm_jet_strange_helicity::N.

Referenced by Acts::detail::grid_helper::exteriorBinIndices().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

template<size_t N>
template<class... Axes>
static void Acts::detail::grid_helper_impl< N >::getAxes ( const std::tuple< Axes...> &  axes,
std::array< const IAxis *, sizeof...(Axes)> &  axesArr 
)
inlinestatic

Definition at line 215 of file grid_helper.hpp.

View newest version in sPHENIX GitHub at line 215 of file grid_helper.hpp

References charm_jet_strange_helicity::N.

template<size_t N>
template<class... Axes>
static void Acts::detail::grid_helper_impl< N >::getBinCenter ( std::array< double, sizeof...(Axes)> &  center,
const std::array< size_t, sizeof...(Axes)> &  localIndices,
const std::tuple< Axes...> &  axes 
)
inlinestatic

Definition at line 149 of file grid_helper.hpp.

View newest version in sPHENIX GitHub at line 149 of file grid_helper.hpp

References charm_jet_strange_helicity::N.

Referenced by Acts::detail::grid_helper_impl< 0u >::getBinCenter(), and Acts::detail::grid_helper::getBinCenter().

+ Here is the caller graph for this function:

template<size_t N>
template<class... Axes>
static void Acts::detail::grid_helper_impl< N >::getGlobalBin ( const std::array< size_t, sizeof...(Axes)> &  localBins,
const std::tuple< Axes...> &  axes,
size_t &  bin,
size_t &  area 
)
inlinestatic

Definition at line 158 of file grid_helper.hpp.

View newest version in sPHENIX GitHub at line 158 of file grid_helper.hpp

References charm_jet_strange_helicity::N.

Referenced by Acts::detail::grid_helper_impl< 0u >::exteriorBinIndices(), and Acts::detail::grid_helper::getGlobalBin().

+ Here is the caller graph for this function:

template<size_t N>
template<class Point , class... Axes>
static void Acts::detail::grid_helper_impl< N >::getLocalBinIndices ( const Point &  point,
const std::tuple< Axes...> &  axes,
std::array< size_t, sizeof...(Axes)> &  indices 
)
inlinestatic

Definition at line 169 of file grid_helper.hpp.

View newest version in sPHENIX GitHub at line 169 of file grid_helper.hpp

References charm_jet_strange_helicity::N.

Referenced by Acts::detail::grid_helper_impl< N >::getLocalBinIndices(), and Acts::detail::grid_helper::getLocalBinIndices().

+ Here is the caller graph for this function:

template<size_t N>
template<class... Axes>
static void Acts::detail::grid_helper_impl< N >::getLocalBinIndices ( size_t &  bin,
const std::tuple< Axes...> &  axes,
size_t &  area,
std::array< size_t, sizeof...(Axes)> &  indices 
)
inlinestatic

Definition at line 178 of file grid_helper.hpp.

View newest version in sPHENIX GitHub at line 178 of file grid_helper.hpp

References Acts::detail::grid_helper_impl< N >::getLocalBinIndices(), and charm_jet_strange_helicity::N.

+ Here is the call graph for this function:

template<size_t N>
template<class... Axes>
static void Acts::detail::grid_helper_impl< N >::getLowerLeftBinEdge ( std::array< double, sizeof...(Axes)> &  llEdge,
const std::array< size_t, sizeof...(Axes)> &  localIndices,
const std::tuple< Axes...> &  axes 
)
inlinestatic

Definition at line 190 of file grid_helper.hpp.

View newest version in sPHENIX GitHub at line 190 of file grid_helper.hpp

References charm_jet_strange_helicity::N.

Referenced by Acts::detail::grid_helper::getLowerLeftBinEdge().

+ Here is the caller graph for this function:

template<size_t N>
template<class... Axes>
static void Acts::detail::grid_helper_impl< N >::getLowerLeftBinIndices ( std::array< size_t, sizeof...(Axes)> &  localIndices,
const std::tuple< Axes...> &  axes 
)
inlinestatic

Definition at line 199 of file grid_helper.hpp.

View newest version in sPHENIX GitHub at line 199 of file grid_helper.hpp

References charm_jet_strange_helicity::N.

Referenced by Acts::detail::grid_helper::getLowerLeftBinIndices().

+ Here is the caller graph for this function:

template<size_t N>
template<class... Axes>
static void Acts::detail::grid_helper_impl< N >::getMax ( const std::tuple< Axes...> &  axes,
std::array< double, sizeof...(Axes)> &  maxArray 
)
inlinestatic

Definition at line 246 of file grid_helper.hpp.

View newest version in sPHENIX GitHub at line 246 of file grid_helper.hpp

References charm_jet_strange_helicity::N.

Referenced by Acts::detail::grid_helper_impl< 0u >::getMax().

+ Here is the caller graph for this function:

template<size_t N>
template<class... Axes>
static void Acts::detail::grid_helper_impl< N >::getMin ( const std::tuple< Axes...> &  axes,
std::array< double, sizeof...(Axes)> &  minArray 
)
inlinestatic

Definition at line 239 of file grid_helper.hpp.

View newest version in sPHENIX GitHub at line 239 of file grid_helper.hpp

References charm_jet_strange_helicity::N.

Referenced by Acts::detail::grid_helper_impl< 0u >::getMin().

+ Here is the caller graph for this function:

template<size_t N>
template<class... Axes>
static void Acts::detail::grid_helper_impl< N >::getNBins ( const std::tuple< Axes...> &  axes,
std::array< size_t, sizeof...(Axes)> &  nBinsArray 
)
inlinestatic

Definition at line 207 of file grid_helper.hpp.

View newest version in sPHENIX GitHub at line 207 of file grid_helper.hpp

References charm_jet_strange_helicity::N.

Referenced by Acts::detail::grid_helper_impl< N >::exteriorBinIndices(), Acts::detail::grid_helper_impl< 0u >::exteriorBinIndices(), and Acts::detail::grid_helper_impl< 0u >::getNBins().

+ Here is the caller graph for this function:

template<size_t N>
template<class... Axes>
static void Acts::detail::grid_helper_impl< N >::getUpperRightBinEdge ( std::array< double, sizeof...(Axes)> &  urEdge,
const std::array< size_t, sizeof...(Axes)> &  localIndices,
const std::tuple< Axes...> &  axes 
)
inlinestatic

Definition at line 222 of file grid_helper.hpp.

View newest version in sPHENIX GitHub at line 222 of file grid_helper.hpp

References charm_jet_strange_helicity::N.

Referenced by Acts::detail::grid_helper::getUpperRightBinEdge().

+ Here is the caller graph for this function:

template<size_t N>
template<class... Axes>
static void Acts::detail::grid_helper_impl< N >::getUpperRightBinIndices ( std::array< size_t, sizeof...(Axes)> &  localIndices,
const std::tuple< Axes...> &  axes 
)
inlinestatic

Definition at line 231 of file grid_helper.hpp.

View newest version in sPHENIX GitHub at line 231 of file grid_helper.hpp

References charm_jet_strange_helicity::N.

Referenced by Acts::detail::grid_helper::getUpperRightBinIndices().

+ Here is the caller graph for this function:

template<size_t N>
template<class... Axes>
static void Acts::detail::grid_helper_impl< N >::getWidth ( const std::tuple< Axes...> &  axes,
std::array< double, sizeof...(Axes)> &  widthArray 
)
inlinestatic

Definition at line 253 of file grid_helper.hpp.

View newest version in sPHENIX GitHub at line 253 of file grid_helper.hpp

References charm_jet_strange_helicity::N.

template<size_t N>
template<class Point , class... Axes>
static bool Acts::detail::grid_helper_impl< N >::isInside ( const Point &  position,
const std::tuple< Axes...> &  axes 
)
inlinestatic

Definition at line 260 of file grid_helper.hpp.

View newest version in sPHENIX GitHub at line 260 of file grid_helper.hpp

References charm_jet_strange_helicity::N.

Referenced by Acts::detail::grid_helper_impl< 0u >::isInside(), and Acts::detail::grid_helper::isInside().

+ Here is the caller graph for this function:

template<size_t N>
template<class... Axes>
static void Acts::detail::grid_helper_impl< N >::neighborHoodIndices ( const std::array< size_t, sizeof...(Axes)> &  localIndices,
std::pair< size_t, size_t >  sizes,
const std::tuple< Axes...> &  axes,
std::array< NeighborHoodIndices, sizeof...(Axes)> &  neighborIndices 
)
inlinestatic

Definition at line 266 of file grid_helper.hpp.

View newest version in sPHENIX GitHub at line 266 of file grid_helper.hpp

References charm_jet_strange_helicity::N.

Referenced by Acts::detail::grid_helper_impl< 0u >::neighborHoodIndices(), and Acts::detail::grid_helper::neighborHoodIndices().

+ Here is the caller graph for this function:


The documentation for this struct was generated from the following file: