whizard is hosted by Hepforge, IPPP Durham

Changes between Version 2 and Version 3 of ExampleZlineshape


Ignore:
Timestamp:
Aug 11, 2010, 1:38:37 AM (14 years ago)
Author:
Juergen Reuter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ExampleZlineshape

    v2 v3  
    4040{{{
    4141$title = "The Z Lineshape in $e^+e^-\to\mu^+\mu^-$"
    42 plot lineshape_born (88 GeV, 95 GeV)
     42plot lineshape_born { x_min = 88 GeV x_max = 95 GeV)
    4343}}}
    4444
     
    4747{{{
    4848$title = "The Z Lineshape in $e^+e^-\to\mu^+\mu^-\gamma$"
    49 plot lineshape_rc (88 GeV, 95 GeV)
     49plot lineshape_rc { x_min = 88 GeV x_max = 95 GeV)
    5050}}}
    5151
     
    6767
    6868{{{
    69 $analysis_filename = "Z-lineshape"
    70 write_analysis
     69compile_analysis { $out_file = "Z-lineshape.dat" }
    7170}}}