whizard is hosted by Hepforge, IPPP Durham

Changes between Version 4 and Version 5 of ExampleZlineshape


Ignore:
Timestamp:
Sep 7, 2017, 8:45:59 AM (7 years ago)
Author:
Juergen Reuter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ExampleZlineshape

    v4 v5  
    1515
    1616{{{
    17 process born = e1, E1 => e2, E2
     17process bornproc = e1, E1 => e2, E2
    1818process rc = e1, E1 => e2, E2, A
    1919compile
     
    5757              (92.0 GeV => 95.0 GeV /+ 0.5 GeV)) {
    5858  beams = e1, E1
    59   integrate (born) { iterations = 1:2000 }
    60   record lineshape_born (sqrts, integral (born) / 1000)
     59  integrate (bornproc) { iterations = 1:2000 }
     60  record lineshape_born (sqrts, integral (bornproc) / 1000)
    6161  integrate (rc)   { iterations = 5:5000 }
    6262  record lineshape_rc (sqrts, integral (rc) / 1000)