yoda is hosted by Hepforge, IPPP Durham
YODA - Yet more Objects for Data Analysis 2.0.0
Histo.h File Reference
#include "YODA/BinnedDbn.h"

Go to the source code of this file.

Classes

class  YODA::BinnedDbn< 1, AxisT >
 Specialisation of the BinnedDbn for a 1D histogram. More...
 
class  YODA::BinnedDbn< 2, AxisT1, AxisT2 >
 Specialisation of the BinnedDbn for a 2D histogram. More...
 
class  YODA::BinnedDbn< 3, AxisT1, AxisT2, AxisT3 >
 Specialisation of the BinnedDbn for a 3D histogram. More...
 

Namespaces

namespace  YODA
 Anonymous namespace to limit visibility.
 

Typedefs

template<typename A1 >
using YODA::BinnedHisto1D = BinnedHisto< A1 >
 Define dimension-specific short-hands (Cython sugar)
 
template<typename A1 , typename A2 >
using YODA::BinnedHisto2D = BinnedHisto< A1, A2 >
 
template<typename A1 , typename A2 , typename A3 >
using YODA::BinnedHisto3D = BinnedHisto< A1, A2, A3 >
 
template<size_t N>
using YODA::HistoND = typename HistoMaker< std::make_index_sequence< N > >::type
 
using YODA::Histo1D = BinnedHisto< double >
 User-friendly familiar names (continuous axes only)
 
using YODA::Histo2D = BinnedHisto< double, double >
 
using YODA::Histo3D = BinnedHisto< double, double, double >