whizard is hosted by Hepforge, IPPP Durham

Ticket #429: ticket429_ee.sin

File ticket429_ee.sin, 357 bytes (added by sschmidt, 12 years ago)
Line 
1alias quark = u:d:s:c
2alias antiq = U:D:S:C
3
4process user_p1 = e1, E1 => u, U, g
5
6sqrts = 90
7beams = e1, E1
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_p1)
15
16histogram hist3 (-1,1,0.02)
17
18analysis = record hist3 (user_event_shape("cts") [incoming e1:u])
19
20n_events = 10
21simulate(user_p1)