80 crossSectionHandler(0), energySpectrum(0)
82 fIntrinsicLowEnergyLimit = 12.*eV;
83 fIntrinsicHighEnergyLimit = 100.0*GeV;
95 delete energySpectrum;
96 delete crossSectionHandler;
107 G4Exception(
"G4LivermoreIonisationModel::Initialise",
109 "Livermore Ionisation Model is applicable only to electrons");
117 delete energySpectrum;
121 if (verboseLevel > 3)
125 if (crossSectionHandler)
127 delete crossSectionHandler;
128 crossSectionHandler = 0;
131 const size_t nbins = 20;
134 G4int ndec =
G4int(std::log10(emax/emin) + 0.5);
135 if(ndec <= 0) { ndec = 1; }
138 crossSectionHandler =
140 emin,emax,nbins*ndec);
141 crossSectionHandler->
Clear();
150 if (verboseLevel > 0)
152 G4cout <<
"Livermore Ionisation model is initialized " <<
G4endl
159 if (verboseLevel > 3)
167 if(isInitialised) {
return; }
169 isInitialised =
true;
183 if (!crossSectionHandler)
185 G4Exception(
"G4LivermoreIonisationModel::ComputeCrossSectionPerAtom",
187 "The cross section handler is not correctly initialized");
197 if (verboseLevel > 1)
200 G4cout <<
"Cross section for delta emission > "
201 << cutEnergy/keV <<
" keV at "
202 << energy/keV <<
" keV and Z = " << iZ <<
" --> "
203 << cs/barn <<
" barn" <<
G4endl;
221 const G4double* theAtomicNumDensityVector =
225 for (
size_t iel=0; iel<NumberOfElements; iel++ )
227 G4int iZ = (
G4int)((*theElementVector)[iel]->GetZ());
229 for (
G4int n=0; n<nShells; n++)
234 sPower += e * cs * theAtomicNumDensityVector[iel];
237 sPower += esp * theAtomicNumDensityVector[iel];
240 if (verboseLevel > 2)
243 G4cout <<
"Stopping power < " << cutEnergy/keV
244 <<
" keV at " << kineticEnergy/keV <<
" keV = "
245 << sPower/(keV/mm) <<
" keV/mm" <<
G4endl;
254 std::vector<G4DynamicParticle*>* fvect,
263 if (kineticEnergy <= fIntrinsicLowEnergyLimit)
280 kineticEnergy, shellIndex);
282 if (energyDelta == 0.)
292 fvect->push_back(delta);
296 G4double totalMomentum = std::sqrt(kineticEnergy*(kineticEnergy + 2*electron_mass_c2));
299 finalP = finalP.
unit();
302 G4double theEnergyDeposit = bindingEnergy;
306 G4double finalKinEnergy = kineticEnergy - energyDelta - theEnergyDeposit;
307 if(finalKinEnergy < 0.0)
309 theEnergyDeposit += finalKinEnergy;
310 finalKinEnergy = 0.0;
318 if (theEnergyDeposit < 0)
320 G4cout <<
"G4LivermoreIonisationModel: Negative energy deposit: "
321 << theEnergyDeposit/eV <<
" eV" <<
G4endl;
322 theEnergyDeposit = 0.0;
328 if (verboseLevel > 1)
330 G4cout <<
"-----------------------------------------------------------" <<
G4endl;
331 G4cout <<
"Energy balance from G4LivermoreIonisation" <<
G4endl;
332 G4cout <<
"Incoming primary energy: " << kineticEnergy/keV <<
" keV" <<
G4endl;
333 G4cout <<
"-----------------------------------------------------------" <<
G4endl;
334 G4cout <<
"Outgoing primary energy: " << finalKinEnergy/keV <<
" keV" <<
G4endl;
335 G4cout <<
"Delta ray " << energyDelta/keV <<
" keV" <<
G4endl;
336 G4cout <<
"Fluorescence: " << (bindingEnergy-theEnergyDeposit)/keV <<
" keV" <<
G4endl;
337 G4cout <<
"Local energy deposit " << theEnergyDeposit/keV <<
" keV" <<
G4endl;
338 G4cout <<
"Total final state: " << (finalKinEnergy+energyDelta+bindingEnergy)
340 G4cout <<
"-----------------------------------------------------------" <<
G4endl;
std::vector< G4Element * > G4ElementVector
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)
G4GLOB_DLL std::ostream G4cout
G4double BindingEnergy() const
G4AtomicShell * Shell(G4int Z, size_t shellIndex) const
G4int NumberOfShells(G4int Z) const
static G4AtomicTransitionManager * Instance()
const G4ThreeVector & GetMomentumDirection() const
G4double GetKineticEnergy() const
G4ThreeVector GetMomentum() const
static G4Electron * Electron()
G4LivermoreIonisationModel(const G4ParticleDefinition *p=0, const G4String &processName="LowEnergyIoni")
virtual ~G4LivermoreIonisationModel()
G4ParticleChangeForLoss * fParticleChange
virtual void Initialise(const G4ParticleDefinition *, const G4DataVector &)
virtual G4double ComputeCrossSectionPerAtom(const G4ParticleDefinition *, G4double kinEnergy, G4double Z, G4double A=0, G4double cut=0, G4double emax=DBL_MAX)
virtual void SampleSecondaries(std::vector< G4DynamicParticle * > *, const G4MaterialCutsCouple *, const G4DynamicParticle *, G4double tmin, G4double maxEnergy)
virtual G4double ComputeDEDXPerVolume(const G4Material *, const G4ParticleDefinition *, G4double kineticEnergy, G4double cutEnergy)
const G4Material * GetMaterial() const
const G4ElementVector * GetElementVector() const
size_t GetNumberOfElements() const
const G4double * GetAtomicNumDensityVector() const
void SetProposedKineticEnergy(G4double proposedKinEnergy)
void ProposeMomentumDirection(G4double Px, G4double Py, G4double Pz)
G4VEMDataSet * BuildMeanFreePathForMaterials(const G4DataVector *energyCuts=0)
void LoadShellData(const G4String &dataFile)
G4double FindValue(G4int Z, G4double e) const
G4int SelectRandomAtom(const G4MaterialCutsCouple *couple, G4double e) const
G4int SelectRandomShell(G4int Z, G4double e) const
G4VEmAngularDistribution * GetAngularDistribution()
G4double LowEnergyLimit() const
G4double HighEnergyLimit() const
void SetAngularDistribution(G4VEmAngularDistribution *)
G4ParticleChangeForLoss * GetParticleChangeForLoss()
virtual G4double SampleEnergy(G4int Z, G4double minKineticEnergy, G4double maxKineticEnergy, G4double kineticEnergy, G4int shell=0, const G4ParticleDefinition *pd=0) const =0
virtual void PrintData() const =0
virtual G4double MaxEnergyOfSecondaries(G4double kineticEnergy, G4int Z=0, const G4ParticleDefinition *pd=0) const =0
virtual G4double Excitation(G4int Z, G4double kineticEnergy) const =0
virtual G4double AverageEnergy(G4int Z, G4double minKineticEnergy, G4double maxKineticEnergy, G4double kineticEnergy, G4int shell=0, const G4ParticleDefinition *pd=0) const =0
void ProposeLocalEnergyDeposit(G4double anEnergyPart)
G4double GetCrossSectionAboveThresholdForElement(G4double energy, G4double cutEnergy, G4int Z)