From 77f361b8cd1be05b2e1da8aed493532a596d0ce5 Mon Sep 17 00:00:00 2001 From: Baptiste LENIAU <baptiste.leniau@subatech.in2p3.fr> Date: Mon, 31 Aug 2015 16:50:36 +0000 Subject: [PATCH] Correct isomeric branching ratios to be sure to fit the MURE ones git-svn-id: svn+ssh://svn.in2p3.fr/class@729 0e7d625b-0364-4367-a6be-d5be4a48d228 --- .../CLASSV4.2/src/IrradiationModel.cxx | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/source/branches/CLASSV4.2/src/IrradiationModel.cxx b/source/branches/CLASSV4.2/src/IrradiationModel.cxx index bc3f8cc84..2b70f5095 100644 --- a/source/branches/CLASSV4.2/src/IrradiationModel.cxx +++ b/source/branches/CLASSV4.2/src/IrradiationModel.cxx @@ -452,21 +452,21 @@ void IrradiationModel::BuildReactionFiliation() double BR_NP_236M = 0; if(GetSpectrumType() == "thermal") { - BR_AM_242M = 0.1267; - BR_HO_166M = 0.0510; - BR_PM_148M = 0.4670; - BR_AG_110M = 0.0492; - BR_AG_108M = 0.0105; - BR_NP_236M = 0.8; + BR_AM_242M =1-0.8733; + BR_HO_166M =1-0.9490; + BR_PM_148M =1-0.5330; + BR_AG_110M =1-0.9508; + BR_AG_108M =1-0.9895; + BR_NP_236M =1-0.2000; } if(GetSpectrumType() == "fast") { - BR_AM_242M = 0.15; - BR_HO_166M = 0.0519; - BR_PM_148M = 0.4670; - BR_AG_110M = 0.0466; - BR_AG_108M = 0.0135; - BR_NP_236M = 0.8; + BR_AM_242M = 1-0.8500; + BR_HO_166M = 1-0.9481; + BR_PM_148M = 1-0.5340; + BR_AG_110M = 1-0.9224; + BR_AG_108M = 1-0.9865; + BR_NP_236M = 1-0.2000; } // (n,Gamma) Special Reaction..... { -- GitLab