source: trunk/documents/UserDoc/DocBookUsersGuides/PhysicsReferenceManual/latex/hadronic/theory_driven/BinaryCascade/transport.tex @ 1211

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

CVS update

File size: 2.5 KB
Line 
1%\subsection{The transport algorithm \editor{Gunter}}
2
3%\begin{verbatim}
4%- choose impact
5%- find collisions
6%- loop { propagate to next in time collision
7%-          do collision
8%-          check Pauli
9%-               OK
10%\end{verbatim}
11
12For the primary particle an impact parameter is chosen random in a
13disk outside the nucleus perpendicular to a vector passing through the
14center of the nucleus  coordinate system an being
15parallel to the momentum direction.
16Using a straight line trajectory, the distance of closest approach
17$d_i^{min}$
18to each target nucleon $i$ and the corresponding time-of-flight $t_i^d$
19is calculated. In this calculation the momentum of the target nucleons
20is ignored, i.e. the target nucleons do not move. The interaction cross
21section ${\sigma}_i$ with target nucleons is calculated using total inclusive
22cross-sections described below. For calculation of the cross-section the
23momenta of the nucleons are taken into account.
24The primary particle may interact with those target nucleons where the distance of closest
25approach $d_i^{min}$ is smaller than
26$d_i^{min} < \sqrt{\frac{\sigma_i}{\pi}}$. These candidate interactions
27are called collisions, and these collisions are stored ordered by  time-of-flight $t_i^d$.
28In the case no collision is found, a new impact
29parameter is chosen.
30
31The primary particle is tracked the time-step given by the time to the
32first collision. As long a particle is outside the nucleus, that is a radius of
33the outermost nucleon plus $3fm$, particles travel along
34straight line trajectories. Particles entering the nucleus have their
35energy corrected  for Coulomb effects. Inside the nucleus particles are
36propagated in the scalar nuclear field.  The equation of motion  in the field
37is solved for a given time-step using a Runge-Kutta integration method.
38
39At the end of the step, the primary and the nucleon interact suing the
40scattering term. The resulting secondaries are checked for the Fermi
41exclusion principle. If any of the two particles has a momentum below
42Fermi momentum, the interaction is suppressed, and the original primary
43is tracked to the next collision. In case interaction is allowed, the
44secondaries are treated like the primary, that is, all possible
45collisions are calculated like above, with the addition that these new
46primary particles may be short-lived and may decay. A decay is treated like others
47collisions, the collision time being the time until the decay of the particle.
48All secondaries are tracked until they leave the nucleus, or
49the until the cascade stops.
50
51
52
53
Note: See TracBrowser for help on using the repository browser.