|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4CrossSectionHandler.hh>
Inheritance diagram for G4CrossSectionHandler:Public Member Functions | |
| G4CrossSectionHandler () | |
| ~G4CrossSectionHandler () | |
Public Member Functions inherited from G4VCrossSectionHandler | |
| G4VCrossSectionHandler () | |
| G4VCrossSectionHandler (G4VDataSetAlgorithm *interpolation, G4double minE=250 *CLHEP::eV, G4double maxE=100 *CLHEP::GeV, G4int nBins=200, G4double unitE=CLHEP::MeV, G4double unitData=CLHEP::barn, G4int minZ=1, G4int maxZ=99) | |
| virtual | ~G4VCrossSectionHandler () |
| void | Initialise (G4VDataSetAlgorithm *interpolation=0, G4double minE=250 *CLHEP::eV, G4double maxE=100 *CLHEP::GeV, G4int numberOfBins=200, G4double unitE=CLHEP::MeV, G4double unitData=CLHEP::barn, G4int minZ=1, G4int maxZ=99) |
| G4int | SelectRandomAtom (const G4MaterialCutsCouple *couple, G4double e) const |
| const G4Element * | SelectRandomElement (const G4MaterialCutsCouple *material, G4double e) const |
| G4int | SelectRandomShell (G4int Z, G4double e) const |
| G4VEMDataSet * | BuildMeanFreePathForMaterials (const G4DataVector *energyCuts=0) |
| G4double | FindValue (G4int Z, G4double e) const |
| G4double | FindValue (G4int Z, G4double e, G4int shellIndex) const |
| G4double | ValueForMaterial (const G4Material *material, G4double e) const |
| void | LoadData (const G4String &dataFile) |
| void | LoadNonLogData (const G4String &dataFile) |
| void | LoadShellData (const G4String &dataFile) |
| void | PrintData () const |
| void | Clear () |
Protected Member Functions | |
| virtual std::vector< G4VEMDataSet * > * | BuildCrossSectionsForMaterials (const G4DataVector &energyVector, const G4DataVector *energyCuts=0) |
Protected Member Functions inherited from G4VCrossSectionHandler | |
| G4int | NumberOfComponents (G4int Z) const |
| void | ActiveElements () |
| virtual std::vector< G4VEMDataSet * > * | BuildCrossSectionsForMaterials (const G4DataVector &energyVector, const G4DataVector *energyCuts=0)=0 |
| virtual G4VDataSetAlgorithm * | CreateInterpolation () |
| const G4VDataSetAlgorithm * | GetInterpolation () const |
Definition at line 56 of file G4CrossSectionHandler.hh.
| G4CrossSectionHandler::G4CrossSectionHandler | ( | ) |
Definition at line 63 of file G4CrossSectionHandler.cc.
| G4CrossSectionHandler::~G4CrossSectionHandler | ( | ) |
Definition at line 66 of file G4CrossSectionHandler.cc.
|
protectedvirtual |
Implements G4VCrossSectionHandler.
Definition at line 70 of file G4CrossSectionHandler.cc.