ROOT  6.06/08
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:

Go to the source code of this file.

Classes

class  TBranch
 A TTree is a list of TBranches. More...
 

Variables

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

Variable Documentation

§ kBranchAny

const Int_t kBranchAny = BIT(17)

§ kBranchObject

const Int_t kBranchObject = BIT(12)

§ kDoNotProcess

const Int_t kDoNotProcess = BIT(10)

§ kIsClone

const Int_t kIsClone = BIT(11)

§ kMapObject

const Int_t kMapObject = kBranchObject | kBranchAny

Definition at line 56 of file TBranch.h.