Skip to content

shotaizu/SKSNSim

 
 

Repository files navigation

SKSNSim: vector generator of Supernova burst and Diffuse Supernova Neutrino Background

Usage

There are two binaries, main_snburst and main_dsnb in this package. They are for Supernova burst (SN burst) and for Diffuse Supernova Neutrino Backgroud (DSNB) individually.

Compile

It is based on GNUMake. Just executing make command. However, it requires SK offline software packages.

$ make clean # for clean-up
$ make # for compiling

Compiled binaries are places into bin directory.

main_snburst

You can see detail usage via executing main_snburst --help. All options have default value, and you do not have to specify all of them.

main_dsnb

Detail can be dumped by executing main_dsnb --help. Basically, you can run by just executing main_dsnb with wanted options you would like to change.

More detail:

The guide for users and developpers are available on https://github.com/SKSNSim/SKSNSim/releases/download/v1.2.0/guide_sksnsim.pdf , which is output of doc/guide_sksnsim.texi (Texinfo file). If you want to see the PDF version, please do make doc.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 94.8%
  • Fortran 2.6%
  • Makefile 1.5%
  • Other 1.1%