Top "Root-framework" questions

ROOT is an object-oriented framework developed by CERN written in C++. It is especially designed to efficiently handle large amounts of data.

How can I compile a C++ program with root library includes using g++?

I have written a C++ program (mainPixelDet1.C that uses a class defined in PixelDet1.C), that works in root's …

c++ g++ root-framework
Creating a histogram from a TTree

I'm trying to create a 1D histogram from a TTree that contains only one variable. TTree *tree = new TTree("tree", ""); …

tree histogram root-framework