Package org.jlab.clas.physics
Class EventTree
java.lang.Object
org.jlab.groot.tree.Tree
org.jlab.clas.physics.EventTree
- All Implemented Interfaces:
- org.jlab.groot.tree.ITree,- org.jlab.groot.tree.TreeProvider
public class EventTree
extends org.jlab.groot.tree.Tree
implements org.jlab.groot.tree.TreeProvider
- Author:
- gavalian
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classclass describing EventTree branchstatic class
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionList<org.jlab.groot.data.DataVector>actionTreeNode(TreePath[] path, int limit) voidvoidaddBranchWithFilter(String name, String filter, String genFilter) voidorg.jlab.groot.tree.DynamicTreeintvoidinitTree()static voidvoidopenFile()voidprocessEvent(DataEvent event) intreadEntry(int entry) booleanreadNext()voidreset()voidorg.jlab.groot.tree.Treetree()Methods inherited from class org.jlab.groot.tree.TreeaddBranch, addBranch, configure, getBranch, getBranchData, getBranches, getDataVector, getDataVector, getDataVectors, getListOfBranches, getName, getRootNode, getScanResults, getSelector, getTreeIcons, hasBranch, initTreeIcons, print, resetBranches, scanTree, setBranchData, show, toString
- 
Constructor Details- 
EventTreepublic EventTree()
 
- 
- 
Method Details- 
resetpublic void reset()- Specified by:
- resetin interface- org.jlab.groot.tree.ITree
- Overrides:
- resetin class- org.jlab.groot.tree.Tree
 
- 
getEntriespublic int getEntries()- Specified by:
- getEntriesin interface- org.jlab.groot.tree.ITree
- Overrides:
- getEntriesin class- org.jlab.groot.tree.Tree
 
- 
readEntrypublic int readEntry(int entry) - Specified by:
- readEntryin interface- org.jlab.groot.tree.ITree
- Overrides:
- readEntryin class- org.jlab.groot.tree.Tree
 
- 
readNextpublic boolean readNext()- Specified by:
- readNextin interface- org.jlab.groot.tree.ITree
- Overrides:
- readNextin class- org.jlab.groot.tree.Tree
 
- 
setSource- Specified by:
- setSourcein interface- org.jlab.groot.tree.TreeProvider
 
- 
addBranch
- 
addBranchWithFilter
- 
addLeaf
- 
initTreepublic void initTree()
- 
processEvent
- 
treepublic org.jlab.groot.tree.Tree tree()- Specified by:
- treein interface- org.jlab.groot.tree.TreeProvider
 
- 
getTreeModel- Specified by:
- getTreeModelin interface- org.jlab.groot.tree.TreeProvider
 
- 
getDynamicTreepublic org.jlab.groot.tree.DynamicTree getDynamicTree()- Overrides:
- getDynamicTreein class- org.jlab.groot.tree.Tree
 
- 
actionTreeNode- Specified by:
- actionTreeNodein interface- org.jlab.groot.tree.TreeProvider
 
- 
treeConfigure- Specified by:
- treeConfigurein interface- org.jlab.groot.tree.TreeProvider
 
- 
openFilepublic void openFile()
- 
main
 
-