@@ -12,13 +12,14 @@ the easy setup of an analysis system that can query and process the data
12
12
interactively or in batch mode, as well as a general parallel processing
13
13
framework, PROOF, that can considerably speed up an analysis.
14
14
15
- Thanks to the built-in CINT C++ interpreter the command language,
16
- the scripting, or macro, language and the programming language are all
17
- C++. The interpreter allows for fast prototyping of the macros since it
18
- removes the, time consuming, compile/link cycle. It also provides a good
19
- environment to learn C++. If more performance is needed the interactively
20
- developed macros can be compiled using a C++ compiler via a machine
21
- independent transparent compiler interface called ACliC.
15
+ Thanks to the built-in C++ interpreter cling, the command, the
16
+ scripting and the programming language are all C++. The interpreter
17
+ allows for fast prototyping of the macros since it removes the, time
18
+ consuming, compile/link cycle. It also provides a good environment to
19
+ learn C++. If more performance is needed the interactively developed
20
+ macros can be compiled using a C++ compiler via a machine independent
21
+ transparent compiler interface called ACliC.
22
+
22
23
23
24
The system has been designed in such a way that it can query its databases
24
25
in parallel on clusters of workstations or many-core machines. ROOT is
0 commit comments