This package provides ROOT utilities in a C++ library
(libROOTutils.so
) and as command line programs.
rootls
:ls
for ROOT files.- Allow loading custom libraries for custom classes (also useful for the other utilities).
- List sub-directories, (optionally recursive).
- Filter by class name.
- Support globbing/regex matching of object names.
- Long listing: name, title, size, class, modification time, saved versions (cycles in ROOT jargon).
- Verbose mode: also print individual objects.
roottree
: Inspect a ROOT tree. Subcommands:print
: print the tree.view
: start the tree viewer.scan
: scan first few selections (optional flag).draw
: draw selection from the tree.- Dump eventlists/entrylists to ROOT files.
- Print plots.
copy
: copy specified branches to a new tree (allow selection).
rootws
: Inspect a RooFit workspace.print
:draw
:
- Parsers
- Style utilities
- I/O utilities
- Plotting utilities