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

File Run.dat, 8.7 KB (added by Frank Siegert, 15 years ago)
Line 
1(run){
2  !-------------------------------------------------------
3  !--- Run parameters ------------------------------------
4  !-------------------------------------------------------
5  EVENTS          = 5000      ! Number of Events
6  NUM_ACCURACY   = 1.e-10       !
7  OUTPUT          = 18       ! Output level:
8  !                             ! 0=errors,1=events,2=run info,4=Tracking message
9  !                             ! 3=events+information, 8=Debugging message
10  !
11  ANALYSIS        = 0                   ! Analysis: 0=off, 1=on
12  !  ANALYSIS_OUTPUT = Analysis.MI
13  !
14  LOG_FILE      = sherpa_Ttop800_1.log        ! log file
15  RANDOM_SEED = 77345 76772
16  FILE_SIZE = 5000
17  MASSIVE[5] 1
18  !EVENT_MODE = Sherpa
19  !EVENT_MODE = Hepevt
20  EVENT_MODE = HepMC
21  !HEPEVT_OUTPUT = Results1
22  HEPMC2_GENEVENT_OUTPUT = Results1_HepMC_GENEVENT
23  !HEPMC2_ASCII_OUTPUT = Results1_HepMC_ASCII
24  !HEPMC2_OUTPUT = Results_HepMC
25  !SHERPA_OUTPUT = Results1
26  !ANALYSIS_OUTPUT = Results1
27}(run)
28
29(beam){
30  !-------------------------------------------------------
31  !-- Beam parameters ------------------------------------
32  !-------------------------------------------------------
33  BEAM_1          = 2212                 ! possible beam particles:  P+, P-, e+, e-
34  BEAM_ENERGY_1   = 7000.                ! in GeV
35  BEAM_POL_1      = 0.                   ! Polarization degree -1 ... 1
36  BEAM_SPECTRUM_1 = Monochromatic        ! Monochromatic,Laser_Backscattering,Simple_Compton
37  K_PERP_MEAN_1 = 0.2
38  K_PERP_SIGMA_1        = 0.8
39  !
40  BEAM_2          = 2212                 ! possible beam particles:  P+, P-, e+, e-
41  BEAM_ENERGY_2   = 7000.                ! in GeV
42  BEAM_POL_2      = 0.                   ! Polarization degree -1 ... 1
43  BEAM_SPECTRUM_2 = Monochromatic        ! Monochromatic,Laser_Backscattering,Simple_Compton
44  K_PERP_MEAN_2 = 0.2
45  K_PERP_SIGMA_2        = 0.8
46  !
47  !BEAM_SMIN       = 1.e-10               ! Minimal fraction of nominal s after beam spectra
48  !BEAM_SMAX       = 1.0                  ! Maximal fraction of nominal s after beam spectra
49  !
50  !E_LASER_1          = 1.17e-9           ! Laser energy in GeV
51  !P_LASER_1          = 0.                ! Laser polarization +-1
52  !E_LASER_2          = 1.17e-9           ! Laser energy in GeV
53  !P_LASER_2          = 0.                ! Laser polarization +-1
54  !LASER_MODE         = 0                 ! 0 = all, 1,2,3 = individual components
55  !LASER_ANGLES       = Off               ! On/Off
56  !LASER_NONLINEARITY = On                ! On/Off
57}(beam)
58
59(isr){
60  !-------------------------------------------------------
61  !-- ISR parameters ------------------------------------
62  !-------------------------------------------------------
63  BUNCH_1         = 2212      ! possible beam particles:  P+, P-, e+, e-
64  ISR_1           = On        ! On/Off
65  !
66  BUNCH_2         = 2212      ! possible beam particles:  P+, P-, e+, e-
67  ISR_2           = On        ! On/Off
68  !
69  ISR_SMIN        = 1.e-10    ! Minimal fraction of nominal s for parton after ISR
70  ISR_SMAX        = 1.0       ! Maximal fraction of nominal s for parton after ISR
71  !
72  !ISR_E_ORDER     = 1         ! Perturbative order of electron structure function
73  !ISR_E_SCHEME    = 2         ! Beta-scheme : 0,1,2 , default = 2
74  !
75  PDF_SET         = cteq6m.LHpdf    ! the CTEQ6 PDFs cteq6m,cteq6d,cteq6l,cteq6l1
76                            ! can be accessed when PDF_GRID_PATH = CTEQ6Grid
77                            !
78                            ! to use LHAPDF list one of the PDF sets,
79                            ! , e.g. Alekhin_100.LHpdf, that comes with your
80                            ! LHAPDF installation, the full list can be found in
81                              ! 'lhapdf-config --pdfsets-path', in addition set
82                            ! PDF_GRID_PATH = PDFsets
83                            !
84                              ! or use the interface to MRST99 through
85                            ! PDF_GRID_PATH = MRST99Grid
86                              !
87  PDF_SET_VERSION = 1
88  !
89  PDF_GRID_PATH   = PDFsets ! CTEQ6Grid,PDFsets,MRST99Grid
90}(isr)
91
92(processes){
93  Process 93 93 -> 6[a] -6[b] 93{1};
94  DecayOS 6[a] -> 5 24[c];
95  DecayOS 24[c] -> 94 94;
96  DecayOS -6[b] -> -5 -24[d];
97  DecayOS -24[d] -> 94 94;
98  CKKW sqr(30/E_CMS);
99  Order_EW 4;   
100  Selector_File Run.dat|(sel0j){|}(sel0j) {6}
101  Selector_File Run.dat|(sel1j){|}(sel1j) {7}
102  Integration_Error 0.02 {3};
103  End process;
104
105}(processes)
106
107
108(sel0j){
109!selector for the 6-particle final state
110 ! cut on pT of 1st combination: top
111 "Calc(PPperp(p[0]+p[1]+p[2]))" 5,93,93 800,10000;
112 ! cut on pT of 6th combination: anti-top
113 "Calc(PPperp(p[0]+p[1]+p[2]))" -5,93,93 0,1e12:0,1e12:0,1e12:0,1e12:0,1e12:800,1e12;
114}(sel0j)
115
116
117(sel1j){
118!selector for the 7-particle final state
119 ! cut on pT of 1st combination: top
120 "Calc(PPperp(p[0]+p[1]+p[2]))" 5,93,93 800,10000;
121 ! cut on pT of 8th combination: anti-top
122 "Calc(PPperp(p[0]+p[1]+p[2]))" -5,93,93 0,1e12:0,1e12:0,1e12:0,1e12:0,1e12:0,1e12:0,1e12:800,1e12;
123}(sel1j)
124
125(selector){
126
127!  PT 6 850 14000
128!  PT -6 850 14000
129!  PseudoRapidity 6 -2.5 2.5
130!  PseudoRapidity -6 -2.5 2.5
131
132}(selector)
133
134(model){
135  !-------------------------------------------------------
136  !-- Model parameters -----------------------------------
137  !-------------------------------------------------------
138  MODEL                 = SM       ! Model
139  !
140  ! SM parameters
141  !
142  EW_SCHEME             = 0        ! which parameters define the ew sector.
143  ALPHAS(MZ)            = 0.118    ! strong coupling at scale M_Z
144  ALPHAS(default)       = 0.0800   ! strong coupling
145  ORDER_ALPHAS          = 1        ! NLO
146  1/ALPHAQED(0)         = 137.036  ! inverse of alpha QED in the Thomson limit
147  1/ALPHAQED(default)   = 132.51   ! inverse of alpha QED
148  SIN2THETAW            = 0.2222   ! Weinberg angle at scale M_Z
149  VEV                   = 246.     ! Higgs vev       
150  LAMBDA                = 0.47591  ! SM Higgs self coupling
151  CKMORDER              = 0        ! order of expansion of CKM matrix in Cabibbo angle
152  !CABIBBO               = 0.2272   ! Cabibbo angle (Wolfenstein parametrization)
153  !A                     = 0.85     ! A (Wolfenstein parametrization)
154  !RHO                   = 0.50     ! rho (Wolfenstein parametrization)
155  !ETA                   = 0.50     ! eta (Wolfenstein parametrization)
156  !
157  ! SUSY parameters
158  !
159  !SLHA_INPUT            = LesHouches_SPS1A.dat
160  !
161  ! ADD parameters
162  !
163  !N_ED                  = 2         ! Number of extra dimensions in ADD model
164  !G_NEWTON                   = 6.707e-39 ! Newton gravity constant
165  !M_S                   = 2.5e3     ! string scale for ADD model, meaning depends on KK_CONVENTION
166  !M_CUT                 = 2.5e3     ! cut-off scale for the c.m. energy
167  !KK_CONVENTION         = 1         ! 0=const mass   
168                                    ! 1=simplified sum(HLZ)   2=exact sum(HLZ)
169                                    ! 3=Hewett +1    4=Hewett -1
170                                    ! 5=GRW (Lambda_T(GRW)=M_S for virtual Graviton exchange
171                                  !        or M_D=M_S for real Gravtion production)
172                                  ! only KK_CONVENTION's 1,2 or 5 are applicable for real Graviton production!
173  ! set tau unstable
174  STABLE[15]=0
175}(model)
176
177(me){
178  ME_SIGNAL_GENERATOR = Comix
179  EVENT_GENERATION_MODE = Unweighted
180}(me)
181
182(mi){
183  !=================================================!
184  !          Underlying Event Setup file            !
185  !=================================================!
186  !
187  ! general parameters
188  !
189  MI_HANDLER    = None                  ! Amisic / None
190  !
191  ! hard underlying event parameters
192  !
193  !CREATE_GRID 93 93 -> 93 93           ! processes to generate
194  !PS_ERROR         = 1.0e-2            ! error for integration
195  !REGULATE_XS      = 0                 ! regulate cross section
196  !XS_REGULATION            = 2.225             ! regulation parameter
197  !SCALE_MIN        = 2.225             ! minimum scale
198  !RESCALE_EXPONENT    = 0.16           ! rescaling exponent
199  !REFERENCE_SCALE          = 1800.0            ! reference energy scale
200  !PROFILE_FUNCTION    = Gaussian               ! Gaussian / Double_Gaussian
201  !PROFILE_PARAMETERS  = 1.0 0.5 0.5    ! size (must be 1), coresize,
202                                        ! matter fraction
203}(mi)
204
205(fragmentation){
206  !-------------------------------------------------------
207  !-- Fragmentation parameters----------------------------
208  !-------------------------------------------------------
209  FRAGMENTATION = Ahadic       ! Off, Lund (Pythia string fragmentation) or Ahadic
210  DECAYMODEL    = Hadrons      ! Lund or Hadrons
211 
212  !-------------------------------------------------------
213  !-- Photons parameters ---------------------------------
214  !-------------------------------------------------------
215  YFS_MODE       = 2          ! settings for Photons-module:
216                              ! 0        - off/no corrections
217                              ! 1        - soft only
218                              ! 2        - soft + order(alpha) hard correction (default)
219  YFS_USE_ME     = 1          ! use exact MEs for hard correction if possible
220  YFS_IR_CUTOFF  = 1E-3       ! IR cut-off
221}(fragmentation)