whizard is hosted by Hepforge, IPPP Durham

Ticket #394: foo1.sin

File foo1.sin, 302 bytes (added by fbach, 14 years ago)
Line 
1model = SM
2
3alias pr = u:U:d:D:s:S:c:C:b:B:gl
4
5process ppmm = pr, pr => e2, E2
6
7compile
8
9# Cuts
10cuts = all -2.5 < Eta <  2.5 [e2:E2]
11   and all (50 GeV)^2 < M2 < (130 GeV)^2 [e2,E2]
12
13# Beam specification and integration
14sqrts = 14 TeV
15beams = p,p => lhapdf
16
17integrate (ppmm) { iterations = 10:20000 }