root-project / web

root.cern
29 stars 51 forks source link

Remove example of creating a `ROOT::UnBinData` from a TH1 #941

Closed guitargeek closed 4 months ago

guitargeek commented 9 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. The buffer might be already cleared or not. A better example would maybe be from a vector, NumPy array or CSV file.