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.2.dat

File Run.2.dat, 642 bytes (added by Enrico Bothmann, 6 years ago)

W LO+PS example

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  % me generator settings
10  ME_SIGNAL_GENERATOR Comix Amegic
11  EVENT_GENERATION_MODE Weighted;
12
13  % exclude tau from lepton container
14  MASSIVE[15] 1;
15
16  % collider setup
17  BEAM_1 2212; BEAM_ENERGY_1 = 4000.;
18  BEAM_2 2212; BEAM_ENERGY_2 = 4000.;
19
20  MI_HANDLER None
21}(run)
22
23(processes){
24  Process 93 93 -> 90 91;
25  Order (*,2);
26  End process;
27}(processes)
28
29(selector){
30  Mass 11 -12 1. E_CMS
31  Mass 13 -14 1. E_CMS
32  Mass -11 12 1. E_CMS
33  Mass -13 14 1. E_CMS
34}(selector)