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

File Run.dat, 869 bytes (added by Enrico Bothmann, 7 years ago)
Line 
1(run){
2  % general setting
3  EVENTS 1M; ERROR 0.99;
4
5  % scales, tags for scale variations
6  FSF:=1.; RSF:=1.; QSF:=1.;
7  SCALES METS{FSF*MU_F2}{RSF*MU_R2}{QSF*MU_Q2};
8
9  % tags for process setup
10  NJET:=0; QCUT:=20.;
11
12  % me generator settings
13  ME_SIGNAL_GENERATOR Comix Amegic;
14  EVENT_GENERATION_MODE Weighted;
15
16  % exclude tau from lepton container
17  MASSIVE[15] 1;
18
19  % collider setup
20  BEAM_1 2212; BEAM_ENERGY_1 = 4000.;
21  BEAM_2 2212; BEAM_ENERGY_2 = 4000.;
22}(run)
23
24(processes){
25  Process 93 93 -> 90 90 93{NJET};
26  Order (*,2); CKKW sqr(QCUT/E_CMS);
27  Integration_Error 0.02 {4};
28  Integration_Error 0.02 {5};
29  Integration_Error 0.05 {6};
30  Integration_Error 0.08 {7};
31  Integration_Error 0.10 {8};
32  Scales LOOSE_METS{FSF*MU_F2}{RSF*MU_R2}{QSF*MU_Q2} {7,8};
33  End process;
34}(processes)
35
36(selector){
37  Mass 11 -11 66 E_CMS
38  Mass 13 -13 66 E_CMS
39}(selector)