FreeHEP API
Version current

hep.io.root.interfaces
Interface TLeafObject

All Superinterfaces:
RootObject, TLeaf, TNamed, TObject
All Known Implementing Classes:
CloneLeaf, TLeafObjectRep

public interface TLeafObject
extends RootObject, TLeaf

Source Code:
TLeafObject.java

Field Summary
static int rootIOVersion
           
 
Fields inherited from interface hep.io.root.interfaces.TLeaf
rootCheckSum
 
Method Summary
 Object getValue(long index)
           
 boolean getVirtual()
          Support for Virtuality
 
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
Method Detail

getValue

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

getVirtual

public boolean getVirtual()
Support for Virtuality


FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.