Skip to content

Latest commit

 

History

112 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terminal TBrowser application

This application makes it possible to browse the content of a ROOT file directly in the console. It is meant to be fast (no GUI drawing) and to support basic TTree->Draw(...) commands. 1D and 2D Histograms are drawn with Unicode block characters directly to the console.

Usage

The NCurses-based UI works much like the builtin ROOT TBrowser application.

tbrowser <file.root>

Installation

mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/path/to/ROOT -DCMAKE_BUILD_TYPE=Release ..
make -j

About

No description, website, or topics provided.

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages