whizard is hosted by Hepforge, IPPP Durham

Ticket #344: ticket344.sin

File ticket344.sin, 386 bytes (added by sschmidt, 14 years ago)

example input file

Line 
1alias j = u:U:d:D:g
2
3
4process test1 = u, U => j, j
5!process test2 = e1, u => j, j, e1
6
7sqrts = 500 GeV
8! for test1
9beams = p, gamma => lhapdf { $lhapdf_file = "cteq61.LHgrid" }, none
10! for test2
11!beams = "e-", p => none, lhapdf
12
13compile
14
15iterations=5:10000
16seed = 0
17
18cuts = all Dist > 0.3 [j,j]
19       and all Pt > 5 GeV [j]
20
21printf "---INTEGRATE---"
22integrate(test1)
23!integrate(test2)