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

File Run.dat, 768 bytes (added by anonymous, 10 years ago)
Line 
1(run){
2  % general settings
3  EVENTS 5;
4  EVENT_GENERATION_MODE U;
5  EVENT_OUTPUT=HepEvt[simple];
6
7  ME_SIGNAL_GENERATOR Amegic Comix;
8  ME_QED=Off;
9
10  % collider setup
11  BEAM_1 2212; BEAM_ENERGY_1 4000;
12  BEAM_2 2212; BEAM_ENERGY_2 4000; 
13}(run);
14
15(processes){
16  Process 93 93 -> 23[a] 23[b];
17  Decay 23[a] -> 11 -11:
18  Decay 23[b] -> 13 -13:
19
20  Integration_Error : 0.05;
21 
22  Print_Graphs 1;
23  End process;
24}(processes);
25
26(shower){
27  SHOWER_GENERATOR  = CSS
28}(shower);
29
30(fragmentation){
31  FRAGMENTATION = Off
32  DECAYMODEL = Off
33}(fragmentation);
34
35(mi){
36  MI_HANDLER = None  # None or Amisic
37}(mi);
38
39(selector){
40        PT 11 5 E_CMS;
41        PT -11 5 E_CMS;
42        PT 13 7 E_CMS;
43        PT -13 7 E_CMS;
44
45        Mass 11 -11 12 E_CMS;
46        Mass 13 -13 12 E_CMS;
47}(selector);