whizard is hosted by Hepforge, IPPP Durham

Ticket #658: foo.sin

File foo.sin, 486 bytes (added by fbach, 10 years ago)
Line 
1
2model = SM_Higgs
3
4process pph = g, g => H
5
6compile
7
8sqrts = 13 TeV
9beams = p, p => pdf_builtin
10
11histogram h_rap (-5, 5, 0.2)
12
13analysis = record h_rap (eval Rap [H])
14
15n_events = 1000
16?unweighted = false
17?update_weight = true
18
19sample_format = lhef
20
21$sample = "pph_original"
22simulate (pph)
23compile_analysis {$out_file=$sample}
24
25clear (analysis)
26
27$sample = "pph_rescan"
28rescan "pph_original" (pph) { alt_setup = { $pdf_builtin_set = "MSTW2008LO" } }
29compile_analysis {$out_file = $sample}