getChipName {xps}R Documentation

Get Chip Name

Description

Get chip name from ROOT scheme file.

Usage

getChipName(rootfile)

Arguments

rootfile name of ROOT scheme file, including full path.

Details

Extracts the chip name directly from ROOT scheme file rootfile.

Value

a character with the chip name.

Author(s)

Christian Stratowa

See Also

getChipType, getNameType

Examples

## correct usage
getChipName(paste(.path.package("xps"),"schemes/SchemeTest3.root",sep="/"))
## incorrect usage
getChipName(paste(.path.package("xps"),"rootdata/DataTest3_cel.root",sep="/"))

[Package xps version 1.2.10 Index]