whizard is hosted by Hepforge, IPPP Durham
close Warning: Error with navigation contributor "BrowserModule"

Ticket #397: foo2.sin

File foo2.sin, 1.0 KB (added by fbach, 14 years ago)
Line 
1model = SM
2
3alias q   = u:d:s:c
4alias Q   = U:D:S:C
5alias jet = q:Q:gl
6alias bot = b:B
7alias pr  = q:Q:b:B:gl
8
9process dbub    = d, B => e1, N1, u, B
10process dbubx   = d, b => e1, n1, u, b
11process sbcbx   = s, b => e1, N1, c, b
12process bdbu    = B, d => e1, N1, B, u
13process bdbux   = b, d => e1, N1, b, u
14process bsbcx   = b, s => e1, N1, b, c
15process dbbubb1 = b:d, B:d => e1, N1, B:b, u
16process dbbubb2 = B:d, b:d => e1, N1, B:b, u
17process dbbubb3 = B:b, d => e1, N1, B:b, u
18process dbbubb4 = d, B:b => e1, N1, B:b, u
19process sbbcbb1 = b:d, B:s => e1, N1, B:b, u:c
20process sbbcbb2 = B:s, b:d => e1, N1, B:b, u:c
21
22compile
23
24# Cuts
25cuts = all Pt > 25 GeV [e1:N1]
26   and all Pt > 30 GeV [bot]
27   and all M2 < (225 GeV)^2 [bot,combine[e1,N1]]
28   and all M2 > (150 GeV)^2 [bot,combine[e1,N1]]
29   and all Pt > 50 GeV [jet]
30   and (   all  2.5 < Eta <  5.0 [jet]
31        or all -2.5 > Eta > -5.0 [jet])
32
33# Beam specification and integration
34sqrts = 14 TeV
35beams = p,p => lhapdf
36
37integrate (dbub,bdbu,dbubx,bdbux,dbbubb1,dbbubb2,dbbubb3,dbbubb4) { iterations = 20:50000 }