82 if ( theFission != NULL ) {
83 for ( std::vector<G4ParticleHPChannel*>::iterator
84 it = theFission->begin() ; it != theFission->end() ; it++ ) {
110 rWeight = NumAtomsPerVolume[i];
111 xSec[i] = ((*theFission)[index])->GetXsec(aThermalE.
GetThermalEnergy(aTrack,
124 if( sum == 0 || random <= running/sum )
break;
136 for (
G4int j = 0 ; j != iele ; j++ ) {
137 target_isotope=target_element->
GetIsotope( j );
189 if ( theFission == NULL ) theFission =
new std::vector<G4ParticleHPChannel*>;
198 if ( !getenv(
"G4NEUTRONHPDATA") )
199 throw G4HadronicException(__FILE__, __LINE__,
"Please setenv G4NEUTRONHPDATA to point to the neutron cross-section files.");
200 dirName = getenv(
"G4NEUTRONHPDATA");
202 dirName = dirName + tString;
221 outFile <<
"High Precision model based on Evaluated Nuclear Data Files (ENDF) for induced fission reaction of neutrons below 20MeV\n";
G4double G4ParticleHPJENDLHEData::G4double result
static G4ParticleHPManager * GetInstance()
size_t GetNumberOfIsotopes() const
void SetIsotope(const G4Isotope *iso)
static constexpr double perCent
void RegisterFissionFinalStates(std::vector< G4ParticleHPChannel * > *val)
const G4Element * GetElement(G4int iel) const
void SetVerboseLevel(G4int i)
void SetMinEnergy(G4double anEnergy)
const G4double * GetVecNbOfAtomsPerVolume() const
void SetVerboseLevel(G4int)
static size_t GetNumberOfElements()
void OpenReactionWhiteBoard()
G4double GetThermalEnergy(const G4HadProjectile &aP, const G4Element *anE, G4double aT)
G4HadFinalState * ApplyYourself(const G4HadProjectile &aTrack, G4Nucleus &aTargetNucleus)
std::vector< G4ParticleHPChannel * > * GetFissionFinalStates()
void SetMaxEnergy(const G4double anEnergy)
const G4Isotope * GetIsotope(G4int iso) const
virtual const std::pair< G4double, G4double > GetFatalEnergyCheckLevels() const
G4double GetTemperature() const
static constexpr double MeV
const G4Material * GetMaterial() const
void CloseReactionWhiteBoard()
size_t GetNumberOfElements() const
void BuildPhysicsTable(const G4ParticleDefinition &)
static G4ElementTable * GetElementTable()
G4ParticleHPReactionWhiteBoard * GetReactionWhiteBoard()
virtual void ModelDescription(std::ostream &outFile) const
void SetParameters(const G4double A, const G4double Z)
G4int GetVerboseLevel() const