* Introduction:
- This Module is a Library based Perl code.
- The library provide:
- Convert INFIX expressions to POSTFIX;
- Convert POSTFIX expressions to INFIX and;
- Perform POSTFIX context validations.
- Context validation can be implemented in item selection routines or data context validation, when it is possible to identify data to be selected or ignored in some data analysis process.
* NOTE:
- Before any implementation, we recommend details in WIKI...
C++ lib, that provides access to multiple ROOT routines (root.cern.ch)
This C++ lib is used and created to provide easy methods based on ROOT (a CERN data analysis framework). It was developed for use in practical courses but is not limited to.
In addition it is ported step by step into Python.