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 #178: hww.dat

File hww.dat, 741 bytes (added by marek, 13 years ago)
Line 
1(run){
2  EVENTS 1000000;
3  MHIGGS:=160.
4  WHIGGS:=8.29e-2
5  FRAGMENTATION Off;
6}(run);
7
8(model){
9  MODEL=SM+EHC;
10  FINITE_TOP_MASS=0;
11  MASS[25]=MHIGGS;
12  WIDTH[25]=WHIGGS;
13  YUKAWA_B=0.;
14}(model);
15
16(processes){
17  Process 93 93 -> 25[a] 93{2}
18    Decay   25[a] -> 24[c] -24[d];
19      Decay   24[c] -> -11  12;
20      Decay  -24[d] ->  13 -14;
21  NLO_QCD_Part BVIRS {4};
22  Loop_Generator MCFM;
23  Print_Graphs 1;
24  Order_EW 1;
25  CKKW sqr(20./E_CMS);
26  End process;
27}(processes);
28
29(selector){
30  Mass  -11  12 10. E_CMS
31  Mass   13 -14 10. E_CMS
32}(selector)
33
34(me){
35  ME_SIGNAL_GENERATOR Amegic MCFM;
36  EVENT_GENERATION_MODE Weighted;
37  NLO_Mode 2;
38}(me);
39
40(beam){
41  BEAM_1  2212; BEAM_ENERGY_1 3500;
42  BEAM_2  2212; BEAM_ENERGY_2 3500;
43}(beam);