30 fBaddressIsPtr(
kFALSE), fBranchPtr(0), fLoadResult(0)
84 std::cout <<
"<not calculated>";
virtual const char * GetName() const
Returns name of object.
Bool_t fBaddressIsPtr
! True if the address is a pointer to an address
UInt_t fBaddressType
! Type of the value pointed to by fBaddress
Int_t fNPackets
Number of packets.
virtual void SetLookedUp(Bool_t y=kTRUE)
Set/Reset the looked-up bit.
A TChainElement describes a component of a TChain.
void SetBit(UInt_t f, Bool_t set)
Set or unset the user status bits as specified in f.
TBranch ** fBranchPtr
! Address of user branch pointer (to updated upon loading a file)
Int_t fLoadResult
! Return value of TChain::LoadTree(); 0 means success
virtual void SetPacketSize(Int_t size=100)
Set number of entries per packet for parallel root.
char * fPackets
! Packet descriptor string
The TNamed class is the base class for all named ROOT classes.
virtual ~TChainElement()
Default destructor for a chain element.
void * fBaddress
! branch address when used as a branch
static void IndentLevel()
Functions used by ls() to indent an object hierarchy.
Long64_t fEntries
Number of entries in the tree of this chain element.
virtual void CreatePackets()
Initialize the packet descriptor string.
Int_t fPacketSize
Number of events in one packet for parallel root.
Int_t fStatus
branch status when used as a branch
TChainElement()
Default constructor for a chain element.
static constexpr Long64_t kMaxEntries
virtual const char * GetTitle() const
Returns title of object.
virtual void ls(Option_t *option="") const
List files in the chain.