Skip to content

dguest/th2hdf5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Root to HDF5 Histogram Converter

This is an easy way to get your histograms into numpy arrays without having to mess around with pyroot.

Usage

th2hdf5 root_file.root new_hdf5_file.h5

Creates one new "group" for each histogram:

  • Group attribute: hist_type
  • Bin values are stored in values dataset, including under and overflow
  • Bin edges are stored in edges dataset

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published