whizard is hosted by Hepforge, IPPP Durham

Ticket #700: script.sin

File script.sin, 374 bytes (added by kilian, 10 years ago)
Line 
1process muonpair = e1, E1 => e2, E2
2process taupair  = e1,E1 => e3,E3
3
4sqrts = 500 GeV
5
6beams = e1,E1 => beam_events
7$beam_events_file = "/afs/desy.de/group/flc/pool/haberm/beams/beam_events_file_4/lumi_Waisty_div250.dat"
8
9n_events = 10
10
11integrate(muonpair) {iterations = 10:100000,5:100000}
12integrate(taupair) {iterations = 10:100000,5:100000}
13simulate (muonpair,taupair)