Using ROOT


To access the data and analyze it, you will need to utilize a program run with ROOT.  ROOT is a C++-based programming language developed at CERN specifically for the purpose of storing particle collider data.  ROOT files contain "trees" of data, which are split into various "branches," which in turn contain "leaves."  The leaves are arrays of data points.  Let's open up a tree in ROOT to explore its contents.