54 registry->Register(
this);
59 registry->DeRegister(
this);
100 for (std::size_t j=0; j<nIso; ++j) {
104 fact += abundVector[j];
108 return (fact > 0.0) ? xsec/fact : 0.0;
122 for (std::size_t j=0; j<nIso; ++j) {
125 xsec += abundVector[j]*
137 ed <<
"GetElementCrossSection is not implemented in <" <<
name <<
">\n"
140 if(
nullptr != mat) { ed <<
" material: " << mat->
GetName(); }
141 ed <<
" target Z= " << Z <<
G4endl;
142 G4Exception(
"G4VCrossSectionDataSet::GetElementCrossSection",
"had001",
155 ed <<
"GetIsoCrossSection is not implemented in <" <<
name <<
">\n"
158 if(
nullptr != mat) { ed <<
" material: " << mat->
GetName(); }
159 if(
nullptr != elm) { ed <<
" element: " << elm->
GetName(); }
160 ed <<
" target Z= " << Z <<
" A= " <<
A <<
G4endl;
161 G4Exception(
"G4VCrossSectionDataSet::GetIsoCrossSection",
"had001",
175 ed <<
"GetIsoCrossSection is not implemented in <" <<
name <<
">\n"
177 <<
" Ekin(MeV)= " << kinEnergy/CLHEP::MeV;
178 if(
nullptr != mat) { ed <<
" material: " << mat->
GetName(); }
179 if(
nullptr != elm) { ed <<
" element: " << elm->
GetName(); }
180 ed <<
" target Z= " << Z <<
" A= " <<
A <<
G4endl;
181 G4Exception(
"G4VCrossSectionDataSet::GetIsoCrossSection",
"had001",
198 for (
G4int j=0; j<nIso; ++j) {
199 sum += abundVector[j];
217 outFile <<
"The description for this cross section data set has not been written yet.\n";
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)
std::ostringstream G4ExceptionDescription
std::vector< G4Isotope * > G4IsotopeVector
static G4CrossSectionDataSetRegistry * Instance()
G4ParticleDefinition * GetDefinition() const
G4double GetKineticEnergy() const
G4double * GetRelativeAbundanceVector() const
std::size_t GetNumberOfIsotopes() const
const G4Isotope * GetIsotope(G4int iso) const
const G4String & GetName() const
G4IsotopeVector * GetIsotopeVector() const
const G4String & GetName() const
const G4String & GetParticleName() const
G4VCrossSectionDataSet(const G4String &nam="")
virtual G4double GetElementCrossSection(const G4DynamicParticle *, G4int Z, const G4Material *mat=nullptr)
virtual G4double ComputeIsoCrossSection(G4double kinEnergy, G4double loge, const G4ParticleDefinition *, G4int Z, G4int A, const G4Isotope *iso=nullptr, const G4Element *elm=nullptr, const G4Material *mat=nullptr)
virtual ~G4VCrossSectionDataSet()
virtual G4double GetIsoCrossSection(const G4DynamicParticle *, G4int Z, G4int A, const G4Isotope *iso=nullptr, const G4Element *elm=nullptr, const G4Material *mat=nullptr)
virtual void DumpPhysicsTable(const G4ParticleDefinition &)
virtual G4double ComputeCrossSectionPerElement(G4double kinEnergy, G4double loge, const G4ParticleDefinition *, const G4Element *, const G4Material *mat=nullptr)
G4double ComputeCrossSection(const G4DynamicParticle *, const G4Element *, const G4Material *mat=nullptr)
virtual G4bool IsIsoApplicable(const G4DynamicParticle *, G4int Z, G4int A, const G4Element *elm=nullptr, const G4Material *mat=nullptr)
virtual void CrossSectionDescription(std::ostream &) const
virtual void BuildPhysicsTable(const G4ParticleDefinition &)
virtual G4bool IsElementApplicable(const G4DynamicParticle *, G4int Z, const G4Material *mat=nullptr)
virtual const G4Isotope * SelectIsotope(const G4Element *, G4double kinEnergy, G4double logE)