Logo ROOT   6.07/09
Reference Guide
Classes | Variables
TBranch.h File Reference
#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...
 

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

const Int_t kBranchAny = BIT(17)

Definition at line 55 of file TBranch.h.

const Int_t kBranchObject = BIT(12)

Definition at line 54 of file TBranch.h.

const Int_t kDoNotProcess = BIT(10)

Definition at line 52 of file TBranch.h.

const Int_t kIsClone = BIT(11)

Definition at line 53 of file TBranch.h.

const Int_t kMapObject = kBranchObject | kBranchAny

Definition at line 56 of file TBranch.h.