86 if ( theCapture != NULL ) {
87 for ( std::vector<G4ParticleHPChannel*>::iterator
88 ite = theCapture->begin() ; ite != theCapture->end() ; ite++ ) {
103 if(std::getenv(
"NeutronHPCapture"))
G4cout <<
" ####### G4ParticleHPCapture called"<<
G4endl;
118 rWeight = NumAtomsPerVolume[i];
120 xSec[i] = ((*theCapture)[index])->GetXsec(aThermalE.
GetThermalEnergy(aTrack,
133 if( sum == 0 || random <= running/sum )
break;
135 if(i==n) i=std::max(0, n-1);
148 for (
G4int j = 0 ; j != iele ; j++ ) {
149 target_isotope=target_element->
GetIsotope( j );
164 return std::pair<G4double, G4double>(10*perCent,
DBL_MAX);
201 if ( theCapture == NULL ) theCapture =
new std::vector<G4ParticleHPChannel*>;
210 if ( !std::getenv(
"G4NEUTRONHPDATA") )
211 throw G4HadronicException(__FILE__, __LINE__,
"Please setenv G4NEUTRONHPDATA to point to the neutron cross-section files.");
212 dirName = std::getenv(
"G4NEUTRONHPDATA");
214 dirName = dirName + tString;
221 ((*theCapture)[i])->Register(theFS);
231 outFile <<
"High Precision model based on Evaluated Nuclear Data Files (ENDF) for radiative capture reaction of neutrons below 20MeV\n";
G4GLOB_DLL std::ostream G4cout
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)
void BuildPhysicsTable(const G4ParticleDefinition &)
void SetVerboseLevel(G4int)
G4int GetVerboseLevel() const
virtual const std::pair< G4double, G4double > GetFatalEnergyCheckLevels() const
virtual void ModelDescription(std::ostream &outFile) const
G4HadFinalState * ApplyYourself(const G4HadProjectile &aTrack, G4Nucleus &aTargetNucleus)
std::vector< G4ParticleHPChannel * > * GetCaptureFinalStates()
void SetVerboseLevel(G4int i)
static G4ParticleHPManager * GetInstance()
void CloseReactionWhiteBoard()
void OpenReactionWhiteBoard()
void RegisterCaptureFinalStates(std::vector< G4ParticleHPChannel * > *val)
G4ParticleHPReactionWhiteBoard * GetReactionWhiteBoard()
G4double GetThermalEnergy(const G4HadProjectile &aP, const G4Element *anE, G4double aT)