5#ifndef ROOT_Hist_ConvertToTH3
6#define ROOT_Hist_ConvertToTH3
22namespace Experimental {
3-D histogram with a byte per channel (see TH1 documentation)
3-D histogram with a double per channel (see TH1 documentation)
3-D histogram with a float per channel (see TH1 documentation)
3-D histogram with an int per channel (see TH1 documentation)
3-D histogram with a long64 per channel (see TH1 documentation)
3-D histogram with a short per channel (see TH1 documentation)
std::unique_ptr< TH3S > ConvertToTH3S(const RHistEngine< short > &engine)
Convert a three-dimensional histogram to TH3S.
std::unique_ptr< TH3C > ConvertToTH3C(const RHistEngine< char > &engine)
Convert a three-dimensional histogram to TH3C.
std::unique_ptr< TH3F > ConvertToTH3F(const RHistEngine< float > &engine)
Convert a three-dimensional histogram to TH3F.
std::unique_ptr< TH3I > ConvertToTH3I(const RHistEngine< int > &engine)
Convert a three-dimensional histogram to TH3I.
std::unique_ptr< TH3L > ConvertToTH3L(const RHistEngine< long > &engine)
Convert a three-dimensional histogram to TH3L.
std::unique_ptr< TH3D > ConvertToTH3D(const RHistEngine< double > &engine)
Convert a three-dimensional histogram to TH3D.