hep.io.root.interfaces
Interface TBranchElement

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

public interface TBranchElement
extends RootObject, TBranch


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.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
 
Methods inherited from interface hep.io.root.RootObject
getRootClass
 

Field Detail

rootIOVersion

static final int rootIOVersion
See Also:
Constant Field Values
Method Detail

getBranchCount

TBranchElement getBranchCount()
pointer to primary branchcount branch


getBranchCount2

TBranchElement getBranchCount2()
pointer to secondary branchcount branch


getClassName

String getClassName()
Class name of referenced object


getClassVersion

int getClassVersion()
Version number of class


getCloneClass

Class getCloneClass()

getClonesName

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


getID

int getID()
element serial number in fInfo


getMaximum

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


getParentName

String getParentName()
Name of parent class


getStreamerType

int getStreamerType()
branch streamer type


getType

int getType()
branch type



Copyright © 2000-2013 FreeHEP. All Rights Reserved.