Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
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::G4AtomicShell ( G4int  id,
G4double  bindingEnergy 
)

Definition at line 42 of file G4AtomicShell.cc.

43{
44 identifier = id;
45 bindingEnergy = energy;
46}

◆ ~G4AtomicShell()

G4AtomicShell::~G4AtomicShell ( )

Definition at line 48 of file G4AtomicShell.cc.

49{}

Member Function Documentation

◆ BindingEnergy()

◆ ShellId()

G4int G4AtomicShell::ShellId ( ) const
inline

Definition at line 84 of file G4AtomicShell.hh.

84 {
85
86 return identifier;
87}

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


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