whizard is hosted by Hepforge, IPPP Durham

Ticket #164: bug9_ee.sin

File bug9_ee.sin, 1.1 KB (added by sschmidt, 14 years ago)

examples for e+e- collsion

Line 
1process eeZZ = e1, E1 -> Z, Z              ! works 1.1E+01
2process eeZ3 = e1, E1 -> Z, Z, Z           ! works 2.0E-01
3process eeZZH = e1, E1 -> Z, Z, H          ! works 4.3E-02
4process eeZWW = e1, E1 -> Z, Wp, Wm        ! works 1.8E+01
5process eeWWWW = e1, E1 -> Wp, Wp, Wm, Wm  ! works 1.3E+00
6process eeWWH = e1, E1 -> Wp, Wm, H        ! works 6.0E-01
7
8process eeZ4 = e1, E1 -> Z, Z, Z, Z             ! integrate fails "no valid phase-space channels found"
9process eeZ5 = e1, E1 -> Z, Z, Z, Z, Z          ! integrate fails "no valid phase-space channels found"
10process eeZZHH = e1, E1 -> Z, Z, H, H           ! integrate fails "no valid phase-space channels found"
11process eeWWHH = e1, E1 -> Wp, Wm, H, H         ! integrate fails "no valid phase-space channels found"
12process eeZHH = e1, E1 -> Z, H, H               ! integrate fails "no valid phase-space channels found"
13process eeWWWWZ = e1, E1 -> Wp, Wp, Wm, Wm, Z   ! integrate fails "no valid phase-space channels found"
14! the corresponding *.phs files exist but are empty
15
16mH = 115 GeV
17
18compile
19
20sqrts = 5000 GeV
21beams = e1, E1
22
23integrate(eeZ4) {
24iterations = 2:2000
25}
26
27show(results)