update the reactionConfig.txt for IAEA excited states list
This commit is contained in:
parent
874918c275
commit
1fcfc5852e
|
@ -226,10 +226,9 @@ inline bool ReactionConfig::LoadReactionConfig(TMacro * macro){
|
|||
if( recoilLine == 6 ) recoil[ID].decayZ = atoi(str[0].c_str());
|
||||
|
||||
if( recoilLine > 6 && str.size() == 4) {
|
||||
if( str[0].find('#') != std::string::npos) continue;
|
||||
if( str[0] == "IAEA"){
|
||||
|
||||
exList[ID].Clear();
|
||||
|
||||
recoil[ID].heavyA = beamA + targetA - recoil[ID].lightA;
|
||||
recoil[ID].heavyZ = beamZ + targetZ - recoil[ID].lightZ;
|
||||
printf(">>>>>>>>>>>>> Retrieving Ex data from IAEA website....\n");
|
||||
|
|
|
@ -35,9 +35,12 @@ false //isDacay
|
|||
14 //decayNucleus_Z
|
||||
#--- List of Ex of heavy recoil
|
||||
#---Ex relative_xsec SF sigma_in_MeV
|
||||
0.000 1.0 1.0 0.01
|
||||
1.000 1.0 1.0 0.01
|
||||
2.000 1.0 1.0 0.01
|
||||
#--- for IAEA, 2nd col, can be : +, -. known, +all, -all, all
|
||||
#0.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
|
||||
3 //recoil_light_A
|
||||
|
|
Loading…
Reference in New Issue
Block a user