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

File Run.2.dat, 1.1 KB (added by Generic User (don't modify these fields), 14 years ago)
Line 
1(run){
2  EVENTS = 10000
3        SPIN_CORRELATIONS = 1
4  HEPMC2_GENEVENT_OUTPUT=sherpa.Zh120
5}(run)
6
7(beam){
8  BEAM_1 = 2212; BEAM_ENERGY_1 = 7000;
9  BEAM_2 = 2212; BEAM_ENERGY_2 = 7000;
10}(beam)
11
12(processes){
13  Process 93 93 -> 25[a] 23[b]
14  Decay 25[a] -> 15 -15
15  Decay 23[b] -> 11 -11
16 
17  CKKW sqr(30/E_CMS)
18  Integration_Error 0.02 {6};
19  End process;
20 
21        Process 93 93 -> 25[c] 23[d]
22  Decay 25[c] -> 15 -15
23  Decay 23[d] -> 13 -13
24 
25  CKKW sqr(30/E_CMS)
26  Integration_Error 0.02 {6};
27  End process;
28 
29}(processes)
30
31(model){
32  MODEL                 = SM       ! Model
33  MASS[25] = 120.0                 !Higgs Mass
34  WIDTH[25] = 0.0037               !Higgs Width
35  MASSIVE[5] = 1                     ! consider massive bottom and top quarks
36  MASSIVE[6] = 1
37  STABLE[15] = 0
38  MASSIVE[15] = 1                     
39}
40(selector){
41  Mass 11 -11 66 116
42  Mass 13 -13 66 116
43  Mass 15 -15 100 200
44  Mass 11 -12 10 400
45  Mass -11 12 10 400
46  Mass 13 -14 10 400
47  Mass -13 14 10 400
48  Mass 15 -16 10 400
49  Mass -15 16 10 400
50}(selector)
51
52(me){
53  ME_SIGNAL_GENERATOR = Amegic
54}(me)
55
56(mi){
57  MI_HANDLER = None  # None or Amisic
58}(mi)