whizard is hosted by Hepforge, IPPP Durham

Changes between Initial Version and Version 1 of ExampleZlineshape


Ignore:
Timestamp:
May 20, 2010, 9:53:21 AM (15 years ago)
Author:
Juergen Reuter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ExampleZlineshape

    v1 v1  
     1Define the model:
     2
     3{{{
     4model = SM
     5}}}
     6
     7Define containers for electrons and muons (and photons):
     8
     9{{{
     10alias lep = e1:E1:e2:E2
     11alias prt = lep:A
     12}}}
     13
     14The Born process and and additional bremsstrahlung photon, compilation:
     15
     16{{{
     17process born = e1, E1 => e2, E2
     18process rc = e1, E1 => e2, E2, A
     19compile
     20}}}
     21