hftsoi / symbolfit

Automatic parametric modeling with symbolic regression
https://symbolfit.readthedocs.io
MIT License
1 stars 0 forks source link

Support ROOT file format for the input dataset #1

Open hftsoi opened 3 days ago

hftsoi commented 3 days ago

Should add support to read dataset directly from CERN .root file, e.g., TH1, TH2,...

hftsoi commented 3 days ago

also read automatically the bin widths and edges from these for plotting so bin_widths_1d = dataset.bin_widths_1d bin_edges_2d = dataset.bin_edges_2d are no longer needed from user at configuration