71 if ( kineticEnergy < (*URRlimits).back().first || kineticEnergy > (*URRlimits).back().second ) {
72 return particleHPfission->ApplyYourself( aTrack, aNucleus );
88 if ( isotopeJ != -1 ) {
96 if ( kineticEnergy < (*URRlimits).at(elementI).first || kineticEnergy > (*URRlimits).at(elementI).second ) {
104 const G4Isotope* target_isotope =
nullptr;
107 target_isotope = target_element->
GetIsotope(j);
108 if ( target_isotope->
GetN() == selectedIsotope_A )
break;
119 if ( ! theFinalState ) {
121 G4int icounter_max = 1024;
122 while ( theFinalState ==
nullptr ) {
124 if ( icounter > icounter_max ) {
125 G4cout <<
"Loop-counter exceeded the threshold value at " << __LINE__ <<
"th line of " << __FILE__ <<
"." <<
G4endl;
133 return theFinalState;
140 if ( URRlimits ==
nullptr ) {
150 return std::pair< G4double, G4double >( 10.0 * perCent, 350.0 * CLHEP::GeV );
165 outFile <<
"High Precision model based on Evaluated Nuclear Data Files (ENDF) for fission reaction of neutrons in the unresolved resonance region.";
G4GLOB_DLL std::ostream G4cout
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)
G4HadFinalState * ApplyYourself(const G4HadProjectile &aTrack, G4Nucleus &aTargetNucleus)
void SetVerboseLevel(G4int)
~G4ParticleHPFissionURR()
virtual const std::pair< G4double, G4double > GetFatalEnergyCheckLevels() const
virtual void ModelDescription(std::ostream &outFile) const
void BuildPhysicsTable(const G4ParticleDefinition &)
G4int GetVerboseLevel() const
std::vector< G4ParticleHPChannel * > * GetFissionFinalStates() 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()