getTreeData-methods {xps} | R Documentation |
Exports tree data from ROOT
data file and and saves as data.frame
.
Usage
getTreeData(object, treetype = "cel", varlist = "fInten")
object |
Object of class "ProcesSet" . |
treetype |
type of tree to export, see validTreetype |
varlist |
names of tree leaves to export. |
Exports tree leaves from ROOT
data file and and saves as data.frame
.
A data.frame
.
Christian Stratowa