#include <ROOT/Hist/ConversionUtils.hxx>#include <ROOT/Hist/ConvertToTH3.hxx>#include <ROOT/RBinIndex.hxx>#include <ROOT/RHist.hxx>#include <ROOT/RHistEngine.hxx>#include <TH3.h>#include <cassert>#include <cstddef>#include <memory>#include <stdexcept>#include <type_traits>#include <variant>#include <vector>Namespaces | |
| namespace | ROOT |
| namespace | ROOT::Experimental |
| Namespace for ROOT features in testing. | |
| namespace | ROOT::Experimental::Hist |
Functions | |
| std::unique_ptr< TH3C > | ROOT::Experimental::Hist::ConvertToTH3C (const RHist< char > &hist) |
| Convert a three-dimensional histogram to TH3C. | |
| std::unique_ptr< TH3C > | ROOT::Experimental::Hist::ConvertToTH3C (const RHistEngine< char > &engine) |
| Convert a three-dimensional histogram to TH3C. | |
| std::unique_ptr< TH3D > | ROOT::Experimental::Hist::ConvertToTH3D (const RHist< double > &hist) |
| Convert a three-dimensional histogram to TH3D. | |
| std::unique_ptr< TH3D > | ROOT::Experimental::Hist::ConvertToTH3D (const RHist< RBinWithError > &hist) |
| Convert a three-dimensional histogram to TH3D. | |
| std::unique_ptr< TH3D > | ROOT::Experimental::Hist::ConvertToTH3D (const RHistEngine< double > &engine) |
| Convert a three-dimensional histogram to TH3D. | |
| std::unique_ptr< TH3D > | ROOT::Experimental::Hist::ConvertToTH3D (const RHistEngine< RBinWithError > &engine) |
| Convert a three-dimensional histogram to TH3D. | |
| std::unique_ptr< TH3F > | ROOT::Experimental::Hist::ConvertToTH3F (const RHist< float > &hist) |
| Convert a three-dimensional histogram to TH3F. | |
| std::unique_ptr< TH3F > | ROOT::Experimental::Hist::ConvertToTH3F (const RHistEngine< float > &engine) |
| Convert a three-dimensional histogram to TH3F. | |
| std::unique_ptr< TH3I > | ROOT::Experimental::Hist::ConvertToTH3I (const RHist< int > &hist) |
| Convert a three-dimensional histogram to TH3I. | |
| std::unique_ptr< TH3I > | ROOT::Experimental::Hist::ConvertToTH3I (const RHistEngine< int > &engine) |
| Convert a three-dimensional histogram to TH3I. | |
| std::unique_ptr< TH3L > | ROOT::Experimental::Hist::ConvertToTH3L (const RHist< long > &hist) |
| Convert a three-dimensional histogram to TH3L. | |
| std::unique_ptr< TH3L > | ROOT::Experimental::Hist::ConvertToTH3L (const RHist< long long > &hist) |
| Convert a three-dimensional histogram to TH3L. | |
| std::unique_ptr< TH3L > | ROOT::Experimental::Hist::ConvertToTH3L (const RHistEngine< long > &engine) |
| Convert a three-dimensional histogram to TH3L. | |
| std::unique_ptr< TH3L > | ROOT::Experimental::Hist::ConvertToTH3L (const RHistEngine< long long > &engine) |
| Convert a three-dimensional histogram to TH3L. | |
| std::unique_ptr< TH3S > | ROOT::Experimental::Hist::ConvertToTH3S (const RHist< short > &hist) |
| Convert a three-dimensional histogram to TH3S. | |
| std::unique_ptr< TH3S > | ROOT::Experimental::Hist::ConvertToTH3S (const RHistEngine< short > &engine) |
| Convert a three-dimensional histogram to TH3S. | |
Definition in file ConvertToTH3.cxx.