Muonium-style Decoupling Curve#

Description#

A Muonium-style decoupling curve is defined as:

\[y = A_R\frac{0.5+(\frac{x}{B_0})^2}{1+(\frac{x}{B_0})^2}+A_\mathrm{BG}\]

where

  • \(A_R\) - the repolarising asymmetry

  • \(B_0\) - the decoupling field

  • \(A_\mathrm{BG}\) - the background asymmetry

The function models the repolarisation of isotropic muonium. The x axis should be the magnetic field, typically scanned from 0 to a few kGauss. The y axis is the asymmetry.

Examples#

This has been used in examining the influence of strong magnetic field on the depolarizations of Muons [1] and in investigating the Paschen-Back Effect as a means of detecting Muonium [2].

Properties (fitting parameters)#

Name

Default

Description

RepolarisingAsymmetry

0.2

coefficient for the repolarising asymmetry

DecouplingField

500.0

coefficient for magnetic field rescaling

BackgroundAsymmetry

0.0

coefficient for the background asymmetry

References#

Categories: FitFunctions | Muon\MuonModelling

Source#

C++ header: MuoniumDecouplingCurve.h

C++ source: MuoniumDecouplingCurve.cpp