| 1 | <!-- ******************************************************** -->
|
|---|
| 2 | <!-- -->
|
|---|
| 3 | <!-- [History] -->
|
|---|
| 4 | <!-- 1st version created: Katsuya Amako, Dec-2006 -->
|
|---|
| 5 | <!-- -->
|
|---|
| 6 | <!-- ******************************************************** -->
|
|---|
| 7 |
|
|---|
| 8 |
|
|---|
| 9 | <!-- ********************* QandA Section ******************** -->
|
|---|
| 10 | <section id="qanda.PhysicsCuts">
|
|---|
| 11 | <title>
|
|---|
| 12 | Physics and cuts
|
|---|
| 13 | </title>
|
|---|
| 14 |
|
|---|
| 15 | <qandaset defaultlabel="qanda">
|
|---|
| 16 |
|
|---|
| 17 |
|
|---|
| 18 | <!-- ******* QandA Entry ******** -->
|
|---|
| 19 | <qandaentry id="qanda.PhysicsCuts.HowProdCuts">
|
|---|
| 20 |
|
|---|
| 21 | <question><para>
|
|---|
| 22 | How do production cuts (in range) work in Geant4 ? Are they also used
|
|---|
| 23 | in tracking ? If a particle has an energy lower than the converted cut
|
|---|
| 24 | in energy for the given material and the distance to the next boundary
|
|---|
| 25 | is smaller than the cut in range, is the particle killed ?
|
|---|
| 26 | </para></question>
|
|---|
| 27 |
|
|---|
| 28 | <answer><para>
|
|---|
| 29 | Geant4 does <emphasis role="bold">NOT</emphasis> have a "tracking cut".
|
|---|
| 30 | The toolkit's default behaviour is to track particles down to zero range
|
|---|
| 31 | (i.e. zero energy). Of course, it is possible for the user to create and
|
|---|
| 32 | register a process that kills particles below a certain energy or range;
|
|---|
| 33 | this is however <emphasis role="bold">NOT</emphasis> provided by default
|
|---|
| 34 | in Geant4. So there's <emphasis role="bold">NO</emphasis> "tracking cut".
|
|---|
| 35 | For example, suppose a particle that is nearing zero energy will at some
|
|---|
| 36 | point be proposed by its Ionisation process to undergo one final step,
|
|---|
| 37 | from its current energy down to zero energy. This is still only a
|
|---|
| 38 | proposal. If during this step the particle crosses a boundary, then the
|
|---|
| 39 | transportation will limit the step at a length smaller than the
|
|---|
| 40 | Ionisation -- so the particle will still see and cross the relevant
|
|---|
| 41 | boundary, and another step will occur on the other side of that boundary.
|
|---|
| 42 | In summary the "production threshold" range and its equivalent in energy
|
|---|
| 43 | are not utilised as a "tracking cut". A particle is not abandoned by
|
|---|
| 44 | Geant4 below a certain range/energy unless the user registers a process
|
|---|
| 45 | to do this by him/her-self.
|
|---|
| 46 | </para></answer>
|
|---|
| 47 |
|
|---|
| 48 | </qandaentry>
|
|---|
| 49 |
|
|---|
| 50 |
|
|---|
| 51 | </qandaset>
|
|---|
| 52 | </section>
|
|---|