Skip to content

professionalGithub99/Neutron-unf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Nunf

NUnf is a cpp library for dealing with neutron spectrum unfolding. It allows creation of an Unfolding object which consists of a response matrix,

##Installation Dependencies: ROOT Eigen -> static library that is included with the download no action req'd GNU make CMake

Compile:

 mkdir build
 cd build
 cmake ../
 make -jN

Usage: Add the following line to your rootlogon.C or run the command when you open a ROOT environment

   gSystem->Load("path/to/RESUC/build/libmyUnfold.so"); 

##Documentation Todo: publish on a website Until then: install doxygen https://www.doxygen.nl/manual/install.html Then: run doxygen Doxyfile

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published