►NMetaUtils | |
►Ndetail | Traits detection. Check's whether expression is valid for type T |
Cdetector | |
Cdetector< Default, std::void_t< Op< Args... > >, Op, Args... > | |
NoperatorTraits | |
Cconjunction | Logical conjuction implementation |
Cconjunction< B1 > | |
Cconjunction< B1, Bn... > | |
Cnonesuch | |
►NTestHelpers | |
CTestData | Precalculated data with it's properties used in statistical objects tests |
►NYODA | Anonymous namespace to limit visibility |
►NYODAConcepts | |
CAxisImpl | Axis concept |
CAnalysisObject | AnalysisObject is the base class for histograms and scatters |
CAnnotationError | Errors relating to insufficient (effective) statistics |
CAOReader | |
CAOReader< BinnedDbn< DbnN, AxisT... > > | |
CAOReader< BinnedEstimate< AxisT... > > | |
CAOReader< Counter > | |
CAOReader< Estimate0D > | |
CAOReader< ScatterND< N > > | |
CAOReaderBase | |
CArithmeticWrapper | Arithmetic wrapper to emulate inheritance from arithmetic types |
CAxis | Discrete axis with edges of non-floating-point-type |
CAxis< T, isCAxis< T > > | Continuous axis with floating-point-type edges |
CBin | Generic Bin version that derives from BinBase |
CBin< 1, T, BinningT > | CRTP specialisation in 1D |
CBin< 2, T, BinningT > | CRTP specialisation in 2D |
CBin< 3, T, BinningT > | CRTP specialisation in 3D |
CBinBase | Bin base class consisting of mix of histogram bin content and space characteristics of this bin (widths, min, max, mid, etc...) |
CBinEstimator | Bin estimator |
CBinnedDbn | User-facing BinnedDbn class in arbitrary dimension |
CBinnedDbn< 1, AxisT > | Specialisation of the BinnedDbn for a 1D histogram |
CBinnedDbn< 2, AxisT > | Specialisation of the BinnedDbn for a 1D profile |
CBinnedDbn< 2, AxisT1, AxisT2 > | Specialisation of the BinnedDbn for a 2D histogram |
CBinnedDbn< 3, AxisT1, AxisT2 > | Specialisation of the BinnedDbn for a 2D profile |
CBinnedDbn< 3, AxisT1, AxisT2, AxisT3 > | Specialisation of the BinnedDbn for a 3D histogram |
CBinnedDbn< 4, AxisT1, AxisT2, AxisT3 > | Specialisation of the BinnedDbn for a 2D profile |
CBinnedEstimate | Forward declaration |
CBinnedEstimate< AxisT > | Specialisation of the BinnedEstimate for a 1D histogram |
CBinnedEstimate< AxisT1, AxisT2 > | Specialisation of the BinnedEstimate for a 2D BinnedEstimate |
CBinnedEstimate< AxisT1, AxisT2, AxisT3 > | Specialisation of the BinnedEstimate for a 3D BinnedEstimate |
CBinnedStorage | BinnedStorage, stores the bins and coordinates access to them |
CBinning | |
CBinningError | Error for general binning problems |
►CBinsVecWrapper | Vector wrapper used to interact with bins vectors. Able to hide overflow and hidden bins |
CmyIt | |
CCIterable | |
CCIterable< T, std::void_t< decltype(std::declval< typename T::const_iterator >())> > | |
CCmpFloats | Functor to compare two floating point numbers and return whether they are fuzzily equivalent |
CCounter | A weighted counter |
CDbn | User-facing Dbn class inheriting from DbnBase |
CDbn< 0 > | Partial template specialisation for Dbn0D |
CDbn< 1 > | Partial template specialisation with CRTP for x-methods |
CDbn< 2 > | Partial template specialisation with CRTP for x- and y-methods |
CDbn< 3 > | Partial template specialisation with CRTP for x-, y- and z-methods |
CDbnBase | A 1D distribution |
CDbnStorage | All histograms can be instantiated through this alias |
CdefaultAdapter | Type to adapter mapping used when user didn't provide type adapter |
CdefaultAdapter< DbnN, BinT< N, Dbn< DbnN >, BinningT > > | Default fill adapter for binned type Dbn<N> |
CdefaultAdapter< FillDim, BinT< N, double, BinningT > > | Default fill adapter for binned type double |
CDerefable | SFINAE definition of dereferenceability trait, cf. Boost has_dereference |
CDerefable< T, std::void_t< decltype(*std::declval< T >())> > | |
CDerefableToAO | SFINAE struct to check for dereferencing to an AnalysisObject (reference) at compile time |
CDerefableToAO< T, typename std::conditional< std::is_base_of< AnalysisObject, typename std::decay< decltype(*std::declval< T >()) >::type >::value, AnalysisObject, void >::type > | |
CEdgeHandler | Specialised wrapper for a vector of type T |
CEdgeHandlerBase | Base wrapper around a vector of edges |
CEstimate | A point estimate (base class for the Estimate) |
CEstimate0D | An estimate in 0D |
CEstimateStorage | EstimateStorage convenience class based on BinnedStorage |
CException | Generic unspecialised YODA runtime error |
CFillable | A base class for all fillable objects |
CFillableStorage | FillableStorage, introduces FillAdapterT on top of BinnedStorage base class |
CH5DataSetReader | Helper class to extract information from YODA_H5::DataSets |
CH5DataSetWriter | A helper class to deal with chunking of H5 datasets |
CH5FileManager | Helper class to extract AO information from a H5 file |
ChasFillDim | |
ChasFillDim< T, std::void_t< decltype(typename T::FillDim{})> > | |
CIterable | |
CIterable< T, std::void_t< std::decay_t< decltype(std::begin(std::declval< const T & >()))>, std::decay_t< decltype(std::end(std::declval< const T & >()))> > > | |
CLinBinEstimator | Linear bin estimator |
CLogBinEstimator | Logarithmic bin estimator |
CLogicError | Error for places where it should not have been possible to get to! |
CPoint | Base class for all Point*Ds, providing generic access to their numerical properties |
CPointBase | The base for an N-dimensional data point to be contained in a Scatter<N> |
CPointND | |
CPointND< 1 > | A 1D data point to be contained in a Scatter1D |
CPointND< 2 > | A 2D data point to be contained in a Scatter2D |
CPointND< 3 > | A 3D data point to be contained in a Scatter3D |
CPushable | |
CPushable< T, VAL, std::void_t< decltype(std::declval< T >().push_back(std::declval< VAL >()))> > | |
CRangeError | Error for e.g. use of invalid bin ranges |
CReader | Pure virtual base class for various output writers |
CReaderFLAT | Persistency reader from YODA flat text data format |
CReaderH5 | Persistency reader from YODA text data format |
CReadError | Error for file reading errors |
CReaderYODA | Persistency reader from YODA text data format |
CScatter | A base class for common operations on scatter types (Scatter1D, etc.) |
CScatterND | A generic data type which is just a collection of n-dim data points with errors |
CTransformation | |
CTypeID | Returns the type ID as a character sequence |
CTypeID< std::string > | Specialisation for type string |
CUserError | Error for problems introduced outside YODA, to put it nicely |
CWeightError | Errors relating to event/bin weights |
CWeights | A named, vectorised generalisation of an event weight |
CWriteError | Error for file writing errors |
CWriter | Pure virtual base class for various output writers |
CWriterFLAT | Persistency writer for flat text format |
CWriterH5 | Persistency writer for YODA H5 format |
CWriterYODA | Persistency writer for YODA flat text format |
CWriterYODA1 | Legacy persistency writer for YODA1-style flat text format |
CXAxisMixin | CRTP mixin introducing convenience aliases along X axis |
CXBinMixin | CRTP mixin introducing convenience aliases along X axis |
CXDbnMixin | CRTP mixin introducing convenience aliases along X axis |
CXDirectionMixin | CRTP mixin introducing convenience aliases along X axis |
CXStatsMixin | CRTP mixin introducing convenience aliases to access statistics along X axis |
CYAxisMixin | CRTP mixin introducing convenience aliases along Y axis |
CYBinMixin | CRTP mixin introducing convenience aliases along Y axis |
CYDbnMixin | CRTP mixin introducing convenience aliases along Y axis |
CYDirectionMixin | CRTP mixin introducing convenience aliases along Y axis |
CYStatsMixin | CRTP mixin introducing convenience aliases to access statistics along Y axis |
CZAxisMixin | CRTP mixin introducing convenience aliases along Z axis |
CZBinMixin | CRTP mixin introducing convenience aliases along Z axis |
CZDbnMixin | CRTP mixin introducing convenience aliases along Z axis |
CZDirectionMixin | CRTP mixin introducing convenience aliases along Z axis |
CZStatsMixin | CRTP mixin introducing convenience aliases to access statistics along Z axis |