ROOT is an object-oriented framework developed by CERN written in C++. It is especially designed to efficiently handle large amounts of data.
I have written a C++ program (mainPixelDet1.C that uses a class defined in PixelDet1.C), that works in root's …
c++ g++ root-frameworkI'm trying to create a 1D histogram from a TTree that contains only one variable. TTree *tree = new TTree("tree", ""); …
tree histogram root-framework