Ticket #97: Run.dat
File Run.dat, 3.3 KB (added by , 14 years ago) |
---|
Line | |
---|---|
1 | (beam){ |
2 | BEAM_1 = 2212 ! possible beam particles: P+, P-, e+, e- |
3 | BEAM_ENERGY_1 = 3500. ! in GeV |
4 | BEAM_SPECTRUM_1 = Monochromatic ! Monochromatic,Laser_Backscattering,Simple_Compton |
5 | K_PERP_MEAN_1 = 0.33 |
6 | K_PERP_SIGMA_1 = 0.8 |
7 | BEAM_2 = 2212 ! possible beam particles: P+, P-, e+, e- |
8 | BEAM_ENERGY_2 = 3500. ! in GeV |
9 | BEAM_SPECTRUM_2 = Monochromatic ! Monochromatic,Laser_Backscattering,Simple_Compton |
10 | K_PERP_MEAN_2 = 0.33 |
11 | K_PERP_SIGMA_2 = 0.8 |
12 | }(beam) |
13 | (isr){ |
14 | BUNCH_1 = 2212 ! possible beam particles: P+, P-, e+, e- |
15 | ISR_1 = On ! On/Off |
16 | BUNCH_2 = 2212 ! possible beam particles: P+, P-, e+, e- |
17 | ISR_2 = On ! On/Off |
18 | ISR_SMIN = 1.e-10 ! Minimal fraction of nominal s for parton after ISR |
19 | ISR_SMAX = 1.0 ! Maximal fraction of nominal s for parton after ISR |
20 | PDF_SET = cteq6l1 ! |
21 | PDF_SET_VERSION = 1 |
22 | PDF_GRID_PATH = CTEQ6Grid ! CTEQ6Grid,PDFsets,MRST99Grid |
23 | }(isr) |
24 | (model){ |
25 | MODEL = SM ! Model |
26 | EW_SCHEME = 3 ! which parameters define the ew sector. |
27 | M_W = 80.419 |
28 | M_Z = 91.188 |
29 | M_H = 120 |
30 | GF = 0.0000116639 |
31 | MASS[6] = 172.5 ! top mass, default: 175 |
32 | WIDTH[6] =1.45412849 !top width, default: 1.5 |
33 | WIDTH[23] =2.4412334 !Z width, default: 2.49 |
34 | WIDTH[24] =2.04759951 !W width, default: 2.06 |
35 | WIDTH[25] =0.00575165778 !H width, default: 0.0034 |
36 | MASSIVE[5]=1 ! consider massive bottom and top quarks |
37 | MASSIVE[6]=1 |
38 | }(model) |
39 | (me){ |
40 | ME_SIGNAL_GENERATOR = Amegic ! Internal or Amegic or Comix(new) |
41 | EVENT_GENERATION_MODE = Unweighted |
42 | }(me) |
43 | (integration){ |
44 | ERROR = 1.0e-2 ! Error by calculating matrix-elements |
45 | FINISH_OPTIMIZATION = Off ! Integrate until optimization is completed |
46 | VEGAS = On |
47 | }(integration) |
48 | (mi){ |
49 | MI_HANDLER = None ! Amisic / None |
50 | }(mi) |
51 | (shower){ |
52 | SHOWER_GENERATOR = CSS |
53 | }(shower) |
54 | (fragmentation){ |
55 | FRAGMENTATION = Lund ! Off, Lund (Pythia string fragmentation) or Ahadic |
56 | DECAYMODEL = Lund ! Lund or Hadrons |
57 | }(fragmentation) |
58 | (processes){ |
59 | !!ttbar with up to 2 jets in hadronic channel |
60 | Process 93 93 -> 6[a] -6[b] 93{1} |
61 | Decay 6[a] -> 5 24[c] |
62 | Decay -6[b] -> -5 -24[d] |
63 | Decay 24[c] -> 93 93 |
64 | Decay -24[d] -> 93 93 |
65 | CKKW sqr(30/E_CMS) |
66 | Integration_Error 0.02 |
67 | End process; |
68 | }(processes) |
69 | (selector){ |
70 | JetFinder sqr(20/E_CMS) 1. |
71 | PT 93 20. 100000. |
72 | PT 5 20. 100000. |
73 | PT 22 0. 100000. |
74 | PT 90 0. 100000. |
75 | PT 91 0. 100000. |
76 | Energy 93 0. 100000. |
77 | Energy 5 0. 100000. |
78 | Energy 22 0. 100000. |
79 | Energy 90 0. 100000. |
80 | Rapidity 93 -5. 5. |
81 | Rapidity 5 -5. 5. |
82 | Rapidity 22 -200000. 200000. |
83 | Rapidity 90 -200000. 200000. |
84 | DeltaR 93 93 0.001 100 |
85 | DeltaR 5 5 0.001 100 |
86 | DeltaR 90 90 0 100 |
87 | DeltaR 22 22 0 100 |
88 | DeltaR 93 5 0.001 100 |
89 | DeltaR 93 22 0.001 100 ! <- different from MG |
90 | DeltaR 93 90 0 100 |
91 | DeltaR 22 5 0 100 |
92 | DeltaR 90 5 0 100 |
93 | DeltaR 22 90 0 100 |
94 | Mass 93 93 0 100000 |
95 | Mass 5 5 0 100000 |
96 | Mass 22 22 0 100000 |
97 | Mass 90 90 0 100000 |
98 | }(selector) |
99 | (run){ |
100 | RANDOM_SEED1 = 21 |
101 | RANDOM_SEED2 = 4 |
102 | EVENTS = 1000 ! can be changed in inputline |
103 | ANALYSIS = 0 ! not installed on global sherpa |
104 | OUTPUT =2 ! Information Events (if 3) and Errors (if 2) |
105 | CDXS_ITMAX 5000; |
106 | }(run) |
107 |