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

Ticket #246: ticket246.sin

File ticket246.sin, 1.6 KB (added by sschmidt, 15 years ago)

extensive example file

Line 
1alias finals = u:U:b:B:d:D:s:S
2
3process eebbuuss = e1, E1 -> u, U, b, B, s, S
4
5compile
6
7sqrts = 1000 GeV
8beams = e1, E1
9iterations = 2:10000, 2:10000
10
11cuts = all Dist > 0.4 [finals, finals]
12       and all Pt > 10 GeV [finals]
13seed = 0
14integrate (eebbuuss)
15!  eebbuuss:  4.03259539E-02 +- 4.42E-03 fb
16
17cuts = all Dist > 0.4 [finals, finals]
18       and all Pt > 10 GeV [finals]
19       and all (M < 70 GeV or M > 90 GeV) [combine[u, D]]
20       and all (M < 70 GeV or M > 90 GeV) [combine[U, d]]
21seed = 0
22integrate (eebbuuss)
23!  eebbuuss:  4.03259539E-02 +- 4.42E-03 fb
24
25cuts = all Dist > 0.4 [finals, finals]
26       and all Pt > 10 GeV [finals]
27       and not all 70 GeV < M < 90 GeV [combine[u, D]]
28       and not all 70 GeV < M < 90 GeV [combine[U, d]]
29seed = 0
30integrate (eebbuuss)
31!  eebbuuss:  0.00000000E+00 +- 0.00E+00 fb
32
33cuts = all Dist > 0.4 [finals, finals]
34       and all Pt > 10 GeV [finals]
35       and all not 70 GeV < M < 90 GeV [combine[u, D]]
36       and all not 70 GeV < M < 90 GeV [combine[U, d]]
37seed = 0
38integrate (eebbuuss)
39!  eebbuuss:  4.03259539E-02 +- 4.42E-03 fb
40
41cuts = all Dist > 0.4 [finals, finals]
42       and all Pt > 10 GeV [finals]
43       and any not 70 GeV < M < 90 GeV [combine[u, D]]
44       and any not 70 GeV < M < 90 GeV [combine[U, d]]
45seed = 0
46integrate (eebbuuss)
47!  eebbuuss:  0.00000000E+00 +- 0.00E+00 fb
48
49cuts = all Dist > 0.4 [finals, finals]
50       and all Pt > 10 GeV [finals]
51       and not any 70 GeV < M < 90 GeV [combine[u, D]]
52       and not any 70 GeV < M < 90 GeV [combine[U, d]]
53seed = 0
54integrate (eebbuuss)
55!  eebbuuss:  4.03259539E-02 +- 4.42E-03 fb