Ticket #425: ticket425.sin
File ticket425.sin, 437 bytes (added by , 13 years ago) |
---|
Line | |
---|---|
1 | model = SM |
2 | process qqgg = u, U => g, g |
3 | |
4 | compile |
5 | |
6 | sqrts = 1960 GeV |
7 | beams = 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 | |
14 | ps_max_n_flavors = 5 |
15 | ps_mass_cutoff = 1 |
16 | |
17 | ?mlm_matching_active = false |
18 | |
19 | cuts = all Dist > 1 [g, g] |
20 | and all E > 100 GeV [g] |
21 | |
22 | seed = 1 |
23 | |
24 | integrate(qqgg) { iterations = 2:2000 } |
25 | |
26 | $sample = "ticket425" |
27 | sample_format = lhef, hepmc |
28 | |
29 | simulate(qqgg) |