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

File Run.dat, 10.2 KB (added by Generic User (don't modify these fields), 15 years ago)
Line 
1(run){
2  !-------------------------------------------------------
3  !--- Run parameters ------------------------------------
4  !-------------------------------------------------------
5  EVENTS          = 0         ! Number of Events
6  NUM_ACCURACY    = 1.e-10        !
7  OUTPUT          = 1             ! Output level:
8  !                               ! 0=errors,1=events,2=run info,
9  !                               ! 3=events+information
10  ANALYSIS        = 0             ! Analysis: 0=off, 1=on
11  !
12  !EVENT_MODE      = HepMC
13  !HEPMC2_OUTPUT          = hepmc2_out
14  !HEPMC2_ASCII_OUTPUT    = hepmc2_ascii_out
15  !HEPMC2_GENEVENT_OUTPUT = hepmc2_genevent_out
16  !
17  RANDOM_SEED     = 15732 27621
18}(run)
19(beam){
20  !-------------------------------------------------------
21  !-- Beam parameters ------------------------------------
22  !-------------------------------------------------------
23  BEAM_1          = 2212                 ! possible beam particles:  P+, P-, e+, e-
24  BEAM_ENERGY_1   = 5000.                ! in GeV
25  BEAM_POL_1      = 0.                   ! Polarization degree -1 ... 1
26  BEAM_SPECTRUM_1 = Monochromatic        ! Monochromatic,Laser_Backscattering,Simple_Compton
27  K_PERP_MEAN_1 = 0.2
28  K_PERP_SIGMA_1        = 0.8
29  !
30  BEAM_2          = 2212                 ! possible beam particles:  P+, P-, e+, e-
31  BEAM_ENERGY_2   = 5000.                ! in GeV
32  BEAM_POL_2      = 0.                   ! Polarization degree -1 ... 1
33  BEAM_SPECTRUM_2 = Monochromatic        ! Monochromatic,Laser_Backscattering,Simple_Compton
34  K_PERP_MEAN_2 = 0.2
35  K_PERP_SIGMA_2        = 0.8
36  !
37  BEAM_SMIN       = 1.e-10               ! Minimal fraction of nominal s after beam spectra
38  BEAM_SMAX       = 1.0                  ! Maximal fraction of nominal s after beam spectra
39  !
40  E_LASER_1          = 1.17e-9           ! Laser energy in GeV
41  P_LASER_1          = 0.                ! Laser polarization +-1
42  E_LASER_2          = 1.17e-9           ! Laser energy in GeV
43  P_LASER_2          = 0.                ! Laser polarization +-1
44  LASER_MODE         = 0                 ! 0 = all, 1,2,3 = individual components
45  LASER_ANGLES       = Off               ! On/Off
46  LASER_NONLINEARITY = On                ! On/Off
47}(beam)
48(isr){
49  !-------------------------------------------------------
50  !-- ISR parameters ------------------------------------
51  !-------------------------------------------------------
52  BUNCH_1         = 2212      ! possible beam particles:  P+, P-, e+, e-
53  ISR_1           = On        ! On/Off
54  !
55  BUNCH_2         = 2212      ! possible beam particles:  P+, P-, e+, e-
56  ISR_2           = On        ! On/Off
57  !
58  ISR_SMIN        = 1.e-10    ! Minimal fraction of nominal s for parton after ISR
59  ISR_SMAX        = 1.0       ! Maximal fraction of nominal s for parton after ISR
60  !
61  ISR_E_ORDER     = 1         ! Perturbative order of electron structure function
62  ISR_E_SCHEME    = 2         ! Beta-scheme : 0,1,2 , default = 2
63  !
64  PDF_SET         = cteq6l    ! the CTEQ6 PDFs cteq6m,cteq6d,cteq6l,cteq6l1
65                            ! can be accessed when PDF_GRID_PATH = CTEQ6Grid
66                            !
67                            ! to use LHAPDF list one of the PDF sets,
68                            ! , e.g. Alekhin_100.LHpdf, that comes with your
69                            ! LHAPDF installation, the full list can be found in
70                              ! 'lhapdf-config --pdfsets-path', in addition set
71                            ! PDF_GRID_PATH = PDFsets
72                            !
73                              ! or use the interface to MRST99 through
74                            ! PDF_GRID_PATH = MRST99Grid
75                              !
76  PDF_SET_VERSION = 1
77  !
78  PDF_GRID_PATH   = CTEQ6Grid ! CTEQ6Grid,PDFsets,MRST99Grid
79}(isr)
80(model){
81  !-------------------------------------------------------
82  !-- Model parameters -----------------------------------
83  !-------------------------------------------------------
84  MODEL                 =  ADD      ! Model
85  !
86  ! SM parameters
87  !
88  EW_SCHEME             = 0        ! which parameters define the ew sector.
89  ALPHAS(MZ)            = 0.118    ! strong coupling at scale M_Z
90  ALPHAS(default)       = 0.0800   ! strong coupling
91  ORDER_ALPHAS          = 1        ! NLO
92  1/ALPHAQED(0)         = 137.036  ! inverse of alpha QED in the Thomson limit
93  1/ALPHAQED(default)   = 132.51   ! inverse of alpha QED
94  SIN2THETAW            = 0.2222   ! Weinberg angle at scale M_Z
95  VEV                   = 246.     ! Higgs vev       
96  LAMBDA                = 0.47591  ! SM Higgs self coupling
97  CKMORDER              = 0        ! order of expansion of CKM matrix in Cabibbo angle
98  CABIBBO               = 0.22     ! Cabibbo angle (Wolfenstein parametrization)
99  A                     = 0.85     ! A (Wolfenstein parametrization)
100  RHO                   = 0.50     ! rho (Wolfenstein parametrization)
101  ETA                   = 0.50     ! eta (Wolfenstein parametrization)
102  !
103  ! SUSY parameters
104  !
105  SLHA_INPUT            = LesHouches_SPS1A.dat
106  !
107  ! ADD parameters
108  !
109  N_ED                  = 4         ! Number of extra dimensions in ADD model
110  G_NEWTON              = 6.707e-39 ! Newton gravity constant
111  M_S                   = 1.0e3     ! string scale for ADD model, meaning depends on KK_CONVENTION
112  M_CUT                 = 100.0e3     ! cut-off scale for the c.m. energy
113  KK_CONVENTION         = 2         ! 0=const mass   
114                                    ! 1=simplified sum(HLZ)   2=exact sum(HLZ)
115                                    ! 3=Hewett +1    4=Hewett -1
116                                    ! 5=GRW (Lambda_T(GRW)=M_S for virtual Graviton exchange
117                                  !        or M_D=M_S for real Gravtion production)
118                                  ! only KK_CONVENTION's 1,2 or 5 are applicable for real Graviton production!
119  ! set tau unstable
120  STABLE[15]=0
121}(model)
122(me){
123  !-------------------------------------------------------
124  !-- ME generators --------------------------------------
125  !-------------------------------------------------------
126  ME_SIGNAL_GENERATOR   = Amegic      ! Internal or Amegic
127  EVENT_GENERATION_MODE = Unweighted
128  !
129  COUPLING_SCHEME       = Running_alpha_S ! Fixed   (default value) or
130                                      ! Running (s for ME generators, pt for 2->2)
131  YUKAWA_MASSES         = Fixed       ! Fixed   (polemass) or
132                                      ! Running (higgs mass)
133  YUKAWA_MASSES_FACTOR  = 1.          ! Additional prefactor for yukawas
134  !
135  SCALE_SCHEME          = CKKW        ! see 'http://www.sherpa-mc.de/scales.html'
136  KFACTOR_SCHEME        = 1           ! 1=as(pt2)/as(ecms)^nstrong,default=1
137  SUDAKOV_WEIGHT        = 1           ! apply sudakov weight on single events
138  SCALE_FACTOR          = 1.          ! factor the scale is multiplied with
139}(me)
140(integration){
141  !-------------------------------------------------------
142  !-- Phase space setup ----------------------------------
143  !-------------------------------------------------------
144  ERROR =  1.e-2   ! Error by calculating matrix-elements
145  !     
146  FINISH_OPTIMIZATION = On ! Integrate until optimization is completed     
147  !
148  INTEGRATOR = 6   ! Phasespace : Rambo=0, Sarge=1,
149                   !              Rambo + Sarge=2,
150                 !              Rambo + Multichannel=3,
151                 !              Multichannel:
152                 !              =4 (Original channel generator)
153                 !              =5 (Original+extra channels for competing peaks
154                 !                  like in ->Higgs->ZZ->q qb q qb)
155                 !              =6 (New channel generator)
156                 ! Choice 4-6 only affects channel generation!
157  VEGAS = On
158}(integration)
159(mi){
160  !=================================================!
161  !          Underlying Event Setup file            !
162  !=================================================!
163  !
164  ! general parameters
165  !
166  MI_HANDLER    = None                  ! Amisic / None
167  !
168  ! hard underlying event parameters
169  !
170  CREATE_GRID 93 93 -> 93 93            ! processes to generate
171  PS_ERROR          = 1.0e-2            ! error for integration
172  REGULATE_XS       = 0                 ! regulate cross section
173  XS_REGULATION     = 2.225             ! regulation parameter
174  SCALE_MIN         = 2.225             ! minimum scale
175  RESCALE_EXPONENT    = 0.16            ! rescaling exponent
176  REFERENCE_SCALE           = 1800.0            ! reference energy scale
177  PROFILE_FUNCTION    = Gaussian                ! Gaussian / Double_Gaussian
178  PROFILE_PARAMETERS  = 1.0 0.5 0.5     ! size (must be 1), coresize,
179                                        ! matter fraction
180}(mi)
181(shower){
182  !-------------------------------------------------------
183  !-- Parton showers -------------------------------------
184  !-------------------------------------------------------
185  SHOWER_GENERATOR  = Apacic   ! 
186  !
187  FSR_SHOWER        = 1        !  1=On,0=Off
188  ISR_SHOWER        = 1        !  1=On,0=Off
189  !
190  IS_PT2MIN         = 4.       !  IS Shower cutoff
191  FS_PT2MIN         = 1.       !  FS Shower cutoff
192}(shower)
193(fragmentation){
194  !-------------------------------------------------------
195  !-- Fragmentation parameters----------------------------
196  !-------------------------------------------------------
197  FRAGMENTATION = Ahadic       ! Off, Lund (Pythia string fragmentation) or Ahadic
198  DECAYMODEL    = Hadrons      ! Lund or Hadrons
199 
200  !-------------------------------------------------------
201  !-- Photons parameters ---------------------------------
202  !-------------------------------------------------------
203  YFS_MODE       = 2          ! settings for Photons-module:
204                              ! 0        - off/no corrections
205                              ! 1        - soft only
206                              ! 2        - soft + order(alpha) hard correction (default)
207  YFS_USE_ME     = 1          ! use exact MEs for hard correction if possible
208  YFS_IR_CUTOFF  = 1E-3       ! IR cut-off
209}(fragmentation)
210(processes){
211  %-------------------------------------------------------
212  %-- Processes to calculate -----------------------------
213  %-------------------------------------------------------
214  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
215  %
216  % jet jet -> electron positron + n-jets
217  %
218  %Process : 93 93 -> 11 -11 93{1}
219  Process : 93 93 -> 22 22
220  Order electroweak : 2
221  Print_Graphs
222  End process
223  %
224}(processes)
225(selector){
226  !-------------------------------------------------------
227  !-- Parton level selectors -----------------------------
228  !-------------------------------------------------------
229  JetFinder   sqr(20/E_CMS) 1.
230  !Mass 11 -11 66 116
231  !Mass 22 22 10 2000000
232  ET 22 50 100000
233  Mass 22 22 250 5000
234}(selector)