hep.io.root.interfaces
Interface TLeafD
- All Superinterfaces:
- RootObject, TLeaf, TNamed, TObject
- All Known Implementing Classes:
- TLeafDRep
- public interface TLeafD
- extends RootObject, TLeaf
- Source Code:
- TLeafD.java
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 |
rootIOVersion
public static final int rootIOVersion
- See Also:
- Constant Field Values
rootCheckSum
public static final int rootCheckSum
- See Also:
- Constant Field Values
getMaximum
public double getMaximum()
- Maximum value if leaf range is specified
getMinimum
public double getMinimum()
- Minimum value if leaf range is specified
getValue
public double getValue(long index)
throws IOException
- Throws:
IOException
Copyright © 2000-2004 FreeHEP, All Rights Reserved.