L.E.Kirsch, L.A.Bernstein. RAINIER: A simulation tool for distributions of excited nuclear states and cascade fluctuations. NIM A. Volume 892, 2018, Pages 30-40
DOI: https://doi.org/10.1016/j.nima.2018.02.096
See the arXiv: https://arxiv.org/abs/1709.04006
To cite the latest published version of the RAINIER code, you can in addition (not replacing the above) cite following, or create you own release:
A new code has been developed named RAINIER that simulates the
Fork/clone this repository or download zipfiles and extract to /path/to/RAINIER
, eg. in your home folder
Location independent usage:
-
Set the environment variable
RAINIER_PATH
; To do this, execute the following in terminal, or save in.bashrc
/.bash_profile
. Remember to restart the terminal, such that the variable is actually exported!export RAINIER_PATH=/path/to/RAINIER
-
cd
tosample_folder
or create asettings.h
file using this sceletoncd /path/to/RAINIER/sample_folder ../runRAINIER.sh, #or $RAINIER_PATH/runRAINIER.sh, if you create it in a different location
Possible error messages:
-
You might need to give you the permissions to execute the expect script:
chmod u+x /path/to/RAINIER/runRAINIER.sh
Run in the directory with your simulation results:
root /path/to/Analyze.C++
Followed, for example by AnalyzeGamma()
-
CERN ROOT: RAINIER is a c++ program build with the ROOT library
-
BrIcc If internal conversion is used, the icc coefficients are obtained with BrIcc. The executables are distributed alongside RAINIER with permission of T. Kibédi. Please cite following article if you're enabling icc:
T. Kibédi, T.W. Burrows, M.B. Trzhaskovskaya, P.M. Davidson, C.W. Nestor, Jr. 'Evaluation of theoretical conversion coefficients using BrIcc' Nucl. Instr. and Meth. A 589 (2008) 202-229 https://doi.org/10.1016/j.nima.2008.02.051