sherpa is hosted by Hepforge, IPPP Durham
close Warning:
  • Error with navigation contributor "BrowserModule"
  • Failed to sync with repository "(default)": instance.__dict__ not accessible in restricted mode; repository information may be out of date. Look in the Trac log for more information including mitigation strategies.

Ticket #86: Run.LHC.SUSY.dat

File Run.LHC.SUSY.dat, 948 bytes (added by Steffen Schumann, 14 years ago)

run card (to be supplemented with SLHA file LesHouches_SPS1a.dat)

Line 
1(run){
2  EVENTS = 0
3
4  YFS_MODE 0;
5  FRAGMENTATION Off;   
6
7  SHOWER_GENERATOR CSS;
8
9}(run)
10
11(beam){
12  BEAM_1 =  2212; BEAM_ENERGY_1 = 7000;
13  BEAM_2 =  2212; BEAM_ENERGY_2 = 7000;
14}(beam)
15
16(processes){
17%
18  Process 21 21 -> 1000021[a] 1000021[b]
19  Order_QCD 2;
20  Print_Graphs Process;
21  Decay 1000021[a] -> 1000022 94 94
22  Decay 1000021[b] -> 1000022 94 94
23  Integration_Error 0.03
24  End process;
25%
26  Process 94 94 -> 1000021[a] 1000021[b]
27  Order_QCD 2;
28  Print_Graphs Process;
29  Decay 1000021[a] -> 1000022 94 94
30  Decay 1000021[b] -> 1000022 94 94
31  Integration_Error 0.03
32  End process;
33%
34}(processes)
35
36
37(model){
38 
39  MODEL = MSSM;
40  MASSIVE[5] 1;
41  SLHA_INPUT LesHouches_SPS1A.dat
42}(model);
43
44(selector){
45  NJetFinder  4  50.0  0.0  1.0;
46  PseudoRapidity 93 -5 5;
47}(selector)
48
49(me){
50  SCALES VAR{sqr(600.)}{sqr(600.)}
51  ME_SIGNAL_GENERATOR = Amegic
52  EVENT_GENERATION_MODE = Weighted
53}(me)
54
55(mi){
56  MI_HANDLER = None  # None or Amisic
57}(mi)
58