ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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

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

Definition at line 53 of file TBranch.h.

Referenced by TBranchClones::Init(), and TBranch::SetAddress().

const Int_t kMapObject = kBranchObject | kBranchAny

Definition at line 56 of file TBranch.h.