hep.io.root.reps
Class TBranchElementRep
java.lang.Object
hep.io.root.core.AbstractRootObject
hep.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
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 |
TBranchElementRep
public TBranchElementRep()
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
Copyright © 2000-2004 FreeHEP, All Rights Reserved.