whizard is hosted by Hepforge, IPPP Durham

Ticket #611: higgs_strahlung3.sin

File higgs_strahlung3.sin, 381 bytes (added by msekulla, 10 years ago)
Line 
1model = SM
2
3alias pr = u:U:d:D:s:S:c:C:gl
4alias j  = pr
5
6process hzjj  = pr, pr => H, Z, j, j
7
8compile
9
10ms = 0.
11mc = 0.
12mH = 125.
13
14sqrts = 8 TeV
15beams = p, p => pdf_builtin
16
17
18
19
20mlm_ptmin = 5 GeV
21mlm_etamax = 2.5
22
23cuts = all Pt > 5 GeV [H]
24   and all Pt > mlm_ptmin [j]
25   and all abs(Eta) < mlm_etamax [j]
26
27
28
29integrate ( hzjj) { iterations = 5:5000, 10:10000:"gw" }
30
31show(results)