Skip to content

sbinet/croot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRoot

a simple work-in-progress C-API binding to the C++ ROOT framework.

the structure is quite simple:

//C++
TRootClass::SomeMethod(...)

/* CRoot */
CRoot_RootClass_SomeMethod(...)

Constructors are named CRoot_RootClass_new(...) and destructors CRoot_RootClass_delete(...)

(Do NOT confuse them with the New/Delete methods which could exist for some classes !)

build instructions

$ ./waf configure
$ ./waf build
$ ./waf install

About

a simple work-in-progress C-API binding to the C++ ROOT framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published