From 0500dcb7ce0992ec57684fbe6ae63d333fa7271e Mon Sep 17 00:00:00 2001
From: Baptiste Mouginot <mouginot.baptiste@gmail.com>
Date: Thu, 19 Jun 2014 12:37:46 +0000
Subject: [PATCH] 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
---
 source/branches/CLASSV3/src/IM_Matrix.cxx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/source/branches/CLASSV3/src/IM_Matrix.cxx b/source/branches/CLASSV3/src/IM_Matrix.cxx
index 8850dc317..f10b124b9 100644
--- a/source/branches/CLASSV3/src/IM_Matrix.cxx
+++ b/source/branches/CLASSV3/src/IM_Matrix.cxx
@@ -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
 }
 
 
-- 
GitLab