FreeHEP API
Version current

hep.io.root.interfaces
Interface TLeafC

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

public interface TLeafC
extends RootObject, TLeaf

Source Code:
TLeafC.java

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

Field Detail

rootIOVersion

public static final int rootIOVersion
See Also:
Constant Field Values

rootCheckSum

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

getMaximum

public int getMaximum()
Maximum value if leaf range is specified


getMinimum

public int getMinimum()
Minimum value if leaf range is specified


getValue

public String getValue(long index)
                throws IOException
Throws:
IOException

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.