Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
TTree.cxx File Reference

Functions

bool CheckReshuffling (TTree &mainTree, TTree &friendTree)
static char DataTypeToChar (EDataType datatype)
static TBranchR__FindBranchHelper (TObjArray *list, const char *branchname)
 Search in the array for a branch matching the branch name, with the branch possibly expressed as a 'full' path name (with dots).
void TFriendElement__SetTree (TTree *tree, TList *frlist)
 Set the fTree member for all friend elements.

Variables

constexpr Int_t kNEntriesResort = 100
constexpr Float_t kNEntriesResortInv = 1.f/kNEntriesResort

Function Documentation

◆ CheckReshuffling()

bool CheckReshuffling ( TTree & mainTree,
TTree & friendTree )

Definition at line 1267 of file TTree.cxx.

◆ DataTypeToChar()

char DataTypeToChar ( EDataType datatype)
static

Definition at line 485 of file TTree.cxx.

◆ R__FindBranchHelper()

TBranch * R__FindBranchHelper ( TObjArray * list,
const char * branchname )
static

Search in the array for a branch matching the branch name, with the branch possibly expressed as a 'full' path name (with dots).

Definition at line 4841 of file TTree.cxx.

◆ TFriendElement__SetTree()

void TFriendElement__SetTree ( TTree * tree,
TList * frlist )

Set the fTree member for all friend elements.

Definition at line 9797 of file TTree.cxx.

Variable Documentation

◆ kNEntriesResort

Int_t kNEntriesResort = 100
constexpr

Definition at line 474 of file TTree.cxx.

◆ kNEntriesResortInv

Float_t kNEntriesResortInv = 1.f/kNEntriesResort
constexpr

Definition at line 475 of file TTree.cxx.