TChainElement
class description - source file - inheritance tree
public:
TChainElement TChainElement()
TChainElement TChainElement(const char* filename, const char* title)
TChainElement TChainElement(TChainElement&)
virtual void ~TChainElement()
static TClass* Class()
virtual void CreatePackets()
virtual void* GetBaddress()
virtual char* GetPackets()
virtual Int_t GetPacketSize()
virtual Int_t GetStatus()
virtual TClass* IsA() const
virtual void SetBaddress(void* add)
virtual void SetNumberEntries(Int_t n)
virtual void SetPacketSize(Int_t size = 100)
virtual void SetStatus(Int_t status)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
protected:
Int_t fEntries Number of entries in the tree of this chain element
Int_t fNPackets Number of packets
Int_t fPacketSize Number of events in one packet for parallel root
Int_t fStatus branch status when used as a branch
void* fBaddress branch address when used as a branch
char* fPackets Packet descriptor string
A TChainElement describes a component of a TChain.
TChainElement(): TNamed()
*-*-*-*-*-*Default constructor for a chain element*-*-*-*-*-*-*-*-*-*-*-*-*
*-* =======================================
TChainElement(const char *name, const char *title)
:TNamed(name,title)
*-*-*-*-*-*-*-*-*-*-*-*-*Create a chain element*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-* ======================
~TChainElement()
*-*-*-*-*-*Default destructor for a chain element*-*-*-*-*-*-*-*-*-*-*-*
*-* ======================================
void CreatePackets()
*-*-*-*-*-*-*-*-*Initialize the packet descriptor string*-*-*-*-*-*-*-*-*-*
*-* =======================================
void SetPacketSize(Int_t size)
*-*-*-*-*-*-*-*-*Set number of entries per packet for parallel root*-*-*-*-*
*-* =================================================
Inline Functions
void* GetBaddress()
char* GetPackets()
Int_t GetPacketSize()
Int_t GetStatus()
void SetBaddress(void* add)
void SetNumberEntries(Int_t n)
void SetStatus(Int_t status)
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
TChainElement TChainElement(TChainElement&)
Author: Rene Brun 11/02/97
Last update: root/tree:$Name: $:$Id: TChainElement.cxx,v 1.1.1.1 2000/05/16 17:00:45 rdm Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
ROOT page - Class index - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.