Geant4  10.02.p03
G4AtomicShell Class Reference

#include <G4AtomicShell.hh>

Collaboration diagram for G4AtomicShell:

Public Member Functions

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

Private Attributes

G4int identifier
 
G4double bindingEnergy
 

Detailed Description

Definition at line 55 of file G4AtomicShell.hh.

Constructor & Destructor Documentation

◆ G4AtomicShell()

G4AtomicShell::G4AtomicShell ( G4int  id,
G4double  bindingEnergy 
)

Definition at line 41 of file G4AtomicShell.cc.

42 {
43  identifier = id;
45 }
G4double bindingEnergy
double energy
Definition: plottest35.C:25

◆ ~G4AtomicShell()

G4AtomicShell::~G4AtomicShell ( )

Definition at line 47 of file G4AtomicShell.cc.

48 {}

Member Function Documentation

◆ BindingEnergy()

G4double G4AtomicShell::BindingEnergy ( ) const
inline

Definition at line 79 of file G4AtomicShell.hh.

79  {
80 
81  return bindingEnergy;
82 }
G4double bindingEnergy
Here is the caller graph for this function:

◆ ShellId()

G4int G4AtomicShell::ShellId ( ) const
inline

Definition at line 84 of file G4AtomicShell.hh.

84  {
85 
86  return identifier;
87 }
Here is the caller graph for this function:

Member Data Documentation

◆ bindingEnergy

G4double G4AtomicShell::bindingEnergy
private

Definition at line 75 of file G4AtomicShell.hh.

◆ identifier

G4int G4AtomicShell::identifier
private

Definition at line 74 of file G4AtomicShell.hh.


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