TLeafI


class description - source file - inheritance tree

class TLeafI : public TLeaf


    public:
TLeafI TLeafI(const Text_t* name, const Text_t* type) TLeafI TLeafI() TLeafI TLeafI(TLeafI&) virtual void ~TLeafI() TClass* Class() virtual void Export(TClonesArray* list, Int_t n) virtual void FillBasket(TBuffer& b) virtual Int_t GetMaximum() virtual Int_t GetMinimum() 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 SetMaximum(Int_t max) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b)

Data Members

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

Class Description

                                                                      
 A TLeaf for an Integer data type.                                    


TLeafI(): TLeaf()
*-*-*-*-*-*Default constructor for LeafI*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*        ============================

TLeafI(const Text_t *name, const Text_t *type) :TLeaf(name,type)
*-*-*-*-*-*-*-*-*-*-*-*-*Create a LeafI*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*                      ==============
*-*

~TLeafI()
*-*-*-*-*-*Default destructor for a LeafI*-*-*-*-*-*-*-*-*-*-*-*
*-*        ===============================

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*-*-*-*-*-*-*-*-*-*-*-*
*-*            =========================

Float_t GetValue(Int_t i)
*-*-*-*-*-*-*-*Returns current value of leaf*-*-*-*-*-*-*-*-*-*-*-*
*-*            =============================

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


              Int_t GetMaximum()
              Int_t GetMinimum()
              void* GetValuePointer()
               void SetMaximum(Int_t max)
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
             TLeafI TLeafI(TLeafI&)


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