Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TBranch.h File Reference
#include "TNamed.h"
#include "TAttFill.h"
#include "TObjArray.h"
#include "TBranchCacheInfo.h"
#include "TDataType.h"
#include "Compression.h"
#include "ROOT/TIOFeatures.hxx"
Include dependency graph for TBranch.h:
This graph shows which files directly or indirectly include this file:

Classes

class  TBranch
 A TTree is a list of TBranches. More...
 
class  ROOT::Experimental::Internal::TBulkBranchRead
 Helper class for reading many branch entries at once to optimize throughput. 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::Experimental
 
namespace  ROOT::Experimental::Internal
 
namespace  ROOT::Internal
 

Variables

const Int_t kBranchAny = (1ULL << ( 17 ))
 
const Int_t kBranchObject = (1ULL << ( 12 ))
 
const Int_t kDoNotProcess = (1ULL << ( 10 ))
 
const Int_t kIsClone = (1ULL << ( 11 ))
 
const Int_t kMapObject = kBranchObject | kBranchAny
 

Variable Documentation

◆ kBranchAny

const Int_t kBranchAny = (1ULL << ( 17 ))

Definition at line 59 of file TBranch.h.

◆ kBranchObject

const Int_t kBranchObject = (1ULL << ( 12 ))

Definition at line 58 of file TBranch.h.

◆ kDoNotProcess

const Int_t kDoNotProcess = (1ULL << ( 10 ))

Definition at line 56 of file TBranch.h.

◆ kIsClone

const Int_t kIsClone = (1ULL << ( 11 ))

Definition at line 57 of file TBranch.h.

◆ kMapObject

const Int_t kMapObject = kBranchObject | kBranchAny

Definition at line 60 of file TBranch.h.