Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ConvertToTH3.hxx File Reference
#include <ROOT/RBinWithError.hxx>
#include <ROOT/RHist.hxx>
#include <ROOT/RHistEngine.hxx>
#include <memory>
Include dependency graph for ConvertToTH3.hxx:
This graph shows which files directly or indirectly include this file:

Namespaces

namespace  ROOT
 
namespace  ROOT::Experimental
 Namespace for ROOT features in testing.
 
namespace  ROOT::Experimental::Hist
 

Functions

std::unique_ptr< TH3CROOT::Experimental::Hist::ConvertToTH3C (const RHist< char > &hist)
 Convert a three-dimensional histogram to TH3C.
 
std::unique_ptr< TH3CROOT::Experimental::Hist::ConvertToTH3C (const RHistEngine< char > &engine)
 Convert a three-dimensional histogram to TH3C.
 
std::unique_ptr< TH3DROOT::Experimental::Hist::ConvertToTH3D (const RHist< double > &hist)
 Convert a three-dimensional histogram to TH3D.
 
std::unique_ptr< TH3DROOT::Experimental::Hist::ConvertToTH3D (const RHist< RBinWithError > &hist)
 Convert a three-dimensional histogram to TH3D.
 
std::unique_ptr< TH3DROOT::Experimental::Hist::ConvertToTH3D (const RHistEngine< double > &engine)
 Convert a three-dimensional histogram to TH3D.
 
std::unique_ptr< TH3DROOT::Experimental::Hist::ConvertToTH3D (const RHistEngine< RBinWithError > &engine)
 Convert a three-dimensional histogram to TH3D.
 
std::unique_ptr< TH3FROOT::Experimental::Hist::ConvertToTH3F (const RHist< float > &hist)
 Convert a three-dimensional histogram to TH3F.
 
std::unique_ptr< TH3FROOT::Experimental::Hist::ConvertToTH3F (const RHistEngine< float > &engine)
 Convert a three-dimensional histogram to TH3F.
 
std::unique_ptr< TH3IROOT::Experimental::Hist::ConvertToTH3I (const RHist< int > &hist)
 Convert a three-dimensional histogram to TH3I.
 
std::unique_ptr< TH3IROOT::Experimental::Hist::ConvertToTH3I (const RHistEngine< int > &engine)
 Convert a three-dimensional histogram to TH3I.
 
std::unique_ptr< TH3LROOT::Experimental::Hist::ConvertToTH3L (const RHist< long > &hist)
 Convert a three-dimensional histogram to TH3L.
 
std::unique_ptr< TH3LROOT::Experimental::Hist::ConvertToTH3L (const RHist< long long > &hist)
 Convert a three-dimensional histogram to TH3L.
 
std::unique_ptr< TH3LROOT::Experimental::Hist::ConvertToTH3L (const RHistEngine< long > &engine)
 Convert a three-dimensional histogram to TH3L.
 
std::unique_ptr< TH3LROOT::Experimental::Hist::ConvertToTH3L (const RHistEngine< long long > &engine)
 Convert a three-dimensional histogram to TH3L.
 
std::unique_ptr< TH3SROOT::Experimental::Hist::ConvertToTH3S (const RHist< short > &hist)
 Convert a three-dimensional histogram to TH3S.
 
std::unique_ptr< TH3SROOT::Experimental::Hist::ConvertToTH3S (const RHistEngine< short > &engine)
 Convert a three-dimensional histogram to TH3S.
 

Detailed Description

Warning
This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

Definition in file ConvertToTH3.hxx.