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 #160: Run.dat

File Run.dat, 880 bytes (added by Frank Krauss, 13 years ago)
Line 
1#export RIVET_ANALYSIS_PATH=$PWD
2
3(run){
4  EVENTS 1000000;
5  RESULT_DIRECTORY = Results
6  GENERATE_RESULT_DIRECTORY = 1
7
8  ANALYSIS = Rivet
9  ANALYSIS_OUTPUT = Wminus
10
11  BATCH_MODE 0; OUTPUT 2;
12}(run);
13(analysis){
14  BEGIN_RIVET {
15    -a ATLAS_W_ASYMMETRY
16  } END_RIVET
17}(analysis)
18(processes){
19  Process 93 93  -> 13 -14;
20  NLO_QCD_Part BIVRSP;
21  Loop_Generator Internal;
22  Order_EW 2;
23  End process;
24
25  #Process 93 93  -> -13 14;
26  #NLO_QCD_Part BIVRSP;
27  #Loop_Generator Internal;
28  #Order_EW 2;
29  #End process;
30}(processes);
31(selector){
32  Mass 13 -14 10 E_CMS;
33}(selector)
34(me){
35  ME_SIGNAL_GENERATOR Amegic Internal;
36  EVENT_GENERATION_MODE Weighted;
37  NLO_Mode 1;
38  SCALES VAR{Abs2(p[0]+p[1])};
39}(me);
40(beam){
41  BEAM_1  2212; BEAM_ENERGY_1 3500;
42  BEAM_2  2212; BEAM_ENERGY_2 3500;
43}(beam);
44(integration){
45  INTEGRATOR 7; ERROR 0.1;
46  FINISH_OPTIMIZATION On;
47}(integration);