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

File Run.inc.dat, 755 bytes (added by Frank Siegert, 14 years ago)
Line 
1(run){
2  EVENTS=0
3  MINMASS:=89
4  MAXMASS:=93
5  RESULT_DIRECTORY = Results.MINMASS-MAXMASS
6  GENERATE_RESULT_DIRECTORY = 1
7  FINISH_OPTIMIZATION = Off
8  ERROR = 0.01
9  PDF_SET = cteq6l1
10  MASSIVE[5] = 1
11}(run)
12
13(beam){
14  BEAM_1          = 2212
15  BEAM_ENERGY_1   = 7000.
16  BEAM_2          = 2212
17  BEAM_ENERGY_2   = 7000.
18}(beam)
19
20(processes){
21  Process 93 93 -> 22 5 -5
22  Print_Graphs Process/
23  End process
24}(processes)
25
26(selector){
27  PT 22 200 E_CMS
28  PT 5  50 E_CMS
29  PT -5  50 E_CMS
30  PseudoRapidity 22 -2.5 2.5
31  PseudoRapidity 5 -2.5 2.5
32  PseudoRapidity -5 -2.5 2.5
33  "DR" 22,5 0.6,10
34  "DR" 22,-5 0.6,10
35
36  Mass 5 -5 MINMASS MAXMASS
37}(selector)
38
39(me){
40  ME_SIGNAL_GENERATOR = Comix
41  SCALES = VAR{sqr(91.188)}{sqr(91.188)}
42  COUPLINGS = QCD
43}(me)