void fitpanel() {
auto canvas = RCanvas::Create("RCanvas with histogram");
canvas->Show();
canvas->Update();
auto panel = std::make_shared<RFitPanel>(
"FitPanel Title");
panel->AssignCanvas(canvas);
canvas->ClearOnClose(
panel);
}
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
Objects used to configure the different axis types.
- Date
- 2015-03-22
- Warning
- This is part of the experimental API, which might change in the future. Feedback is welcome!
- Author
- Axel Naumann axel@.nosp@m.cern.nosp@m..ch
Definition in file fitpanel.cxx.