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

template<typename T>
struct R6::Dim< T, 1 >

Definition at line 427 of file histspeedtest.cxx.

Classes

struct  EE
 
struct  II
 

Public Types

using FillFunc_t = std::add_pointer_t< long(HistType_t &hist, std::vector< double > &input, std::string_view type)>
 
using HistType_t = typename Redirect< kNDim, T >::HistType_t
 

Static Public Member Functions

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

Static Public Attributes

static constexpr unsigned short kNDim = 1
 

Member Typedef Documentation

◆ FillFunc_t

template<typename T >
using R6::Dim< T, 1 >::FillFunc_t = std::add_pointer_t<long(HistType_t &hist, std::vector<double> &input, std::string_view type)>

Definition at line 432 of file histspeedtest.cxx.

◆ HistType_t

template<typename T >
using R6::Dim< T, 1 >::HistType_t = typename Redirect<kNDim, T>::HistType_t

Definition at line 430 of file histspeedtest.cxx.

Member Function Documentation

◆ fill()

template<typename T >
static long R6::Dim< T, 1 >::fill ( HistType_t hist,
std::vector< double > &  input,
std::string_view  gType 
)
inlinestatic

Definition at line 494 of file histspeedtest.cxx.

◆ fillBuffered()

template<typename T >
static long R6::Dim< T, 1 >::fillBuffered ( HistType_t hist,
std::vector< double > &  input,
std::string_view  gType 
)
inlinestatic

Definition at line 468 of file histspeedtest.cxx.

◆ fillN()

template<typename T >
static long R6::Dim< T, 1 >::fillN ( HistType_t hist,
std::vector< double > &  input,
std::string_view  gType 
)
inlinestatic

Definition at line 481 of file histspeedtest.cxx.

Member Data Documentation

◆ kNDim

template<typename T >
constexpr unsigned short R6::Dim< T, 1 >::kNDim = 1
staticconstexpr

Definition at line 429 of file histspeedtest.cxx.

Collaboration diagram for R6::Dim< T, 1 >:
[legend]

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