whizard is hosted by Hepforge, IPPP Durham
close Warning: Error with navigation contributor "BrowserModule"

Ticket #272: test.sin

File test.sin, 335 bytes (added by Christian Speckner, 15 years ago)
Line 
1model = SM
2
3process test = "e+", "e-" => "e+", "e-"
4
5compile
6
7sqrts = 500
8
9integrate (test)
10
11histogram theta (0, 180, 1.8)
12histogram ctheta (-1, 1, 0.02)
13
14n_events = 100000
15
16analysis = record theta (eval Theta / 1 degree ["e+"])
17and record ctheta (eval cos (Theta) ["e+"])
18
19simulate (test)
20
21$analysis_filename = "test"
22
23write_analysis