JuliaHEP / UnROOT.jl

Native Julia I/O package to work with CERN ROOT files objects (TTree and RNTuple)
https://juliahep.github.io/UnROOT.jl/
MIT License
97 stars 17 forks source link

parseTH for TH3x #338

Open tamasgal opened 4 months ago

tamasgal commented 4 months ago

Now that we can read TH3[FD], we need to extend parseTH to be able to create an FHist.jl 3D histogram. It's probably pretty easy to do and we can even think about a new interface for histograms, maybe as extension?

Moelf commented 4 months ago

what would the extension do? I think right now UnROOT depends on FHist already

tamasgal commented 4 months ago

Ah, you are right. So it's only the extension of parseTH ;)