Skip to content

sbinet/go-arff2root

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

go-arff2root

go-arff2root is a simple command to convert an ARFF file into a ROOT file, converting the ARFF relation into a ROOT TTree.

Installation

$ go get github.com/sbinet/go-arff2root

Example

$ go-arff2root data.arff data.root
$ go-arff2root -i data.arff -o data.root
$ go-arff2root data.arff.gz data.root

Limitations

  • arff.Nominal values are not implemented (missing support for C-strings branches in croot.Branch)

About

simple command to convert an ARFF file into a ROOT/TTree one

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages