hep.io.root.interfaces
Interface TLeafD

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

public interface TLeafD
extends RootObject, TLeaf


Field Summary
static int rootCheckSum
           
static int rootIOVersion
           
 
Method Summary
 double getMaximum()
          Maximum value if leaf range is specified
 double getMinimum()
          Minimum value if leaf range is specified
 double getValue(long index)
           
 
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
 
Methods inherited from interface hep.io.root.RootObject
getRootClass
 

Field Detail

rootIOVersion

static final int rootIOVersion
See Also:
Constant Field Values

rootCheckSum

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

getMaximum

double getMaximum()
Maximum value if leaf range is specified


getMinimum

double getMinimum()
Minimum value if leaf range is specified


getValue

double getValue(long index)
                throws IOException
Throws:
IOException


Copyright © 2000-2013 FreeHEP. All Rights Reserved.