whizard is hosted by Hepforge, IPPP Durham

Ticket #254: alias.sin

File alias.sin, 233 bytes (added by dwiesler, 14 years ago)

samples illustrating the described behaviour

Line 
1model = SM
2
3alias j = u:U:d:D:g
4
5process wrk = e1,E1 -> u,U,g
6process bug = e1,E1 -> j,j,j
7
8
9compile
10
11sqrts = 500 GeV
12
13cuts = all Pt > 10 GeV [j]
14        and
15       all Dist > 0.4 [j,j]
16
17
18integrate (wrk,bug) {iterations = 5:10000, 3:10000}