whats mean this line h2->Add(d2,0.1);
If it’s histograms you are talking about, see
this = this + c1*h1
,
h2 histograms will add bin by bin the histogram d2 scaled by 0.1
1 Like
whats mean this line h2->Add(d2,0.1);
If it’s histograms you are talking about, see
this = this + c1*h1
,
h2 histograms will add bin by bin the histogram d2 scaled by 0.1