Geant4_10
|
#include <G4CrossSectionDataStore.hh>
Public Member Functions | |
G4CrossSectionDataStore () | |
~G4CrossSectionDataStore () | |
G4double | GetCrossSection (const G4DynamicParticle *, const G4Material *) |
G4double | GetCrossSection (const G4DynamicParticle *, const G4Element *, const G4Material *) |
G4double | GetCrossSection (const G4DynamicParticle *, G4int Z, G4int A, const G4Isotope *, const G4Element *, const G4Material *) |
G4Element * | SampleZandA (const G4DynamicParticle *, const G4Material *, G4Nucleus &target) |
void | BuildPhysicsTable (const G4ParticleDefinition &) |
void | DumpPhysicsTable (const G4ParticleDefinition &) |
void | DumpHtml (const G4ParticleDefinition &, std::ofstream &) |
void | AddDataSet (G4VCrossSectionDataSet *) |
void | SetVerboseLevel (G4int value) |
Definition at line 60 of file G4CrossSectionDataStore.hh.
G4CrossSectionDataStore::G4CrossSectionDataStore | ( | ) |
G4CrossSectionDataStore::~G4CrossSectionDataStore | ( | ) |
Definition at line 74 of file G4CrossSectionDataStore.cc.
|
inline |
Definition at line 128 of file G4CrossSectionDataStore.hh.
void G4CrossSectionDataStore::BuildPhysicsTable | ( | const G4ParticleDefinition & | aParticleType | ) |
Definition at line 337 of file G4CrossSectionDataStore.cc.
void G4CrossSectionDataStore::DumpHtml | ( | const G4ParticleDefinition & | , |
std::ofstream & | outFile | ||
) |
Definition at line 380 of file G4CrossSectionDataStore.cc.
void G4CrossSectionDataStore::DumpPhysicsTable | ( | const G4ParticleDefinition & | aParticleType | ) |
Definition at line 353 of file G4CrossSectionDataStore.cc.
G4double G4CrossSectionDataStore::GetCrossSection | ( | const G4DynamicParticle * | part, |
const G4Material * | mat | ||
) |
Definition at line 80 of file G4CrossSectionDataStore.cc.
G4double G4CrossSectionDataStore::GetCrossSection | ( | const G4DynamicParticle * | part, |
const G4Element * | elm, | ||
const G4Material * | mat | ||
) |
Definition at line 108 of file G4CrossSectionDataStore.cc.
G4double G4CrossSectionDataStore::GetCrossSection | ( | const G4DynamicParticle * | part, |
G4int | Z, | ||
G4int | A, | ||
const G4Isotope * | iso, | ||
const G4Element * | elm, | ||
const G4Material * | mat | ||
) |
Definition at line 207 of file G4CrossSectionDataStore.cc.
G4Element * G4CrossSectionDataStore::SampleZandA | ( | const G4DynamicParticle * | part, |
const G4Material * | mat, | ||
G4Nucleus & | target | ||
) |
Definition at line 234 of file G4CrossSectionDataStore.cc.
Definition at line 134 of file G4CrossSectionDataStore.hh.