Minnesota Supercomputing Institute
6.06.06
5.34.32, 6.06.06, 6.10.08, 6.22.06
Tuesday, August 29, 2023
The ROOT system provides a set of OO frameworks with all the functionality needed to handle and analyze large amounts of data in a very efficient way. Having the data defined as a set of objects, specialized storage methods are used to get direct access to the separate attributes of the selected objects, without having to touch the bulk of the data.
To run root interactively in a linux environment, run the commands:
module load root root
To see what versions of root are available, run:
module avail root
MSI does not currently support root in a windows environment.