|
template<int DIMENSIONS, class PRECISION_TO , class PRECISION_FROM , template< int D_, class P_ > class... STAT_TO, template< int D_, class P_ > class... STAT_FROM> |
void | ROOT::Experimental::Add (RHist< DIMENSIONS, PRECISION_TO, STAT_TO... > &to, const RHist< DIMENSIONS, PRECISION_FROM, STAT_FROM... > &from) |
| Add two histograms. More...
|
|
template<int DIMENSIONS, class PRECISION , template< int D_, class P_ > class... STAT> |
std::shared_ptr< RHistDrawable< DIMENSIONS > > | ROOT::Experimental::GetDrawable (const std::shared_ptr< RHist< DIMENSIONS, PRECISION, STAT... > > &hist, const RHistDrawingOpts< DIMENSIONS > &opts={}) |
| Interface to graphics taking a shared_ptr<RHist>. More...
|
|
template<int DIMENSIONS, class PRECISION , template< int D_, class P_ > class... STAT> |
std::shared_ptr< RHistDrawable< DIMENSIONS > > | ROOT::Experimental::GetDrawable (std::unique_ptr< RHist< DIMENSIONS, PRECISION, STAT... > > &&hist, const RHistDrawingOpts< DIMENSIONS > &opts={}) |
| Interface to graphics taking a unique_ptr<RHist>. More...
|
|
template<int DIMENSIONS, class PRECISION , template< int D_, class P_ > class... STAT> |
class RHist< DIMENSIONS, PRECISION, STAT... > | ROOT::Experimental::HistFromImpl (std::unique_ptr< typename RHist< DIMENSIONS, PRECISION, STAT... >::ImplBase_t > pHistImpl) |
| Adopt an external, stand-alone RHistImpl. The RHist will take ownership. More...
|
|
template<int DIMENSIONS, class PRECISION , template< int D_, class P_ > class... STAT> |
RHist< DIMENSIONS, PRECISION, STAT... > | ROOT::Experimental::HistFromImpl (std::unique_ptr< typename RHist< DIMENSIONS, PRECISION, STAT... >::ImplBase_t > pHistImpl) |
| Adopt an external, stand-alone RHistImpl. The RHist will take ownership. More...
|
|
template<int DIMENSIONS, class PRECISION , template< int D_, class P_ > class... STAT> |
void | ROOT::Experimental::swap (RHist< DIMENSIONS, PRECISION, STAT... > &a, RHist< DIMENSIONS, PRECISION, STAT... > &b) noexcept |
| Swap two histograms. More...
|
|