hep.io.root.interfaces
Interface TLeafS
- All Superinterfaces:
- RootObject, TLeaf, TNamed, TObject
- All Known Implementing Classes:
- TLeafSRep
- public interface TLeafS
- extends RootObject, TLeaf
- Source Code:
- TLeafS.java
Method Summary |
short |
getMaximum()
Maximum value if leaf range is specified |
short |
getMinimum()
Minimum value if leaf range is specified |
short |
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 short getMaximum()
- Maximum value if leaf range is specified
getMinimum
public short getMinimum()
- Minimum value if leaf range is specified
getValue
public short getValue(long index)
throws IOException
- Throws:
IOException
Copyright © 2000-2004 FreeHEP, All Rights Reserved.