#include "RAxes.hxx"#include "RBinIndex.hxx"#include "RHistUtils.hxx"#include "RLinearizedIndex.hxx"#include "RRegularAxis.hxx"#include "RWeight.hxx"#include <array>#include <cassert>#include <stdexcept>#include <tuple>#include <type_traits>#include <utility>#include <vector>Classes | |
| class | ROOT::Experimental::RHistEngine< BinContentType > |
| A histogram data structure to bin data along multiple dimensions. More... | |
Namespaces | |
| namespace | ROOT |
| namespace | ROOT::Experimental |
| namespace | ROOT::Experimental::Internal |
Functions | |
| template<typename T , std::size_t N> | |
| static void | ROOT::Experimental::Internal::SetBinContent (RHistEngine< T > &hist, const std::array< RBinIndex, N > &indices, const T &value) |
| Internal function to set the content of a single bin. | |
Definition in file RHistEngine.hxx.