scikit-hep / hist

Histogramming for analysis powered by boost-histogram
https://hist.readthedocs.io
BSD 3-Clause "New" or "Revised" License
126 stars 25 forks source link

conversion Hist -> ROOT #262

Open slehti opened 3 years ago

slehti commented 3 years ago

In coffea, there is support for converting coffea histograms to root histograms by uproot3 for 1-dimensional histograms only.

I'm using in my analysis lots of 2-dimensional histograms, so i wrote conversions

The right place for these is in hist. I have working code which i could supply as a PR once i get a go-ahead. Cheers, Sami Lehti (sami.lehti@cern.ch)

henryiii commented 3 years ago

That would be great, a starter PR would be appreciated :)

slehti commented 3 years ago

A new file in hist/src/hist?