whizard is hosted by Hepforge, IPPP Durham

Ticket #436: tty_2step_2_1.sin

File tty_2step_2_1.sin, 1.6 KB (added by Juergen Reuter, 13 years ago)

SINDARIN file triggering the problem

Line 
1model = SM
2
3mc=0 GeV
4ms=0 GeV
5me=0 GeV
6mmu=0 GeV
7
8alias ini1 = gl:u:U:d:D:s:S:c:C
9alias ini2 = gl:u:U:d:D:s:S:c:C
10alias f = u:d:c:s:e1:e2:n1:n2
11alias af = U:D:C:S:E1:E2:N1:N2
12alias l = e1:e2
13alias n = n1:n2
14alias al = E1:E2
15alias an = N1:N2
16alias q = u:d:c:s
17alias aq = U:D:C:S
18alias taus = e3:E3
19
20process ttbar = ini1,ini2 => t,T
21process t_dec_had = t:T => b:B,q:aq,aq:q
22process t_dec_lep = t:T => b:B,al:l,n:an
23process t_dec_tau = t:T => b:B,E3:e3,n3:N3
24process t_dec_gamma_had = t:T => b:B,q:aq,aq:q,A
25process t_dec_gamma_lep = t:T => b:B,al:l,n:an,A
26process t_dec_gamma_tau = t:T => b:B,E3:e3,n3:N3,A
27
28compile
29
30mtop=172.5 GeV
31wtop=1.523 GeV
32
33mH=115 GeV
34wH=0.3228E-02 GeV
35
36sqrts = 7 TeV
37scale = 2*mtop
38
39beams = p,p => lhapdf {$lhapdf_file = "cteq6ll.LHpdf"}
40
41?rebuild_phase_space = true
42?rebuild_grids = true
43?rebuild_events = true
44
45?read_color_factors = true
46
47?alpha_s_is_fixed = false
48#alphas = 0.10689
49?alpha_s_from_lhapdf = true
50#alpha_s_order =            0
51#alpha_s_nf =            5
52#?alpha_s_from_mz = false
53# lambda_qcd = 0.168 GeV
54
55cuts = all Pt > 8 GeV [A]
56and all Pt > 10 GeV [q]
57and all Pt > 10 GeV [aq]
58and all Pt > 10 GeV [l]
59and all Pt > 10 GeV [al]
60and all Pt > 10 GeV [taus]
61and all M > 5 GeV [q,aq]
62and all M > 5 GeV [A,aq]
63and all M > 5 GeV [A,q]
64and all M > 5 GeV [A,l]
65and all M > 5 GeV [A,al]
66and all M > 5 GeV [A,taus]
67and all M > 5 GeV [ini1,A]
68and all M > 5 GeV [ini2,A]
69and all M > 5 GeV [gl,q]
70and all M > 5 GeV [gl,aq]
71
72integrate (ttbar)
73
74sample_format = lhef
75
76n_events = 50000
77unstable t(t_dec_had)
78unstable T(t_dec_gamma_lep,t_dec_gamma_tau)
79
80simulate(ttbar) {$sample="tty_2step_2_1"}
81
82
83