Ticket #358: Run.dat
File Run.dat, 1.4 KB (added by , 9 years ago) |
---|
Line | |
---|---|
1 | (run){ |
2 | % general settings |
3 | EVENTS 1M; |
4 | |
5 | % tags and settings for scale definitions |
6 | FSF:=1.; RSF:=1.; QSF:=1.; |
7 | SCALES STRICT_METS{FSF*MU_F2}{RSF*MU_R2}{QSF*MU_Q2}; |
8 | #SCALES FASTJET[A:antikt,PT:J1CUT,ET:0,R:0.4,M:0]{FSF*0.0625*H_T2}{RSF*0.0625*H_T2}{QSF*0.25*PPerp2(p[3])} |
9 | CORE_SCALE VAR{FSF*0.0625*H_T2}{RSF*0.0625*H_T2}{QSF*0.25*PPerp2(p[3])} |
10 | #CORE_SCALE QCD |
11 | |
12 | % tags and settings for ME-level cuts |
13 | J1CUT:=80.; J2CUT:=50.; |
14 | |
15 | % tags for process setup |
16 | NJET:=2; LJET:=2; QCUT:=50.; |
17 | |
18 | % tags and settings for ME generators |
19 | LOOPGEN:=OpenLoops; |
20 | ME_SIGNAL_GENERATOR Comix Amegic LOOPGEN; |
21 | EVENT_GENERATION_MODE Weighted; |
22 | RESULT_DIRECTORY res_jJ1CUT_jJ2CUT_ffFSF_rfRSF_qfQSF; |
23 | |
24 | % model parameters |
25 | MODEL SM; |
26 | |
27 | % collider setup |
28 | BEAM_1 2212; BEAM_ENERGY_1 50000.0; |
29 | BEAM_2 2212; BEAM_ENERGY_2 50000.0; |
30 | |
31 | MI_HANDLER=None |
32 | }(run) |
33 | |
34 | (processes){ |
35 | Process 93 93 -> 93 93 93{NJET}; |
36 | Order (*,0); CKKW sqr(QCUT/E_CMS); |
37 | NLO_QCD_Mode MC@NLO {LJET}; |
38 | ME_Generator Amegic {LJET}; |
39 | RS_ME_Generator Comix {LJET}; |
40 | Loop_Generator LOOPGEN {LJET}; |
41 | Integration_Error 0.02 {4}; |
42 | Integration_Error 0.02 {5}; |
43 | Integration_Error 0.05 {6}; |
44 | Integration_Error 0.08 {7}; |
45 | Integration_Error 0.10 {8}; |
46 | #Scales LOOSE_METS{FSF*MU_F2}{RSF*MU_R2}{QSF*MU_Q2} {7,8}; |
47 | End process; |
48 | }(processes) |
49 | |
50 | (selector){ |
51 | FastjetFinder antikt 2 J2CUT 0.0 0.4 |
52 | FastjetFinder antikt 1 J1CUT 0.0 0.4 |
53 | }(selector) |