FreeHEP API
Version current

hep.io.root.reps
Class TBranchElementRep

java.lang.Object
  extended byhep.io.root.core.AbstractRootObject
      extended byhep.io.root.reps.TBranchElementRep
All Implemented Interfaces:
RootObject, TBranch, TBranchElement, TNamed, TObject

public abstract class TBranchElementRep
extends AbstractRootObject
implements TBranchElement

Version:
$Id: TBranchElementRep.java,v 1.5 2005/08/10 00:56:33 tonyj Exp $
Author:
Tony Johnson (tonyj@slac.stanford.edu)
Source Code:
TBranchElementRep.java

Field Summary
 
Fields inherited from interface hep.io.root.interfaces.TBranchElement
rootIOVersion
 
Fields inherited from interface hep.io.root.interfaces.TBranch
rootCheckSum
 
Constructor Summary
TBranchElementRep()
           
 
Method Summary
 Class getCloneClass()
          If this branch represents a (split) TClonesArray this will return the class used to represent the elements of the array.
 void read(RootInput in)
           
 
Methods inherited from class hep.io.root.core.AbstractRootObject
dump, getRootClass, readMembers
 
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.TBranchElement
getBranchCount, getBranchCount2, getClassName, getClassVersion, getClonesName, getID, getMaximum, getParentName, getStreamerType, getType
 
Methods inherited from interface hep.io.root.RootObject
getRootClass
 
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
 

Constructor Detail

TBranchElementRep

public TBranchElementRep()
Method Detail

getCloneClass

public Class getCloneClass()
If this branch represents a (split) TClonesArray this will return the class used to represent the elements of the array.

Specified by:
getCloneClass in interface TBranchElement

read

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

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.