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