| ProcesSet-class {xps} | R Documentation |
This class provides access to class SchemeTreeSet for the derived
classes DataTreeSet, ExprTreeSet and CallTreeSet.
It extends class TreeSet.
Usually, no objects are created from it.
scheme:"SchemeTreeSet" providing access to
ROOT scheme file.data:"data.frame". The data.frame can contain
the data 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,
usually one of ‘DataTreeSet’, ‘PreprocesSet’, ‘CallTreeSet’.settype:"character" describing the type of treeset
stored in setname, usually one of ‘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.
Class "TreeSet", directly.
signature(x = "ProcesSet"): creates a boxplot of the
data from data.frame data.signature(object = "ProcesSet"): extracts slot chipname
from slot scheme.signature(object = "ProcesSet"): extracts slot chiptype
from slot scheme.signature(object = "ProcesSet"): exports ROOT trees
as text file, see export-methods.signature(object = "ProcesSet"): exports tree data from ROOT
file rootfile, and saves as data.frame data.signature(x = "ProcesSet"): creates a plot showing the histograms
for data.frame data.signature(x = "ProcesSet"): creates an M-boxplot of the
data from data.frame data.signature(object = "ProcesSet"): extracts the ROOT
scheme file from slot scheme.signature(object = "ProcesSet"), value = "character"): replaces the ROOT
scheme file from slot scheme.signature(object = "ProcesSet"): extracts slot scheme.signature(object = "ProcesSet"), value = "SchemeTreeSet"): replaces slot scheme
with a different SchemeTreeSet.signature(object = "ProcesSet"): extracts a subset of columns
from data.frame data.Christian Stratowa
derived classes DataTreeSet, ExprTreeSet,
CallTreeSet.
showClass("ProcesSet")