hep.io.root.reps
Class TBranchRep
java.lang.Object
hep.io.root.core.AbstractRootObject
hep.io.root.reps.TBranchRep
- All Implemented Interfaces:
- TBranch, TNamed, TObject, RootObject
public abstract class TBranchRep
- extends AbstractRootObject
- implements TBranch
- Version:
- $Id: TBranchRep.java 8584 2006-08-10 23:06:37Z duns $
- Author:
- Tony Johnson (tonyj@slac.stanford.edu)
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-2013 FreeHEP. All Rights Reserved.