getChipName {xps} | R Documentation |
Get chip name from ROOT scheme file.
getChipName(rootfile)
rootfile |
name of ROOT scheme file, including full path. |
Extracts the chip name directly from ROOT
scheme file rootfile
.
a character
with the chip name.
Christian Stratowa
## correct usage getChipName(paste(.path.package("xps"),"schemes/SchemeTest3.root",sep="/")) ## incorrect usage getChipName(paste(.path.package("xps"),"rootdata/DataTest3_cel.root",sep="/"))