Geant4-11
Public Member Functions | Private Attributes
G4AtomicShell Class Reference

#include <G4AtomicShell.hh>

Public Member Functions

G4double BindingEnergy () const
 
 G4AtomicShell (const G4AtomicShell &)=delete
 
 G4AtomicShell (G4int id, G4double e)
 
G4AtomicShelloperator= (const G4AtomicShell &right)=delete
 
G4int ShellId () const
 

Private Attributes

G4double bindingEnergy
 
G4int identifier
 

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.

G4double bindingEnergy

◆ G4AtomicShell() [2/2]

G4AtomicShell::G4AtomicShell ( const G4AtomicShell )
delete

Member Function Documentation

◆ BindingEnergy()

G4double G4AtomicShell::BindingEnergy ( ) const
inline

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

References identifier.

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

Field Documentation

◆ bindingEnergy

G4double G4AtomicShell::bindingEnergy
private

Definition at line 75 of file G4AtomicShell.hh.

Referenced by BindingEnergy().

◆ identifier

G4int G4AtomicShell::identifier
private

Definition at line 74 of file G4AtomicShell.hh.

Referenced by ShellId().


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