Quick Links:
ROOT Homepage
Class Index
Class Hierarchy
Search
ROOT
»
TREE
»
TREE
Index of TREE/TREE
This directory contains all the basic classes for creating/manipulating Trees.
Several documents describing the TTree classes are listed below:
The TTree data structure is documented in class TTree.
The Chapter about Trees in the Users Guide
The Chapter about Selectors in the Users Guide
The Chapter about PROOF in the Users Guide
The Chapter about IO in the Users Guide
How to Create and Fill a Tree
How to Read a Tree
How to use Chains
Class Index
Jump to
T
TBu
TE
TI
TL
TM
TS
TT
TTreeS
TBasket
the TBranch buffers
TBasketSQL
the TBranch buffers
TBranch
Branch descriptor
TBranchClones
Branch in case of an array of clone objects
TBranchElement
Branch in case of an object
TBranchObject
Branch in case of an object
TBranchRef
to support referenced objects on other branches
TBranchSTL
Branch handling STL collection of pointers
TBufferSQL
Implementation of TBuffer to load and write to a SQL database
TChain
A chain of TTrees
TChainElement
A chain element
TCollectionMethodBrowsable
Helper object to browse a collection's methods
TCollectionPropertyBrowsable
Helper object to add browsable collection properties
TCut
A specialized string object used for TTree selections
TEntryList
A list of entries in a TTree
TEntryListArray
A list of entries and subentries in a TTree
TEntryListBlock
Used internally in TEntryList to store the entry numbers
TEntryListFromFile
Manager for entry lists from different files
TEventList
A list of selected entries in a TTree.
TFriendElement
A friend element of another TTree
TIndArray
TLeaf
Leaf: description of a Branch data type
TLeafB
A TLeaf for an 8 bit Integer data type.
TLeafC
A TLeaf for a variable length string.
TLeafD
A TLeaf for a 64 bit floating point data type.
TLeafElement
A TLeaf for a general object derived from TObject.
TLeafF
A TLeaf for a 32 bit floating point data type.
TLeafI
A TLeaf for an Integer data type.
TLeafL
A TLeaf for a 64 bit Integer data type.
TLeafO
A TLeaf for an 8 bit Integer data type.
TLeafObject
A TLeaf for a general object derived from TObject.
TLeafS
A TLeaf for a 16 bit Integer data type.
TMethodBrowsable
Helper object to browse methods
TNonSplitBrowsable
Helper object to browse unsplit objects
TNtuple
A simple tree with branches of floats.
TNtupleD
A simple tree with branches of floats.
TQueryResult
Class describing a query
TSelector
A utility class for tree and object processing
TSelectorCint
A utility class for tree and object processing (interpreted version)
TSelectorList
Special TList used in the TSelector
TSelectorScalar
Mergable scalar
TTree
Tree descriptor (the main ROOT I/O class)
TTreeCache
Specialization of TFileCacheRead for a TTree
TTreeCacheUnzip
Specialization of TTreeCache for parallel unzipping
TTreeCloner
helper used for the fast cloning of TTrees.
TTreeFriendLeafIter
Linked list iterator
TTreeResult
TTree query result
TTreeRow
One row of an TTree query result
TTreeSQL
TTree Implementation read and write to a SQL database.
TVirtualBranchBrowsable
Base class for helper objects used for browsing
TVirtualIndex
Abstract interface for Tree Index
TVirtualTreePlayer
Abstract interface for Tree players