Changes between Initial Version and Version 1 of ExampleZlineshape
- Timestamp:
- May 20, 2010, 9:53:21 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ExampleZlineshape
v1 v1 1 Define the model: 2 3 {{{ 4 model = SM 5 }}} 6 7 Define containers for electrons and muons (and photons): 8 9 {{{ 10 alias lep = e1:E1:e2:E2 11 alias prt = lep:A 12 }}} 13 14 The Born process and and additional bremsstrahlung photon, compilation: 15 16 {{{ 17 process born = e1, E1 => e2, E2 18 process rc = e1, E1 => e2, E2, A 19 compile 20 }}} 21