Definitions for "CINT "
CINT is a C/C++ interpreter which is aimed at processing C/C++ scripts. CINT covers about 95% of ANSI C and 85% of C++. CINT, written in ANSI C , is solid enough to interpret itself and let the interpreted version execute a program.
A C/C++ interpreter that is embedded in ROOT, to be used as command line interpreter and as macro processor. See the relevant pages on the ROOT project site. See Also ROOT, ROOT. CMT A Configuration Management Tool: it is used for building software releases, for package dependency management, and for the setup of the run-time environment. Practically everything is treated as a package by CMT, even the run-time environment which is setup by "compiling" a run-time package. Detailed information is available, but be cautious! Much of CMT's behaviour (and hence how it should be used and configured) is determined by project-specific policy files.
CINT is a command line C/C++ interpreter that is included in the object oriented data analysis package ROOT. Although intended for use with the other faculties of ROOT, CINT can also be used as a standalone addition to another program that requires such an interpreter.