Difference between revisions of "ROOT"

From UFRC
Jump to navigation Jump to search
 
(10 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[[Category:Software]][[Category:Library]]
+
[[Category:Software]][[Category:Data Science]]
 
{|<!--CONFIGURATION: REQUIRED-->
 
{|<!--CONFIGURATION: REQUIRED-->
 
|{{#vardefine:app|root}}
 
|{{#vardefine:app|root}}
Line 18: Line 18:
 
{{App_Description|app={{#var:app}}|url={{#var:url}}|name={{#var:app}}}}|}}
 
{{App_Description|app={{#var:app}}|url={{#var:url}}|name={{#var:app}}}}|}}
  
The ROOT system provides a set of OO frameworks with all the functionality
+
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. Included are histograming methods in an arbitrary number of dimensions, curve fitting, function evaluation, minimization, graphics and visualization classes to allow the easy setup of an analysis system that can query and process the data interactively or in batch mode, as well as a general parallel processing framework, PROOF, that can considerably speed up an analysis.
    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. Included are
 
    histograming methods in an arbitrary number of dimensions, curve fitting,
 
    function evaluation, minimization, graphics and visualization classes to
 
    allow the easy setup of an analysis system that can query and process the
 
    data interactively or in batch mode, as well as a general parallel
 
    processing framework, PROOF, that can considerably speed up an analysis.
 
 
<!--Modules-->
 
<!--Modules-->
==Required Modules==
+
<!--Modules-->
<!--
+
==Environment Modules==
===Serial===
+
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
* {{#var:app}}
+
 
===Parallel (OpenMP)===
 
* intel
 
* {{#var:app}}
 
===Parallel (MPI)===
 
* intel
 
* openmpi
 
* {{#var:app}}
 
-->
 
 
==System Variables==
 
==System Variables==
* HPC_{{#uppercase:{{#var:app}}}}_DIR
+
* HPC_{{uc:{{#var:app}}}}_DIR
 +
* HPC_{{uc:{{#var:app}}}}_BIN
 +
* HPC_{{uc:{{#var:app}}}}_INC
 +
* HPC_{{uc:{{#var:app}}}}_LIB
 +
 
 
<!--Configuration-->
 
<!--Configuration-->
 
{{#if: {{#var: conf}}|==Configuration==
 
{{#if: {{#var: conf}}|==Configuration==

Latest revision as of 16:48, 21 August 2022

Description

root website  

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. Included are histograming methods in an arbitrary number of dimensions, curve fitting, function evaluation, minimization, graphics and visualization classes to allow the easy setup of an analysis system that can query and process the data interactively or in batch mode, as well as a general parallel processing framework, PROOF, that can considerably speed up an analysis.

Environment Modules

Run module spider root to find out what environment modules are available for this application.

System Variables

  • HPC_ROOT_DIR
  • HPC_ROOT_BIN
  • HPC_ROOT_INC
  • HPC_ROOT_LIB