59 Error(
"TTreeReaderValueBase::GetLeaf()",
"Unable to get the tree from the TTreeReader");
66 Error(
"TTreeReaderValueBase::GetLeaf()",
"Unable to get the branch from the tree");
72 Error(
"TTreeReaderValueBase::GetLeaf()",
"Failed to get the leaf from the branch");
78 Error(
"TTreeReaderValueBase::GetLeaf()",
"We are not reading a leaf");
long long Long64_t
Portable signed long integer 8 bytes.
Error("WriteTObject","The current directory (%s) is not associated with a file. The object (%s) has not been written.", GetName(), objname)
TTreeReaderFast * fTreeReader
void CreateProxy()
Attach this value to the appropriate branch on the tree.
ROOT::Internal::TTreeReaderValueBase::ESetupStatus fSetupStatus
Long64_t fLastChainOffset
virtual ~TTreeReaderValueFastBase()
Unregister from tree reader, cleanup.
ROOT::Internal::TTreeReaderValueBase::EReadStatus fReadStatus
@ kSetupMissingBranch
The specified branch cannot be found.
@ kSetupMatch
This branch has been set up, branch data type and reader template type match, reading should succeed.
@ kReadError
Problem reading data.
@ kReadSuccess
Data read okay.
A TTree is a list of TBranches.
virtual TLeaf * GetLeaf(const char *name) const
Return pointer to the 1st Leaf named name in thisBranch.
A TTree represents a columnar dataset.
virtual TBranch * GetBranch(const char *name)
Return pointer to the branch with the given name in this tree or its friends.