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

Go to the source code of this file.

Classes

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

Namespaces

namespace  YODA
 Anonymous namespace to limit visibility.
 

Typedefs

template<typename A1 >
using YODA::BinnedProfile1D = BinnedProfile< A1 >
 Define dimension-specific short-hands (Cython sugar)
 
template<typename A1 , typename A2 >
using YODA::BinnedProfile2D = BinnedProfile< A1, A2 >
 
template<typename A1 , typename A2 , typename A3 >
using YODA::BinnedProfile3D = BinnedProfile< A1, A2, A3 >
 
template<size_t N>
using YODA::ProfileND = typename ProfileMaker< std::make_index_sequence< N > >::type
 User-friendly name for the N-dimensional profile with all-continuous axes.
 
using YODA::Profile1D = BinnedProfile< double >
 User-friendly familiar names (continuous axes only)
 
using YODA::Profile2D = BinnedProfile< double, double >
 
using YODA::Profile3D = BinnedProfile< double, double, double >