hep.io.root.reps
Class TBranchRep
java.lang.Object
hep.io.root.core.AbstractRootObject
hep.io.root.reps.TBranchRep
- All Implemented Interfaces:
- RootObject, TBranch, TNamed, TObject
- public abstract class TBranchRep
- extends AbstractRootObject
- implements TBranch
- Version:
- $Id: TBranchRep.java,v 1.8 2005/08/10 00:56:33 tonyj Exp $
- Author:
- Tony Johnson (tonyj@slac.stanford.edu)
- Source Code:
- TBranchRep.java
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface hep.io.root.interfaces.TBranch |
getBaskets, getBasketSize, getBranches, getCompress, getEntries, getEntryNumber, getEntryOffsetLen, getFileName, getLeaves, getMaxBaskets, getOffset, getTotBytes, getWriteBasket, getZipBytes |
TBranchRep
public TBranchRep()
getBasketBytes
public int[] getBasketBytes()
- Description copied from interface:
TBranch
- [fMaxBaskets] Length of baskets on file
- Specified by:
getBasketBytes
in interface TBranch
getBasketEntry
public long[] getBasketEntry()
- Description copied from interface:
TBranch
- [fMaxBaskets] Table of first entry in eack basket
- Specified by:
getBasketEntry
in interface TBranch
getBasketSeek
public long[] getBasketSeek()
- Description copied from interface:
TBranch
- [fMaxBaskets] Addresses of baskets on file
- Specified by:
getBasketSeek
in interface TBranch
getBranchForMangledName
public TBranch getBranchForMangledName(String name)
- Specified by:
getBranchForMangledName
in interface TBranch
getBranchForName
public TBranch getBranchForName(String name)
- Specified by:
getBranchForName
in interface TBranch
setPosition
public RootInput setPosition(TLeaf leaf,
long index)
throws IOException
- Specified by:
setPosition
in interface TBranch
- Throws:
IOException
read
public void read(RootInput in)
throws IOException
- Overrides:
read
in class AbstractRootObject
- Throws:
IOException
Copyright © 2000-2004 FreeHEP, All Rights Reserved.