Skip to content

watson-ij/nim-root

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nim-root

Nim Bindings for the CERN ROOT library

Also includes some std:: and Delphes bindings that I've needed to use. You'll have to set the includes and library paths by hand in delphes.nim.

Note On linux you will need to add {.passC: "-DgEnv=_gEnv".} in the main module to rename the Nim's internal gEnv variable to _gEnv, otherwise it collides with ROOTs one. (Not sure if this will mean you can't use environment variables from Nim though).

About

Nim Bindings for the CERN ROOT library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages