Uses of Interface
hep.io.root.interfaces.TBranch

Packages that use TBranch
hep.io.root.core   
hep.io.root.interfaces Public interfaces implemented by objects read from a Root file. 
hep.io.root.reps   
 

Uses of TBranch in hep.io.root.core
 

Methods in hep.io.root.core with parameters of type TBranch
 void CloneLeaf.setBranch(TBranch branch)
           
 

Constructors in hep.io.root.core with parameters of type TBranch
Clones2Builder(TBranch branch)
           
HollowBuilder(TBranch branch)
           
HollowBuilder(TBranch branch, boolean hasSubIndex)
           
HollowBuilder(TBranch branch, String prefix)
           
HollowBuilder(TBranch branch, String prefix, boolean hasSubIndex)
           
 

Uses of TBranch in hep.io.root.interfaces
 

Subinterfaces of TBranch in hep.io.root.interfaces
 interface TBranchClones
           
 interface TBranchElement
           
 interface TBranchObject
           
 

Methods in hep.io.root.interfaces that return TBranch
 TBranch TTree.getBranch(int index)
           
 TBranch TTree.getBranch(String name)
           
 TBranch TBranchClones.getBranchCount()
           
 TBranch TBranch.getBranchForMangledName(String name)
           
 TBranch TBranch.getBranchForName(String name)
           
 

Methods in hep.io.root.interfaces with parameters of type TBranch
 void TLeaf.setBranch(TBranch branch)
           
 

Uses of TBranch in hep.io.root.reps
 

Classes in hep.io.root.reps that implement TBranch
 class TBranchClonesRep
           
 class TBranchElementRep
           
 class TBranchRep
           
 

Methods in hep.io.root.reps that return TBranch
 TBranch TTreeRep.getBranch(int index)
           
 TBranch TTreeRep.getBranch(String name)
           
 TBranch TBranchRep.getBranchForMangledName(String name)
           
 TBranch TBranchRep.getBranchForName(String name)
           
 

Methods in hep.io.root.reps with parameters of type TBranch
 void TLeafSRep.setBranch(TBranch branch)
           
 void TLeafDRep.setBranch(TBranch branch)
           
 void TLeafBRep.setBranch(TBranch branch)
           
 void TLeafElementRep.setBranch(TBranch branch)
           
 void TLeafORep.setBranch(TBranch branch)
           
 void TLeafLRep.setBranch(TBranch branch)
           
 void TLeafObjectRep.setBranch(TBranch branch)
           
 void TLeafCRep.setBranch(TBranch branch)
           
 void TLeafIRep.setBranch(TBranch branch)
           
 void TLeafFRep.setBranch(TBranch branch)
           
 



Copyright © 2000-2013 FreeHEP. All Rights Reserved.