# Define title etc. as global variables, that will be used by PLOT
$description =
- "A WHIZARD 2.0 Example. Using weighted events to speed things up."
+ "A WHIZARD 2.2 Example. Light Higgs search at LEP Using weighted events to speed things up. A 115 GeV pseudo-Higgs has been added. Luminosity enlarged by two orders of magnitude."
$y_label = "$N_{\textrm{events}}$"
# Allocate plots
$title = "Invisible mass distribution in $e^+e^- \to \nu\bar\nu b \bar b$"
$x_label = "$M_{\nu\nu}$/GeV"
histogram m_invisible (70 GeV, 130 GeV, 0.5 GeV)
$title = "$bb$ invariant mass distribution in $e^+e^- \to \nu\bar\nu b \bar b$"
$x_label = "$M_{b\bar b}$/GeV"
histogram m_bb (70 GeV, 130 GeV, 0.5 GeV)
analysis = record m_invisible (eval M [n,N]);
record m_bb (eval M [b,B])
+# This is more than 100 times the LEP luminosity at 209 GeV.
luminosity = 10
simulate (nnbb)
$title = "Dijet invariant mass distribution in $e^+e^- \to q \bar q b \bar b$"
$x_label = "$M_{q\bar q}$/GeV"
histogram m_jj (70 GeV, 130 GeV, 0.5 GeV)
simulate (qqbb) { analysis = record m_jj (eval M / 1 GeV [combine [q,Q]]) }