whizard is hosted by Hepforge, IPPP Durham

Ticket #429: ticket429_pp.sin

File ticket429_pp.sin, 364 bytes (added by sschmidt, 12 years ago)
Line 
1alias quark = u:d:s:c
2alias antiq = U:D:S:C
3
4process user_p2 = d, D => e1, E1
5
6sqrts = 1800
7beams = p, p => lhapdf
8
9iterations = 1:10000
10
11cuts = all Pt > 10 [u:U:g:e1:E1] and
12        all Dist > 0.1 [u:U:g, u:U:g]
13seed = 0
14integrate (user_p2)
15
16histogram hist3 (-1,1,0.02)
17
18analysis = record hist3 (user_event_shape("cts") [incoming d:e1])
19
20n_events = 10
21simulate(user_p2)