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

File Run.dat, 1.1 KB (added by Generic User (don't modify these fields), 15 years ago)
Line 
1(run){
2  EVENTS = 10000
3}(run)
4
5(beam){
6  BEAM_1 = 2212; BEAM_ENERGY_1 = 7000;
7  BEAM_2 = 2212; BEAM_ENERGY_2 = 7000;
8}(beam)
9
10(processes){
11 
12  Process 93 93 -> 6[a] -6[b] 23[h];
13    Decay 6[a] -> 5 24[c];
14      Decay 24[c] -> 93 93;
15    Decay -6[b] -> -5 -24[d];
16      Decay -24[d] -> 11 -12;
17    Decay 23[h] -> 15 -15;
18  Integration_Error 0.02 {8};
19  End process;
20
21 %  Process 93 93 -> 6[a] -6[b] 23[h];
22 %   Decay 6[a] -> 5 24[c];
23 %     Decay 24[c] -> 93 93;
24 %   Decay -6[b] -> -5 -24[d];
25 %     Decay -24[d] -> 13 -14;
26 %   Decay 23[h] -> 15 -15;
27 % Integration_Error 0.02 {8};
28 % End process;
29
30 % Process 93 93 -> 6[a] -6[b] 23[h];
31 %   Decay 6[a] -> 5 24[c];
32 %    Decay 24[c] -> -11 12;
33 %   Decay -6[b] -> -5 -24[d];
34 %     Decay -24[d] -> 93 93;
35 %   Decay 23[h] -> 15 -15;
36 % Integration_Error 0.02 {8};
37 % End process;
38
39 % Process 93 93 -> 6[a] -6[b] 23[h];
40 %   Decay 6[a] -> 5 24[c];
41 %     Decay 24[c] -> -13 14;
42 %   Decay -6[b] -> -5 -24[d];
43 %     Decay -24[d] -> 93 93;
44 %   Decay 23[h] -> 15 -15;
45 % Integration_Error 0.02 {8};
46 % End process;
47
48
49
50}(processes)
51
52
53(me){
54  ME_SIGNAL_GENERATOR = Comix
55}(me)
56
57(mi){
58  MI_HANDLER = None  # None or Amisic
59}(mi)