83 for ( std::vector<G4NeutronHPChannel*>::iterator
84 ite = (*theCapture).begin() ; ite != (*theCapture).end() ; ite++ )
88 (*theCapture).clear();
98 if(getenv(
"NeutronHPCapture"))
G4cout <<
" ####### G4NeutronHPCapture called"<<
G4endl;
113 rWeight = NumAtomsPerVolume[i];
128 if( sum == 0 || random <= running/sum )
break;
143 for (
G4int j = 0 ; j != iele ; j++ ) {
144 target_isotope=target_element->
GetIsotope( j );
203 if ( !getenv(
"G4NEUTRONHPDATA") )
204 throw G4HadronicException(__FILE__, __LINE__,
"Please setenv G4NEUTRONHPDATA to point to the neutron cross-section files.");
205 dirName = getenv(
"G4NEUTRONHPDATA");
214 (*(*theCapture)[i]).
Register(theFS);
size_t GetNumberOfIsotopes() const
void OpenReactionWhiteBoard()
void SetIsotope(const G4Isotope *iso)
void BuildPhysicsTable(const G4ParticleDefinition &)
std::vector< G4NeutronHPChannel * > * GetCaptureFinalStates()
static G4NeutronHPManager * GetInstance()
G4NeutronHPReactionWhiteBoard * GetReactionWhiteBoard()
virtual const std::pair< G4double, G4double > GetFatalEnergyCheckLevels() const
const G4Element * GetElement(G4int iel) const
G4int GetVerboseLevel() const
void SetMinEnergy(G4double anEnergy)
const G4double * GetVecNbOfAtomsPerVolume() const
G4GLOB_DLL std::ostream G4cout
static size_t GetNumberOfElements()
G4HadFinalState * ApplyYourself(const G4HadProjectile &aTrack, G4Nucleus &aTargetNucleus)
static const double perCent
void SetVerboseLevel(G4int)
void SetVerboseLevel(G4int i)
T max(const T t1, const T t2)
brief Return the largest of the two arguments
G4double GetThermalEnergy(const G4HadProjectile &aP, const G4Element *anE, G4double aT)
std::vector< G4NeutronHPChannel * > * theCapture
void CloseReactionWhiteBoard()
void SetMaxEnergy(const G4double anEnergy)
const G4Isotope * GetIsotope(G4int iso) const
G4double GetTemperature() const
const G4Material * GetMaterial() const
size_t GetNumberOfElements() const
static G4ElementTable * GetElementTable()
void SetParameters(const G4double A, const G4double Z)
void RegisterCaptureFinalStates(std::vector< G4NeutronHPChannel * > *val)