whizard is hosted by Hepforge, IPPP Durham
close Warning: Error with navigation contributor "BrowserModule"

Ticket #457: ticket457.sin

File ticket457.sin, 468 bytes (added by sschmidt, 13 years ago)
Line 
1model = SM
2mu = 0
3md = 0
4ms = 0
5mc = 0
6mb = 0
7alias q = u:U:d:D:s:S:c:C:b:B
8process tth = "e+", "e-" => t,T,H
9process tDec = t => b, "W+"
10process tbarDec = T => B, "W-"
11process WPlusDec = "W+" => q, q
12process WMinusDec = "W-" => q, q
13
14compile
15
16unstable t (tDec)
17unstable T (tbarDec)
18unstable "W+" (WPlusDec)
19unstable "W-" (WMinusDec)
20
21sqrts = 1000 GeV
22
23integrate(tDec, tbarDec, WPlusDec, WMinusDec)
24
25integrate(tth)
26
27show(results)
28
29simulate (tth) {
30    n_events = 100
31}