TLeafF
class description - source file - inheritance tree
public:
TLeafF TLeafF()
TLeafF TLeafF(Text_t* name, Text_t* type)
TLeafF TLeafF(TLeafF&)
virtual void ~TLeafF()
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 *const add = 0)
virtual void ShowMembers(TMemberInspector const& insp, char* parent)
virtual void Streamer(TBuffer const& b)
protected:
Float_t fMinimum Minimum value if leaf range is specified
Float_t fMaximum Maximum value if leaf range is specified
Float_t* fValue !Pointer to data buffer
A TLeaf for a 32 bit floating point data type.
TLeafF(): TLeaf()
*-*-*-*-*-*Default constructor for LeafF*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-* ============================
TLeafF(const Text_t *name, const Text_t *type)
:TLeaf(name,type)
*-*-*-*-*-*-*-*-*-*-*-*-*Create a LeafF*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-* ==============
*-*
~TLeafF()
*-*-*-*-*-*Default destructor for a LeafF*-*-*-*-*-*-*-*-*-*-*-*
*-* ===============================
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*-*-*-*-*-*-*
*-* ==========================================
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
const Text_t* GetTypeName()
Float_t GetValue(Int_t i = 0, TTreeFormula* f = 0)
void* GetValuePointer()
TClass* Class()
TClass* IsA()
void ShowMembers(TMemberInspector const& insp, char* parent)
void Streamer(TBuffer const& b)
TLeafF TLeafF(TLeafF&)
Author: Rene Brun 12/01/96
Last update: 2.22/00 08/04/99 14.16.24 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.