Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
R7::Dim< T, 2 > Struct Template Reference

template<typename T>
struct R7::Dim< T, 2 >

Definition at line 162 of file histspeedtest.cxx.

Classes

struct  EE
 
struct  II
 

Public Types

using ExpTH2 = Experimental::RHist< kNDim, T, Experimental::RHistStatContent, Experimental::RHistStatUncertainty >
 
using FillFunc_t = std::add_pointer_t< long(ExpTH2 &hist, std::vector< double > &input, std::string_view type)>
 

Static Public Member Functions

static long fill (ExpTH2 &hist, std::vector< double > &input, std::string_view gType)
 
static long fillBuffered (ExpTH2 &hist, std::vector< double > &input, std::string_view gType)
 
static long fillN (ExpTH2 &hist, std::vector< double > &input, std::string_view gType)
 

Static Public Attributes

static constexpr unsigned short kNDim = 2
 

Member Typedef Documentation

◆ ExpTH2

template<typename T >
using R7::Dim< T, 2 >::ExpTH2 = Experimental::RHist<kNDim, T, Experimental::RHistStatContent, Experimental::RHistStatUncertainty >

Definition at line 165 of file histspeedtest.cxx.

◆ FillFunc_t

template<typename T >
using R7::Dim< T, 2 >::FillFunc_t = std::add_pointer_t<long(ExpTH2 &hist, std::vector<double> &input, std::string_view type)>

Definition at line 167 of file histspeedtest.cxx.

Member Function Documentation

◆ fill()

template<typename T >
static long R7::Dim< T, 2 >::fill ( ExpTH2 hist,
std::vector< double > &  input,
std::string_view  gType 
)
inlinestatic

Definition at line 224 of file histspeedtest.cxx.

◆ fillBuffered()

template<typename T >
static long R7::Dim< T, 2 >::fillBuffered ( ExpTH2 hist,
std::vector< double > &  input,
std::string_view  gType 
)
inlinestatic

Definition at line 212 of file histspeedtest.cxx.

◆ fillN()

template<typename T >
static long R7::Dim< T, 2 >::fillN ( ExpTH2 hist,
std::vector< double > &  input,
std::string_view  gType 
)
inlinestatic

Definition at line 194 of file histspeedtest.cxx.

Member Data Documentation

◆ kNDim

template<typename T >
constexpr unsigned short R7::Dim< T, 2 >::kNDim = 2
staticconstexpr

Definition at line 164 of file histspeedtest.cxx.

Collaboration diagram for R7::Dim< T, 2 >:
[legend]

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