FreeHEP API
Version current

hep.io.root.interfaces
Interface TBranchElement

All Superinterfaces:
RootObject, TBranch, TNamed, TObject
All Known Implementing Classes:
TBranchElementRep

public interface TBranchElement
extends RootObject, TBranch

Source Code:
TBranchElement.java

Field Summary
static int rootIOVersion
           
 
Fields inherited from interface hep.io.root.interfaces.TBranch
rootCheckSum
 
Method Summary
 TBranchElement getBranchCount()
          pointer to primary branchcount branch
 TBranchElement getBranchCount2()
          pointer to secondary branchcount branch
 String getClassName()
          Class name of referenced object
 int getClassVersion()
          Version number of class
 Class getCloneClass()
           
 String getClonesName()
          Name of class in TClonesArray (if any)
 int getID()
          element serial number in fInfo
 int getMaximum()
          Maximum entries for a TClonesArray or variable array
 String getParentName()
          Name of parent class
 int getStreamerType()
          branch streamer type
 int getType()
          branch type
 
Methods inherited from interface hep.io.root.RootObject
getRootClass
 
Methods inherited from interface hep.io.root.interfaces.TBranch
getBasketBytes, getBasketEntry, getBaskets, getBasketSeek, getBasketSize, getBranches, getBranchForMangledName, getBranchForName, getCompress, getEntries, getEntryNumber, getEntryOffsetLen, getFileName, getLeaves, getMaxBaskets, getOffset, getTotBytes, getWriteBasket, getZipBytes, setPosition
 
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

getBranchCount

public TBranchElement getBranchCount()
pointer to primary branchcount branch


getBranchCount2

public TBranchElement getBranchCount2()
pointer to secondary branchcount branch


getClassName

public String getClassName()
Class name of referenced object


getClassVersion

public int getClassVersion()
Version number of class


getCloneClass

public Class getCloneClass()

getClonesName

public String getClonesName()
Name of class in TClonesArray (if any)


getID

public int getID()
element serial number in fInfo


getMaximum

public int getMaximum()
Maximum entries for a TClonesArray or variable array


getParentName

public String getParentName()
Name of parent class


getStreamerType

public int getStreamerType()
branch streamer type


getType

public int getType()
branch type


FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.