-
Notifications
You must be signed in to change notification settings - Fork 9
Implementation of export to TH2 #47
Comments
Without this request, the timescale would be a few months because of backlog. Would you be interested in implementing it yourself and submitting a pull request? It may be easier than you think. Do you see the The one thing that the one-dimensional version doesn't handle is multiple dimensions. The |
Hi Jim, OK, that sounds doable, but I won't be able to look into this before September and then the timescale would be weeks. I'll write again once I've started looking into it. With |
Thanks, and I understand about the timescale! I'll leave this issue open, which you can use to ask me any questions about it and other users can follow the development (or take it over if they need 2-d histograms on a shorter timescale). |
Thanks! |
Hi, I've been playing around with uproot and histbook, and I find it nice for data exploration.
However, I then would like to profit from RooFit in my analysis workflow, and I usually export the histogram to ROOT for this purpose (and then import it as
RooDataHist
)When trying to export a 2-dimensional
Hist
, defined e.g. asor
I get a
NotImplementedError: TH2
(from https://github.com/scikit-hep/histbook/blob/master/histbook/export.py#L290-L292).Will exporting to TH2 be available soon and/or do you have a timescale for that?
The text was updated successfully, but these errors were encountered: