
Last chance! 50% off unlimited learning
Sale ends in
ROOT
filter file and
the ROOT
trees contained therein. It extends class ProcesSet
.prefilter
.filter
:"Filter"
currently providing access to
the PreFilter
settings.exprset
:"ExprTreeSet"
providing direct access to
the ExprTreeSet
used for filtering.callset
:"CallTreeSet"
providing direct access to
the optional CallTreeSet
used for filtering.scheme
:"SchemeTreeSet"
providing access to
ROOT
scheme file.data
:"data.frame"
. The data.frame contains
the data of the filter stored in ROOT
filter trees.params
:"list"
representing relevant parameters.setname
:"character"
representing the name to the
ROOT
file subdirectoy where the ROOT
trees are stored,
currently ‘PreFilterSet’.settype
:"character"
describing the type of treeset
stored in setname
, currently ‘prefilter’.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
."ProcesSet"
, directly.
Class "TreeSet"
, by class "ProcesSet", distance 2.signature(object = "FilterTreeSet")
: extracts slot callset
.signature(object = "FilterTreeSet")
: extracts slot exprset
.signature(object = "FilterTreeSet")
: exports tree data and returns
a data.frame.signature(object = "FilterTreeSet")
: extracts data.frame data
.AnalysisTreeSet
.