59 if ( isThermalScatteringOn ) minEnergy = 4.0 * CLHEP::eV;
73 if ( kineticEnergy < (*URRlimits).back().first || kineticEnergy > (*URRlimits).back().second ) {
74 return particleHPelastic->ApplyYourself( aTrack, aNucleus );
90 if ( isotopeJ != -1 ) {
98 if ( kineticEnergy < (*URRlimits).at(elementI).first || kineticEnergy > (*URRlimits).at(elementI).second ) {
106 const G4Isotope* target_isotope =
nullptr;
109 target_isotope = target_element->
GetIsotope(j);
110 if ( target_isotope->
GetN() == selectedIsotope_A )
break;
118 return theFinalState;
125 if ( URRlimits ==
nullptr ) {
135 return std::pair< G4double, G4double >( 10.0 * perCent, 350.0 * CLHEP::GeV );
150 outFile <<
"High Precision model based on Evaluated Nuclear Data Files (ENDF) for elastic reaction of neutrons in the unresolved resonance region.";
std::size_t GetNumberOfIsotopes() const
std::size_t GetIndex() const
const G4Isotope * GetIsotope(G4int iso) const
static const G4ElementTable * GetElementTable()
const G4Material * GetMaterial() const
G4double GetKineticEnergy() const
void SetMinEnergy(G4double anEnergy)
G4HadronicInteraction(const G4String &modelName="HadronicModel")
void SetMaxEnergy(const G4double anEnergy)
const G4Element * GetElement(G4int iel) const
std::size_t GetNumberOfElements() const
static G4Neutron * Neutron()
void SetParameters(const G4double A, const G4double Z, const G4int numberOfLambdas=0)
void SetIsotope(const G4Isotope *iso)
G4int GetVerboseLevel() const
void BuildPhysicsTable(const G4ParticleDefinition &)
G4ParticleHPElasticURR(G4bool isThermalScatteringOn=false)
virtual void ModelDescription(std::ostream &outFile) const
void SetVerboseLevel(G4int)
~G4ParticleHPElasticURR()
virtual const std::pair< G4double, G4double > GetFatalEnergyCheckLevels() const
G4HadFinalState * ApplyYourself(const G4HadProjectile &aTrack, G4Nucleus &aTargetNucleus)
std::vector< G4ParticleHPChannel * > * GetElasticFinalStates() const
std::vector< std::pair< G4double, G4double > > * GetURRlimits() const
G4int GetVerboseLevel() const
void RegisterURRlimits(std::vector< std::pair< G4double, G4double > > *val)
void SetVerboseLevel(G4int i)
static G4ParticleHPManager * GetInstance()
void CloseReactionWhiteBoard()
void OpenReactionWhiteBoard()
G4ParticleHPReactionWhiteBoard * GetReactionWhiteBoard()
static G4ParticleHPProbabilityTablesStore * GetInstance()
std::vector< std::pair< G4double, G4double > > * GetURRlimits()