UInt_t* | fBasketBranchNum | [fMaxBaskets] Index of the branch(es) of the basket. |
Long64_t* | fBasketEntry | [fMaxBaskets] list of basket start entries. |
UInt_t* | fBasketIndex | [fMaxBaskets] ordered list of basket indices to be written. |
UInt_t* | fBasketNum | [fMaxBaskets] index of the basket within the branch. |
Long64_t* | fBasketSeek | [fMaxBaskets] list of basket position to be read. |
Int_t | fCacheSize | Requested size of the file cache |
UInt_t | fCloneMethod | Indicates which cloning method was selected. |
TFileCacheRead* | fFileCache | File Cache used to reduce the number of individual reads |
TObjArray | fFromBranches | |
TTree* | fFromTree | |
Bool_t | fIsValid | |
UInt_t | fMaxBaskets | |
Option_t* | fMethod | |
Bool_t | fNeedConversion | True if the fast merge is not possible but a slow merge might possible. |
UInt_t | fOptions | |
UShort_t | fPidOffset | Offset to be added to the copied key/basket. |
TFileCacheRead* | fPrevCache | Cache that set before the TTreeCloner ctor for the 'from' TTree if any. |
TObjArray | fToBranches | |
Long64_t | fToStartEntries | Number of entries in the target tree before any addition. |
TTree* | fToTree | |
TString | fWarningMsg | Text of the error message lead to an 'invalid' state |
static TTreeCloner::ECloneMethod | kDefault | |
static TTreeCloner::ECloneMethod | kSortBasketsByBranch | |
static TTreeCloner::ECloneMethod | kSortBasketsByEntry | |
static TTreeCloner::ECloneMethod | kSortBasketsByOffset | |