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 #165: Run.LHCB_T_Asym.tt.HL.dat

File Run.LHCB_T_Asym.tt.HL.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_SM
6  GENERATE_RESULT_DIRECTORY = 1
7
8  #ANALYSIS = Rivet
9  #ANALYSIS_OUTPUT = Asym
10
11  BATCH_MODE 0; OUTPUT 2;
12}(run);
13(analysis){
14  BEGIN_RIVET {
15    -a TTBAR_ASYM
16  } END_RIVET
17}(analysis)
18(processes){
19  Process 93 93 ->   6[a] -6[b] 93{1}
20  Decay    6[a] ->  24[c]     5
21  Decay   24[c] ->    -13    14
22  Decay   -6[b] -> -24[d]    -5
23  Decay  -24[d] ->     93    93
24  CKKW sqr(20/E_CMS)
25  Order_EW 4;
26  End process;
27
28  #Process 93 93 -> 6[a]  -6[b] 93{1}
29  #Decay    6[a] ->  93  93   5
30  #Decay   -6[b] ->  13 -14  -5
31  #CKKW sqr(20/E_CMS)
32  #Order_EW 0;
33  #End process;
34
35  #Process 93 93 -> 6[a]  93 93{1}
36  #Decay    6[a] -> -13  14   5
37  #CKKW sqr(20/E_CMS)
38  #Order_EW 2;
39  #End process;
40
41  #Process 93 93 -> 93 -6[a] 93{1}
42  #Decay   -6[a] ->  13 -14   5
43  #CKKW sqr(20/E_CMS)
44  #Order_EW 2;
45  #End process;
46}(processes);
47(selector){     
48  Mass  93   93   10 E_CMS;     
49  Mass  13  -14   10 E_CMS;     
50  Mass -13   14   10 E_CMS;     
51  PT     6         2 E_CMS;
52  PT    -6         2 E_CMS;
53  PT     5         2 E_CMS;
54  PT    -5         2 E_CMS;
55}(selector)
56(me){
57  ME_SIGNAL_GENERATOR Comix
58  #SCALES VAR{Abs2(p[0]+p[1])};
59}(me);
60(beam){
61  BEAM_1  2212; BEAM_ENERGY_1 3500;
62  BEAM_2  2212; BEAM_ENERGY_2 3500;
63}(beam);
64(integration){
65  INTEGRATOR 7; ERROR 0.1;
66  FINISH_OPTIMIZATION On;
67}(integration);