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

File Run.dat, 746 bytes (added by Generic User (don't modify these fields), 14 years ago)

Config. file for reproducing the crash

Line 
1(run){
2  EVENTS = 200;
3  ANALYSIS = 0;
4  EVENT_MODE = HepMC
5  HEPMC2_GENEVENT_OUTPUT=output_hepmc2
6}(run)
7
8(beam){
9  BEAM_1          = 2212
10  BEAM_ENERGY_1   = 7000.
11
12  BEAM_2          = 2212
13  BEAM_ENERGY_2   = 7000.
14}(beam)
15
16(processes){
17  Process 93 93 -> 11 -11;
18  Print_Graphs : Process;
19  End process;
20}(processes)
21
22(me){
23  ME_SIGNAL_GENERATOR = Amegic
24}(me)
25
26(mi){
27  MI_HANDLER = Amisic
28  SCALE_MIN = 2.45;
29}(mi)
30
31(model){
32!  MODEL = ADD
33!  N_ED  = 2
34!  M_S   = 2000
35!  M_CUT = 2000
36!  KK_CONVENTION = 5
37!  MASS[39] = 100.
38!  MASS[40] = 100.
39}(model)
40
41(fragmentation){
42  FRAGMENTATION=Off;
43}(fragmentation)
44
45(analysis){
46  BEGIN_ANALYSIS {
47    LEVEL  MEs Showers
48
49    PT    39  0. 2000. 100 LinErr FinalState
50
51  } END_ANALYSIS
52}(analysis)
53