Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
TBranch.h File Reference
#include "TNamed.h"
#include "TAttFill.h"
#include "TObjArray.h"
#include "TBranchCacheInfo.h"
#include "TDataType.h"
#include "Compression.h"
#include "ROOT/TIOFeatures.hxx"

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
namespace  ROOT::Experimental
 Namespace for ROOT features in testing.
namespace  ROOT::Experimental::Internal
namespace  ROOT::Internal

Variables

const Int_t kBranchAny = (1ULL << (17))
const Int_t kBranchObject = (1ULL << (12))
const Int_t kDoNotProcess = (1ULL << (10))
const Int_t kIsClone = (1ULL << (11))
const Int_t kMapObject = kBranchObject | kBranchAny

Variable Documentation

◆ kBranchAny

const Int_t kBranchAny = (1ULL << (17))

Definition at line 59 of file TBranch.h.

◆ kBranchObject

const Int_t kBranchObject = (1ULL << (12))

Definition at line 58 of file TBranch.h.

◆ kDoNotProcess

const Int_t kDoNotProcess = (1ULL << (10))

Definition at line 56 of file TBranch.h.

◆ kIsClone

const Int_t kIsClone = (1ULL << (11))

Definition at line 57 of file TBranch.h.

◆ kMapObject

const Int_t kMapObject = kBranchObject | kBranchAny

Definition at line 60 of file TBranch.h.