Hydra
4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
|
#include <GetBinCenter.h>
Public Member Functions | |
GetBinCenter ()=delete | |
GetBinCenter (size_t grid, T lowerlimits, T upperlimits) | |
__hydra_host__ __hydra_device__ | GetBinCenter (GetBinCenter< T, 1 > const &other) |
__hydra_host__ __hydra_device__ T | operator() (size_t global_bin) |
__hydra_host__ __hydra_device__ GetBinCenter< T, 1 > & | operator= (GetBinCenter< T, 1 > const &other) |
Data Fields | |
T | fDelta |
size_t | fGrid |
T | fIncrement |
T | fLowerLimits |
size_t | fNGlobalBins |
|
delete |
|
inline |
|
inline |
|
inline |
|
inline |
T hydra::detail::GetBinCenter< T, 1 >::fDelta |
size_t hydra::detail::GetBinCenter< T, 1 >::fGrid |
T hydra::detail::GetBinCenter< T, 1 >::fIncrement |
T hydra::detail::GetBinCenter< T, 1 >::fLowerLimits |
size_t hydra::detail::GetBinCenter< T, 1 >::fNGlobalBins |