update the reactionConfig.txt for IAEA excited states list

This commit is contained in:
HELIOS_Mac 2024-07-28 19:16:43 -05:00
parent 874918c275
commit 1fcfc5852e
2 changed files with 8 additions and 6 deletions

View File

@ -226,10 +226,9 @@ inline bool ReactionConfig::LoadReactionConfig(TMacro * macro){
if( recoilLine == 6 ) recoil[ID].decayZ = atoi(str[0].c_str()); if( recoilLine == 6 ) recoil[ID].decayZ = atoi(str[0].c_str());
if( recoilLine > 6 && str.size() == 4) { if( recoilLine > 6 && str.size() == 4) {
if( str[0].find('#') != std::string::npos) continue;
if( str[0] == "IAEA"){ if( str[0] == "IAEA"){
exList[ID].Clear();
recoil[ID].heavyA = beamA + targetA - recoil[ID].lightA; recoil[ID].heavyA = beamA + targetA - recoil[ID].lightA;
recoil[ID].heavyZ = beamZ + targetZ - recoil[ID].lightZ; recoil[ID].heavyZ = beamZ + targetZ - recoil[ID].lightZ;
printf(">>>>>>>>>>>>> Retrieving Ex data from IAEA website....\n"); printf(">>>>>>>>>>>>> Retrieving Ex data from IAEA website....\n");

View File

@ -35,9 +35,12 @@ false //isDacay
14 //decayNucleus_Z 14 //decayNucleus_Z
#--- List of Ex of heavy recoil #--- List of Ex of heavy recoil
#---Ex relative_xsec SF sigma_in_MeV #---Ex relative_xsec SF sigma_in_MeV
0.000 1.0 1.0 0.01 #--- for IAEA, 2nd col, can be : +, -. known, +all, -all, all
1.000 1.0 1.0 0.01 #0.000 1.0 1.0 0.01
2.000 1.0 1.0 0.01 #1.000 1.0 1.0 0.01
#2.000 1.0 1.0 0.01
12.000 1.0 1.0 0.01
IAEA + 10 0.01
#==================_reaction_for_2nd_Array_use_ony_when_2nd_array_used #==================_reaction_for_2nd_Array_use_ony_when_2nd_array_used
3 //recoil_light_A 3 //recoil_light_A