TChainElement
class description - source file - inheritance tree
    public:
        TChainElement TChainElement(const Text_t* filename, const Text_t* title)
        TChainElement TChainElement()
        TChainElement TChainElement(TChainElement&)
         virtual void ~TChainElement()
              TClass* Class()
         virtual void CreatePackets()
        virtual void* GetBaddress()
      virtual Text_t* 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
      Text_t* fPackets     Packet descriptor string
                                                                      
 A TChainElement describes a component of a TChain.                   
                                                                      
 TChainElement(): TNamed()
*-*-*-*-*-*Default constructor for a chain element*-*-*-*-*-*-*-*-*-*-*-*-*
*-*        =======================================
 TChainElement(const Text_t *name, const Text_t *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()
              Text_t* 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:   2.22/01 26/04/99  11.51.22  by  Rene Brun
Copyright (c) 1995-1999, The ROOT System, All rights reserved.         *
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.