Open hftsoi opened 3 days ago
Should add support to read dataset directly from CERN .root file, e.g., TH1, TH2,...
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
bin_widths_1d = dataset.bin_widths_1d
bin_edges_2d = dataset.bin_edges_2d
Should add support to read dataset directly from CERN .root file, e.g., TH1, TH2,...