#include <G4VComponentCrossSection.hh>
|
| virtual void | BuildPhysicsTable (const G4ParticleDefinition &) |
| |
| virtual G4double | ComputeQuasiElasticRatio (const G4ParticleDefinition *, G4double kinEnergy, G4int, G4int) |
| |
| virtual void | Description (std::ostream &) const |
| |
| virtual void | DumpPhysicsTable (const G4ParticleDefinition &) |
| |
| | G4VComponentCrossSection (const G4String &nam="") |
| |
| G4double | GetElasticElementCrossSection (const G4ParticleDefinition *, G4double kinEnergy, const G4Element *) |
| |
| virtual G4double | GetElasticElementCrossSection (const G4ParticleDefinition *, G4double kinEnergy, G4int, G4double)=0 |
| |
| virtual G4double | GetElasticIsotopeCrossSection (const G4ParticleDefinition *, G4double kinEnergy, G4int, G4int)=0 |
| |
| G4double | GetInelasticElementCrossSection (const G4ParticleDefinition *, G4double kinEnergy, const G4Element *) |
| |
| virtual G4double | GetInelasticElementCrossSection (const G4ParticleDefinition *, G4double kinEnergy, G4int, G4double)=0 |
| |
| virtual G4double | GetInelasticIsotopeCrossSection (const G4ParticleDefinition *, G4double kinEnergy, G4int, G4int)=0 |
| |
| G4double | GetMaxKinEnergy () const |
| |
| G4double | GetMinKinEnergy () const |
| |
| const G4String & | GetName () const |
| |
| G4double | GetTotalElementCrossSection (const G4ParticleDefinition *, G4double kinEnergy, const G4Element *) |
| |
| virtual G4double | GetTotalElementCrossSection (const G4ParticleDefinition *, G4double kinEnergy, G4int, G4double)=0 |
| |
| virtual G4double | GetTotalIsotopeCrossSection (const G4ParticleDefinition *, G4double kinEnergy, G4int, G4int)=0 |
| |
| G4int | GetVerboseLevel () const |
| |
| void | SetMaxKinEnergy (G4double value) |
| |
| void | SetMinKinEnergy (G4double value) |
| |
| void | SetVerboseLevel (G4int value) |
| |
| virtual | ~G4VComponentCrossSection () |
| |
Definition at line 53 of file G4VComponentCrossSection.hh.
◆ G4VComponentCrossSection() [1/2]
| G4VComponentCrossSection::G4VComponentCrossSection |
( |
const G4String & |
nam = "" | ) |
|
|
explicit |
◆ ~G4VComponentCrossSection()
| G4VComponentCrossSection::~G4VComponentCrossSection |
( |
| ) |
|
|
virtual |
◆ G4VComponentCrossSection() [2/2]
◆ BuildPhysicsTable()
◆ ComputeQuasiElasticRatio()
◆ Description()
| void G4VComponentCrossSection::Description |
( |
std::ostream & |
| ) |
const |
|
virtual |
◆ DumpPhysicsTable()
◆ GetElasticElementCrossSection() [1/2]
◆ GetElasticElementCrossSection() [2/2]
◆ GetElasticIsotopeCrossSection()
◆ GetInelasticElementCrossSection() [1/2]
Definition at line 159 of file G4VComponentCrossSection.hh.
163{
166}
G4double GetInelasticElementCrossSection(const G4ParticleDefinition *, G4double kinEnergy, const G4Element *)
References GetInelasticElementCrossSection(), G4Element::GetN(), and G4Element::GetZasInt().
Referenced by G4NeutronInelasticXS::GetElementCrossSection(), G4CrossSectionInelastic::GetElementCrossSection(), G4ParticleInelasticXS::GetElementCrossSection(), GetInelasticElementCrossSection(), G4NeutronInelasticXS::Initialise(), G4ParticleInelasticXS::Initialise(), G4ParticleInelasticXS::IsoCrossSection(), and G4NeutronInelasticXS::IsoCrossSection().
◆ GetInelasticElementCrossSection() [2/2]
◆ GetInelasticIsotopeCrossSection()
◆ GetMaxKinEnergy()
| G4double G4VComponentCrossSection::GetMaxKinEnergy |
( |
| ) |
const |
|
inline |
◆ GetMinKinEnergy()
| G4double G4VComponentCrossSection::GetMinKinEnergy |
( |
| ) |
const |
|
inline |
◆ GetName()
| const G4String & G4VComponentCrossSection::GetName |
( |
| ) |
const |
|
inline |
◆ GetTotalElementCrossSection() [1/2]
◆ GetTotalElementCrossSection() [2/2]
◆ GetTotalIsotopeCrossSection()
◆ GetVerboseLevel()
| G4int G4VComponentCrossSection::GetVerboseLevel |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ SetMaxKinEnergy()
| void G4VComponentCrossSection::SetMaxKinEnergy |
( |
G4double |
value | ) |
|
|
inline |
◆ SetMinKinEnergy()
| void G4VComponentCrossSection::SetMinKinEnergy |
( |
G4double |
value | ) |
|
|
inline |
◆ SetVerboseLevel()
| void G4VComponentCrossSection::SetVerboseLevel |
( |
G4int |
value | ) |
|
|
inline |
◆ maxKinEnergy
| G4double G4VComponentCrossSection::maxKinEnergy |
|
private |
◆ minKinEnergy
| G4double G4VComponentCrossSection::minKinEnergy |
|
private |
◆ name
| const G4String G4VComponentCrossSection::name |
|
private |
◆ registry
◆ verboseLevel
| G4int G4VComponentCrossSection::verboseLevel |
|
private |
The documentation for this class was generated from the following files: