add(const EstimateStorage &est, const std::string &pat_uncorr="^stat|^uncor") | YODA::EstimateStorage< AxisT... > | inline |
add(EstimateStorage &&est, const std::string &pat_uncorr="^stat|^uncor") | YODA::EstimateStorage< AxisT... > | inline |
addAnnotation(const std::string &name, const T &value) | YODA::AnalysisObject | inline |
AnalysisObject() | YODA::AnalysisObject | inline |
AnalysisObject(const std::string &type, const std::string &path, const std::string &title="") | YODA::AnalysisObject | inline |
AnalysisObject(const std::string &type, const std::string &path, const AnalysisObject &ao, const std::string &title="") | YODA::AnalysisObject | inline |
annotation(const std::string &name) const | YODA::AnalysisObject | inline |
annotation(const std::string &name, const std::string &defaultreturn) const | YODA::AnalysisObject | inline |
annotation(const std::string &name) const | YODA::AnalysisObject | inline |
annotation(const std::string &name, const T &defaultreturn) const | YODA::AnalysisObject | inline |
Annotations typedef | YODA::AnalysisObject | |
annotations() const | YODA::AnalysisObject | inline |
areaUnderCurve(const bool includeBinVol=true, const bool includeOverflows=false, const bool includeMaskedBins=false) const | YODA::EstimateStorage< AxisT... > | inline |
auc(const bool includeBinVol=true, const bool includeOverflows=false, const bool includeMaskedBins=false) const | YODA::EstimateStorage< AxisT... > | inline |
BaseT typedef | YODA::BinnedEstimate< AxisT > | |
bin(size_t idx) noexcept | YODA::BinnedStorage< Estimate, AxisT... > | inline |
bin(size_t idx) const noexcept | YODA::BinnedStorage< Estimate, AxisT... > | inline |
bin(const std::array< size_t, sizeof...(AxisT)> &idxLocal) noexcept | YODA::BinnedStorage< Estimate, AxisT... > | inline |
bin(const std::array< size_t, sizeof...(AxisT)> &idxLocal) const noexcept | YODA::BinnedStorage< Estimate, AxisT... > | inline |
binAt(typename BinningT::EdgeTypesTuple &&coords) noexcept | YODA::BinnedStorage< Estimate, AxisT... > | inline |
binAt(typename BinningT::EdgeTypesTuple &&coords) const noexcept | YODA::BinnedStorage< Estimate, AxisT... > | inline |
binDim() const noexcept | YODA::BinnedStorage< Estimate, AxisT... > | inline |
BinDimension typedef | YODA::BinnedStorage< Estimate, AxisT... > | |
BinnedEstimate(const EstimateT &)=default | YODA::BinnedEstimate< AxisT > | |
BinnedEstimate(EstimateT &&)=default | YODA::BinnedEstimate< AxisT > | |
BinnedEstimate(const BaseT &other) | YODA::BinnedEstimate< AxisT > | inline |
BinnedEstimate(const EstimateT &other, const std::string &path) | YODA::BinnedEstimate< AxisT > | inline |
BinnedEstimate(BaseT &&other) | YODA::BinnedEstimate< AxisT > | inline |
BinnedEstimate(EstimateT &&other, const std::string &path) | YODA::BinnedEstimate< AxisT > | inline |
BinnedStorage() | YODA::BinnedStorage< Estimate, AxisT... > | inline |
BinnedStorage(const BinningT &binning) | YODA::BinnedStorage< Estimate, AxisT... > | inline |
BinnedStorage(BinningT &&binning) | YODA::BinnedStorage< Estimate, AxisT... > | inline |
BinnedStorage(const std::vector< AxisT > &... edges) | YODA::BinnedStorage< Estimate, AxisT... > | inline |
BinnedStorage(std::vector< AxisT > &&... edges) | YODA::BinnedStorage< Estimate, AxisT... > | inline |
BinnedStorage(std::initializer_list< AxisT > &&... edges) | YODA::BinnedStorage< Estimate, AxisT... > | inline |
BinnedStorage(const Axis< AxisT > &... axes) | YODA::BinnedStorage< Estimate, AxisT... > | inline |
BinnedStorage(Axis< AxisT > &&... axes) | YODA::BinnedStorage< Estimate, AxisT... > | inline |
BinnedStorage(const BinnedStorage &other) | YODA::BinnedStorage< Estimate, AxisT... > | inline |
BinnedStorage(BinnedStorage &&other) | YODA::BinnedStorage< Estimate, AxisT... > | inline |
binning() const noexcept | YODA::BinnedStorage< Estimate, AxisT... > | inline |
BinningT typedef | YODA::EstimateStorage< AxisT... > | protected |
BinningType typedef | YODA::BinnedStorage< Estimate, AxisT... > | |
bins(const bool includeOverflows=false, const bool includeMaskedBins=false) noexcept | YODA::BinnedStorage< Estimate, AxisT... > | inline |
bins(const bool includeOverflows=false, const bool includeMaskedBins=false) const noexcept | YODA::BinnedStorage< Estimate, AxisT... > | inline |
BinsVecT typedef | YODA::BinnedStorage< Estimate, AxisT... > | protected |
BinT typedef | YODA::EstimateStorage< AxisT... > | protected |
BinType typedef | YODA::BinnedEstimate< AxisT > | |
calcIndicesToSkip(const bool includeOverflows, const bool includeMaskedBins) const noexcept | YODA::BinnedStorage< Estimate, AxisT... > | inline |
clearAnnotations() | YODA::AnalysisObject | inline |
clearBins() noexcept | YODA::BinnedStorage< Estimate, AxisT... > | inline |
clone() const noexcept | YODA::EstimateStorage< AxisT... > | inline |
covarianceMatrix(const bool ignoreOffDiagonalTerms=false, const bool includeOverflows=false, const bool includeMaskedBins=false, const std::string &pat_uncorr="^stat|^uncor") const | YODA::EstimateStorage< AxisT... > | inline |
deserializeContent(const std::vector< double > &data) | YODA::EstimateStorage< AxisT... > | inlinevirtual |
deserializeMeta(const std::vector< std::string > &data, const bool resetPath=false, const bool resetTitle=false) | YODA::AnalysisObject | inlinevirtual |
dim() const noexcept | YODA::EstimateStorage< AxisT... > | inlinevirtual |
edges(const bool includeOverflows=false) const noexcept | YODA::EstimateStorage< AxisT... > | inline |
EstimateStorage(const std::string &path="", const std::string &title="") | YODA::EstimateStorage< AxisT... > | inline |
EstimateStorage(std::vector< AxisT > &&... binsEdges, const std::string &path="", const std::string &title="") | YODA::EstimateStorage< AxisT... > | inline |
EstimateStorage(const std::vector< AxisT > &... binsEdges, const std::string &path="", const std::string &title="") | YODA::EstimateStorage< AxisT... > | inline |
EstimateStorage(std::initializer_list< AxisT > &&... binsEdges, const std::string &path="", const std::string &title="") | YODA::EstimateStorage< AxisT... > | inline |
EstimateStorage(const std::vector< size_t > &nBins, const std::vector< std::pair< EdgeT, EdgeT > > &limitsLowUp, const std::string &path="", const std::string &title="") | YODA::EstimateStorage< AxisT... > | inline |
EstimateStorage(const BinningT &binning, const std::string &path="", const std::string &title="") | YODA::EstimateStorage< AxisT... > | inline |
EstimateStorage(BinningT &&binning, const std::string &path="", const std::string &title="") | YODA::EstimateStorage< AxisT... > | inline |
EstimateStorage(const ScatterND< sizeof...(AxisT)+1 > &s, const std::string &path="", const std::string &title="") | YODA::EstimateStorage< AxisT... > | inline |
EstimateStorage(const EstimateStorage &other, const std::string &path="") | YODA::EstimateStorage< AxisT... > | inline |
EstimateStorage(EstimateStorage &&other, const std::string &path="") | YODA::EstimateStorage< AxisT... > | inline |
EstimateT typedef | YODA::BinnedEstimate< AxisT > | |
fillBins() noexcept | YODA::BinnedStorage< Estimate, AxisT... > | inlineprotected |
fillBins(const BinsVecT &bins) noexcept | YODA::BinnedStorage< Estimate, AxisT... > | inlineprotected |
fillBins(BinsVecT &&bins) noexcept | YODA::BinnedStorage< Estimate, AxisT... > | inlineprotected |
hasAnnotation(const std::string &name) const | YODA::AnalysisObject | inline |
isMasked(const size_t binIndex) const noexcept | YODA::BinnedStorage< Estimate, AxisT... > | inline |
isVisible(const size_t binIndex) const noexcept | YODA::BinnedStorage< Estimate, AxisT... > | inline |
lengthContent(bool fixed_length=false) const noexcept | YODA::EstimateStorage< AxisT... > | inlinevirtual |
lengthMeta(const bool skipPath=true, const bool skipTitle=true) const noexcept | YODA::AnalysisObject | inline |
maskBin(const size_t indexToMask, const bool status=true) noexcept | YODA::BinnedStorage< Estimate, AxisT... > | inline |
maskBinAt(typename BinningT::EdgeTypesTuple &&coords, const bool status=true) noexcept | YODA::BinnedStorage< Estimate, AxisT... > | inline |
maskBins(const std::vector< size_t > &indicesToMask, const bool status=true) noexcept | YODA::BinnedStorage< Estimate, AxisT... > | inline |
maskedBins() const noexcept | YODA::BinnedStorage< Estimate, AxisT... > | inline |
maskSlice(const size_t dim, const size_t idx, const bool status=true) | YODA::BinnedStorage< Estimate, AxisT... > | inline |
max() const noexcept | YODA::EstimateStorage< AxisT... > | inline |
mergeBins(std::decay_t< decltype(AxisNs, std::declval< std::pair< size_t, size_t > >())>... mergeRanges) noexcept -> std::enable_if_t< MetaUtils::is_detected_v< MetaUtils::operatorTraits::addition_assignment_t, Estimate >, RetT > | YODA::BinnedStorage< Estimate, AxisT... > | inline |
min() const noexcept | YODA::EstimateStorage< AxisT... > | inline |
mkBinnedSlices(Func &&how2add, const bool includeOverflows=false) const | YODA::BinnedStorage< Estimate, AxisT... > | inline |
mkEstimates(const std::string &path="", const bool includeOverflows=false) const | YODA::EstimateStorage< AxisT... > | inline |
mkInert(const std::string &path="", const std::string &source="") const noexcept | YODA::EstimateStorage< AxisT... > | inlinevirtual |
mkScatter(const std::string &path="", const std::string &pat_match="", const bool includeOverflows=false, const bool includeMaskedBins=false) const | YODA::EstimateStorage< AxisT... > | inline |
name() const | YODA::AnalysisObject | inline |
newclone() const noexcept | YODA::EstimateStorage< AxisT... > | inlinevirtual |
numBins(const bool includeOverflows=false, const bool includeMaskedBins=false) const noexcept | YODA::BinnedStorage< Estimate, AxisT... > | inline |
numBinsAt(const size_t axisN, const bool includeOverflows=false) const noexcept | YODA::BinnedStorage< Estimate, AxisT... > | inline |
operator!=(const BinnedStorage &other) const noexcept | YODA::BinnedStorage< Estimate, AxisT... > | inline |
operator+=(const EstimateStorage &est) | YODA::EstimateStorage< AxisT... > | inline |
operator+=(EstimateStorage &&est) | YODA::EstimateStorage< AxisT... > | inline |
operator-=(const EstimateStorage &est) | YODA::EstimateStorage< AxisT... > | inline |
operator-=(EstimateStorage &&est) | YODA::EstimateStorage< AxisT... > | inline |
operator=(const EstimateT &)=default | YODA::BinnedEstimate< AxisT > | |
operator=(EstimateT &&)=default | YODA::BinnedEstimate< AxisT > | |
EstimateStorage< AxisT... >::operator=(const EstimateStorage &est) noexcept | YODA::EstimateStorage< AxisT... > | inline |
EstimateStorage< AxisT... >::operator=(EstimateStorage &&est) noexcept | YODA::EstimateStorage< AxisT... > | inline |
EstimateStorage< AxisT... >::BinnedStorage< Estimate, AxisT... >::operator=(const BinnedStorage &other) noexcept | YODA::BinnedStorage< Estimate, AxisT... > | inline |
EstimateStorage< AxisT... >::BinnedStorage< Estimate, AxisT... >::operator=(BinnedStorage &&other) noexcept | YODA::BinnedStorage< Estimate, AxisT... > | inline |
YODA::AnalysisObject::operator=(const AnalysisObject &ao) noexcept | YODA::AnalysisObject | inlinevirtual |
operator==(const BinnedStorage &other) const noexcept | YODA::BinnedStorage< Estimate, AxisT... > | inline |
path() const | YODA::AnalysisObject | inline |
Ptr typedef | YODA::BinnedEstimate< AxisT > | |
rebin(unsigned int n, size_t begin=1, size_t end=UINT_MAX) | YODA::EstimateStorage< AxisT... > | inline |
rebin(const std::vector< typename BinningT::template getAxisT< axisN >::EdgeT > &newedges) | YODA::EstimateStorage< AxisT... > | inline |
rebinBy(unsigned int n, size_t begin=1, size_t end=UINT_MAX) | YODA::EstimateStorage< AxisT... > | inline |
rebinTo(const std::vector< typename BinningT::template getAxisT< axisN >::EdgeT > &newedges) | YODA::EstimateStorage< AxisT... > | inline |
reset() noexcept | YODA::EstimateStorage< AxisT... > | inlinevirtual |
rmAnnotation(const std::string &name) | YODA::AnalysisObject | inline |
scale(const double scalefactor) noexcept | YODA::EstimateStorage< AxisT... > | inline |
serializeContent(bool fixed_length=false) const noexcept | YODA::EstimateStorage< AxisT... > | inlinevirtual |
serializeMeta(const bool skipPath=true, const bool skipTitle=true) const noexcept | YODA::AnalysisObject | inline |
set(typename BinningT::EdgeTypesTuple &&coords, Estimate &&content) noexcept | YODA::BinnedStorage< Estimate, AxisT... > | inline |
set(typename BinningT::EdgeTypesTuple &&coords, const Estimate &content) noexcept | YODA::BinnedStorage< Estimate, AxisT... > | inline |
set(const size_t binIdx, Estimate &&content) noexcept | YODA::BinnedStorage< Estimate, AxisT... > | inline |
set(const size_t binIdx, const Estimate &content) noexcept | YODA::BinnedStorage< Estimate, AxisT... > | inline |
setAnnotation(const std::string &name, const T &value) | YODA::AnalysisObject | inline |
setAnnotations(const Annotations &anns) | YODA::AnalysisObject | inline |
setPath(const std::string &path) | YODA::AnalysisObject | inline |
setTitle(const std::string &title) | YODA::AnalysisObject | inline |
sources() const | YODA::EstimateStorage< AxisT... > | inline |
subtract(const EstimateStorage &est, const std::string &pat_uncorr="^stat|^uncor") | YODA::EstimateStorage< AxisT... > | inline |
subtract(EstimateStorage &&est, const std::string &pat_uncorr="^stat|^uncor") | YODA::EstimateStorage< AxisT... > | inline |
title() const | YODA::AnalysisObject | inline |
type() const | YODA::AnalysisObject | inlinevirtual |
vals(const bool includeOverflows=false, const bool includeMaskedBins=false) const | YODA::EstimateStorage< AxisT... > | inline |
widths(const bool includeOverflows=false) const noexcept | YODA::EstimateStorage< AxisT... > | inline |
~AnalysisObject() | YODA::AnalysisObject | inlinevirtual |