|
File ticket460.sin~, 1.1 KB (added by sschmidt, 13 years ago) |
|
Line | |
---|
1 | model = MSSM |
---|
2 | |
---|
3 | alias j = g:u:U:d:D:s:S:c:C |
---|
4 | !alias quark = d |
---|
5 | alias antiq = D |
---|
6 | |
---|
7 | process base = antiq,antiq => su1:SU1:su2:SU2,su1:SU1:su2:SU2 |
---|
8 | process base2 = antiq,antiq => sd1:SD1:sd2:SD2,sd1:SD1:sd2:SD2 |
---|
9 | |
---|
10 | process dec_su1 = su1 => j,e3:E3,SE31:se31 |
---|
11 | process dec_su2 = SU1 => j,e3:E3,SE31:se31 |
---|
12 | process dec_su3 = su2 => j,e3:E3,SE31:se31 |
---|
13 | process dec_su4 = SU2 => j,e3:E3,SE31:se31 |
---|
14 | |
---|
15 | process dec_sd1 = sd1 => j,e3:E3,SE31:se31 |
---|
16 | process dec_sd2 = SD1 => j,e3:E3,SE31:se31 |
---|
17 | process dec_sd3 = sd2 => j,e3:E3,SE31:se31 |
---|
18 | process dec_sd4 = SD2 => j,e3:E3,SE31:se31 |
---|
19 | |
---|
20 | compile |
---|
21 | ?slha_read_decays = true |
---|
22 | read_slha("staus.slha") |
---|
23 | |
---|
24 | sqrts = 7000 |
---|
25 | beams = p, p => lhapdf |
---|
26 | |
---|
27 | mc=0 |
---|
28 | ms=0 |
---|
29 | |
---|
30 | cuts = all Pt > 20 [j] |
---|
31 | and all abs(Eta) < 2.5 [j] |
---|
32 | and all Dist > 0.5 [j,j] |
---|
33 | |
---|
34 | integrate (base,base2) !{ iterations = 10:100000, 5:200000 } |
---|
35 | |
---|
36 | n_events = 100 |
---|
37 | |
---|
38 | unstable su1 (dec_su1) |
---|
39 | unstable SU1 (dec_su2) |
---|
40 | unstable su2 (dec_su3) |
---|
41 | unstable SU2 (dec_su4) |
---|
42 | |
---|
43 | unstable sd1 (dec_sd1) |
---|
44 | unstable SD1 (dec_sd2) |
---|
45 | unstable sd2 (dec_sd3) |
---|
46 | unstable SD2 (dec_sd4) |
---|
47 | |
---|
48 | |
---|
49 | simulate (base, base2) { |
---|
50 | $sample = "janstau_compl" |
---|
51 | sample_format = hepmc, lhef |
---|
52 | checkpoint = 10 |
---|
53 | } |
---|
Download in other formats:
|