dataset#
- class qtypy.dataset.tree(file_paths, tree_name, columns=[])[source]#
qtypy layer for qty::dataset::input<qty::ROOT::tree>.
- Parameters:
file_paths (list of str) – List of paths to the ROOT files containing the tree(s).
tree_name (str) – Name of the tree inside the ROOT file(s) to access.
columns (list[str])