next up previous index
Next: PHYS400 Simulation of Up: PHYS360 Synchrotron radiation Previous: Subroutines

Method

A charged particle in a magnetic field emits radiation. The number of photons emitted in a second is {d2Ndε dt}= {15 38}{Pεc}

where εc is the critical photon energy (the median of the energy spectrum) and P the total radiated power:

εc = {32}c {γ3ρ}

P = {23}{ e2cρ24γ4

γ is the e- /e+ Lorentz factor Etot/me and β= 1 - 1/γ2 . ρ is the curvature caused by the magnetic field. For more detailed derivation of these equations, see []. The velocity of the particle being βc , the number of photons per meter is
{d2Ndε dx} = {d2Ndε dt} {1βc}

= {5 36}{e2c}β3γ{1ρ}

= {52 3} α {γρ} ≈ 0.01053  {γρ}

The fine structure constant α= e2/(c) and it is assumed that β3≈1 .

The curvature in a magnetic field B which has a component B transversal to the particle velocity can be computed [] ρ= {p0.3 B}

where p is the momentum of the particle in GeV. B is in tesla and ρ is in meters.

Knowing the step length, the energy of the electron and the curvature of the particle track in the magnetic field, the number of photons in a step δx can be sampled from a Poissonian distribution around the mean value nδx= 0.01053  {γρ}δx

Now, the energies of nδx photons have to be determined. The energy distribution in a step follows the distribution [] f(ε)  =  {dNdε}  ∫ε/ εc&inf;K5/3(x)  dx

The energy can be sampled from this by inverse transform method:
N   =  F(ε) =  ∫f(ε)  dε

ε  =  F-1(N)

The double integral is not analytically solved, and the sampling is done from tabulated values of numerically computes F(ε) .

Two methods have been implemented. If the flag ISYNC is set to 1, the photons are emitted at the end of the step along the current direction. If ISYNC is set to 3, the photons are emitted randomly along the tangent the real trajectory of the particle. In the case when ISYNC = 3, the magnetic field tracking routines are called for each photon, and therefore this option is considrably slower than ISYNC = 1.

 


Figure: The point where the synchrotron radiation photon is generated. The figure on the left describes the situation when ISYNC = 1, and the one on the right when ISYNC = 3. The little arrows are the photons and STEP is the step taken by the e- or e+ . VECT is the new direction computed in GTELEC before entering in GSYNC.

PHYS400



next up previous index
Next: PHYS400 Simulation of Up: PHYS360 Synchrotron radiation Previous: Subroutines


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