#include <G4HadronCaptureDataSet.hh>
|
| G4HadronCaptureDataSet (const G4String &name="GheishaCaptureXS") |
|
| ~G4HadronCaptureDataSet () |
|
virtual void | CrossSectionDescription (std::ostream &) const |
|
virtual G4bool | IsElementApplicable (const G4DynamicParticle *aParticle, G4int, const G4Material *) |
|
virtual G4double | GetElementCrossSection (const G4DynamicParticle *aParticle, 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 |
|
Definition at line 47 of file G4HadronCaptureDataSet.hh.
G4HadronCaptureDataSet::G4HadronCaptureDataSet |
( |
const G4String & |
name = "GheishaCaptureXS" | ) |
|
Definition at line 39 of file G4HadronCaptureDataSet.cc.
G4VCrossSectionDataSet(const G4String &nam="")
static G4HadronCrossSections * Instance()
G4HadronCaptureDataSet::~G4HadronCaptureDataSet |
( |
| ) |
|
void G4HadronCaptureDataSet::CrossSectionDescription |
( |
std::ostream & |
outFile | ) |
const |
|
virtual |
Reimplemented from G4VCrossSectionDataSet.
Definition at line 63 of file G4HadronCaptureDataSet.cc.
65 outFile <<
"G4HadronCaptureDataSet contains neutron capture cross\n"
66 <<
"sections developed as part of the Gheisha hadronic package\n"
67 <<
"by H. Fesefeldt. The cross sections are valid for all\n"
68 <<
"incident neutron energies, but they do not represent any of\n"
69 <<
"the detailed resonances known to exist at low energies.\n"
70 <<
"The cross sections depend only on Z and not A.\n";
The documentation for this class was generated from the following files: