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 #161: Run.LHCB_T_Asym.tt_Zprime.dat

File Run.LHCB_T_Asym.tt_Zprime.dat, 1.4 KB (added by Frank Krauss, 13 years ago)
Line 
1#export RIVET_ANALYSIS_PATH=$PWD
2
3(run){
4  EVENTS 1000000;
5  RESULT_DIRECTORY = Results_tt_Zprime
6  GENERATE_RESULT_DIRECTORY = 1
7
8  ANALYSIS = Rivet
9  ANALYSIS_OUTPUT = Asym
10
11  BATCH_MODE 0; OUTPUT 2;
12
13  ## full description of all parameters with
14  ## Sherpa SHOW_MODEL_SYNTAX=1
15  MODEL      = SM+U1_B
16  ## mass and coupling of leptophobic Z'
17  M_Z' = 160;
18  g'_1 = 0.5;
19  MIX  = 0;
20  MASSIVE[5] 1 
21  YUYKAWA[5] 0
22  ACTIVE[23] 0
23}(run);
24(analysis){
25  BEGIN_RIVET {
26    -a LHCB_TOP_ASYMMETRY
27  } END_RIVET
28}(analysis)
29(processes){
30  Process 93 93 -> 6[a] -6[b]
31  Decay  6[a] -> -13  14  5
32  Decay -6[b] ->  93  93 -5
33  Order_EW  2;
34  Order_QCD 0;
35  End process;
36
37  Process 93 93 -> 6[a] -6[b]
38  Decay  6[a] ->  93  93  5
39  Decay -6[b] ->  13 -14 -5
40  Order_EW  2;
41  Order_QCD 0;
42  End process;
43
44  Process 2 2 -> 6[a] 6[b]
45  Decay  6[a] -> -13  14  5
46  Decay  6[b] ->  93  93  5
47  Order_EW  2;
48  Order_QCD 0;
49  End process;
50
51  Process 93 93 -> -6[a] -6[b]
52  Decay -6[a] ->  93  93 -5
53  Decay -6[b] ->  13 -14 -5
54  Order_EW  2;
55  Order_QCD 0;
56  End process;
57}(processes);
58(selector){
59  Mass  13 -14 10 E_CMS;
60  Mass -13  14 10 E_CMS;
61  PT     5     10 E_CMS;
62  PT    -5     10 E_CMS;
63}(selector)
64(me){
65  ME_SIGNAL_GENERATOR Amegic;
66  SCALES VAR{Abs2(p[0]+p[1])};
67}(me);
68(beam){
69  BEAM_1  2212; BEAM_ENERGY_1 3500;
70  BEAM_2  2212; BEAM_ENERGY_2 3500;
71}(beam);
72(integration){
73  INTEGRATOR 7; ERROR 0.1;
74  FINISH_OPTIMIZATION On;
75}(integration);