NuWro 17.01.1
TomaszGolan
released this
11 Feb 04:30
·
382 commits
to master
since this release
NuWro 17.01.1
- [bug fixed]
fz
option for formation zone works again properly fz-new
is now default option for formation zone (the same asfz
but assuming no formation length for QEL)- OS X (clang) support
- built-in version tag
Determining NuWro version has never been easier. Just use nuwro -v
or nuwro --version
. The version tag is also saved in output ROOT files in TNamed
object "NuWro version", so it is easy to check from which version your events come from:
root [0] TFile* f = new TFile("out.root")
root [1] f->Get("NuWro version")->GetTitle()
Please note, that the tag is taken from git describe
during compilation process - "no .git no tag".