23#include "ROOT/RFrameTitle.hxx"
37 for (
int n=0;
n<10000;
n++)
38 pHist->Fill({gRandom->Gaus(5.,2.), gRandom->Gaus(5.,2.)});
41 auto canvas = RCanvas::Create(
"RH2 drawing options");
44 auto subpads = canvas->Divide(2,3);
56 subpads[0][1]->Draw(
pHist)->Text().text.color = RColor::kBlue;
62 draw11->line.color = RColor::kRed;
72 canvas->SetSize(1000, 700);
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.