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

#include <G4AtomicShell.hh>

Public Member Functions

 G4AtomicShell (G4int id, G4double bindingEnergy)
 
 ~G4AtomicShell ()
 
G4double BindingEnergy () const
 
G4int ShellId () const
 

Detailed Description

Definition at line 55 of file G4AtomicShell.hh.

Constructor & Destructor Documentation

G4AtomicShell::G4AtomicShell ( G4int  id,
G4double  bindingEnergy 
)

Definition at line 41 of file G4AtomicShell.cc.

References energy().

42 {
43  identifier = id;
45 }
double precision function energy(A, Z)
Definition: dpm25nuc6.f:4106
G4double bindingEnergy(G4int A, G4int Z)
G4AtomicShell::~G4AtomicShell ( )

Definition at line 47 of file G4AtomicShell.cc.

48 {}

Member Function Documentation

G4double G4AtomicShell::BindingEnergy ( ) const
inline
G4int G4AtomicShell::ShellId ( ) const
inline

Definition at line 84 of file G4AtomicShell.hh.

Referenced by G4UAtomicDeexcitation::GenerateParticles(), and G4hImpactIonisation::PostStepDoIt().

84  {
85 
86  return identifier;
87 }

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