Geant4 10.7.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 e)
 
G4double BindingEnergy () const
 
G4int ShellId () const
 

Detailed Description

Definition at line 54 of file G4AtomicShell.hh.

Constructor & Destructor Documentation

◆ G4AtomicShell()

G4AtomicShell::G4AtomicShell ( G4int  id,
G4double  e 
)
inlineexplicit

Definition at line 61 of file G4AtomicShell.hh.

61:identifier(id),bindingEnergy(e){};

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 file: