►CYODA::AnalysisObject | AnalysisObject is the base class for histograms and scatters |
►CYODA::DbnStorage< DbnN, AxisT... > | |
CYODA::BinnedDbn< DbnN, AxisT > | User-facing BinnedDbn class in arbitrary dimension |
►CYODA::DbnStorage< 1, AxisT > | |
CYODA::BinnedDbn< 1, AxisT > | Specialisation of the BinnedDbn for a 1D histogram |
►CYODA::DbnStorage< 2, AxisT > | |
CYODA::BinnedDbn< 2, AxisT > | Specialisation of the BinnedDbn for a 1D profile |
►CYODA::DbnStorage< 2, AxisT1, AxisT2 > | |
CYODA::BinnedDbn< 2, AxisT1, AxisT2 > | Specialisation of the BinnedDbn for a 2D histogram |
►CYODA::DbnStorage< 3, AxisT1, AxisT2 > | |
CYODA::BinnedDbn< 3, AxisT1, AxisT2 > | Specialisation of the BinnedDbn for a 2D profile |
►CYODA::DbnStorage< 3, AxisT1, AxisT2, AxisT3 > | |
CYODA::BinnedDbn< 3, AxisT1, AxisT2, AxisT3 > | Specialisation of the BinnedDbn for a 3D histogram |
►CYODA::DbnStorage< 4, AxisT1, AxisT2, AxisT3 > | |
CYODA::BinnedDbn< 4, AxisT1, AxisT2, AxisT3 > | Specialisation of the BinnedDbn for a 2D profile |
►CYODA::EstimateStorage< AxisT... > | |
CYODA::BinnedEstimate< AxisT > | Forward declaration |
►CYODA::EstimateStorage< AxisT1, AxisT2 > | |
CYODA::BinnedEstimate< AxisT1, AxisT2 > | Specialisation of the BinnedEstimate for a 2D BinnedEstimate |
►CYODA::EstimateStorage< AxisT1, AxisT2, AxisT3 > | |
CYODA::BinnedEstimate< AxisT1, AxisT2, AxisT3 > | Specialisation of the BinnedEstimate for a 3D BinnedEstimate |
CYODA::Counter | A weighted counter |
CYODA::DbnStorage< DbnN, AxisT > | All histograms can be instantiated through this alias |
CYODA::Estimate0D | An estimate in 0D |
►CYODA::EstimateStorage< AxisT > | EstimateStorage convenience class based on BinnedStorage |
CYODA::BinnedEstimate< AxisT > | Specialisation of the BinnedEstimate for a 1D histogram |
CYODA::ScatterND< N > | A generic data type which is just a collection of n-dim data points with errors |
CYODA::AOReader< T > | |
►CYODA::AOReaderBase | |
CYODA::AOReader< BinnedDbn< DbnN, AxisT... > > | |
CYODA::AOReader< BinnedEstimate< AxisT... > > | |
CYODA::AOReader< Counter > | |
CYODA::AOReader< Estimate0D > | |
CYODA::AOReader< ScatterND< N > > | |
CYODA::ArithmeticWrapper< T > | Arithmetic wrapper to emulate inheritance from arithmetic types |
CYODA::Axis< T, typename > | Discrete axis with edges of non-floating-point-type |
CYODA::Axis< T, isCAxis< T > > | Continuous axis with floating-point-type edges |
CYODA::YODAConcepts::AxisImpl< T > | Axis concept |
►CB1 | |
CMetaUtils::conjunction< B1 > | |
►CYODA::BinEstimator | Bin estimator |
CYODA::LinBinEstimator | Linear bin estimator |
CYODA::LogBinEstimator | Logarithmic bin estimator |
►CYODA::BinnedStorage< BinContentT, AxisT > | BinnedStorage, stores the bins and coordinates access to them |
►CYODA::FillableStorage< DbnN, Dbn< DbnN >, AxisT... > | |
CYODA::DbnStorage< DbnN, AxisT... > | |
CYODA::DbnStorage< 1, AxisT > | |
CYODA::DbnStorage< 2, AxisT > | |
CYODA::DbnStorage< 2, AxisT1, AxisT2 > | |
CYODA::DbnStorage< 3, AxisT1, AxisT2 > | |
CYODA::DbnStorage< 3, AxisT1, AxisT2, AxisT3 > | |
CYODA::DbnStorage< 4, AxisT1, AxisT2, AxisT3 > | |
CYODA::DbnStorage< DbnN, AxisT > | All histograms can be instantiated through this alias |
►CYODA::BinnedStorage< BinContentT, AxisT... > | |
CYODA::FillableStorage< FillDim, BinContentT, AxisT > | FillableStorage, introduces FillAdapterT on top of BinnedStorage base class |
CYODA::BinnedStorage< Dbn< DbnN >, AxisT... > | |
►CYODA::BinnedStorage< Estimate, AxisT... > | |
CYODA::EstimateStorage< AxisT... > | |
CYODA::EstimateStorage< AxisT1, AxisT2 > | |
CYODA::EstimateStorage< AxisT1, AxisT2, AxisT3 > | |
CYODA::EstimateStorage< AxisT > | EstimateStorage convenience class based on BinnedStorage |
CYODA::Binning< Axes > | |
CYODA::BinsVecWrapper< VecT > | Vector wrapper used to interact with bins vectors. Able to hide overflow and hidden bins |
CYODA::CmpFloats | Functor to compare two floating point numbers and return whether they are fuzzily equivalent |
►Cstd::conditional_t | |
CMetaUtils::conjunction< B1, Bn... > | |
►CYODA::BinBase< T, BinningT > | Bin base class consisting of mix of histogram bin content and space characteristics of this bin (widths, min, max, mid, etc...) |
CYODA::Bin< N, T, BinningT > | Generic Bin version that derives from BinBase |
CYODA::Bin< 1, T, BinningT > | CRTP specialisation in 1D |
CYODA::Bin< 2, T, BinningT > | CRTP specialisation in 2D |
CYODA::Bin< 3, T, BinningT > | CRTP specialisation in 3D |
►CYODA::DbnBase< N > | A 1D distribution |
CYODA::Dbn< DbnN > | |
CYODA::Dbn< N > | User-facing Dbn class inheriting from DbnBase |
►CYODA::DbnBase< 0 > | |
CYODA::Dbn< 0 > | Partial template specialisation for Dbn0D |
►CYODA::DbnBase< 1 > | |
CYODA::Dbn< 1 > | Partial template specialisation with CRTP for x-methods |
►CYODA::DbnBase< 2 > | |
CYODA::Dbn< 2 > | Partial template specialisation with CRTP for x- and y-methods |
►CYODA::DbnBase< 3 > | |
CYODA::Dbn< 3 > | Partial template specialisation with CRTP for x-, y- and z-methods |
CYODA::defaultAdapter< FillDim, BinT > | Type to adapter mapping used when user didn't provide type adapter |
CYODA::defaultAdapter< DbnN, BinT< N, Dbn< DbnN >, BinningT > > | Default fill adapter for binned type Dbn<N> |
CYODA::defaultAdapter< FillDim, BinT< N, double, BinningT > > | Default fill adapter for binned type double |
CMetaUtils::detail::detector< Default, AlwaysVoid, Op, Args > | |
CMetaUtils::detail::detector< Default, std::void_t< Op< Args... > >, Op, Args... > | |
►CYODA::EdgeHandlerBase | Base wrapper around a vector of edges |
CYODA::EdgeHandler< T > | Specialised wrapper for a vector of type T |
►CYODA::Estimate | A point estimate (base class for the Estimate) |
CYODA::Estimate0D | An estimate in 0D |
►Cstd::exception | STL class |
►Cstd::runtime_error | STL class |
►CYODA::Exception | Generic unspecialised YODA runtime error |
CYODA::AnnotationError | Errors relating to insufficient (effective) statistics |
CYODA::BinningError | Error for general binning problems |
CYODA::LogicError | Error for places where it should not have been possible to get to! |
CYODA::RangeError | Error for e.g. use of invalid bin ranges |
CYODA::ReadError | Error for file reading errors |
CYODA::UserError | Error for problems introduced outside YODA, to put it nicely |
CYODA::WeightError | Errors relating to event/bin weights |
CYODA::WriteError | Error for file writing errors |
►Cstd::false_type | |
CYODA::CIterable< T, typename > | |
CYODA::Derefable< T, typename > | SFINAE definition of dereferenceability trait, cf. Boost has_dereference |
CYODA::DerefableToAO< T, typename > | SFINAE struct to check for dereferencing to an AnalysisObject (reference) at compile time |
CYODA::Iterable< T, typename > | |
CYODA::Pushable< T, VAL, typename > | |
CYODA::hasFillDim< T, typename > | |
►CYODA::Fillable | A base class for all fillable objects |
CYODA::DbnStorage< DbnN, AxisT... > | |
CYODA::DbnStorage< 1, AxisT > | |
CYODA::DbnStorage< 2, AxisT > | |
CYODA::DbnStorage< 2, AxisT1, AxisT2 > | |
CYODA::DbnStorage< 3, AxisT1, AxisT2 > | |
CYODA::DbnStorage< 3, AxisT1, AxisT2, AxisT3 > | |
CYODA::DbnStorage< 4, AxisT1, AxisT2, AxisT3 > | |
CYODA::Counter | A weighted counter |
CYODA::DbnStorage< DbnN, AxisT > | All histograms can be instantiated through this alias |
CYODA::H5DataSetReader | Helper class to extract information from YODA_H5::DataSets |
CYODA::H5DataSetWriter< T > | A helper class to deal with chunking of H5 datasets |
CYODA::H5FileManager | Helper class to extract AO information from a H5 file |
CYODA::BinsVecWrapper< VecT >::myIt | |
CMetaUtils::nonesuch | |
►CYODA::Point | Base class for all Point*Ds, providing generic access to their numerical properties |
►CYODA::PointBase< 1 > | |
CYODA::PointND< 1 > | A 1D data point to be contained in a Scatter1D |
►CYODA::PointBase< 2 > | |
CYODA::PointND< 2 > | A 2D data point to be contained in a Scatter2D |
►CYODA::PointBase< 3 > | |
CYODA::PointND< 3 > | A 3D data point to be contained in a Scatter3D |
►CYODA::PointBase< N > | The base for an N-dimensional data point to be contained in a Scatter<N> |
CYODA::PointND< N > | |
►CYODA::Reader | Pure virtual base class for various output writers |
CYODA::ReaderFLAT | Persistency reader from YODA flat text data format |
CYODA::ReaderH5 | Persistency reader from YODA text data format |
CYODA::ReaderYODA | Persistency reader from YODA text data format |
►CYODA::Scatter | A base class for common operations on scatter types (Scatter1D, etc.) |
CYODA::ScatterND< N > | A generic data type which is just a collection of n-dim data points with errors |
CTestHelpers::TestData | Precalculated data with it's properties used in statistical objects tests |
CYODA::Transformation< N, Args > | |
►Cstd::true_type | |
CMetaUtils::conjunction<... > | Logical conjuction implementation |
CYODA::CIterable< T, std::void_t< decltype(std::declval< typename T::const_iterator >())> > | |
CYODA::Derefable< T, std::void_t< decltype(*std::declval< T >())> > | |
CYODA::DerefableToAO< T, typename std::conditional< std::is_base_of< AnalysisObject, typename std::decay< decltype(*std::declval< T >()) >::type >::value, AnalysisObject, void >::type > | |
CYODA::Iterable< T, std::void_t< std::decay_t< decltype(std::begin(std::declval< const T & >()))>, std::decay_t< decltype(std::end(std::declval< const T & >()))> > > | |
CYODA::Pushable< T, VAL, std::void_t< decltype(std::declval< T >().push_back(std::declval< VAL >()))> > | |
CYODA::hasFillDim< T, std::void_t< decltype(typename T::FillDim{})> > | |
CYODA::TypeID< T > | Returns the type ID as a character sequence |
CYODA::TypeID< std::string > | Specialisation for type string |
CYODA::Weights | A named, vectorised generalisation of an event weight |
►CYODA::Writer | Pure virtual base class for various output writers |
CYODA::WriterFLAT | Persistency writer for flat text format |
CYODA::WriterH5 | Persistency writer for YODA H5 format |
CYODA::WriterYODA | Persistency writer for YODA flat text format |
CYODA::WriterYODA1 | Legacy persistency writer for YODA1-style flat text format |
CYODA::XAxisMixin< Derived, EdgeT > | CRTP mixin introducing convenience aliases along X axis |
►CYODA::XAxisMixin< BinnedDbn< 1, AxisT >, AxisT > | |
CYODA::BinnedDbn< 1, AxisT > | Specialisation of the BinnedDbn for a 1D histogram |
►CYODA::XAxisMixin< BinnedDbn< 2, AxisT >, AxisT > | |
CYODA::BinnedDbn< 2, AxisT > | Specialisation of the BinnedDbn for a 1D profile |
►CYODA::XAxisMixin< BinnedDbn< 2, AxisT1, AxisT2 >, AxisT1 > | |
CYODA::BinnedDbn< 2, AxisT1, AxisT2 > | Specialisation of the BinnedDbn for a 2D histogram |
►CYODA::XAxisMixin< BinnedDbn< 3, AxisT1, AxisT2 >, AxisT1 > | |
CYODA::BinnedDbn< 3, AxisT1, AxisT2 > | Specialisation of the BinnedDbn for a 2D profile |
►CYODA::XAxisMixin< BinnedDbn< 3, AxisT1, AxisT2, AxisT3 >, AxisT1 > | |
CYODA::BinnedDbn< 3, AxisT1, AxisT2, AxisT3 > | Specialisation of the BinnedDbn for a 3D histogram |
►CYODA::XAxisMixin< BinnedDbn< 4, AxisT1, AxisT2, AxisT3 >, AxisT1 > | |
CYODA::BinnedDbn< 4, AxisT1, AxisT2, AxisT3 > | Specialisation of the BinnedDbn for a 2D profile |
►CYODA::XAxisMixin< BinnedEstimate< AxisT >, AxisT > | |
CYODA::BinnedEstimate< AxisT > | Specialisation of the BinnedEstimate for a 1D histogram |
►CYODA::XAxisMixin< BinnedEstimate< AxisT1, AxisT2 >, AxisT1 > | |
CYODA::BinnedEstimate< AxisT1, AxisT2 > | Specialisation of the BinnedEstimate for a 2D BinnedEstimate |
►CYODA::XAxisMixin< BinnedEstimate< AxisT1, AxisT2, AxisT3 >, AxisT1 > | |
CYODA::BinnedEstimate< AxisT1, AxisT2, AxisT3 > | Specialisation of the BinnedEstimate for a 3D BinnedEstimate |
CYODA::XBinMixin< Derived, EdgeT > | CRTP mixin introducing convenience aliases along X axis |
►CYODA::XBinMixin< Bin< 1, T, BinningT >, BinningT::template getEdgeT< 0 > > | |
CYODA::Bin< 1, T, BinningT > | CRTP specialisation in 1D |
►CYODA::XBinMixin< Bin< 2, T, BinningT >, BinningT::template getEdgeT< 0 > > | |
CYODA::Bin< 2, T, BinningT > | CRTP specialisation in 2D |
►CYODA::XBinMixin< Bin< 3, T, BinningT >, BinningT::template getEdgeT< 0 > > | |
CYODA::Bin< 3, T, BinningT > | CRTP specialisation in 3D |
CYODA::XDbnMixin< Derived > | CRTP mixin introducing convenience aliases along X axis |
►CYODA::XDbnMixin< Dbn< 1 > > | |
CYODA::Dbn< 1 > | Partial template specialisation with CRTP for x-methods |
►CYODA::XDbnMixin< Dbn< 2 > > | |
CYODA::Dbn< 2 > | Partial template specialisation with CRTP for x- and y-methods |
►CYODA::XDbnMixin< Dbn< 3 > > | |
CYODA::Dbn< 3 > | Partial template specialisation with CRTP for x-, y- and z-methods |
CYODA::XDirectionMixin< Derived > | CRTP mixin introducing convenience aliases along X axis |
►CYODA::XDirectionMixin< PointND< 1 > > | |
CYODA::PointND< 1 > | A 1D data point to be contained in a Scatter1D |
►CYODA::XDirectionMixin< PointND< 2 > > | |
CYODA::PointND< 2 > | A 2D data point to be contained in a Scatter2D |
►CYODA::XDirectionMixin< PointND< 3 > > | |
CYODA::PointND< 3 > | A 3D data point to be contained in a Scatter3D |
CYODA::XStatsMixin< Derived > | CRTP mixin introducing convenience aliases to access statistics along X axis |
►CYODA::XStatsMixin< BinnedDbn< 1, AxisT > > | |
CYODA::BinnedDbn< 1, AxisT > | Specialisation of the BinnedDbn for a 1D histogram |
►CYODA::XStatsMixin< BinnedDbn< 2, AxisT > > | |
CYODA::BinnedDbn< 2, AxisT > | Specialisation of the BinnedDbn for a 1D profile |
►CYODA::XStatsMixin< BinnedDbn< 2, AxisT1, AxisT2 > > | |
CYODA::BinnedDbn< 2, AxisT1, AxisT2 > | Specialisation of the BinnedDbn for a 2D histogram |
►CYODA::XStatsMixin< BinnedDbn< 3, AxisT1, AxisT2 > > | |
CYODA::BinnedDbn< 3, AxisT1, AxisT2 > | Specialisation of the BinnedDbn for a 2D profile |
►CYODA::XStatsMixin< BinnedDbn< 3, AxisT1, AxisT2, AxisT3 > > | |
CYODA::BinnedDbn< 3, AxisT1, AxisT2, AxisT3 > | Specialisation of the BinnedDbn for a 3D histogram |
►CYODA::XStatsMixin< BinnedDbn< 4, AxisT1, AxisT2, AxisT3 > > | |
CYODA::BinnedDbn< 4, AxisT1, AxisT2, AxisT3 > | Specialisation of the BinnedDbn for a 2D profile |
CYODA::YAxisMixin< Derived, EdgeT > | CRTP mixin introducing convenience aliases along Y axis |
►CYODA::YAxisMixin< BinnedDbn< 2, AxisT1, AxisT2 >, AxisT2 > | |
CYODA::BinnedDbn< 2, AxisT1, AxisT2 > | Specialisation of the BinnedDbn for a 2D histogram |
►CYODA::YAxisMixin< BinnedDbn< 3, AxisT1, AxisT2 >, AxisT2 > | |
CYODA::BinnedDbn< 3, AxisT1, AxisT2 > | Specialisation of the BinnedDbn for a 2D profile |
►CYODA::YAxisMixin< BinnedDbn< 3, AxisT1, AxisT2, AxisT3 >, AxisT2 > | |
CYODA::BinnedDbn< 3, AxisT1, AxisT2, AxisT3 > | Specialisation of the BinnedDbn for a 3D histogram |
►CYODA::YAxisMixin< BinnedDbn< 4, AxisT1, AxisT2, AxisT3 >, AxisT3 > | |
CYODA::BinnedDbn< 4, AxisT1, AxisT2, AxisT3 > | Specialisation of the BinnedDbn for a 2D profile |
►CYODA::YAxisMixin< BinnedEstimate< AxisT1, AxisT2 >, AxisT2 > | |
CYODA::BinnedEstimate< AxisT1, AxisT2 > | Specialisation of the BinnedEstimate for a 2D BinnedEstimate |
►CYODA::YAxisMixin< BinnedEstimate< AxisT1, AxisT2, AxisT3 >, AxisT2 > | |
CYODA::BinnedEstimate< AxisT1, AxisT2, AxisT3 > | Specialisation of the BinnedEstimate for a 3D BinnedEstimate |
CYODA::YBinMixin< Derived, EdgeT > | CRTP mixin introducing convenience aliases along Y axis |
►CYODA::YBinMixin< Bin< 2, T, BinningT >, BinningT::template getEdgeT< 1 > > | |
CYODA::Bin< 2, T, BinningT > | CRTP specialisation in 2D |
►CYODA::YBinMixin< Bin< 3, T, BinningT >, BinningT::template getEdgeT< 1 > > | |
CYODA::Bin< 3, T, BinningT > | CRTP specialisation in 3D |
CYODA::YDbnMixin< Derived > | CRTP mixin introducing convenience aliases along Y axis |
►CYODA::YDbnMixin< Dbn< 2 > > | |
CYODA::Dbn< 2 > | Partial template specialisation with CRTP for x- and y-methods |
►CYODA::YDbnMixin< Dbn< 3 > > | |
CYODA::Dbn< 3 > | Partial template specialisation with CRTP for x-, y- and z-methods |
CYODA::YDirectionMixin< Derived > | CRTP mixin introducing convenience aliases along Y axis |
►CYODA::YDirectionMixin< PointND< 2 > > | |
CYODA::PointND< 2 > | A 2D data point to be contained in a Scatter2D |
►CYODA::YDirectionMixin< PointND< 3 > > | |
CYODA::PointND< 3 > | A 3D data point to be contained in a Scatter3D |
CYODA::YStatsMixin< Derived > | CRTP mixin introducing convenience aliases to access statistics along Y axis |
►CYODA::YStatsMixin< BinnedDbn< 2, AxisT1, AxisT2 > > | |
CYODA::BinnedDbn< 2, AxisT1, AxisT2 > | Specialisation of the BinnedDbn for a 2D histogram |
►CYODA::YStatsMixin< BinnedDbn< 3, AxisT1, AxisT2 > > | |
CYODA::BinnedDbn< 3, AxisT1, AxisT2 > | Specialisation of the BinnedDbn for a 2D profile |
►CYODA::YStatsMixin< BinnedDbn< 3, AxisT1, AxisT2, AxisT3 > > | |
CYODA::BinnedDbn< 3, AxisT1, AxisT2, AxisT3 > | Specialisation of the BinnedDbn for a 3D histogram |
►CYODA::YStatsMixin< BinnedDbn< 4, AxisT1, AxisT2, AxisT3 > > | |
CYODA::BinnedDbn< 4, AxisT1, AxisT2, AxisT3 > | Specialisation of the BinnedDbn for a 2D profile |
CYODA::ZAxisMixin< Derived, EdgeT > | CRTP mixin introducing convenience aliases along Z axis |
►CYODA::ZAxisMixin< BinnedDbn< 3, AxisT1, AxisT2, AxisT3 >, AxisT3 > | |
CYODA::BinnedDbn< 3, AxisT1, AxisT2, AxisT3 > | Specialisation of the BinnedDbn for a 3D histogram |
►CYODA::ZAxisMixin< BinnedEstimate< AxisT1, AxisT2, AxisT3 >, AxisT3 > | |
CYODA::BinnedEstimate< AxisT1, AxisT2, AxisT3 > | Specialisation of the BinnedEstimate for a 3D BinnedEstimate |
CYODA::ZBinMixin< Derived, EdgeT > | CRTP mixin introducing convenience aliases along Z axis |
►CYODA::ZBinMixin< Bin< 3, T, BinningT >, BinningT::template getEdgeT< 2 > > | |
CYODA::Bin< 3, T, BinningT > | CRTP specialisation in 3D |
CYODA::ZDbnMixin< Derived > | CRTP mixin introducing convenience aliases along Z axis |
►CYODA::ZDbnMixin< Dbn< 3 > > | |
CYODA::Dbn< 3 > | Partial template specialisation with CRTP for x-, y- and z-methods |
CYODA::ZDirectionMixin< Derived > | CRTP mixin introducing convenience aliases along Z axis |
►CYODA::ZDirectionMixin< PointND< 3 > > | |
CYODA::PointND< 3 > | A 3D data point to be contained in a Scatter3D |
CYODA::ZStatsMixin< Derived > | CRTP mixin introducing convenience aliases to access statistics along Z axis |
►CYODA::ZStatsMixin< BinnedDbn< 3, AxisT1, AxisT2, AxisT3 > > | |
CYODA::BinnedDbn< 3, AxisT1, AxisT2, AxisT3 > | Specialisation of the BinnedDbn for a 3D histogram |