Description Objects from the Class Slots Methods Author(s) See Also Examples
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:Object of class "character" representing the name to the
ROOT file subdirectory where the ROOT trees are stored,
usually one of ‘DataTreeSet’, ‘PreprocesSet’, ‘CallTreeSet’.
settype:Object of class "character" describing the type of treeset
stored in setname, usually one of ‘scheme’, ‘rawdata’, ‘preprocess’.
rootfile:Object of class "character" representing the name
of the ROOT file, including full path.
filedir:Object of class "character" describing the full path to
the system directory where rootfile is stored.
numtrees:Object of class "numeric" representing the number of
ROOT trees stored in subdirectoy setname.
treenames:Object of class "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 UserInfo from ROOT trees.
signature(object = "TreeSet"): extracts slot treenames.
Christian Stratowa
derived classes SchemeTreeSet, DataTreeSet,
ExprTreeSet, CallTreeSet.
1 | showClass("TreeSet")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.