FreeHEP API
Version current

hep.io.root.reps
Class TTreeRep

java.lang.Object
  extended byhep.io.root.core.AbstractRootObject
      extended byhep.io.root.reps.TTreeRep
All Implemented Interfaces:
RootObject, TAttFill, TAttLine, TAttMarker, TNamed, TObject, TTree

public abstract class TTreeRep
extends AbstractRootObject
implements TTree

Version:
$Id: TTreeRep.java,v 1.4 2004/06/28 15:21:25 tonyj Exp $
Author:
tonyj
Source Code:
TTreeRep.java

Field Summary
 
Fields inherited from interface hep.io.root.interfaces.TTree
rootIOVersion
 
Fields inherited from interface hep.io.root.interfaces.TAttLine
rootCheckSum
 
Fields inherited from interface hep.io.root.interfaces.TAttFill
rootCheckSum
 
Constructor Summary
TTreeRep()
           
 
Method Summary
 TBranch getBranch(int index)
           
 TBranch getBranch(String name)
           
 int getNBranches()
           
 
Methods inherited from class hep.io.root.core.AbstractRootObject
dump, getRootClass, read, 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.TTree
getAutoSave, getBranches, getEntries, getEstimate, getIndex, getIndexValues, getLeaves, getMaxEntryLoop, getMaxVirtualSize, getSavedBytes, getScanField, getTimerInterval, getTotBytes, getUpdate, getZipBytes
 
Methods inherited from interface hep.io.root.RootObject
getRootClass
 
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.interfaces.TAttLine
getLineColor, getLineStyle, getLineWidth
 
Methods inherited from interface hep.io.root.interfaces.TAttFill
getFillColor, getFillStyle
 
Methods inherited from interface hep.io.root.interfaces.TAttMarker
getMarkerColor, getMarkerSize, getMarkerStyle
 

Constructor Detail

TTreeRep

public TTreeRep()
Method Detail

getBranch

public TBranch getBranch(int index)
Specified by:
getBranch in interface TTree

getBranch

public TBranch getBranch(String name)
Specified by:
getBranch in interface TTree

getNBranches

public int getNBranches()
Specified by:
getNBranches in interface TTree

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.