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