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

File Run.dat, 1.4 KB (added by Generic User (don't modify these fields), 12 years ago)
Line 
1(run){
2        EVENTS = 100000
3        HEPMC2_GENEVENT_OUTPUT ttbar+012j_semileptonic_7TeV
4        FILE_SIZE 100000000
5        EVT_FILE_PATH /media/Elements/MonteCarlo
6}(run)
7
8(beam){
9  BEAM_1 2212; BEAM_ENERGY_1 3500;
10  BEAM_2 2212; BEAM_ENERGY_2 3500;
11}(beam)
12
13(processes){
14  Process 93 93 -> 6[a] -6[b] 93{2};
15    Decay 6[a] -> 5 24[c];
16      Decay 24[c] -> 90 91;
17    Decay -6[b] -> -5 -24[d];
18      Decay -24[d] -> 94 94;
19  Order_EW 4; CKKW sqr(30/E_CMS);
20  End process;
21
22  Process 93 93 -> 6[a] -6[b] 93{2};
23    Decay 6[a] -> 5 24[c];
24      Decay 24[c] -> 94 94;
25    Decay -6[b] -> -5 -24[d];
26      Decay -24[d] -> 90 91;
27  Order_EW 4; CKKW sqr(30/E_CMS);
28  End process;
29}(processes)
30
31(mi){
32  MI_HANDLER = Amisic  # None or Amisic
33}(mi)
34
35(model){
36        MODEL = SM
37        MASSIVE[15]=1
38        MASSIVE[13]=1
39        MASS[24]=80.399
40        MASS[6]=173.1
41        WIDTH[6] = 1.4722282
42        WIDTH[23] = 2.44018171
43        WIDTH[24] = 2.04603687
44}
45
46(selector){
47  DecayMass 24 50 110
48  DecayMass -24 50 110
49  DecayMass 6 151 195
50  DecayMass -6 151 195
51  "Calc(abs(Eta(p[0])<2.5)&&PPerp(p[0])>30.0)" 90 1,1
52}(selector)
53
54(isr){
55Sherpa PDF_LIBRARY= CTEQ6Sherpa;
56PDF_SET cteq6l1;
57}(isr)
58
59(me){
60  EVENT_GENERATION_MODE Unweighted;
61  SCALES VAR{pow((MPerp(p[2]+p[3]+p[4])+MPerp(p[5]+p[6]+p[7]))/2.0,2.0)}
62}(me)
63
64(shower){
65        SHOWER_GENERATOR=CSS;
66}(shower)
67
68(fragmentation){
69        FRAGMENTATION = Ahadic
70        DECAYMODEL = Hadrons
71}(fragmentation)