Logo ROOT   6.10/09
Reference Guide
Classes | Namespaces | Variables
TBranch.h File Reference
#include <memory>
#include "TNamed.h"
#include "TObjArray.h"
#include "TAttFill.h"
#include "TDataType.h"
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...
 

Namespaces

 ROOT
 Namespace for new ROOT classes and functions.
 
 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 48 of file TBranch.h.

◆ kBranchObject

const Int_t kBranchObject = BIT(12)

Definition at line 47 of file TBranch.h.

◆ kDoNotProcess

const Int_t kDoNotProcess = BIT(10)

Definition at line 45 of file TBranch.h.

◆ kIsClone

const Int_t kIsClone = BIT(11)

Definition at line 46 of file TBranch.h.

◆ kMapObject

const Int_t kMapObject = kBranchObject | kBranchAny

Definition at line 49 of file TBranch.h.