hep.io.root.reps
Class TBranchClonesRep

java.lang.Object
  extended by hep.io.root.core.AbstractRootObject
      extended by hep.io.root.reps.TBranchClonesRep
All Implemented Interfaces:
TBranch, TBranchClones, TNamed, TObject, RootObject

public abstract class TBranchClonesRep
extends AbstractRootObject
implements TBranchClones

Version:
$Id: TBranchClonesRep.java 8584 2006-08-10 23:06:37Z duns $
Author:
tonyj

Field Summary
 
Fields inherited from interface hep.io.root.interfaces.TBranch
rootCheckSum, rootIOVersion
 
Constructor Summary
TBranchClonesRep()
           
 
Method Summary
 TObjArray getLeaves()
          -> List of leaves of this branch
 Class getObjectClass()
           
 void readMembers(RootInput in)
           
 
Methods inherited from class hep.io.root.core.AbstractRootObject
dump, getRootClass, read
 
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.TBranchClones
getBranchCount, getClassName, getEntryOffset
 
Methods inherited from interface hep.io.root.interfaces.TBranch
getBasketBytes, getBasketEntry, getBaskets, getBasketSeek, getBasketSize, getBranches, getBranchForMangledName, getBranchForName, getCompress, getEntries, getEntryNumber, getEntryOffsetLen, getFileName, 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
 

Constructor Detail

TBranchClonesRep

public TBranchClonesRep()
Method Detail

getLeaves

public TObjArray getLeaves()
Description copied from interface: TBranch
-> List of leaves of this branch

Specified by:
getLeaves in interface TBranch

getObjectClass

public Class getObjectClass()
Specified by:
getObjectClass in interface TBranchClones

readMembers

public void readMembers(RootInput in)
                 throws IOException
Overrides:
readMembers in class AbstractRootObject
Throws:
IOException


Copyright © 2000-2013 FreeHEP. All Rights Reserved.