Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 55 of file G4AtomicShell.hh.

Constructor & Destructor Documentation

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

Definition at line 62 of file G4AtomicShell.hh.

62 :identifier(id),bindingEnergy(e){};
G4double bindingEnergy(G4int A, G4int Z)

Member Function Documentation

G4double G4AtomicShell::BindingEnergy ( ) const
inline

Definition at line 80 of file G4AtomicShell.hh.

80  {
81 
82  return bindingEnergy;
83 }
G4double bindingEnergy(G4int A, G4int Z)

Here is the caller graph for this function:

G4int G4AtomicShell::ShellId ( ) const
inline

Definition at line 85 of file G4AtomicShell.hh.

85  {
86 
87  return identifier;
88 }

Here is the caller graph for this function:


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