source: trunk/documents/UserDoc/UsersGuides/PhysicsReferenceManual/latex/hadronic/elastic/elastic.tex @ 1292

Last change on this file since 1292 was 1208, checked in by garnier, 15 years ago

CVS update

File size: 1.5 KB
Line 
1\chapter{Coherent elastic scattering}
2
3\section{Nucleon-Nucleon elastic Scattering}
4The classes G4LEpp and G4LEnp provide data-driven models for
5proton-proton (or neutron-neutron) and neutron-proton elastic
6scattering over the range 10-1200 MeV.  Final states (primary
7and recoil particle) are derived by sampling from tables of
8the cumulative distribution function of the centre-of-mass scattering
9angle, tabulated for a discrete set of lab kinetic energies from
1010 MeV to 1200 MeV.  The CDF's are tabulated at 1 degree intervals and
11sampling is done using bi-linear interpolation in energy and
12CDF values.  The data are derived from differential cross sections
13obtained from the SAID database, R. Arndt, 1998.
14
15In class G4LEpp there are two data sets: one including Coulomb effects
16(for p-p scattering) and one with no Coulomb effects (for n-n
17scattering or p-p scattering with Coulomb effects suppressed).
18The method G4LEpp::SetCoulombEffects can be used to select the
19desired data set:
20\begin{itemize}
21\item       SetCoulombEffects(0):    No Coulomb effects (the default)
22\item        SetCoulombEffects(1):    Include Coulomb effects
23\end{itemize}
24The recoil particle will be generated as a new secondary particle.
25In class G4LEnp, the possiblity of a charge-exchange reaction is
26included, in which case the incident track will be stopped and both
27the primary and recoil particles will be generated as secondaries.
28
29\newpage
30
31
32
33
34%%% Local Variables:
35%%% mode: latex
36%%% TeX-master: " "
37%%% End:
Note: See TracBrowser for help on using the repository browser.