whizard is hosted by Hepforge, IPPP Durham

Ticket #394: foo2.sin

File foo2.sin, 324 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 M2 < (130 GeV)^2 [e2,E2]
12   and all M2 > (50 GeV)^2 [e2,E2]
13
14# Beam specification and integration
15sqrts = 14 TeV
16beams = p,p => lhapdf
17
18integrate (ppmm) { iterations = 10:20000 }