Skip to content

Hdf5 conversion

Ghost User requested to merge hdf5_conversion into inv_mass_analysis

2 convenience functions:

  • convert all root files in a given folder to hdf5 files
  • load all hdf5 files from a given folder and retrun them as a dataframe-set
dfs = OrderedDict([
     ('Charm', Charm_df),
     ....
])

works. open for discussion about print/output changes

Edited by Ghost User

Merge request reports

Loading