Learn R Programming

xps (version 1.32.0)

getTreeData-methods: Export Tree Data

Description

Exports tree data from ROOT data file and and saves as data.frame.

Usage

getTreeData(object, treetype = "cel", varlist = "fInten")

Arguments

object
Object of class "ProcesSet".
treetype
type of tree to export, see validTreetype
varlist
names of tree leaves to export.

Value

A data.frame.

Details

Exports tree leaves from ROOT data file and and saves as data.frame.

See Also

export