whizard is hosted by Hepforge, IPPP Durham

Ticket #791: recoil.sin

File recoil.sin, 540 bytes (added by Juergen Reuter, 8 years ago)

Corresponding SINDARIN file.

Line 
1model = SM
2
3process eemm = e1, E1 => e2, E2
4
5sqrts = 250 GeV
6beams = e1, E1 => isr
7
8?isr_recoil = true
9
10cuts = all M > 10 GeV [e2,E2]
11
12integrate (eemm) { iterations = 10:10000,3:30000}
13
14n_events = 100000
15
16histogram m_a (-2 GeV, 2 GeV, 0.2 GeV)
17histogram e_a (10 GeV, 140 GeV, 1 GeV)
18histogram e_a2 (90 GeV, 130 GeV, 0.5 GeV)
19
20analysis = record m_a (eval M [A]);
21           record e_a (eval E [A]);
22           record e_a2 (eval E [A])
23
24checkpoint = 5000
25?keep_remnants = true
26?keep_beams = true
27sample_format = hepevt
28simulate (eemm)
29
30
31compile_analysis ()