33 std::normal_distribution
gaus{5., 1.};
45 for(
int i=0; i<2; i++) {
50 c1 =
new TCanvas(
"c1",
"THStack without obtaining a shared_ptr (wrong)");
56 std::vector<std::shared_ptr<TH1D>>
results;
57 for(
int i=0; i<2; i++) {
63 c2 =
new TCanvas(
"c2",
"Drawing with obtaining a shared_ptr (right)");
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
ROOT's RDataFrame offers a modern, high-level interface for analysis of data stored in TTree ,...
The Histogram stack class.
A struct which stores the parameters of a TH1D.