First page Back Continue Last page Summary Graphic
Root Libs structure
Root libs are a layered structure
the CORE classes always required (support for RTTI, basic I/O and interpreter.
The application libraries. You load only what you use. Separation between Data Objects and the high level classes acting on these objects. Example, a batch job uses only the Hist lib, no need to link HistPainter.
Notes: