EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::detail::grid_helper_impl< 0u > 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...> &, 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...> &, 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<>
struct Acts::detail::grid_helper_impl< 0u >

Definition at line 297 of file grid_helper.hpp.

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

Member Function Documentation

template<class... Axes>
static void Acts::detail::grid_helper_impl< 0u >::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 410 of file grid_helper.hpp.

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

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

+ Here is the call graph for this function:

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

Definition at line 354 of file grid_helper.hpp.

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

References Acts::UnitConstants::u.

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

Definition at line 299 of file grid_helper.hpp.

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

References Acts::detail::grid_helper_impl< N >::getBinCenter(), and Acts::UnitConstants::u.

+ Here is the call graph for this function:

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

Definition at line 307 of file grid_helper.hpp.

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

References Acts::UnitConstants::u.

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

Definition at line 314 of file grid_helper.hpp.

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

References Acts::UnitConstants::u.

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

Definition at line 322 of file grid_helper.hpp.

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

References Acts::UnitConstants::u.

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

Definition at line 332 of file grid_helper.hpp.

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

References Acts::UnitConstants::u.

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

Definition at line 340 of file grid_helper.hpp.

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

References Acts::UnitConstants::u.

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

Definition at line 381 of file grid_helper.hpp.

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

References Acts::detail::grid_helper_impl< N >::getMax(), and Acts::UnitConstants::u.

+ Here is the call graph for this function:

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

Definition at line 375 of file grid_helper.hpp.

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

References Acts::detail::grid_helper_impl< N >::getMin(), and Acts::UnitConstants::u.

+ Here is the call graph for this function:

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

Definition at line 347 of file grid_helper.hpp.

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

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

+ Here is the call graph for this function:

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

Definition at line 360 of file grid_helper.hpp.

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

References Acts::UnitConstants::u.

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

Definition at line 368 of file grid_helper.hpp.

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

References Acts::UnitConstants::u.

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

Definition at line 387 of file grid_helper.hpp.

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

References Acts::UnitConstants::u.

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

Definition at line 393 of file grid_helper.hpp.

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

References Acts::detail::grid_helper_impl< N >::isInside(), and Acts::UnitConstants::u.

+ Here is the call graph for this function:

template<class... Axes>
static void Acts::detail::grid_helper_impl< 0u >::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 398 of file grid_helper.hpp.

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

References Acts::detail::grid_helper_impl< N >::neighborHoodIndices(), and Acts::UnitConstants::u.

+ Here is the call graph for this function:


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