whizard is hosted by Hepforge, IPPP Durham

Ticket #278: ticket278.sin

File ticket278.sin, 639 bytes (added by sschmidt, 14 years ago)

simple example file

Line 
1process eedd = e1, E1 => d, D                    ! simple example
2process eeA5 = e1, E1 => A, A, A, A, A          ! more complicated example
3
4compile
5
6sqrts = 5000 GeV
7beams = e1, E1
8
9! n_calls is reset to 20 -> .phs file ignored -> different results
10integrate(eedd) {iterations = 1:1}
11integrate(eedd) {iterations = 1:1}
12
13! n_calls is not reset -> read from .phs file -> same result
14integrate(eedd) {iterations = 1:20}
15integrate(eedd) {iterations = 1:20}
16
17
18! more complicated example
19phs_t_channel = 4
20integrate(eeA5) {iterations = 2:2399}
21integrate(eeA5) {iterations = 2:2399}
22integrate(eeA5) {iterations = 2:2400}
23integrate(eeA5) {iterations = 2:2400}
24