next up previous index
Next: PHYS450 Total cross-section Up: PHYS441 Simulation of Previous: Subroutines

Method

The differential cross-section for the emission of a photon of energy k by a muon of energy E is [,]:

{d σdv}= {Nv}( {43}-{43}v+v2) Φ( δ)

where

Therefore, the differential cross-section can be written as {d σdv}= f(v) g(v)

with
f(v) = [v ln( {vmaxvc})]-1

g(v) = {1Φ(0)}(1-v +{34}v2)Φ(δ)

We can sample the photon energy in the following way (r1 , r2 uniformly distributed random numbers in ]0,1[ ):

  1. sample v:

    v= vc({vmaxvc})r1

  2. compute the rejection function g(v) and:
    1. if r2> g(v) go back to step 1
    2. if r2≤g(v) , accept v and k = v E.

After the successful sampling of k, GBREMM generates the polar angles of the radiated photon with respect to an axis defined along the parent muon's momentum calling GBTETH. For more information on the sampling procedure see [PHYS341].

PHYS450


Janne Saarela
Mon Apr 3 12:46:29 METDST 1995