Lesson 10 of 15
Breit-Wigner Resonance
Breit-Wigner Resonance
When the centre-of-mass energy passes through a particle's rest mass , the cross section peaks sharply. This resonance is described by the non-relativistic Breit-Wigner formula:
where is the total decay width (inverse lifetime). The shape is a Lorentzian centred at with full width at half maximum equal to .
Peak Cross Section for Z Production
For hadrons, the peak cross section is:
In natural units this has dimensions of GeV. Using the conversion :
This enormous cross section (compared to typical QED backgrounds nb) made the lineshape measurement at LEP exquisitely precise.
Parameters used (PDG values)
| Parameter | Value |
|---|---|
| 91.1876 GeV | |
| 2.4952 GeV | |
| 0.08391 GeV | |
| 1.7408 GeV |
Measuring from the Lineshape
The half-maximum points of the resonance occur at . The full width can be read directly from the energy scan.
Your Task
Implement three functions. All constants must be defined inside each function body.
breit_wigner(E_GeV, M_GeV, Gamma_GeV)— normalised Breit-Wigner (peak = 1)z_peak_cross_section_nb()— peak cross section for hadrons in nbwidth_from_peak_shape(E1_GeV, E2_GeV, M_GeV)— extract from half-max energies
Python runtime loading...
Loading...
Click "Run" to execute your code.