27 auto pHist1 = std::make_shared<Experimental::TH1D>(xaxis);
28 auto pHist2 = std::make_shared<Experimental::TH1D>(xaxis);
29 auto pHist3 = std::make_shared<Experimental::TH1D>(xaxis);
52 auto subpads = canvas->Divide(2,2);
59 auto subsubpads = subpads[1][1]->Divide(2,2);
Namespace for new ROOT classes and functions.
Objects used to configure the different axis types.
static std::shared_ptr< TCanvas > Create(const std::string &title)