#include "Compression.h"#include "ROOT/TIOFeatures.hxx"#include "TArrayD.h"#include "TArrayI.h"#include "TAttFill.h"#include "TAttLine.h"#include "TAttMarker.h"#include "TClass.h"#include "TDataType.h"#include "TDirectory.h"#include "TObjArray.h"#include "TVirtualTreePlayer.h"#include "TBranch.h"#include "TList.h"#include <array>#include <atomic>#include <vector>#include <utility>Classes | |
| class | TTree::TClusterIterator |
| Helper class to iterate over cluster of baskets. More... | |
| class | TTree::TFriendLock |
| Helper class to prevent infinite recursion in the usage of TTree Friends. More... | |
| class | TTree |
| A TTree represents a columnar dataset. More... | |
| class | TTreeFriendLeafIter |
| Iterator on all the leaves in a TTree and its friend. More... | |
Namespaces | |
| namespace | ROOT |
| tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7 | |
| namespace | ROOT::Internal |
| namespace | ROOT::Internal::TreeUtils |
| Namespace hosting functions and classes to retrieve tree information for internal use. | |
Functions | |
| void | ROOT::Internal::TreeUtils::TBranch__SetTree (TTree *tree, TObjArray &branches) |
| Set the fTree member for all branches and sub branches. | |