hep.io.root.interfaces
Interface TLeafL
- All Superinterfaces:
- RootObject, TLeaf, TNamed, TObject
- All Known Implementing Classes:
- TLeafLRep
public interface TLeafL
- extends RootObject, TLeaf
Method Summary |
long |
getMaximum()
Maximum value if leaf range is specified |
long |
getMinimum()
Minimum value if leaf range is specified |
long |
getValue(long index)
|
Methods inherited from interface hep.io.root.interfaces.TLeaf |
generateReadCode, getArrayDim, getIsRange, getIsUnsigned, getLeafCount, getLen, getLenType, getMaxIndex, getOffset, getWrappedValue, setBranch |
rootIOVersion
static final int rootIOVersion
- See Also:
- Constant Field Values
rootCheckSum
static final int rootCheckSum
- See Also:
- Constant Field Values
getMaximum
long getMaximum()
- Maximum value if leaf range is specified
getMinimum
long getMinimum()
- Minimum value if leaf range is specified
getValue
long getValue(long index)
throws IOException
- Throws:
IOException
Copyright © 2000-2013 FreeHEP. All Rights Reserved.