AxisRange_t typedef | ROOT::Experimental::THist< DIMENSIONS, PRECISION, STAT > | |
begin() const | ROOT::Experimental::THist< DIMENSIONS, PRECISION, STAT > | inline |
const_iterator typedef | ROOT::Experimental::THist< DIMENSIONS, PRECISION, STAT > | |
CoordArray_t typedef | ROOT::Experimental::THist< DIMENSIONS, PRECISION, STAT > | |
end() const | ROOT::Experimental::THist< DIMENSIONS, PRECISION, STAT > | inline |
fFillFunc | ROOT::Experimental::THist< DIMENSIONS, PRECISION, STAT > | private |
Fill(const CoordArray_t &x, Weight_t weight=(Weight_t) 1) noexcept | ROOT::Experimental::THist< DIMENSIONS, PRECISION, STAT > | inline |
FillFunc_t typedef | ROOT::Experimental::THist< DIMENSIONS, PRECISION, STAT > | |
FillN(const std::array_view< CoordArray_t > xN, const std::array_view< Weight_t > weightN) noexcept | ROOT::Experimental::THist< DIMENSIONS, PRECISION, STAT > | inline |
FillN(const std::array_view< CoordArray_t > xN) noexcept | ROOT::Experimental::THist< DIMENSIONS, PRECISION, STAT > | inline |
fImpl | ROOT::Experimental::THist< DIMENSIONS, PRECISION, STAT > | private |
GetBinContent(const CoordArray_t &x) const | ROOT::Experimental::THist< DIMENSIONS, PRECISION, STAT > | inline |
GetBinUncertainty(const CoordArray_t &x) const | ROOT::Experimental::THist< DIMENSIONS, PRECISION, STAT > | inline |
GetEntries() const noexcept | ROOT::Experimental::THist< DIMENSIONS, PRECISION, STAT > | inline |
GetImpl() const noexcept | ROOT::Experimental::THist< DIMENSIONS, PRECISION, STAT > | inline |
GetNDim() noexcept | ROOT::Experimental::THist< DIMENSIONS, PRECISION, STAT > | inlinestatic |
HistFromImpl(std::unique_ptr< ImplBase_t >) | ROOT::Experimental::THist< DIMENSIONS, PRECISION, STAT > | friend |
ImplBase_t typedef | ROOT::Experimental::THist< DIMENSIONS, PRECISION, STAT > | |
swap(THist< DIMENSIONS, PRECISION, STAT... > &other) noexcept | ROOT::Experimental::THist< DIMENSIONS, PRECISION, STAT > | inline |
TakeImpl() noexcept | ROOT::Experimental::THist< DIMENSIONS, PRECISION, STAT > | inline |
THist()=default | ROOT::Experimental::THist< DIMENSIONS, PRECISION, STAT > | |
THist(THist &&)=default | ROOT::Experimental::THist< DIMENSIONS, PRECISION, STAT > | |
THist(std::array< TAxisConfig, DIMENSIONS > axes) | ROOT::Experimental::THist< DIMENSIONS, PRECISION, STAT > | explicit |
THist(std::string_view histTitle, std::array< TAxisConfig, DIMENSIONS > axes) | ROOT::Experimental::THist< DIMENSIONS, PRECISION, STAT > | |
THist(const TAxisConfig &xaxis) | ROOT::Experimental::THist< DIMENSIONS, PRECISION, STAT > | inlineexplicit |
THist(std::string_view histTitle, const TAxisConfig &xaxis) | ROOT::Experimental::THist< DIMENSIONS, PRECISION, STAT > | inline |
THist(const TAxisConfig &xaxis, const TAxisConfig &yaxis) | ROOT::Experimental::THist< DIMENSIONS, PRECISION, STAT > | inline |
THist(std::string_view histTitle, const TAxisConfig &xaxis, const TAxisConfig &yaxis) | ROOT::Experimental::THist< DIMENSIONS, PRECISION, STAT > | inline |
THist(const TAxisConfig &xaxis, const TAxisConfig &yaxis, const TAxisConfig &zaxis) | ROOT::Experimental::THist< DIMENSIONS, PRECISION, STAT > | inline |
THist(std::string_view histTitle, const TAxisConfig &xaxis, const TAxisConfig &yaxis, const TAxisConfig &zaxis) | ROOT::Experimental::THist< DIMENSIONS, PRECISION, STAT > | inline |
Weight_t typedef | ROOT::Experimental::THist< DIMENSIONS, PRECISION, STAT > | |