#include <ROOT/RDrawable.hxx>
#include <ROOT/RAttrLine.hxx>
#include <ROOT/RAttrText.hxx>
#include <ROOT/RAttrMarker.hxx>
#include <ROOT/RAttrFill.hxx>
#include <ROOT/RAttrValue.hxx>
#include <ROOT/RHist.hxx>
#include <ROOT/RHistImpl.hxx>
#include <ROOT/RDrawableRequest.hxx>
#include <ROOT/RDisplayItem.hxx>
#include <memory>
Namespaces | |
namespace | ROOT |
This file contains a specialised ROOT message handler to test for diagnostic in unit tests. | |
namespace | ROOT::Experimental |
Functions | |
auto | ROOT::Experimental::GetDrawable (const std::shared_ptr< RH1C > &histimpl) |
auto | ROOT::Experimental::GetDrawable (const std::shared_ptr< RH1D > &histimpl) |
auto | ROOT::Experimental::GetDrawable (const std::shared_ptr< RH1F > &histimpl) |
auto | ROOT::Experimental::GetDrawable (const std::shared_ptr< RH1I > &histimpl) |
auto | ROOT::Experimental::GetDrawable (const std::shared_ptr< RH2C > &histimpl) |
auto | ROOT::Experimental::GetDrawable (const std::shared_ptr< RH2D > &histimpl) |
auto | ROOT::Experimental::GetDrawable (const std::shared_ptr< RH2F > &histimpl) |
auto | ROOT::Experimental::GetDrawable (const std::shared_ptr< RH2I > &histimpl) |
auto | ROOT::Experimental::GetDrawable (const std::shared_ptr< RH3C > &histimpl) |
auto | ROOT::Experimental::GetDrawable (const std::shared_ptr< RH3D > &histimpl) |
auto | ROOT::Experimental::GetDrawable (const std::shared_ptr< RH3F > &histimpl) |
auto | ROOT::Experimental::GetDrawable (const std::shared_ptr< RH3I > &histimpl) |
Definition in file RHistDrawable.hxx.