whizard is hosted by Hepforge, IPPP Durham

Ticket #425: ticket425.sin

File ticket425.sin, 437 bytes (added by sschmidt, 13 years ago)
Line 
1model = SM
2process qqgg = u, U => g, g
3
4compile
5
6sqrts = 1960 GeV
7beams = p, p => lhapdf
8
9?ps_fsr_active=true
10?ps_isr_active=true
11!?hadronization_active = true
12?ps_use_PYTHIA_shower = true
13
14ps_max_n_flavors = 5
15ps_mass_cutoff = 1
16
17?mlm_matching_active = false
18
19cuts = all Dist > 1 [g, g]
20       and all E > 100 GeV [g]
21
22seed = 1
23
24integrate(qqgg) { iterations = 2:2000 }
25
26$sample = "ticket425"
27sample_format = lhef, hepmc
28
29simulate(qqgg)