Ignore:
Timestamp:
Dec 16, 2009, 12:14:47 PM (15 years ago)
Author:
garnier
Message:

CVS update

Location:
trunk/documents/UserDoc/DocBookUsersGuides/PhysicsReferenceManual/latex/electromagnetic/standard
Files:
14 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/documents/UserDoc/DocBookUsersGuides/PhysicsReferenceManual/latex/electromagnetic/standard/hion.tex

    r1211 r1222  
    244244\subsubsection{Nuclear Stopping}
    245245
    246 For scaled energies below $T_{lim} = 2 MeV$ the contribution of non-ionizing energy loss
    247 needs to be taken into account. The additional energy loss due to {\it nuclear stopping power}
    248 $\Delta T_N \Delta s$ is added the the energy loss. The process {\it G4ionIonisation}
    249 has a flag, which allows to switch on or off this correction. For that the method\\
    250 \\
    251 {\it G4ionIonisation::ActivateNuclearStopping(G4bool)}
    252 \\
    253 \\
    254 can be used. By default
    255 this correction is active and the ICRU'49 parameterisation \cite{hion.ICRU49} is used.
     246Nuclear stopping due to elastic ion-ion scattering since Geant4 v9.3
     247can be simulated with the continuous process
     248{\it G4NuclearStopping}. By default
     249this correction is active and the ICRU'49 parameterisation \cite{hion.ICRU49} is used,
     250which is implemented in the model class {\it G4ICRU49NuclearStoppingModel}. 
    256251
    257252
  • trunk/documents/UserDoc/DocBookUsersGuides/PhysicsReferenceManual/latex/electromagnetic/standard/msc.tex

    r1211 r1222  
    1515\item
    1616G4MuMultipleScattering.
    17 \item
    18 G4MultipleScattering;
    1917\end{itemize}
    2018For concrete simulation the {\it G4VMscModel} interface is used, which is an extension
     
    2220\begin{itemize}
    2321\item
    24 G4UrbanMscModel;
     22G4UrbanMscModel90 - Geant4 v9.0 applied to muons, hadrons and ions;
    2523\item
    26 G4UrbanMscModel2;
     24G4UrbanMscModel92 - Geant4 v9.2 (current default) applied for electron and positron;
    2725\item
    28 G4UrbanMscModel90;
     26G4UrbanMscModel93 - Geant4 v9.3 applied for electron and positron for Option2, Option3 and other EM Physics Lists;
    2927\item
    30 G4WentzelVIModel.
     28G4GoudsmitSaundersonModel - for electrons and positrons (beta-version);
     29\item
     30G4WentzelVIModel - for muons and hadrons, should be included in Physics Lists together with G4CoulombScattering process;
    3131\end{itemize}
    32 The last model is not yet in the production mode, so below we will concentrate
    33 on models developed by L.~Urban \cite{msc.urban}. Today default model for
    34 electrons and positrons is {\it G4UrbanMscModel2}, for hadrons - {\it G4UrbanMscModel90}.
     32The last models are not yet in the production mode, so below we will concentrate
     33on models developed by L.~Urban \cite{msc.urban}.
    3534
    3635\subsection{Introduction}
     
    811810 08.12.08  revised by L. Urb\'an, for Geant4 V9.2 \\
    812811 11.12.08  minor revision by V. Ivanchenko \\
     812 11.12.09  minor revision by V. Ivanchenko, for Geant4 v9.3 \\
    813813 
    814814\begin{latexonly}
Note: See TracChangeset for help on using the changeset viewer.