whizard is hosted by Hepforge, IPPP Durham

Ticket #787: drell_yan_lo.sin

File drell_yan_lo.sin, 839 bytes (added by cweiss, 8 years ago)
Line 
1#Sindarin script for Drell-Yan Processes at (future) NLO
2mW = 80.398
3mZ = 91.1876
4GF = 1.1976E-005
5wZ = 2.4952
6wW = 2.141
7
8show(model)
9
10# => alpha = 132.16066
11me = 0
12ms = 0
13mc = 0
14mb = 0
15
16
17sqrts = 7000 GeV
18scale = mZ
19beams = p, p => lhapdf
20#?sf_allow_s_mapping = false
21
22alias leptons = e1:E1:e2:E2
23alias proton = u:U:d:D
24
25#?unweighted = false
26?check_event_weights_against_xsection = true
27#sample_format = hepmc
28#?hepmc_output_cross_section = true
29
30?alpha_s_is_fixed = false
31?alpha_s_from_mz = true
32?alpha_s_from_lambda_qcd = false
33alphas = 0.1178
34
35process dbardee = D, d => e1, E1
36
37seed = 2222
38
39#Default parameters for FKS mapping
40fks_dij_exp1 = 1.0
41
42cuts = all M > 16.3316 GeV [e1, E1] and all M < 166.0436 [e1, E1]
43
44integrate (dbardee) {iterations=6:20000:"gw", 10:10000}
45
46n_events = 10000
47checkpoint = n_events / 20
48simulate (dbardee)
49