#include <G4PhotoNuclearCrossSection.hh>
|
| G4PhotoNuclearCrossSection () |
|
virtual | ~G4PhotoNuclearCrossSection () |
|
virtual void | CrossSectionDescription (std::ostream &) const |
|
virtual G4bool | IsElementApplicable (const G4DynamicParticle *particle, G4int Z, const G4Material *) |
|
virtual G4double | GetElementCrossSection (const G4DynamicParticle *, G4int Z, const G4Material *) |
|
| G4VCrossSectionDataSet (const G4String &nam="") |
|
virtual | ~G4VCrossSectionDataSet () |
|
virtual G4bool | IsIsoApplicable (const G4DynamicParticle *, G4int Z, G4int A, const G4Element *elm=0, const G4Material *mat=0) |
|
G4double | GetCrossSection (const G4DynamicParticle *, const G4Element *, const G4Material *mat=0) |
|
G4double | ComputeCrossSection (const G4DynamicParticle *, const G4Element *, const G4Material *mat=0) |
|
virtual G4double | GetIsoCrossSection (const G4DynamicParticle *, G4int Z, G4int A, const G4Isotope *iso=0, const G4Element *elm=0, const G4Material *mat=0) |
|
virtual G4Isotope * | SelectIsotope (const G4Element *, G4double kinEnergy) |
|
virtual void | BuildPhysicsTable (const G4ParticleDefinition &) |
|
virtual void | DumpPhysicsTable (const G4ParticleDefinition &) |
|
virtual G4int | GetVerboseLevel () const |
|
virtual void | SetVerboseLevel (G4int value) |
|
G4double | GetMinKinEnergy () const |
|
void | SetMinKinEnergy (G4double value) |
|
G4double | GetMaxKinEnergy () const |
|
void | SetMaxKinEnergy (G4double value) |
|
const G4String & | GetName () const |
|
G4PhotoNuclearCrossSection::G4PhotoNuclearCrossSection |
( |
| ) |
|
Definition at line 1492 of file G4PhotoNuclearCrossSection.cc.
1498 for (
G4int i=0;i<120;i++)
static G4double GetNuclearMass(const G4double A, const G4double Z)
G4VCrossSectionDataSet(const G4String &nam="")
static const char * Default_Name()
static G4NistManager * Instance()
G4PhotoNuclearCrossSection::~G4PhotoNuclearCrossSection |
( |
| ) |
|
|
virtual |
Definition at line 1507 of file G4PhotoNuclearCrossSection.cc.
1509 std::vector<G4double*>::iterator posi;
1510 for(posi=GDR.begin(); posi<GDR.end(); posi++)
1511 {
delete [] *posi; }
1513 for(posi=HEN.begin(); posi<HEN.end(); posi++)
1514 {
delete [] *posi; }
void G4PhotoNuclearCrossSection::CrossSectionDescription |
( |
std::ostream & |
outFile | ) |
const |
|
virtual |
Reimplemented from G4VCrossSectionDataSet.
Definition at line 1519 of file G4PhotoNuclearCrossSection.cc.
1521 outFile <<
"G4PhotoNuclearCrossSection provides the total inelastic\n"
1522 <<
"cross section for photon interactions with nuclei. The\n"
1523 <<
"cross section is a parameterization of data which covers\n"
1524 <<
"all incident gamma energies.\n";
static const char* G4PhotoNuclearCrossSection::Default_Name |
( |
| ) |
|
|
inlinestatic |
Reimplemented from G4VCrossSectionDataSet.
Definition at line 1537 of file G4PhotoNuclearCrossSection.cc.
1542 if (Energy<
THmin)
return 0.;
1561 if(Aa==1.) lastSP=1.;
1562 else lastSP=Aa*(1.-
shc*lnA);
1563 lastTH=ThresholdEnergy(ZZ, N);
1568 G4int er=GetFunctions(Aa,lastGDR,lastHEN);
1570 if(er<1)
G4cerr <<
"***G4PhotoNucCrossSection::GetCrossSection: A="
1571 << Aa <<
" failed" <<
G4endl;
1589 else if (Energy<
Emin)
1591 sigma=EquLinearFit(Energy,
nL,
THmin,
dE,lastGDR);
1593 else if (Energy<
Emax)
1596 sigma=EquLinearFit(lE,
nH,
milE,
dlE,lastHEN);
1605 if(sigma<0.)
return 0.;
static const G4double pos
G4double GetKineticEnergy() const
static const G4double shc
static const G4double reg
static const G4double shd
G4double G4Log(G4double x)
static const G4double milE
G4double G4Exp(G4double initial_x)
Exponential Function double precision.
static const G4double dlE
G4double GetAtomicMassAmu(const G4String &symb) const
static const G4double Emin
static const G4double Emax
static constexpr double MeV
static const G4double THmin
static constexpr double millibarn
static const G4double poc
G4GLOB_DLL std::ostream G4cerr
The documentation for this class was generated from the following files: