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

File Run.LHCB_PDFs.dat, 1014 bytes (added by Frank Krauss, 13 years ago)
Line 
1#export RIVET_ANALYSIS_PATH=$PWD
2
3(run){
4  EVENTS 1000000;
5  EVENT_GENERATION_MODE Weighted;
6  RESULT_DIRECTORY = Results_LHCB_PDFs
7  GENERATE_RESULT_DIRECTORY = 1
8
9  ANALYSIS = Rivet
10  ANALYSIS_OUTPUT = LHCB_PDFs
11
12  BATCH_MODE 0; OUTPUT 2;
13  #MASSIVE[4] = 1
14  MASSIVE[5] = 1
15}(run);
16(isr){
17}(isr);
18
19(analysis){
20  BEGIN_RIVET {
21    -a LHCB_PDFs
22  } END_RIVET
23}(analysis)
24
25(processes){
26  Process 93 5  -> 13 -13 5
27  Order_EW 2;
28  End process;
29
30  #Process 93 -5  -> 13 -13 -5 93{1}
31  #CKKW sqr(20/E_CMS);
32  #Order_EW 2;
33  #End process;
34
35  #Process 93 93  -> 13 -13 5 -5
36  #CKKW sqr(20/E_CMS);
37  #Order_EW 2;
38  #End process;
39}(processes);
40(selector){
41  PT     5      5 E_CMS;       
42  PT    -5      5 E_CMS;       
43  PT    13      5 E_CMS;       
44  Mass  13 -13 15 E_CMS;
45}(selector)
46(me){
47  ME_SIGNAL_GENERATOR Comix;
48  Scales VAR{(p[2]+p[3]).MPerp2()}
49}(me);
50(beam){
51  BEAM_1  2212; BEAM_ENERGY_1 3500;
52  BEAM_2  2212; BEAM_ENERGY_2 3500;
53}(beam);
54(integration){
55  INTEGRATOR 7; ERROR 0.1;
56  FINISH_OPTIMIZATION On;
57}(integration);