AnalysisTreeSet-class {xps} | R Documentation |
This class provides the link to the ROOT
analysis file and
the ROOT
trees contained therein. It extends class ProcesSet
.
Objects are currently created using function unifilter
.
fltrset
:"FilterTreeSet"
providing indirect access to
the ExprTreeSet
used and the UniFilter
settings.scheme
:"SchemeTreeSet"
providing access to
ROOT
scheme file.data
:"data.frame"
. The data.frame contains
the data of the unitest stored in ROOT
data trees.params
:"list"
representing relevant parameters.setname
:"character"
representing the name to the
ROOT
file subdirectoy where the ROOT
trees are stored,
currently ‘UniFilterSet’.settype
:"character"
describing the type of treeset
stored in setname
, currently ‘unifilter’.rootfile
:"character"
representing the name
of the ROOT
file, including full path.filedir
:"character"
describing the full path to
the system directory where rootfile
is stored.numtrees
:"numeric"
representing the number of
ROOT
trees stored in subdirectoy setname
.treenames
:"list"
representing the names of the
ROOT
trees stored in subdirectoy setname
.
Class "ProcesSet"
, directly.
Class "TreeSet"
, by class "ProcesSet", distance 2.
signature(object = "AnalysisTreeSet")
: extracts slot fltrset
.signature(object = "AnalysisTreeSet")
: exports tree data and returns
a data.frame.signature(object = "AnalysisTreeSet")
: extracts data.frame data
.signature(object = "AnalysisTreeSet")
: extracts data.frame data
from fltrset
.signature(x = "AnalysisTreeSet")
: creates a volcano-plot.Christian Stratowa
related classes FilterTreeSet
.
showClass("AnalysisTreeSet")