G4AtomicShell Class Reference

#include <G4AtomicShell.hh>


Public Member Functions

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


Detailed Description

Definition at line 55 of file G4AtomicShell.hh.


Constructor & Destructor Documentation

G4AtomicShell::G4AtomicShell ( G4int  id,
G4double  bindingEnergy 
)

Definition at line 42 of file G4AtomicShell.cc.

00043 {
00044   identifier = id;
00045   bindingEnergy = energy;
00046 } 

G4AtomicShell::~G4AtomicShell (  ) 

Definition at line 48 of file G4AtomicShell.cc.

00049 {}


Member Function Documentation

G4double G4AtomicShell::BindingEnergy (  )  const [inline]

Definition at line 79 of file G4AtomicShell.hh.

Referenced by G4VAtomDeexcitation::AlongStepDeexcitation(), G4ecpssrBaseKxsModel::CalculateCrossSection(), G4OrlicLiXsModel::CalculateL1CrossSection(), G4ecpssrBaseLixsModel::CalculateL1CrossSection(), G4OrlicLiXsModel::CalculateL2CrossSection(), G4ecpssrBaseLixsModel::CalculateL2CrossSection(), G4OrlicLiXsModel::CalculateL3CrossSection(), G4ecpssrBaseLixsModel::CalculateL3CrossSection(), G4ecpssrBaseLixsModel::CalculateVelocity(), G4hImpactIonisation::PostStepDoIt(), G4PenelopePhotoElectricModel::SampleSecondaries(), G4PenelopeIonisationModel::SampleSecondaries(), G4PenelopeComptonModel::SampleSecondaries(), G4LivermorePolarizedPhotoElectricModel::SampleSecondaries(), and G4LivermoreIonisationModel::SampleSecondaries().

00079                                                    {
00080 
00081   return bindingEnergy;
00082 }

G4int G4AtomicShell::ShellId (  )  const [inline]

Definition at line 84 of file G4AtomicShell.hh.

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

00084                                          {
00085 
00086   return identifier;
00087 }


The documentation for this class was generated from the following files:
Generated on Mon May 27 17:51:28 2013 for Geant4 by  doxygen 1.4.7