55 if ( element != NULL ) {
57 std::vector< const G4Isotope*> vIsotope;
61 for (
size_t i = 0 ; i != vIsotope.size() ; i++ ) {
62 G4int iM = vIsotope[i]->Getm();
91 if ( isotope != NULL ) iM = isotope->
Getm();
94 if ( aTarget == NULL ) {
97 message +=
" is unexpectedly called.";
140 for ( std::map< G4int , G4LENDUsedTarget* >::iterator
157 throw G4HadronicException(__FILE__, __LINE__,
"Attempt to use LEND data for particles other than neutrons!!!");
161 G4cout <<
"(Pointwise cross-section at 300 Kelvin.)" <<
G4endl;
166 for ( std::map< G4int , G4LENDUsedTarget* >::iterator
170 <<
"Wanted " <<
it->second->GetWantedEvaluation()
171 <<
", Z= " <<
it->second->GetWantedZ()
172 <<
", A= " <<
it->second->GetWantedA()
173 <<
"; Actual " <<
it->second->GetActualEvaluation()
174 <<
", Z= " <<
it->second->GetActualZ()
175 <<
", A= " <<
it->second->GetActualA()
176 <<
", " <<
it->second->GetTarget()
183 for ( ie = 0 ; ie < 130 ; ie++ )
298 for ( std::map< G4int , G4LENDUsedTarget* >::iterator
318 for (
size_t i = 0 ; i < numberOfElements ; ++i )
321 const G4Element* anElement = (*theElementTable)[i];
324 if ( numberOfIsotope > 0 )
327 for (
G4int i_iso = 0 ; i_iso < numberOfIsotope ; i_iso++ )
348 for (
G4int ii = 0 ; ii < numberOfNistIso ; ii++ )
375 G4double a = ( y2 -
y1 ) / ( 1/std::sqrt(x2) - 1/std::sqrt(x1) );
377 G4double result = a * 1/std::sqrt(ke) +
b;
384 target =
usedTarget_map.find( nuclear_code )->second->GetTarget();
394 G4cout <<
"Requested Evaluation, Z , A -> Actual Evaluation, Z , A(0=Nat) " <<
G4endl;
395 for ( std::map< G4int , G4LENDUsedTarget* >::iterator
398 <<
" " <<
it->second->GetWantedEvaluation()
399 <<
", " <<
it->second->GetWantedZ()
400 <<
", " <<
it->second->GetWantedA()
401 <<
" -> " <<
it->second->GetActualEvaluation()
402 <<
", " <<
it->second->GetActualZ()
403 <<
", " <<
it->second->GetActualA()