FreeHEP API
Version current

hep.io.root.interfaces
Interface TLeafElement

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

public interface TLeafElement
extends RootObject, TLeaf

Source Code:
TLeafElement.java

Field Summary
static int rootIOVersion
           
 
Fields inherited from interface hep.io.root.interfaces.TLeaf
rootCheckSum
 
Method Summary
 int getID()
          element serial number in fInfo
 int getType()
          leaf type
 void setMember(RootMember member)
           
 
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

getID

public int getID()
element serial number in fInfo


setMember

public void setMember(RootMember member)

getType

public int getType()
leaf type


FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.