Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 547 Bytes

File metadata and controls

18 lines (16 loc) · 547 Bytes

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