FreeHEP API
Version v1.2.2

hep.io.root.interfaces
Interface TLeafF

All Superinterfaces:
RootObject, TLeaf, TNamed, TObject
All Known Implementing Classes:
TLeafFRep

public interface TLeafF
extends RootObject, TLeaf


Field Summary
static int rootCheckSum
           
static int rootIOVersion
           
 
Method Summary
 float getMaximum()
          Maximum value if leaf range is specified
 float getMinimum()
          Minimum value if leaf range is specified
 float getValue(int index)
           
 
Methods inherited from interface hep.io.root.RootObject
getRootClass
 
Methods inherited from interface hep.io.root.interfaces.TLeaf
generateReadCode, getArrayDim, getIsRange, getIsUnsigned, getLeafCount, getLen, getLenType, getMaxIndex, getOffset, getWrappedValue, setBranch
 
Methods inherited from interface hep.io.root.interfaces.TNamed
getName, getTitle
 
Methods inherited from interface hep.io.root.interfaces.TObject
getBits, getUniqueID
 

Field Detail

rootIOVersion

public static final int rootIOVersion
See Also:
Constant Field Values

rootCheckSum

public static final int rootCheckSum
See Also:
Constant Field Values
Method Detail

getMaximum

public float getMaximum()
Maximum value if leaf range is specified


getMinimum

public float getMinimum()
Minimum value if leaf range is specified


getValue

public float getValue(int index)
               throws IOException
IOException

FreeHEP API
Version v1.2.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.