Logo ROOT  
Reference Guide
ROOT::Experimental::Internal::RLocalBinsToCoords< I, NDIMS, BINS, COORD, AXES > Struct Template Reference

template<int I, int NDIMS, typename BINS, typename COORD, class AXES>
struct ROOT::Experimental::Internal::RLocalBinsToCoords< I, NDIMS, BINS, COORD, AXES >

Recursively converts local axis bins from the standard kUnderflowBin/kOverflowBin for under/overflow bin indexing convention, to the corresponding bin coordinates.

Definition at line 694 of file RHistImpl.hxx.

Public Member Functions

void operator() (COORD &coords, const AXES &axes, const BINS &localBins, EBinCoord kind) const
 

#include <ROOT/RHistImpl.hxx>

Member Function Documentation

◆ operator()()

template<int I, int NDIMS, typename BINS , typename COORD , class AXES >
void ROOT::Experimental::Internal::RLocalBinsToCoords< I, NDIMS, BINS, COORD, AXES >::operator() ( COORD &  coords,
const AXES &  axes,
const BINS &  localBins,
EBinCoord  kind 
) const
inline

Definition at line 695 of file RHistImpl.hxx.


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