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 #276: Run_NLO.dat

File Run_NLO.dat, 1.1 KB (added by steffen.schumann@phys.uni-goettingen.de, 11 years ago)

run card

Line 
1(run){
2  % general settings   
3  EVENTS 100k
4  FILE_SIZE 100000
5  ERROR 0.05;
6  RANDOM_SEED 1374 2119
7
8  ME_SIGNAL_GENERATOR Comix, Internal;
9  EVENT_GENERATION_MODE Weighted;
10  SCALES VAR{Abs2(p[2]+p[3])};
11  RESULT_DIRECTORY Results_NLO;
12  EVENT_INPUT=Root[NTuple_DY_NLO_central]
13  ANALYSIS 0;
14
15  % Tevatron collider setup
16  BEAM_1  2212; BEAM_ENERGY_1 980;
17  BEAM_2 -2212; BEAM_ENERGY_2 980;
18}(run);
19
20(processes){
21
22  ### The Born, virtual, integrated and real-subtracted pieces
23  Process 93 93 -> 11 -11;
24  NLO_QCD_Mode Fixed_Order;
25  NLO_QCD_Part B;
26  Order_EW 2;
27  End process;
28
29  Process 93 93 -> 11 -11;
30  NLO_QCD_Mode Fixed_Order;
31  NLO_QCD_Part V;
32  Order_EW 2;
33  End process;
34
35  Process 93 93 -> 11 -11;
36  NLO_QCD_Mode Fixed_Order;
37  NLO_QCD_Part I;
38  Order_EW 2;
39  End process;
40
41  Process 93 93 -> 11 -11;
42  NLO_QCD_Mode Fixed_Order;
43  NLO_QCD_Part RS;
44  Order_EW 2;
45  End process;
46
47}(processes);
48
49(selector){
50  Mass 11 -11 66. 116.
51}(selector)
52
53(analysis){
54  BEGIN_RIVET {
55    -a CDF_2009_S8383952_APPLgrid;
56    USE_HEPMC_SHORT 1;
57    IGNOREBEAMS 1;
58  } END_RIVET;
59}(analysis);