Skip to content
Snippets Groups Projects
Commit 0500dcb7 authored by BaM's avatar BaM
Browse files

Add Lifetime threshold of 160 day (~Cm242 lifetime) for the Matricial...

Add Lifetime threshold of 160 day (~Cm242 lifetime) for the Matricial Irradiation Model (to keep only 33 nuclei by default)

git-svn-id: svn+ssh://svn.in2p3.fr/class@268 0e7d625b-0364-4367-a6be-d5be4a48d228
parent 1376d215
No related branches found
No related tags found
No related merge requests found
......@@ -32,13 +32,13 @@ using namespace std;
//________________________________________________________________________
IM_Matrix::IM_Matrix():DynamicalSystem()
{
fShorstestHalflife = 3600.*24*160.; //cut by default all nuclei with a shorter liftime than the Cm242 -> remain 33 actinides
}
IM_Matrix::IM_Matrix(LogFile* log):IrradiationModel(log), DynamicalSystem()
{
fShorstestHalflife = 3600.*24*160.; //cut by default all nuclei with a shorter liftime than the Cm242 -> remain 33 actinides
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment