Skip to content

C++ classes to write/read files at the CERN-ROOT file format.

Notifications You must be signed in to change notification settings

diana-hep/inexlib_rio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To build the examples:

make examples

To run:

./examples/bin/wroot

it produces a wroot.root file with histos and ntuples in it. To see the "keys" in it:

./examples/bin/root_ls wroot.root

To read it with inexlib:

./examples/bin/rroot wroot.root

With CERN-ROOT around, you can do:

<source setup CERN-ROOT>
root examples/read_wroot_root.C

Also:

./examples/bin/wroot_tree
./examples/bin/root_ls wroot_tree.root

With CERN-ROOT around, you can do on the wroot_tree.root:

<source setup CERN-ROOT>
root read_wroot_tree_root.C

About

C++ classes to write/read files at the CERN-ROOT file format.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%