Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TTree.h File Reference
#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>
Include dependency graph for TTree.h:
This graph shows which files directly or indirectly include this file:

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

TBranchROOT::Internal::TreeUtils::CallBranchImp (TTree &tree, const char *branchname, TClass *ptrClass, void *addobj, Int_t bufsize=32000, Int_t splitlevel=99)
 
TBranchROOT::Internal::TreeUtils::CallBranchImpRef (TTree &tree, const char *branchname, TClass *ptrClass, EDataType datatype, void *addobj, Int_t bufsize=32000, Int_t splitlevel=99)
 
void ROOT::Internal::TreeUtils::TBranch__SetTree (TTree *tree, TObjArray &branches)
 Set the fTree member for all branches and sub branches.