|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4HadronXSDataTable.hh>
Public Member Functions | |
| G4HadronXSDataTable () | |
| ~G4HadronXSDataTable () | |
| void | Initialise (G4DynamicParticle *, G4CrossSectionDataStore *, G4int bins, G4double emin, G4double emax, G4bool spline) |
| const G4PhysicsVector * | HasData (size_t idx) const |
| G4double | GetCrossSection (G4double e, size_t idx) const |
| const G4Element * | SelectRandomAtom (G4double e, size_t idx) const |
| void | Dump () |
Definition at line 95 of file G4HadronXSDataTable.hh.
|
explicit |
Definition at line 104 of file G4HadronXSDataTable.cc.
| G4HadronXSDataTable::~G4HadronXSDataTable | ( | ) |
Definition at line 149 of file G4HadronXSDataTable.cc.
| void G4HadronXSDataTable::Dump | ( | ) |
Definition at line 159 of file G4HadronXSDataTable.cc.
Definition at line 113 of file G4HadronXSDataTable.hh.
|
inline |
Definition at line 108 of file G4HadronXSDataTable.hh.
| void G4HadronXSDataTable::Initialise | ( | G4DynamicParticle * | dp, |
| G4CrossSectionDataStore * | xs, | ||
| G4int | bins, | ||
| G4double | emin, | ||
| G4double | emax, | ||
| G4bool | spline | ||
| ) |
Definition at line 109 of file G4HadronXSDataTable.cc.
Definition at line 118 of file G4HadronXSDataTable.hh.