TreeSet-class {xps} | R Documentation |
This is the virtual base class for all other classes providing the link to
a ROOT
file and the ROOT
trees contained therein.
A virtual Class: No objects may be created from it.
setname
:"character"
representing the name to the
ROOT
file subdirectory where the ROOT
trees are stored,
usually one of ‘DataTreeSet’, ‘PreprocesSet’, ‘CallTreeSet’.settype
:"character"
describing the type of treeset
stored in setname
, usually one of ‘scheme’, ‘rawdata’, ‘preprocess’.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
.signature(object = "TreeSet")
: exports ROOT
trees
as text file, see export-methods
.signature(object = "TreeSet")
: extracts slot filedir
.signature(object = "TreeSet", value = "character")
: replaces slot filedir
.signature(object = "TreeSet")
: opens the ROOT
file browser.signature(object = "TreeSet")
: extracts slot rootfile
.signature(object = "TreeSet", value = "character")
: replaces slot rootfile
.signature(object = "TreeSet")
: extracts slot setname
.signature(object = "TreeSet", value = "character")
: replaces slot setname
.signature(object = "TreeSet")
: extracts slot settype
.signature(object = "TreeSet", value = "character")
: replaces slot settype
.signature(object = "TreeSet")
: extracts slot treenames
.Christian Stratowa
derived classes SchemeTreeSet
, DataTreeSet
,
ExprTreeSet
, CallTreeSet
.
showClass("TreeSet")