Contents
- Description
- Nested Class Summary
- Constructor Summary
- Method Summary
- Constructor Details
- Method Details
- reset()
- getEntries()
- readEntry(int)
- readNext()
- setSource(String)
- addBranch(String, String)
- addBranchWithFilter(String, String, String)
- addLeaf(String, String, String, String...)
- initTree()
- processEvent(DataEvent)
- tree()
- getTreeModel()
- getDynamicTree()
- actionTreeNode(TreePath[], int)
- treeConfigure()
- openFile()
- main(String[])
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 Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
class describing EventTree branchstatic class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList
<org.jlab.groot.data.DataVector> actionTreeNode
(TreePath[] path, int limit) void
void
addBranchWithFilter
(String name, String filter, String genFilter) void
org.jlab.groot.tree.DynamicTree
int
void
initTree()
static void
void
openFile()
void
processEvent
(org.jlab.io.base.DataEvent event) int
readEntry
(int entry) boolean
readNext()
void
reset()
void
org.jlab.groot.tree.Tree
tree()
Methods inherited from class org.jlab.groot.tree.Tree
addBranch, addBranch, configure, getBranch, getBranchData, getBranches, getDataVector, getDataVector, getDataVectors, getListOfBranches, getName, getRootNode, getScanResults, getSelector, getTreeIcons, hasBranch, initTreeIcons, print, resetBranches, scanTree, setBranchData, show, toString
-
Constructor Details
-
Method Details
-
reset
public void reset()- Specified by:
reset
in interfaceorg.jlab.groot.tree.ITree
- Overrides:
reset
in classorg.jlab.groot.tree.Tree
-
getEntries
public int getEntries()- Specified by:
getEntries
in interfaceorg.jlab.groot.tree.ITree
- Overrides:
getEntries
in classorg.jlab.groot.tree.Tree
-
readEntry
public int readEntry(int entry) - Specified by:
readEntry
in interfaceorg.jlab.groot.tree.ITree
- Overrides:
readEntry
in classorg.jlab.groot.tree.Tree
-
readNext
public boolean readNext()- Specified by:
readNext
in interfaceorg.jlab.groot.tree.ITree
- Overrides:
readNext
in classorg.jlab.groot.tree.Tree
-
setSource
- Specified by:
setSource
in interfaceorg.jlab.groot.tree.TreeProvider
-
addBranch
-
addBranchWithFilter
-
addLeaf
-
initTree
public void initTree() -
processEvent
public void processEvent(org.jlab.io.base.DataEvent event) -
tree
public org.jlab.groot.tree.Tree tree()- Specified by:
tree
in interfaceorg.jlab.groot.tree.TreeProvider
-
getTreeModel
- Specified by:
getTreeModel
in interfaceorg.jlab.groot.tree.TreeProvider
-
getDynamicTree
public org.jlab.groot.tree.DynamicTree getDynamicTree()- Overrides:
getDynamicTree
in classorg.jlab.groot.tree.Tree
-
actionTreeNode
-
treeConfigure
- Specified by:
treeConfigure
in interfaceorg.jlab.groot.tree.TreeProvider
-
openFile
public void openFile() -
main
-