root.dir
Go to the documentation of this file.
1 /** @dir root
2 
3 This directory contains source and header files of classes related to ROOT.
4 
5 @note Compiling these sources is optional.
6 
7 @sa <a href="../../user/html/ntuple_root.html#ntuple_roottuple">
8 RootNTuple class</a> and
9 <a href="../../user/html/install_notes.html#install_root">Install ROOT</a>
10 
11 */
12 
13 /**
14 @class TBranch
15 @brief The ROOT TBranch class.
16 
17 The ROOT TBranch class is used to access the data in a branch. The @b
18 HippoDraw class RootBranch is a wrapper for the TBranch.
19 
20 */
21 
22 /**
23 @class TLeaf
24 @brief The ROOT TLeaf class.
25 
26 The ROOT TLeaf class described the contents of a TBranch. It is not
27 the leaf itself, but rather a description of the leaf objects.
28 
29 */
30 
31 /**
32 @class TTree
33 @brief The ROOT TTree class.
34 
35 The ROOT class that contains TBranch objects which hold the data in a
36 ROOT file.
37 
38 */

Generated for HippoDraw Class Library by doxygen