Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions
G4RDAtomicShell Class Reference

#include <G4RDAtomicShell.hh>

Public Member Functions

 G4RDAtomicShell (G4int, G4double)
 
 ~G4RDAtomicShell ()
 
G4double BindingEnergy () const
 
G4int ShellId () const
 

Detailed Description

Definition at line 52 of file G4RDAtomicShell.hh.

Constructor & Destructor Documentation

G4RDAtomicShell::G4RDAtomicShell ( G4int  id,
G4double  energy 
)

Definition at line 42 of file G4RDAtomicShell.cc.

References energy().

43 {
44  identifier = id;
45  bindingEnergy = energy;
46 }
double precision function energy(A, Z)
Definition: dpm25nuc6.f:4106
G4RDAtomicShell::~G4RDAtomicShell ( )

Definition at line 48 of file G4RDAtomicShell.cc.

49 { }

Member Function Documentation

G4double G4RDAtomicShell::BindingEnergy ( ) const

Definition at line 51 of file G4RDAtomicShell.cc.

Referenced by G4LowEnergyIonisation::DeexciteAtom(), G4LowEnergyPhotoElectric::PostStepDoIt(), and G4LowEnergyIonisation::PostStepDoIt().

51  {
52 
53  return bindingEnergy;
54 }
G4int G4RDAtomicShell::ShellId ( ) const

Definition at line 57 of file G4RDAtomicShell.cc.

Referenced by G4LowEnergyIonisation::DeexciteAtom(), G4LowEnergyPhotoElectric::PostStepDoIt(), and G4LowEnergyIonisation::PostStepDoIt().

57  {
58 
59  return identifier;
60 }

The documentation for this class was generated from the following files: