whizard is hosted by Hepforge, IPPP Durham

Ticket #757: qqh_ln.sin

File qqh_ln.sin, 803 bytes (added by Bijan Chokoufe Nejad, 9 years ago)
Line 
1model = SM
2
3alias n = n1:n2:n3
4alias N = N1:N2:N3
5alias l = e1:e2
6alias L = E1:E2
7alias q = u:d:s:c:b
8alias Q = U:D:S:C:B
9
10# Set the input parameters
11# Would-be 115 GeV Higgs at LEP
12mH = 125 GeV
13wH = 4.30 MeV
14# Running b mass
15me = 0
16mmu = 0
17ms = 0
18mc = 0
19mb = 0
20
21process qqh    = e1, E1 => q, Q, h
22process hdecayl1 = h => l, L, n, N{$restrictions = "2+3~Z && 4+5~Z"}
23
24sqrts = 250
25
26compile
27?vis_history = false
28seed = 10000
29
30?ps_fsr_active = true
31$shower_method = "PYTHIA6"
32?hadronization_active = true
33
34ps_max_n_flavors = 5
35ps_mass_cutoff = 1
36
37integrate(qqh){ beams = e1, E1 => isr isr_mass = 0.000511}
38$circe2_file = "cepc250.circe"
39$circe2_design = "CEPC"
40integrate(hdecayl1)
41
42unstable h(hdecayl1)
43
44n_events = 1
45?write_raw = false
46
47sample_format = lhef, debug, stdhep
48simulate (qqh)
49
50show ( results )