Fork me on GitHub

Ticket #1149: run_card.dat

File run_card.dat, 16.3 KB (added by Jake, 7 years ago)
Line 
1#*********************************************************************
2# MadGraph5_aMC@NLO *
3# *
4# run_card.dat MadEvent *
5# *
6# This file is used to set the parameters of the run. *
7# *
8# Some notation/conventions: *
9# *
10# Lines starting with a '# ' are info or comments *
11# *
12# mind the format: value = variable ! comment *
13#*********************************************************************
14#
15#*******************
16# Running parameters
17#*******************
18#
19#*********************************************************************
20# Tag name for the run (one word) *
21#*********************************************************************
22 tag_1 = run_tag ! name of the run
23#*********************************************************************
24# Number of events and rnd seed *
25# Warning: Do not generate more than 1M events in a single run *
26# If you want to run Pythia, avoid more than 50k events in a run. *
27#*********************************************************************
28 200 = nevents ! Number of unweighted events requested
29 0 = iseed ! rnd seed (0=assigned automatically=default))
30#*********************************************************************
31# Collider type and energy *
32# lpp: 0=No PDF, 1=proton, -1=antiproton, 2=photon from proton, *
33# 3=photon from electron *
34#*********************************************************************
35 1 = lpp1 ! beam 1 type
36 1 = lpp2 ! beam 2 type
37 7000.0 = ebeam1 ! beam 1 total energy in GeV
38 7000.0 = ebeam2 ! beam 2 total energy in GeV
39#*********************************************************************
40# Beam polarization from -100 (left-handed) to 100 (right-handed) *
41#*********************************************************************
42 0.0 = polbeam1 ! beam polarization for beam 1
43 0.0 = polbeam2 ! beam polarization for beam 2
44#*********************************************************************
45# PDF CHOICE: this automatically fixes also alpha_s and its evol. *
46#*********************************************************************
47 nn23lo1 = pdlabel ! PDF set
48 230000 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
49#*********************************************************************
50# Renormalization and factorization scales *
51#*********************************************************************
52 False = fixed_ren_scale ! if .true. use fixed ren scale
53 False = fixed_fac_scale ! if .true. use fixed fac scale
54 91.188 = scale ! fixed ren scale
55 91.188 = dsqrt_q2fact1 ! fixed fact scale for pdf1
56 91.188 = dsqrt_q2fact2 ! fixed fact scale for pdf2
57 -1 = dynamical_scale_choice ! Choose one of the preselected dynamical choices
58 1.0 = scalefact ! scale factor for event-by-event scales
59#*********************************************************************
60# Type and output format
61#*********************************************************************
62 False = gridpack !True = setting up the grid pack
63 -1.0 = time_of_flight ! threshold (in mm) below which the invariant livetime is not written (-1 means not written)
64 3.0 = lhe_version ! Change the way clustering information pass to shower.
65 True = clusinfo ! include clustering tag in output
66 average = event_norm ! average/sum. Normalization of the weight in the LHEF
67
68#*********************************************************************
69# Matching parameter (MLM only)
70#*********************************************************************
71 0 = ickkw ! 0 no matching, 1 MLM
72 1.0 = alpsfact ! scale factor for QCD emission vx
73 False = chcluster ! cluster only according to channel diag
74 4 = asrwgtflavor ! highest quark flavor for a_s reweight
75 False = auto_ptj_mjj ! Automatic setting of ptj and mjj if xqcut >0
76 ! (turn off for VBF and single top processes)
77 0.0 = xqcut ! minimum kt jet measure between partons
78#*********************************************************************
79#
80#*********************************************************************
81# handling of the helicities:
82# 0: sum over all helicities
83# 1: importance sampling over helicities
84#*********************************************************************
85 0 = nhel ! using helicities importance sampling or not.
86#*********************************************************************
87# Generation bias, check the wiki page below for more information: *
88# 'cp3.irmp.ucl.ac.be/projects/madgraph/wiki/LOEventGenerationBias' *
89#*********************************************************************
90 None = bias_module ! Bias type of bias, [None, ptj_bias, -custom_folder-]
91 {} = bias_parameters ! Specifies the parameters of the module.
92#
93#*******************************
94# Parton level cuts definition *
95#*******************************
96#
97#
98#*********************************************************************
99# BW cutoff (M+/-bwcutoff*Gamma) ! Define on/off-shell for "$" and decay
100#*********************************************************************
101 15.0 = bwcutoff ! (M+/-bwcutoff*Gamma)
102#*********************************************************************
103# Apply pt/E/eta/dr/mij/kt_durham cuts on decay products or not
104# (note that etmiss/ptll/ptheavy/ht/sorted cuts always apply)
105#*********************************************************************
106 False = cut_decays ! Cut decay products
107#*********************************************************************
108# Standard Cuts *
109#*********************************************************************
110# Minimum and maximum pt's (for max, -1 means no cut) *
111#*********************************************************************
112 20.0 = ptj ! minimum pt for the jets
113 0.0 = ptb ! minimum pt for the b
114 10.0 = pta ! minimum pt for the photons
115 10.0 = ptl ! minimum pt for the charged leptons
116 0.0 = misset ! minimum missing Et (sum of neutrino's momenta)
117 0.0 = ptheavy ! minimum pt for one heavy final state
118 -1.0 = ptjmax ! maximum pt for the jets
119 -1.0 = ptbmax ! maximum pt for the b
120 -1.0 = ptamax ! maximum pt for the photons
121 -1.0 = ptlmax ! maximum pt for the charged leptons
122 -1.0 = missetmax ! maximum missing Et (sum of neutrino's momenta)
123#*********************************************************************
124# Minimum and maximum E's (in the center of mass frame) *
125#*********************************************************************
126 0.0 = ej ! minimum E for the jets
127 0.0 = eb ! minimum E for the b
128 0.0 = ea ! minimum E for the photons
129 0.0 = el ! minimum E for the charged leptons
130 -1.0 = ejmax ! maximum E for the jets
131 -1.0 = ebmax ! maximum E for the b
132 -1.0 = eamax ! maximum E for the photons
133 -1.0 = elmax ! maximum E for the charged leptons
134#*********************************************************************
135# Maximum and minimum absolute rapidity (for max, -1 means no cut) *
136#*********************************************************************
137 5.0 = etaj ! max rap for the jets
138 -1.0 = etab ! max rap for the b
139 2.5 = etaa ! max rap for the photons
140 2.5 = etal ! max rap for the charged leptons
141 0.0 = etajmin ! min rap for the jets
142 0.0 = etabmin ! min rap for the b
143 0.0 = etaamin ! min rap for the photons
144 0.0 = etalmin ! main rap for the charged leptons
145#*********************************************************************
146# Minimum and maximum DeltaR distance *
147#*********************************************************************
148 0.4 = drjj ! min distance between jets
149 0.0 = drbb ! min distance between b's
150 0.4 = drll ! min distance between leptons
151 0.4 = draa ! min distance between gammas
152 0.0 = drbj ! min distance between b and jet
153 0.4 = draj ! min distance between gamma and jet
154 0.4 = drjl ! min distance between jet and lepton
155 0.0 = drab ! min distance between gamma and b
156 0.0 = drbl ! min distance between b and lepton
157 0.4 = dral ! min distance between gamma and lepton
158 -1.0 = drjjmax ! max distance between jets
159 -1.0 = drbbmax ! max distance between b's
160 -1.0 = drllmax ! max distance between leptons
161 -1.0 = draamax ! max distance between gammas
162 -1.0 = drbjmax ! max distance between b and jet
163 -1.0 = drajmax ! max distance between gamma and jet
164 -1.0 = drjlmax ! max distance between jet and lepton
165 -1.0 = drabmax ! max distance between gamma and b
166 -1.0 = drblmax ! max distance between b and lepton
167 -1.0 = dralmax ! maxdistance between gamma and lepton
168#*********************************************************************
169# Minimum and maximum invariant mass for pairs *
170# WARNING: for four lepton final state mmll cut require to have *
171# different lepton masses for each flavor! *
172#*********************************************************************
173 0.0 = mmjj ! min invariant mass of a jet pair
174 0.0 = mmbb ! min invariant mass of a b pair
175 0.0 = mmaa ! min invariant mass of gamma gamma pair
176 0.0 = mmll ! min invariant mass of l+l- (same flavour) lepton pair
177 -1.0 = mmjjmax ! max invariant mass of a jet pair
178 -1.0 = mmbbmax ! max invariant mass of a b pair
179 -1.0 = mmaamax ! max invariant mass of gamma gamma pair
180 -1.0 = mmllmax ! max invariant mass of l+l- (same flavour) lepton pair
181#*********************************************************************
182# Minimum and maximum invariant mass for all letpons *
183#*********************************************************************
184 0.0 = mmnl ! min invariant mass for all letpons (l+- and vl)
185 -1.0 = mmnlmax ! max invariant mass for all letpons (l+- and vl)
186#*********************************************************************
187# Minimum and maximum pt for 4-momenta sum of leptons *
188#*********************************************************************
189 0.0 = ptllmin ! Minimum pt for 4-momenta sum of leptons(l and vl)
190 -1.0 = ptllmax ! Maximum pt for 4-momenta sum of leptons(l and vl)
191#*********************************************************************
192# Inclusive cuts *
193#*********************************************************************
194 0.0 = xptj ! minimum pt for at least one jet
195 0.0 = xptb ! minimum pt for at least one b
196 0.0 = xpta ! minimum pt for at least one photon
197 0.0 = xptl ! minimum pt for at least one charged lepton
198#*********************************************************************
199# Control the pt's of the jets sorted by pt *
200#*********************************************************************
201 0.0 = ptj1min ! minimum pt for the leading jet in pt
202 0.0 = ptj2min ! minimum pt for the second jet in pt
203 0.0 = ptj3min ! minimum pt for the third jet in pt
204 0.0 = ptj4min ! minimum pt for the fourth jet in pt
205 -1.0 = ptj1max ! maximum pt for the leading jet in pt
206 -1.0 = ptj2max ! maximum pt for the second jet in pt
207 -1.0 = ptj3max ! maximum pt for the third jet in pt
208 -1.0 = ptj4max ! maximum pt for the fourth jet in pt
209 0 = cutuse ! reject event if fails any (0) / all (1) jet pt cuts
210#*********************************************************************
211# Control the pt's of leptons sorted by pt *
212#*********************************************************************
213 0.0 = ptl1min ! minimum pt for the leading lepton in pt
214 0.0 = ptl2min ! minimum pt for the second lepton in pt
215 0.0 = ptl3min ! minimum pt for the third lepton in pt
216 0.0 = ptl4min ! minimum pt for the fourth lepton in pt
217 -1.0 = ptl1max ! maximum pt for the leading lepton in pt
218 -1.0 = ptl2max ! maximum pt for the second lepton in pt
219 -1.0 = ptl3max ! maximum pt for the third lepton in pt
220 -1.0 = ptl4max ! maximum pt for the fourth lepton in pt
221#*********************************************************************
222# Control the Ht(k)=Sum of k leading jets *
223#*********************************************************************
224 0.0 = htjmin ! minimum jet HT=Sum(jet pt)
225 -1.0 = htjmax ! maximum jet HT=Sum(jet pt)
226 0.0 = ihtmin !inclusive Ht for all partons (including b)
227 -1.0 = ihtmax !inclusive Ht for all partons (including b)
228 0.0 = ht2min ! minimum Ht for the two leading jets
229 0.0 = ht3min ! minimum Ht for the three leading jets
230 0.0 = ht4min ! minimum Ht for the four leading jets
231 -1.0 = ht2max ! maximum Ht for the two leading jets
232 -1.0 = ht3max ! maximum Ht for the three leading jets
233 -1.0 = ht4max ! maximum Ht for the four leading jets
234#***********************************************************************
235# Photon-isolation cuts, according to hep-ph/9801442 *
236# When ptgmin=0, all the other parameters are ignored *
237# When ptgmin>0, pta and draj are not going to be used *
238#***********************************************************************
239 0.0 = ptgmin ! Min photon transverse momentum
240 0.4 = R0gamma ! Radius of isolation code
241 1.0 = xn ! n parameter of eq.(3.4) in hep-ph/9801442
242 1.0 = epsgamma ! epsilon_gamma parameter of eq.(3.4) in hep-ph/9801442
243 True = isoEM ! isolate photons from EM energy (photons and leptons)
244#*********************************************************************
245# WBF cuts *
246#*********************************************************************
247 0.0 = xetamin ! minimum rapidity for two jets in the WBF case
248 0.0 = deltaeta ! minimum rapidity for two jets in the WBF case
249#***********************************************************************
250# Turn on either the ktdurham or ptlund cut to activate *
251# CKKW(L) merging with Pythia8 [arXiv:1410.3012, arXiv:1109.4829] *
252#***********************************************************************
253 -1.0 = ktdurham
254 0.4 = dparameter
255 -1.0 = ptlund
256 1, 2, 3, 4, 5, 6, 21 = pdgs_for_merging_cut ! PDGs for two cuts above
257#*********************************************************************
258# maximal pdg code for quark to be considered as a light jet *
259# (otherwise b cuts are applied) *
260#*********************************************************************
261 4 = maxjetflavor ! Maximum jet pdg code
262#*********************************************************************
263#
264#*********************************************************************
265# Store info for systematics studies *
266# WARNING: Do not use for interference type of computation *
267#*********************************************************************
268 False = use_syst ! Enable systematics studies
269#
270#**************************************
271# Parameter of the systematics study
272# will be used by SysCalc (if installed)
273#**************************************
274#
2750.5 1 2 = sys_scalefact # factorization/renormalization scale factor
276None = sys_alpsfact # \alpha_s emission scale factors
277auto = sys_matchscale # variation of merging scale
278# PDF sets and number of members (0 or none for all members).
279NNPDF23_lo_as_0130_qed = sys_pdf # list of pdf sets
280# MSTW2008nlo68cl.LHgrid 1 = sys_pdf
281#