#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::G4VComponentCrossSection |
( |
const G4String & |
nam = "" | ) |
|
G4VComponentCrossSection::~G4VComponentCrossSection |
( |
| ) |
|
|
virtual |
void G4VComponentCrossSection::Description |
( |
| ) |
const |
|
virtual |
G4double G4VComponentCrossSection::GetMaxKinEnergy |
( |
| ) |
const |
|
inline |
G4double G4VComponentCrossSection::GetMinKinEnergy |
( |
| ) |
const |
|
inline |
const G4String & G4VComponentCrossSection::GetName |
( |
void |
| ) |
const |
|
inline |
G4int G4VComponentCrossSection::GetVerboseLevel |
( |
| ) |
const |
|
inline |
void G4VComponentCrossSection::SetMaxKinEnergy |
( |
G4double |
value | ) |
|
|
inline |
void G4VComponentCrossSection::SetMinKinEnergy |
( |
G4double |
value | ) |
|
|
inline |
void G4VComponentCrossSection::SetVerboseLevel |
( |
G4int |
value | ) |
|
|
inline |
G4double G4VComponentCrossSection::maxKinEnergy |
|
private |
G4double G4VComponentCrossSection::minKinEnergy |
|
private |
const G4String G4VComponentCrossSection::name |
|
private |
G4int G4VComponentCrossSection::verboseLevel |
|
private |
The documentation for this class was generated from the following files: