whizard is hosted by Hepforge, IPPP Durham

Ticket #340: ticket340.sin

File ticket340.sin, 478 bytes (added by sschmidt, 14 years ago)

example simplest ISR sin file

Line 
1model = SM
2process uuee = u, U => e1, E1
3
4compile
5
6sqrts = 1960 GeV
7beams = p, pbar => lhapdf
8
9cuts = all M > 80 GeV [combine[e1,E1]] and
10       all M < 100 GeV [combine[e1,E1]]
11
12seed = 0
13
14! settings here would work
15
16integrate(uuee) { iterations = 2:2000 }
17
18! settings here don't work
19?ps_fsr_active=false
20?ps_isr_active=true
21?ps_use_PYTHIA_shower = false
22?ps_isr_pt_ordered = true
23?ps_isr_only_onshell_emitted_partons = true
24
25n_events = 1
26
27?rebuild_events=true
28
29simulate(uuee)