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