Geant4.10
|
#include <G4EnergyRangeManager.hh>
Public Member Functions | |
G4EnergyRangeManager () | |
~G4EnergyRangeManager () | |
G4EnergyRangeManager (const G4EnergyRangeManager &right) | |
G4EnergyRangeManager & | operator= (const G4EnergyRangeManager &right) |
G4bool | operator== (const G4EnergyRangeManager &right) const |
G4bool | operator!= (const G4EnergyRangeManager &right) const |
void | RegisterMe (G4HadronicInteraction *a) |
G4HadronicInteraction * | GetHadronicInteraction (const G4double kineticEnergy, const G4Material *aMaterial, const G4Element *anElement) const |
G4int | GetHadronicInteractionCounter () const |
void | Dump (G4int verbose=0) |
Definition at line 40 of file G4EnergyRangeManager.hh.
G4EnergyRangeManager::G4EnergyRangeManager | ( | ) |
Definition at line 40 of file G4EnergyRangeManager.cc.
|
inline |
Definition at line 47 of file G4EnergyRangeManager.hh.
G4EnergyRangeManager::G4EnergyRangeManager | ( | const G4EnergyRangeManager & | right | ) |
Definition at line 48 of file G4EnergyRangeManager.cc.
Definition at line 166 of file G4EnergyRangeManager.cc.
References G4cout, G4endl, G4HadronicInteraction::GetMaxEnergy(), G4HadronicInteraction::GetMinEnergy(), G4HadronicInteraction::GetModelName(), and python.hepunit::GeV.
G4HadronicInteraction * G4EnergyRangeManager::GetHadronicInteraction | ( | const G4double | kineticEnergy, |
const G4Material * | aMaterial, | ||
const G4Element * | anElement | ||
) | const |
Definition at line 80 of file G4EnergyRangeManager.cc.
References DBL_MIN, G4cout, G4endl, G4UniformRand, GetHadronicInteractionCounter(), G4HadronicInteraction::GetMaxEnergy(), G4HadronicInteraction::GetMinEnergy(), G4Element::GetName(), and G4Material::GetName().
Referenced by G4HadronicProcess::ChooseHadronicInteraction().
|
inline |
Definition at line 70 of file G4EnergyRangeManager.hh.
Referenced by GetHadronicInteraction().
|
inline |
Definition at line 58 of file G4EnergyRangeManager.hh.
G4EnergyRangeManager & G4EnergyRangeManager::operator= | ( | const G4EnergyRangeManager & | right | ) |
Definition at line 58 of file G4EnergyRangeManager.cc.
|
inline |
Definition at line 55 of file G4EnergyRangeManager.hh.
void G4EnergyRangeManager::RegisterMe | ( | G4HadronicInteraction * | a | ) |
Definition at line 70 of file G4EnergyRangeManager.cc.
References test::a.
Referenced by G4HadronicProcess::RegisterMe().