Logo ROOT  
Reference Guide
TBranch.h File Reference
#include <memory>
#include "Compression.h"
#include "TAttFill.h"
#include "TBranchCacheInfo.h"
#include "TDataType.h"
#include "TNamed.h"
#include "TObjArray.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
 VSD Structures.
 
namespace  ROOT::Experimental
 
namespace  ROOT::Experimental::Internal
 
namespace  ROOT::Internal
 

Variables

const Int_t kBranchAny = BIT(17)
 
const Int_t kBranchObject = BIT(12)
 
const Int_t kDoNotProcess = BIT(10)
 
const Int_t kIsClone = BIT(11)
 
const Int_t kMapObject = kBranchObject | kBranchAny
 

Variable Documentation

◆ kBranchAny

const Int_t kBranchAny = BIT(17)

Definition at line 61 of file TBranch.h.

◆ kBranchObject

const Int_t kBranchObject = BIT(12)

Definition at line 60 of file TBranch.h.

◆ kDoNotProcess

const Int_t kDoNotProcess = BIT(10)

Definition at line 58 of file TBranch.h.

◆ kIsClone

const Int_t kIsClone = BIT(11)

Definition at line 59 of file TBranch.h.

◆ kMapObject

const Int_t kMapObject = kBranchObject | kBranchAny

Definition at line 62 of file TBranch.h.