ROOT  6.06/09
Reference Guide
Public Member Functions | List of all members
ROOT::Internal::HistImplGen_t< DIMENSIONS, DIMENSIONS, PRECISION, STATISTICS, PROCESSEDAXISCONFIG...> Struct Template Reference

template<int DIMENSIONS, class PRECISION, class STATISTICS, class... PROCESSEDAXISCONFIG>
struct ROOT::Internal::HistImplGen_t< DIMENSIONS, DIMENSIONS, PRECISION, STATISTICS, PROCESSEDAXISCONFIG...>

Generate THist::fImpl from constructor arguments; recursion end.

Create the histogram, now that all axis types and initializier objects are determined.

Definition at line 285 of file THist.h.

Public Member Functions

std::unique_ptr< Detail::THistImplBase< DIMENSIONS, PRECISION > > operator() (const std::array< TAxisConfig, DIMENSIONS > &, const STATISTICS &statConfig, PROCESSEDAXISCONFIG...axisArgs)
 

#include <ROOT/THist.h>

Member Function Documentation

template<int DIMENSIONS, class PRECISION , class STATISTICS , class... PROCESSEDAXISCONFIG>
std::unique_ptr<Detail::THistImplBase<DIMENSIONS, PRECISION> > ROOT::Internal::HistImplGen_t< DIMENSIONS, DIMENSIONS, PRECISION, STATISTICS, PROCESSEDAXISCONFIG...>::operator() ( const std::array< TAxisConfig, DIMENSIONS > &  ,
const STATISTICS &  statConfig,
PROCESSEDAXISCONFIG...  axisArgs 
)
inline

Definition at line 288 of file THist.h.


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