Ticket #69: run_card.dat
File run_card.dat, 11.4 KB (added by , 15 years ago) |
---|
Line | |
---|---|
1 | #********************************************************************* |
2 | # MadGraph/MadEvent * |
3 | # http://madgraph.hep.uiuc.edu * |
4 | # * |
5 | # run_card.dat * |
6 | # * |
7 | # This file is used to set the parameters of the run. * |
8 | # * |
9 | # Some notation/conventions: * |
10 | # * |
11 | # Lines starting with a '# ' are info or comments * |
12 | # * |
13 | # mind the format: value = variable ! comment * |
14 | #********************************************************************* |
15 | # |
16 | #******************* |
17 | # Running parameters |
18 | #******************* |
19 | # |
20 | #********************************************************************* |
21 | # Tag name for the run (one word) * |
22 | #********************************************************************* |
23 | 'fermi' = run_tag ! name of the run |
24 | #********************************************************************* |
25 | # Run to generate the grid pack * |
26 | #********************************************************************* |
27 | .false. = gridpack !True = setting up the grid pack |
28 | #********************************************************************* |
29 | # Number of events and rnd seed * |
30 | #********************************************************************* |
31 | 1 = nevents ! Number of unweighted events requested |
32 | 0 = iseed ! rnd seed (0=assigned automatically=default)) |
33 | #********************************************************************* |
34 | # Collider type and energy * |
35 | #********************************************************************* |
36 | 1 = lpp1 ! beam 1 type (0=NO PDF) |
37 | 1 = lpp2 ! beam 2 type (0=NO PDF) |
38 | 7000 = ebeam1 ! beam 1 energy in GeV |
39 | 7000 = ebeam2 ! beam 2 energy in GeV |
40 | #********************************************************************* |
41 | # Beam polarization from -100 (left-handed) to 100 (right-handed) * |
42 | #********************************************************************* |
43 | 0 = polbeam1 ! beam polarization for beam 1 |
44 | 0 = polbeam2 ! beam polarization for beam 2 |
45 | #********************************************************************* |
46 | # PDF CHOICE: this automatically fixes also alpha_s and its evol. * |
47 | #********************************************************************* |
48 | 'cteq6l1' = pdlabel ! PDF set |
49 | #********************************************************************* |
50 | # Renormalization and factorization scales * |
51 | #********************************************************************* |
52 | F = fixed_ren_scale ! if .true. use fixed ren scale |
53 | F = fixed_fac_scale ! if .true. use fixed fac scale |
54 | 91.1880 = scale ! fixed ren scale |
55 | 91.1880 = dsqrt_q2fact1 ! fixed fact scale for pdf1 |
56 | 91.1880 = dsqrt_q2fact2 ! fixed fact scale for pdf2 |
57 | 1 = scalefact ! scale factor for event-by-event scales |
58 | #********************************************************************* |
59 | # Matching - Warning! ickkw > 1 is still beta |
60 | #********************************************************************* |
61 | 0 = ickkw ! 0 no matching, 1 MLM, 2 CKKW matching |
62 | 1 = highestmult ! for ickkw=2, highest mult group |
63 | 1 = ktscheme ! for ickkw=1, 1 Durham kT, 2 Pythia pTE |
64 | 1 = alpsfact ! scale factor for QCD emission vx |
65 | F = chcluster ! cluster only according to channel diag |
66 | F = pdfwgt ! for ickkw=1, perform pdf reweighting |
67 | #********************************************************************* |
68 | # |
69 | #********************************** |
70 | # BW cutoff (M+/-bwcutoff*Gamma) |
71 | #********************************** |
72 | 15 = bwcutoff |
73 | #******************* |
74 | # Standard Cuts |
75 | #******************* |
76 | # |
77 | #********************************************************************* |
78 | # Minimum and maximum pt's * |
79 | #********************************************************************* |
80 | 20 = ptj ! minimum pt for the jets |
81 | 50 = ptb ! minimum pt for the b |
82 | 200 = pta ! minimum pt for the photons |
83 | 10 = ptl ! minimum pt for the charged leptons |
84 | 0 = misset ! minimum missing Et (sum of neutrino's momenta) |
85 | 0 = ptheavy ! minimum pt for one heavy final state |
86 | 1.0 = ptonium ! minimum pt for the quarkonium states |
87 | 1d5 = ptjmax ! maximum pt for the jets |
88 | 1d5 = ptbmax ! maximum pt for the b |
89 | 1d5 = ptamax ! maximum pt for the photons |
90 | 1d5 = ptlmax ! maximum pt for the charged leptons |
91 | 1d5 = missetmax ! maximum missing Et (sum of neutrino's momenta) |
92 | #********************************************************************* |
93 | # Minimum and maximum E's (in the lab frame) * |
94 | #********************************************************************* |
95 | 0 = ej ! minimum E for the jets |
96 | 0 = eb ! minimum E for the b |
97 | 0 = ea ! minimum E for the photons |
98 | 0 = el ! minimum E for the charged leptons |
99 | 1d5 = ejmax ! maximum E for the jets |
100 | 1d5 = ebmax ! maximum E for the b |
101 | 1d5 = eamax ! maximum E for the photons |
102 | 1d5 = elmax ! maximum E for the charged leptons |
103 | #********************************************************************* |
104 | # Maximum and minimum rapidity * |
105 | #********************************************************************* |
106 | 2.5 = etaj ! max rap for the jets |
107 | 2.5 = etab ! max rap for the b |
108 | 2.5 = etaa ! max rap for the photons |
109 | 2.5 = etal ! max rap for the charged leptons |
110 | 0.6 = etaonium ! max rap for the quarkonium states |
111 | 0d0 = etajmin ! min rap for the jets |
112 | 0d0 = etabmin ! min rap for the b |
113 | 0d0 = etaamin ! min rap for the photons |
114 | 0d0 = etalmin ! main rap for the charged leptons |
115 | #********************************************************************* |
116 | # Minimum and maximum DeltaR distance * |
117 | #********************************************************************* |
118 | 0.4 = drjj ! min distance between jets |
119 | 0 = drbb ! min distance between b's |
120 | 0.4 = drll ! min distance between leptons |
121 | 0.4 = draa ! min distance between gammas |
122 | 0 = drbj ! min distance between b and jet |
123 | 0. = draj ! min distance between gamma and jet |
124 | 0.6 = drjl ! min distance between jet and lepton |
125 | 0.6 = drab ! min distance between gamma and b |
126 | 0 = drbl ! min distance between b and lepton |
127 | 0.4 = dral ! min distance between gamma and lepton |
128 | 1d2 = drjjmax ! max distance between jets |
129 | 1d2 = drbbmax ! max distance between b's |
130 | 1d2 = drllmax ! max distance between leptons |
131 | 1d2 = draamax ! max distance between gammas |
132 | 1d2 = drbjmax ! max distance between b and jet |
133 | 1d2 = drajmax ! max distance between gamma and jet |
134 | 1d2 = drjlmax ! max distance between jet and lepton |
135 | 1d2 = drabmax ! max distance between gamma and b |
136 | 1d2 = drblmax ! max distance between b and lepton |
137 | 1d2 = dralmax ! maxdistance between gamma and lepton |
138 | #********************************************************************* |
139 | # Minimum and maximum invariant mass for pairs * |
140 | #********************************************************************* |
141 | 0 = mmjj ! min invariant mass of a jet pair |
142 | 99 = mmbb ! min invariant mass of a b pair |
143 | 0 = mmaa ! min invariant mass of gamma gamma pair |
144 | 0 = mmll ! min invariant mass of l+l- (same flavour) lepton pair |
145 | 1d5 = mmjjmax ! max invariant mass of a jet pair |
146 | 103 = mmbbmax ! max invariant mass of a b pair |
147 | 1d5 = mmaamax ! max invariant mass of gamma gamma pair |
148 | 1d5 = mmllmax ! max invariant mass of l+l- (same flavour) lepton pair |
149 | #********************************************************************* |
150 | # Minimum and maximum invariant mass for all letpons * |
151 | #********************************************************************* |
152 | 0 = mmnl ! min invariant mass for all letpons (l+- and vl) |
153 | 1d5 = mmnlmax ! max invariant mass for all letpons (l+- and vl) |
154 | #********************************************************************* |
155 | # Inclusive cuts * |
156 | #********************************************************************* |
157 | 0 = xptj ! minimum pt for at least one jet |
158 | 0 = xptb ! minimum pt for at least one b |
159 | 0 = xpta ! minimum pt for at least one photon |
160 | 0 = xptl ! minimum pt for at least one charged lepton |
161 | #********************************************************************* |
162 | # Control the pt's of the jets sorted by pt * |
163 | #********************************************************************* |
164 | 0 = ptj1min ! minimum pt for the leading jet in pt |
165 | 0 = ptj2min ! minimum pt for the second jet in pt |
166 | 0 = ptj3min ! minimum pt for the third jet in pt |
167 | 0 = ptj4min ! minimum pt for the fourth jet in pt |
168 | 1d5 = ptj1max ! maximum pt for the leading jet in pt |
169 | 1d5 = ptj2max ! maximum pt for the second jet in pt |
170 | 1d5 = ptj3max ! maximum pt for the third jet in pt |
171 | 1d5 = ptj4max ! maximum pt for the fourth jet in pt |
172 | 0 = cutuse ! reject event if fails any (0) / all (1) jet pt cuts |
173 | #********************************************************************* |
174 | # Control the Ht(k)=Sum of k leading jets * |
175 | #********************************************************************* |
176 | 0 = htjmin ! minimum jet HT=Sum(jet pt) |
177 | 1d5 = htjmax ! maximum jet HT=Sum(jet pt) |
178 | 0 = ht2min ! minimum Ht for the two leading jets |
179 | 0 = ht3min ! minimum Ht for the three leading jets |
180 | 0 = ht4min ! minimum Ht for the four leading jets |
181 | 1d5 = ht2max ! maximum Ht for the two leading jets |
182 | 1d5 = ht3max ! maximum Ht for the three leading jets |
183 | 1d5 = ht4max ! maximum Ht for the four leading jets |
184 | #********************************************************************* |
185 | # WBF cuts * |
186 | #********************************************************************* |
187 | 0 = xetamin ! minimum rapidity for two jets in the WBF case |
188 | 0 = deltaeta ! minimum rapidity for two jets in the WBF case |
189 | #********************************************************************* |
190 | # maximal pdg code for quark to be considered as a jet * |
191 | # otherwise b cuts are applied * |
192 | #********************************************************************* |
193 | 4 = maxjetflavor |
194 | #********************************************************************* |
195 | # Jet measure cuts * |
196 | #********************************************************************* |
197 | 0 = xqcut ! minimum kt jet measure between partons |
198 | #********************************************************************* |