root-project / web

root.cern
28 stars 51 forks source link

Don't use `TH1::GetBuffer()` in example code for RooFit::UnBinData #989

Closed guitargeek closed 3 months ago

guitargeek commented 3 months ago

This is a bad example, because a histogram is meant to reduce the data, and it's not a good idea to use the buffer to try to get the original unbinned data.

Closes #941.