| 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|---|
| 2 |
|
|---|
| 3 | <!--Converted with LaTeX2HTML 2002-2-1 (1.70)
|
|---|
| 4 | original version by: Nikos Drakos, CBLU, University of Leeds
|
|---|
| 5 | * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
|
|---|
| 6 | * with significant contributions from:
|
|---|
| 7 | Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
|---|
| 8 | <HTML>
|
|---|
| 9 | <HEAD>
|
|---|
| 10 | <TITLE>Transportation</TITLE>
|
|---|
| 11 | <META NAME="description" CONTENT="Transportation">
|
|---|
| 12 | <META NAME="keywords" CONTENT="PhysicsReferenceManual">
|
|---|
| 13 | <META NAME="resource-type" CONTENT="document">
|
|---|
| 14 | <META NAME="distribution" CONTENT="global">
|
|---|
| 15 |
|
|---|
| 16 | <META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
|
|---|
| 17 | <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
|
|---|
| 18 |
|
|---|
| 19 | <LINK REL="STYLESHEET" HREF="PhysicsReferenceManual.css">
|
|---|
| 20 |
|
|---|
| 21 | <LINK REL="previous" HREF="node7.html">
|
|---|
| 22 | <LINK REL="up" HREF="node2.html">
|
|---|
| 23 | <LINK REL="next" HREF="node11.html">
|
|---|
| 24 | </HEAD>
|
|---|
| 25 |
|
|---|
| 26 | <BODY >
|
|---|
| 27 | <!--Navigation Panel-->
|
|---|
| 28 | <A NAME="tex2html845"
|
|---|
| 29 | HREF="node11.html">
|
|---|
| 30 | <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.gif"></A>
|
|---|
| 31 | <A NAME="tex2html841"
|
|---|
| 32 | HREF="node2.html">
|
|---|
| 33 | <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.gif"></A>
|
|---|
| 34 | <A NAME="tex2html837"
|
|---|
| 35 | HREF="node9.html">
|
|---|
| 36 | <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.gif"></A>
|
|---|
| 37 | <A NAME="tex2html843"
|
|---|
| 38 | HREF="node1.html">
|
|---|
| 39 | <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.gif"></A>
|
|---|
| 40 | <BR>
|
|---|
| 41 | <B> Next:</B> <A NAME="tex2html846"
|
|---|
| 42 | HREF="node11.html">Particle Decay</A>
|
|---|
| 43 | <B> Up:</B> <A NAME="tex2html842"
|
|---|
| 44 | HREF="node2.html">Introduction</A>
|
|---|
| 45 | <B> Previous:</B> <A NAME="tex2html838"
|
|---|
| 46 | HREF="node9.html">Bibliography</A>
|
|---|
| 47 | <B> <A NAME="tex2html844"
|
|---|
| 48 | HREF="node1.html">Contents</A></B>
|
|---|
| 49 | <BR>
|
|---|
| 50 | <BR>
|
|---|
| 51 | <!--End of Navigation Panel-->
|
|---|
| 52 |
|
|---|
| 53 | <H1><A NAME="SECTION02300000000000000000">
|
|---|
| 54 | Transportation</A>
|
|---|
| 55 | </H1>
|
|---|
| 56 |
|
|---|
| 57 | <P>
|
|---|
| 58 | The transportation process is responsible for determining the
|
|---|
| 59 | geometrical limits of a step. It calculates the length of step with which a
|
|---|
| 60 | track will cross into
|
|---|
| 61 | another volume. When the track actually arrives at a boundary, the
|
|---|
| 62 | transportation process locates the next volume that it enters.
|
|---|
| 63 |
|
|---|
| 64 | <P>
|
|---|
| 65 | If the particle is charged and there is an electromagnetic (or
|
|---|
| 66 | potentially other) field, it is responsible for propagating the particle in
|
|---|
| 67 | this field. It does this according to an equation of motion. This equation
|
|---|
| 68 | can be provided by Geant4, for the case a magnetic or EM field,
|
|---|
| 69 | or can be provided by the user for other fields.
|
|---|
| 70 |
|
|---|
| 71 | <P>
|
|---|
| 72 | The transportation updates the time of flight of a particle, utilising its
|
|---|
| 73 | initial velocity.
|
|---|
| 74 |
|
|---|
| 75 | <P>
|
|---|
| 76 | <I>Some additional details on motion in fields:</I>
|
|---|
| 77 |
|
|---|
| 78 | <P>
|
|---|
| 79 | In order to intersect the model Geant4 geometry of a detector or setup, the
|
|---|
| 80 | curved trajectory followed by a charged particle is split into 'chords segments'. A
|
|---|
| 81 | chord is a straight line segment between two trajectory points. Chords are
|
|---|
| 82 | created utilizing a criterion for the maximum estimated distance between a
|
|---|
| 83 | curve point and the chord. This distance is also known as the sagitta.
|
|---|
| 84 |
|
|---|
| 85 | <P>
|
|---|
| 86 | The equations of motions are solved utilising Runge Kutta methods.
|
|---|
| 87 | Runge Kutta methods of different can be utilised for fields depending on the
|
|---|
| 88 | numerical method utilised for approximating the field. Specialised methods
|
|---|
| 89 | for near-constant magnetic fields are under development.
|
|---|
| 90 |
|
|---|
| 91 | <P>
|
|---|
| 92 |
|
|---|
| 93 | <P>
|
|---|
| 94 | <HR>
|
|---|
| 95 | <!--Navigation Panel-->
|
|---|
| 96 | <A NAME="tex2html845"
|
|---|
| 97 | HREF="node11.html">
|
|---|
| 98 | <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.gif"></A>
|
|---|
| 99 | <A NAME="tex2html841"
|
|---|
| 100 | HREF="node2.html">
|
|---|
| 101 | <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.gif"></A>
|
|---|
| 102 | <A NAME="tex2html837"
|
|---|
| 103 | HREF="node9.html">
|
|---|
| 104 | <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.gif"></A>
|
|---|
| 105 | <A NAME="tex2html843"
|
|---|
| 106 | HREF="node1.html">
|
|---|
| 107 | <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.gif"></A>
|
|---|
| 108 | <BR>
|
|---|
| 109 | <B> Next:</B> <A NAME="tex2html846"
|
|---|
| 110 | HREF="node11.html">Particle Decay</A>
|
|---|
| 111 | <B> Up:</B> <A NAME="tex2html842"
|
|---|
| 112 | HREF="node2.html">Introduction</A>
|
|---|
| 113 | <B> Previous:</B> <A NAME="tex2html838"
|
|---|
| 114 | HREF="node9.html">Bibliography</A>
|
|---|
| 115 | <B> <A NAME="tex2html844"
|
|---|
| 116 | HREF="node1.html">Contents</A></B>
|
|---|
| 117 | <!--End of Navigation Panel-->
|
|---|
| 118 |
|
|---|
| 119 | </BODY>
|
|---|
| 120 | </HTML>
|
|---|