Geant4 11.2.2
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
 
G4AtomicShelloperator= (const G4AtomicShell &right)=delete
 
 G4AtomicShell (const G4AtomicShell &)=delete
 

Detailed Description

Definition at line 54 of file G4AtomicShell.hh.

Constructor & Destructor Documentation

◆ G4AtomicShell() [1/2]

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

Definition at line 61 of file G4AtomicShell.hh.

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

◆ G4AtomicShell() [2/2]

G4AtomicShell::G4AtomicShell ( const G4AtomicShell & )
delete

Member Function Documentation

◆ BindingEnergy()

◆ operator=()

G4AtomicShell & G4AtomicShell::operator= ( const G4AtomicShell & right)
delete

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