TLeafS
class description - source file - inheritance tree
public:
TLeafS TLeafS()
TLeafS TLeafS(Text_t* name, Text_t* type)
TLeafS TLeafS(TLeafS&)
virtual void ~TLeafS()
TClass* Class()
virtual void Export(TClonesArray* list, Int_t n)
virtual void FillBasket(TBuffer& b)
virtual const Text_t* GetTypeName()
virtual Float_t GetValue(Int_t i = 0, TTreeFormula* f = 0)
virtual void* GetValuePointer()
virtual void Import(TClonesArray* list, Int_t n)
virtual TClass* IsA()
virtual void Print(Option_t* option)
virtual void ReadBasket(TBuffer& b)
virtual void SetAddress(void* add = 0)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
protected:
Short_t fMinimum Minimum value if leaf range is specified
Short_t fMaximum Maximum value if leaf range is specified
Short_t* fValue !Pointer to data buffer
A TLeaf for a 16 bit Integer data type.
TLeafS(): TLeaf()
*-*-*-*-*-*Default constructor for LeafS*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-* ============================
TLeafS(const Text_t *name, const Text_t *type)
:TLeaf(name,type)
*-*-*-*-*-*-*-*-*-*-*-*-*Create a LeafS*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-* ==============
*-*
~TLeafS()
*-*-*-*-*-*Default destructor for a LeafS*-*-*-*-*-*-*-*-*-*-*-*
*-* ===============================
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, TTreeFormula *)
*-*-*-*-*-*-*-*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 SetAddress(void *add)
*-*-*-*-*-*-*-*-*-*-*Set leaf buffer data address*-*-*-*-*-*
*-* ============================
Inline Functions
void* GetValuePointer()
TClass* Class()
TClass* IsA()
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
TLeafS TLeafS(TLeafS&)
Author: Rene Brun 12/01/96
Last update: 2.22/00 08/04/99 14.21.16 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.