hep.io.root.reps
Class TTreeRep

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

public abstract class TTreeRep
extends AbstractRootObject
implements TTree

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

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.interfaces.TNamed
getName, getTitle
 
Methods inherited from interface hep.io.root.interfaces.TObject
getBits, getUniqueID
 
Methods inherited from interface hep.io.root.RootObject
getRootClass
 
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


Copyright © 2000-2013 FreeHEP. All Rights Reserved.