#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 (std::ostream &) 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 53 of file G4VComponentCrossSection.hh.
◆ G4VComponentCrossSection()
G4VComponentCrossSection::G4VComponentCrossSection |
( |
const G4String & |
nam = "" | ) |
|
|
explicit |
Definition at line 43 of file G4VComponentCrossSection.cc.
43 :
44 verboseLevel(0),minKinEnergy(0.0),maxKinEnergy(
DBL_MAX),name(nam)
45{
48}
void Register(G4VCrossSectionDataSet *)
static G4CrossSectionDataSetRegistry * Instance()
◆ ~G4VComponentCrossSection()
G4VComponentCrossSection::~G4VComponentCrossSection |
( |
| ) |
|
|
virtual |
◆ BuildPhysicsTable()
◆ ComputeQuasiElasticRatio()
◆ Description()
void G4VComponentCrossSection::Description |
( |
std::ostream & |
| ) |
const |
|
virtual |
◆ DumpPhysicsTable()
◆ GetElasticElementCrossSection() [1/2]
◆ GetElasticElementCrossSection() [2/2]
◆ GetElasticIsotopeCrossSection()
◆ GetInelasticElementCrossSection() [1/2]
◆ 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 |
◆ SetMaxKinEnergy()
void G4VComponentCrossSection::SetMaxKinEnergy |
( |
G4double |
value | ) |
|
|
inline |
◆ SetMinKinEnergy()
void G4VComponentCrossSection::SetMinKinEnergy |
( |
G4double |
value | ) |
|
|
inline |
◆ SetVerboseLevel()
void G4VComponentCrossSection::SetVerboseLevel |
( |
G4int |
value | ) |
|
|
inline |
The documentation for this class was generated from the following files: