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

Ticket #195: bug22.sin

File bug22.sin, 1.6 KB (added by sschmidt, 14 years ago)

updated file for e+ e- -> e+e-mu+mu-

Line 
1alias leptons = e1:E1:e2:E2
2
3!process ee1 = e2,E2 -> leptons, leptons, leptons, leptons
4!process ee2 = e2,E2 -> E1, E1, e1,e1
5process em2 = e1,E1 -> E2, E1, e2,e1
6!process emm2 = e2,E2 -> E2, E2, e2,e2
7!process eu = e2, E2 -> e1, E1, u, U
8
9
10compile
11
12sqrts = 500
13beams = e1, E1
14iterations = 20:5000
15
16
17! no cuts
18seed=0
19echo (" NO CUTS ")
20integrate(em2)
21
22
23cuts = all Pt > 10 GeV [e1:E1:e2:E2:u:U]
24       and all Dist > 1 [e1:E1:e2:E2:u:U,e1:E1:e2:E2:u:U]
25
26seed=0
27echo (" NORMAL CUTS")
28integrate(em2)
29
30
31cuts = all Pt > 10 GeV [e1:E1:e2:E2:u:U]
32       and all Dist > 1 [e1:E1:e2:E2:u:U,e1:E1:e2:E2:u:U]
33       and all E > 1 GeV [e1:E1:e2:E2:u:U]
34       and all 5 degree < Theta < 175 degree [e1:E1:e2:E2:u:U]
35       and all 5 degree < Theta < 175 degree [e1:E1:e2:E2:u:U,e1:E1:e2:E2:u:U]
36       and all M2 > (10 GeV)^2 [combine [e1:E1:e2:E2:u:U, e1:E1:e2:E2:u:U]]
37       and all M2 < -(10 GeV)^2 [combine [incoming leptons, leptons]]
38       and all Pt > 10 GeV [combine[e2,E2]]
39       and all Pt > 10 GeV [combine[e1,E1]]
40       and all E > 10 GeV [combine[e1,E1]]
41       and all E > 10 GeV [combine[e2,E2]]
42seed=0
43echo (" ALL CUTS ")
44integrate(em2)
45
46!  ! Automatically generated set of cuts
47!  ! Process eeeemm:
48!  !    e a-e ->   e a-e  mu a-mu
49!  !   32  16 ->   1   2   4    8
50!  process eeeemm
51!  cut M of    3      within  1.00000E+01  1.00000E+99
52!  cut M of   33      within -1.00000E+99 -1.00000E+01
53!  cut M of   18      within -1.00000E+99 -1.00000E+01
54
55cuts = all M2 > (10 GeV)^2 [combine[e1,E1]]
56       and all M2 < -(10 GeV)^2 [combine[incoming e1, e1]]
57       and all M2 < -(10 GeV)^2 [combine[incoming E1, E1]]
58seed = 0
59echo(" WHIZARD 1.93 standard cuts ")
60integrate(em2)