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

Ticket #701: isr_1.sin

File isr_1.sin, 704 bytes (added by kilian, 9 years ago)
Line 
1    model = SM_CKM
2
3?logging = true
4?openmp_logging = false
5?vis_history = false
6?integration_timer = false
7
8!!! Tests should be run single-threaded
9openmp_num_threads = 1
10
11    process isr_1_p = e1, E1 => e2, E2
12
13    compile()
14
15    ?ps_fsr_active = true
16    ?hadronization_active = true
17    ?ps_isr_active = false
18    ?ps_use_PYTHIA_shower = true
19
20    ?ps_PYTHIA_verbose = true
21
22    sqrts = 3000.0
23    beams = e1,E1 => isr
24    cuts = all Pt > 5 GeV and Theta > 10 degree and Theta < 170 degree ["mu+":"mu-"]
25
26    seed = 0
27    integrate (isr_1_p) { iterations = 3:1000, 1:1000 }
28
29    n_events = 1
30#    sample_format = stdhep
31    sample_format = hepevt
32 #   ?keep_beams = true
33
34    simulate( isr_1_p ) {}