TLeafB


class description - source file - inheritance tree

class TLeafB : public TLeaf


    public:
TLeafB TLeafB(const Text_t* name, const Text_t* type) TLeafB TLeafB() TLeafB TLeafB(TLeafB&) virtual void ~TLeafB() TClass* Class() virtual void Export(TClonesArray* list, Int_t n) virtual void FillBasket(TBuffer& b) virtual const Text_t* GetTypeName() const virtual Float_t GetValue(Int_t i = 0) virtual void* GetValuePointer() virtual void Import(TClonesArray* list, Int_t n) virtual TClass* IsA() const virtual void Print(Option_t* option) virtual void ReadBasket(TBuffer& b) virtual void ReadBasketExport(TBuffer& b, TClonesArray* list, Int_t n) virtual void SetAddress(void* add = 0) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b)

Data Members

protected:
Char_t fMinimum Minimum value if leaf range is specified Char_t fMaximum Maximum value if leaf range is specified Char_t* fValue !Pointer to data buffer

Class Description

                                                                      
 A TLeaf for an 8 bit Integer data type.                              


TLeafB(): TLeaf()
*-*-*-*-*-*Default constructor for LeafB*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*        ============================

TLeafB(const Text_t *name, const Text_t *type) :TLeaf(name,type)
*-*-*-*-*-*-*-*-*-*-*-*-*Create a LeafB*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*                      ==============
*-*

~TLeafB()
*-*-*-*-*-*Default destructor for a LeafB*-*-*-*-*-*-*-*-*-*-*-*
*-*        ===============================

void Export(TClonesArray *list, Int_t n)
*-*-*-*-*-*Export element from local leaf buffer to ClonesArray*-*-*-*-*
*-*        ====================================================

void FillBasket(TBuffer &b)
*-*-*-*-*-*-*-*-*-*-*Pack leaf elements in Basket output buffer*-*-*-*-*-*-*
*-*                  ==========================================

const Text_t* GetTypeName() const
*-*-*-*-*-*-*-*Returns name of leaf type*-*-*-*-*-*-*-*-*-*-*-*
*-*            =========================

void Import(TClonesArray *list, Int_t n)
*-*-*-*-*-*Import element from ClonesArray into local leaf buffer*-*-*-*-*
*-*        ======================================================

void Print(Option_t *option)
*-*-*-*-*-*-*-*-*-*-*Print a description of this leaf*-*-*-*-*-*-*-*-*
*-*                  ================================

void ReadBasket(TBuffer &b)
*-*-*-*-*-*-*-*-*-*-*Read leaf elements from Basket input buffer*-*-*-*-*-*
*-*                  ===========================================

void ReadBasketExport(TBuffer &b, TClonesArray *list, Int_t n)
*-*-*-*-*-*-*-*-*-*-*Read leaf elements from Basket input buffer*-*-*-*-*-*
  and export buffer to TClonesArray objects

void SetAddress(void *add)
*-*-*-*-*-*-*-*-*-*-*Set leaf buffer data address*-*-*-*-*-*
*-*                  ============================



Inline Functions


            Float_t GetValue(Int_t i = 0)
              void* GetValuePointer()
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
             TLeafB TLeafB(TLeafB&)


Author: Rene Brun 12/01/96
Last update: 2.23/07 26/10/99 15.36.57 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.