58 theLENDElastic->SetMinEnergy(theMin);
59 theLENDElastic->SetMaxEnergy(theMax);
61 if ( evaluation !=
"" ) theLENDElastic->ChangeDefaultEvaluation( evaluation );
62 theLENDElastic->AllowNaturalAbundanceTarget();
65 if ( evaluation !=
"" ) theLENDElasticCrossSection->ChangeDefaultEvaluation( evaluation );
66 theLENDElasticCrossSection->AllowNaturalAbundanceTarget();
76 theLENDFission->SetMinEnergy(theMin);
77 theLENDFission->SetMaxEnergy(theMax);
78 if ( evaluation !=
"" ) theLENDFission->ChangeDefaultEvaluation( evaluation );
82 if ( evaluation !=
"" ) theLENDFissionCrossSection->ChangeDefaultEvaluation( evaluation );
93 theLENDCapture->SetMinEnergy(theMin);
94 theLENDCapture->SetMaxEnergy(theMax);
95 if ( evaluation !=
"" ) theLENDCapture->ChangeDefaultEvaluation( evaluation );
96 theLENDCapture->AllowNaturalAbundanceTarget();
99 if ( evaluation !=
"" ) theLENDCaptureCrossSection->ChangeDefaultEvaluation( evaluation );
100 theLENDCaptureCrossSection->AllowNaturalAbundanceTarget();
110 theLENDInelastic->SetMinEnergy(theIMin);
111 theLENDInelastic->SetMaxEnergy(theIMax);
112 if ( evaluation !=
"" ) theLENDInelastic->ChangeDefaultEvaluation( evaluation );
113 theLENDInelastic->AllowNaturalAbundanceTarget();
116 if ( evaluation !=
"" ) theLENDInelasticCrossSection->ChangeDefaultEvaluation( evaluation );
117 theLENDInelasticCrossSection->AllowNaturalAbundanceTarget();