106 for ( std::map< G4int , G4LENDUsedTarget* >::iterator
123 throw G4HadronicException(__FILE__, __LINE__,
"Attempt to use LEND data for particles other than neutrons!!!");
127 G4cout <<
"(Pointwise cross-section at 300 Kelvin.)" <<
G4endl;
132 for ( std::map< G4int , G4LENDUsedTarget* >::iterator
136 <<
"Wanted " << it->second->GetWantedEvaluation()
137 <<
", Z= " << it->second->GetWantedZ()
138 <<
", A= " << it->second->GetWantedA()
139 <<
"; Actual " << it->second->GetActualEvaluation()
140 <<
", Z= " << it->second->GetActualZ()
141 <<
", A= " << it->second->GetActualA()
142 <<
", " << it->second->GetTarget()
149 for ( ie = 0 ; ie < 130 ; ie++ )
264 for ( std::map< G4int , G4LENDUsedTarget* >::iterator
284 for (
size_t i = 0 ; i < numberOfElements ; ++i )
287 const G4Element* anElement = (*theElementTable)[i];
290 if ( numberOfIsotope > 0 )
293 for (
G4int i_iso = 0 ; i_iso < numberOfIsotope ; i_iso++ )
314 for (
G4int ii = 0 ; ii < numberOfNistIso ; ii++ )
336 G4cout <<
"Requested Evaluation, Z , A -> Actual Evaluation, Z , A(0=Nat) " <<
G4endl;
337 for ( std::map< G4int , G4LENDUsedTarget* >::iterator
341 <<
" " << it->second->GetWantedEvaluation()
342 <<
", " << it->second->GetWantedZ()
343 <<
", " << it->second->GetWantedA()
344 <<
" -> " << it->second->GetActualEvaluation()
345 <<
", " << it->second->GetActualZ()
346 <<
", " << it->second->GetActualA()
358 G4double a = ( y2 -
y1 ) / ( 1/std::sqrt(x2) - 1/std::sqrt(x1) );
360 G4double result = a * 1/std::sqrt(ke) +
b;
static G4Pow * GetInstance()
virtual G4double getLENDCrossSection(G4GIDI_target *, G4double, G4double)
void DumpPhysicsTable(const G4ParticleDefinition &)
G4double GetMaxKinEnergy() const
G4double GetUltraLowEnergyExtrapolatedXS(G4double, G4double, G4double, G4double, G4double)
const G4Isotope * GetIsotope(G4int iso) const
G4double GetIsotopeAbundance(G4int Z, G4int N) const
G4NistElementBuilder * GetNistElementBuilder()
G4double GetMinKinEnergy() const
void recreate_used_target_map()
G4ParticleDefinition * proj
G4LENDCrossSection(const G4String name="")
size_t GetNumberOfIsotopes() const
G4bool IsIsoApplicable(const G4DynamicParticle *, G4int, G4int, const G4Element *, const G4Material *)
void create_used_target_map()
G4int GetNucleusEncoding(G4int iZ, G4int iA, G4int iM)
G4LENDManager * lend_manager
G4double GetKineticEnergy() const
G4GLOB_DLL std::ostream G4cout
static size_t GetNumberOfElements()
void SetMinKinEnergy(G4double value)
static const double second
G4double GetTemperature() const
static G4LENDManager * GetInstance()
void SetMaxKinEnergy(G4double value)
G4ParticleDefinition * GetDefinition() const
G4double powA(G4double A, G4double y) const
std::vector< G4Element * > G4ElementTable
G4int GetNumberOfNistIsotopes(G4int Z) const
G4bool RequestChangeOfVerboseLevel(G4int)
G4int GetNistFirstIsotopeN(G4int Z) const
G4String default_evaluation
static G4ElementTable * GetElementTable()
std::map< G4int, G4LENDUsedTarget *> usedTarget_map
const G4String & GetName() const
G4double GetIsoCrossSection(const G4DynamicParticle *, G4int, G4int, const G4Isotope *, const G4Element *, const G4Material *)
void BuildPhysicsTable(const G4ParticleDefinition &)