|
Geant4
10.01
|
#include <G4RDAtomicShell.hh>
Public Member Functions | |
| G4RDAtomicShell (G4int, G4double) | |
| ~G4RDAtomicShell () | |
| G4double | BindingEnergy () const |
| G4int | ShellId () const |
Private Attributes | |
| G4int | identifier |
| G4double | bindingEnergy |
Definition at line 52 of file G4RDAtomicShell.hh.
Definition at line 42 of file G4RDAtomicShell.cc.
References bindingEnergy, G4INCL::KinematicsUtils::energy(), and identifier.
Here is the call graph for this function:| G4RDAtomicShell::~G4RDAtomicShell | ( | ) |
Definition at line 48 of file G4RDAtomicShell.cc.
| G4double G4RDAtomicShell::BindingEnergy | ( | ) | const |
Definition at line 51 of file G4RDAtomicShell.cc.
References bindingEnergy.
Referenced by G4LowEnergyIonisation::DeexciteAtom(), G4LowEnergyPhotoElectric::PostStepDoIt(), and G4LowEnergyIonisation::PostStepDoIt().
Here is the caller graph for this function:| G4int G4RDAtomicShell::ShellId | ( | ) | const |
Definition at line 57 of file G4RDAtomicShell.cc.
References identifier.
Referenced by G4LowEnergyIonisation::DeexciteAtom(), G4LowEnergyPhotoElectric::PostStepDoIt(), and G4LowEnergyIonisation::PostStepDoIt().
Here is the caller graph for this function:
|
private |
Definition at line 72 of file G4RDAtomicShell.hh.
Referenced by BindingEnergy(), and G4RDAtomicShell().
|
private |
Definition at line 71 of file G4RDAtomicShell.hh.
Referenced by G4RDAtomicShell(), and ShellId().