sherpa is hosted by Hepforge, IPPP Durham
close Warning: Can't synchronize with repository "(default)" (/hepforge/svn/sherpa does not appear to be a Subversion repository.). Look in the Trac log for more information.

Ticket #220: Run.dat

File Run.dat, 487 bytes (added by Generic User (don't modify these fields), 12 years ago)
Line 
1(run){
2  EVENTS = 10000
3}(run)
4
5(beam){
6  BEAM_1 =  11; BEAM_ENERGY_1 = 45.6;
7  BEAM_2 = -11; BEAM_ENERGY_2 = 45.6;
8}(beam)
9
10(isr){
11  PDF_SET PDFe;
12}(isr)
13
14(processes){
15  Process 11 -11 -> 93 93 93{1};
16  CKKW pow(10,-2.25);
17  Order_EW 2;
18  End process;
19
20  Process 11 -11 -> 5 -5 93{1};
21  CKKW pow(10,-2.25);
22  Order_EW 2;
23  End process;
24}(processes)
25
26(model){
27  ORDER_ALPHAS = 0
28  MASSIVE[5] = 1
29}(model)
30
31(analysis){
32  BEGIN_RIVET {
33    -a OPAL_2004_S6132243
34  } END_RIVET
35}(analysis)
36