Ticket #304: Run.dat
File Run.dat, 1.3 KB (added by , 10 years ago) |
---|
Line | |
---|---|
1 | (run){ |
2 | EVENTS 1000; |
3 | FILE_SIZE 60000; |
4 | PRETTY_PRINT Off; |
5 | OUTPUT 2; |
6 | EVENT_GENERATION_MODE Weighted; |
7 | RESULT_DIRECTORY=Results; |
8 | GENERATE_RESULT_DIRECTORY 1; |
9 | #PARTICLE_CONTAINER 98 CEjets 5 -5; |
10 | MASSIVE[5]=1; |
11 | MASS[25]=125.; |
12 | CORE_SCALE QCD; |
13 | MAX_PROPER_LIFETIME=10.0; |
14 | }(run) |
15 | |
16 | (beam){ |
17 | BEAM_1 = 2212; BEAM_ENERGY_1 = 50000; |
18 | BEAM_2 = 2212; BEAM_ENERGY_2 = 50000; |
19 | }(beam) |
20 | |
21 | (model){ |
22 | MODEL = SM+EHC; |
23 | FINITE_TOP_MASS = 1; |
24 | FINITE_W_MASS = 1; |
25 | }(model) |
26 | |
27 | (processes){ |
28 | Process 93 93 -> 93 93 22 22 93{1}; |
29 | CKKW sqr(40/E_CMS); |
30 | Order_EW 4; |
31 | Integration_Error 0.10 {4,5}; |
32 | Selector_File *|(coresel){|}(coresel) {4}; |
33 | End process; |
34 | }(processes) |
35 | |
36 | (integration){ |
37 | Error = 0.10; |
38 | }(integration) |
39 | |
40 | (me){ |
41 | ME_SIGNAL_GENERATOR = Amegic++ |
42 | }(me) |
43 | |
44 | (mi){ |
45 | MI_HANDLER = Amisic # None or Amisic |
46 | }(mi) |
47 | |
48 | (shower){ |
49 | CSS_EW_MODE = 1; |
50 | }(shower) |
51 | |
52 | #(selector){ |
53 | # "Calc(Mass(p[0]+p[1])>80.&&Mass(p[0]+p[1])<160.)" 93,93 1,1 [PT_UP,PT_UP]; |
54 | # "Calc(Mass(p[0]+p[1])>80.&&Mass(p[0]+p[1])<160.)" 5,-5 1,1 [PT_UP,PT_UP]; |
55 | # PT -5 20. 100000.; |
56 | # PT 5 20. 100000.; |
57 | # PT 22 20. 100000.; |
58 | # PT 93 20. 100000.; |
59 | # Rapidity 22 -3. 3.; |
60 | # Rapidity 93 -3. 3.; |
61 | # Rapidity 5 -3. 3.; |
62 | # Rapidity -5 -3. 3.; |
63 | # DeltaR 5 22 0.2 10.; |
64 | # DeltaR -5 22 0.2 10.; |
65 | # DeltaR 5 93 0.2 10.; |
66 | # DeltaR -5 93 0.2 10.; |
67 | #}(selector) |
68 | |
69 | (coresel){ |
70 | NJetFinder 4 30 0 0.3 -1 3.0 10.0; |
71 | }(coresel) |
72 |