#include <G4VComponentCrossSection.hh>
|
| G4VComponentCrossSection (const G4String &nam="") |
|
virtual | ~G4VComponentCrossSection () |
|
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 |
|
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 | 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 |
|
virtual G4double | ComputeQuasiElasticRatio (const G4ParticleDefinition *, G4double kinEnergy, G4int, G4int) |
|
virtual void | BuildPhysicsTable (const G4ParticleDefinition &) |
|
virtual void | DumpPhysicsTable (const G4ParticleDefinition &) |
|
virtual void | Description () const |
|
void | SetVerboseLevel (G4int value) |
|
G4int | GetVerboseLevel () const |
|
G4double | GetMinKinEnergy () const |
|
void | SetMinKinEnergy (G4double value) |
|
G4double | GetMaxKinEnergy () const |
|
void | SetMaxKinEnergy (G4double value) |
|
const G4String & | GetName () const |
|
Definition at line 52 of file G4VComponentCrossSection.hh.
◆ G4VComponentCrossSection() [1/2]
G4VComponentCrossSection::G4VComponentCrossSection |
( |
const G4String & |
nam = "" | ) |
|
◆ ~G4VComponentCrossSection()
G4VComponentCrossSection::~G4VComponentCrossSection |
( |
| ) |
|
|
virtual |
◆ G4VComponentCrossSection() [2/2]
◆ BuildPhysicsTable()
◆ ComputeQuasiElasticRatio()
◆ Description()
void G4VComponentCrossSection::Description |
( |
| ) |
const |
|
virtual |
◆ DumpPhysicsTable()
◆ GetElasticElementCrossSection() [1/2]
Definition at line 167 of file G4VComponentCrossSection.hh.
G4double GetElasticElementCrossSection(const G4ParticleDefinition *, G4double kinEnergy, const G4Element *)
◆ GetElasticElementCrossSection() [2/2]
◆ GetElasticIsotopeCrossSection()
◆ GetInelasticElementCrossSection() [1/2]
Definition at line 157 of file G4VComponentCrossSection.hh.
G4double GetInelasticElementCrossSection(const G4ParticleDefinition *, G4double kinEnergy, const G4Element *)
◆ GetInelasticElementCrossSection() [2/2]
◆ GetInelasticIsotopeCrossSection()
◆ GetMaxKinEnergy()
G4double G4VComponentCrossSection::GetMaxKinEnergy |
( |
| ) |
const |
|
inline |
◆ GetMinKinEnergy()
G4double G4VComponentCrossSection::GetMinKinEnergy |
( |
| ) |
const |
|
inline |
◆ GetName()
const G4String & G4VComponentCrossSection::GetName |
( |
void |
| ) |
const |
|
inline |
◆ GetTotalElementCrossSection() [1/2]
Definition at line 147 of file G4VComponentCrossSection.hh.
G4double GetTotalElementCrossSection(const G4ParticleDefinition *, G4double kinEnergy, const G4Element *)
◆ 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 |
◆ verboseLevel
G4int G4VComponentCrossSection::verboseLevel |
|
private |
The documentation for this class was generated from the following files: