22 #include "ROOT/TFitPanel.hxx" 31 auto pHist = std::make_shared<Experimental::TH1D>(xaxis);
40 auto panel = std::make_shared<ROOT::Experimental::TFitPanel>(
"FitPanel Title");
60 auto xaxis = std::make_shared<Experimental::TAxisConfig>(10, 0., 10.);
62 auto pHist = std::make_shared<Experimental::TH1D>(*xaxis.get());
76 auto panel = std::make_shared<ROOT::Experimental::TFitPanel>(
"FitPanel Title");
85 panel->UseCanvas(canvas);
87 canvas->AddPanel(panel);
Namespace for new ROOT classes and functions.
void Add(std::string_view name, const std::shared_ptr< T > &ptr)
Add an existing object (rather a shared_ptr to it) to the TDirectory.
static TDirectory & Heap()
Dedicated, process-wide TDirectory.
Objects used to configure the different axis types.
#define R__LOAD_LIBRARY(LIBRARY)
static std::shared_ptr< TCanvas > Create(const std::string &title)