|
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...
|
|
void | ROOT::Experimental::Internal::LoadHistPainterLibrary () |
|