Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 459 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 459 Bytes

ROOT Histogram Viewer

This program allows users to view histograms in a ROOT file. Users can read histograms while another program fills the ROOT file.

Prerequisites

  • cmake 3.10 +
  • ROOT 6.13/03 +

Installation

  1. Create a build directory : mkdir build
  2. Change to the build directory : cd build
  3. Build the project : cmake ../
  4. Make/Install the project : sudo make -j8 install
  5. Install and Load the modulefile