1 | ############
|
---|
2 | # Jet finder VLC
|
---|
3 | ############
|
---|
4 | #R05 N2
|
---|
5 | module FastJetFinder FastJetFinderVLC_R05_N2 {
|
---|
6 | # set InputArray Calorimeter/towers
|
---|
7 | set InputArray EFlowFilter/eflow
|
---|
8 |
|
---|
9 | set OutputArray VLCjetsR05N2
|
---|
10 |
|
---|
11 | # algorithm: 1 CDFJetClu, 2 MidPoint, 3 SIScone, 4 kt, 5 Cambridge/Aachen, 6 antikt, 7 anti-kt with winner-take-all axis (for N-subjettiness), 8 N-jettiness, 9 Valencia
|
---|
12 | set NJets 2
|
---|
13 | set ExclusiveClustering true
|
---|
14 | set JetAlgorithm 9
|
---|
15 | set ParameterR 0.5
|
---|
16 | set Beta 1.0
|
---|
17 | set Gamma 1.0
|
---|
18 |
|
---|
19 | set JetPTMin 20.0
|
---|
20 | }
|
---|
21 | #R05 N3
|
---|
22 | module FastJetFinder FastJetFinderVLC_R05_N3 {
|
---|
23 | set InputArray EFlowFilter/eflow
|
---|
24 | set OutputArray VLCjetsR05N3
|
---|
25 | set NJets 3
|
---|
26 | set ExclusiveClustering true
|
---|
27 | set JetAlgorithm 9
|
---|
28 | set ParameterR 0.5
|
---|
29 | set Beta 1.0
|
---|
30 | set Gamma 1.0
|
---|
31 | set JetPTMin 20.0
|
---|
32 | }
|
---|
33 | #R05 N4
|
---|
34 | module FastJetFinder FastJetFinderVLC_R05_N4 {
|
---|
35 | set InputArray EFlowFilter/eflow
|
---|
36 | set OutputArray VLCjetsR05N4
|
---|
37 | set NJets 4
|
---|
38 | set ExclusiveClustering true
|
---|
39 | set JetAlgorithm 9
|
---|
40 | set ParameterR 0.5
|
---|
41 | set Beta 1.0
|
---|
42 | set Gamma 1.0
|
---|
43 | set JetPTMin 20.0
|
---|
44 | }
|
---|
45 | #R05 N5
|
---|
46 | module FastJetFinder FastJetFinderVLC_R05_N5 {
|
---|
47 | set InputArray EFlowFilter/eflow
|
---|
48 | set OutputArray VLCjetsR05N5
|
---|
49 | set NJets 5
|
---|
50 | set ExclusiveClustering true
|
---|
51 | set JetAlgorithm 9
|
---|
52 | set ParameterR 0.5
|
---|
53 | set Beta 1.0
|
---|
54 | set Gamma 1.0
|
---|
55 | set JetPTMin 20.0
|
---|
56 | }
|
---|
57 | #R05 N6
|
---|
58 | module FastJetFinder FastJetFinderVLC_R05_N6 {
|
---|
59 | set InputArray EFlowFilter/eflow
|
---|
60 | set OutputArray VLCjetsR05N6
|
---|
61 | set NJets 6
|
---|
62 | set ExclusiveClustering true
|
---|
63 | set JetAlgorithm 9
|
---|
64 | set ParameterR 0.5
|
---|
65 | set Beta 1.0
|
---|
66 | set Gamma 1.0
|
---|
67 | set JetPTMin 20.0
|
---|
68 | }
|
---|
69 | #R07 N2
|
---|
70 | module FastJetFinder FastJetFinderVLC_R07_N2 {
|
---|
71 | set InputArray EFlowFilter/eflow
|
---|
72 | set OutputArray VLCjetsR07N2
|
---|
73 | set NJets 2
|
---|
74 | set ExclusiveClustering true
|
---|
75 | set JetAlgorithm 9
|
---|
76 | set ParameterR 0.7
|
---|
77 | set Beta 1.0
|
---|
78 | set Gamma 1.0
|
---|
79 | set JetPTMin 20.0
|
---|
80 | }
|
---|
81 | #R07 N3
|
---|
82 | module FastJetFinder FastJetFinderVLC_R07_N3 {
|
---|
83 | set InputArray EFlowFilter/eflow
|
---|
84 | set OutputArray VLCjetsR07N3
|
---|
85 | set NJets 3
|
---|
86 | set ExclusiveClustering true
|
---|
87 | set JetAlgorithm 9
|
---|
88 | set ParameterR 0.7
|
---|
89 | set Beta 1.0
|
---|
90 | set Gamma 1.0
|
---|
91 | set JetPTMin 20.0
|
---|
92 | }
|
---|
93 | #R07 N4
|
---|
94 | module FastJetFinder FastJetFinderVLC_R07_N4 {
|
---|
95 | set InputArray EFlowFilter/eflow
|
---|
96 | set OutputArray VLCjetsR07N4
|
---|
97 | set NJets 4
|
---|
98 | set ExclusiveClustering true
|
---|
99 | set JetAlgorithm 9
|
---|
100 | set ParameterR 0.7
|
---|
101 | set Beta 1.0
|
---|
102 | set Gamma 1.0
|
---|
103 | set JetPTMin 20.0
|
---|
104 | }
|
---|
105 | #R07 N5
|
---|
106 | module FastJetFinder FastJetFinderVLC_R07_N5 {
|
---|
107 | set InputArray EFlowFilter/eflow
|
---|
108 | set OutputArray VLCjetsR07N5
|
---|
109 | set NJets 5
|
---|
110 | set ExclusiveClustering true
|
---|
111 | set JetAlgorithm 9
|
---|
112 | set ParameterR 0.7
|
---|
113 | set Beta 1.0
|
---|
114 | set Gamma 1.0
|
---|
115 | set JetPTMin 20.0
|
---|
116 | }
|
---|
117 | #R07 N6
|
---|
118 | module FastJetFinder FastJetFinderVLC_R07_N6 {
|
---|
119 | set InputArray EFlowFilter/eflow
|
---|
120 | set OutputArray VLCjetsR07N6
|
---|
121 | set NJets 6
|
---|
122 | set ExclusiveClustering true
|
---|
123 | set JetAlgorithm 9
|
---|
124 | set ParameterR 0.7
|
---|
125 | set Beta 1.0
|
---|
126 | set Gamma 1.0
|
---|
127 | set JetPTMin 20.0
|
---|
128 | }
|
---|
129 |
|
---|
130 | #R10N2
|
---|
131 | module FastJetFinder FastJetFinderVLC_R10_N2 {
|
---|
132 | set InputArray EFlowFilter/eflow
|
---|
133 | set OutputArray VLCjetsR10N2
|
---|
134 | set NJets 2
|
---|
135 | set ExclusiveClustering true
|
---|
136 | set JetAlgorithm 9
|
---|
137 | set ParameterR 1.0
|
---|
138 | set Beta 1.0
|
---|
139 | set Gamma 1.0
|
---|
140 | set JetPTMin 20.0
|
---|
141 | }
|
---|
142 | #R10 N3
|
---|
143 | module FastJetFinder FastJetFinderVLC_R10_N3 {
|
---|
144 | set InputArray EFlowFilter/eflow
|
---|
145 | set OutputArray VLCjetsR10N3
|
---|
146 | set NJets 3
|
---|
147 | set ExclusiveClustering true
|
---|
148 | set JetAlgorithm 9
|
---|
149 | set ParameterR 1.0
|
---|
150 | set Beta 1.0
|
---|
151 | set Gamma 1.0
|
---|
152 | set JetPTMin 20.0
|
---|
153 | }
|
---|
154 | #R10 N4
|
---|
155 | module FastJetFinder FastJetFinderVLC_R10_N4 {
|
---|
156 | set InputArray EFlowFilter/eflow
|
---|
157 | set OutputArray VLCjetsR10N4
|
---|
158 | set NJets 4
|
---|
159 | set ExclusiveClustering true
|
---|
160 | set JetAlgorithm 9
|
---|
161 | set ParameterR 1.0
|
---|
162 | set Beta 1.0
|
---|
163 | set Gamma 1.0
|
---|
164 | set JetPTMin 20.0
|
---|
165 | }
|
---|
166 | #R10 N5
|
---|
167 | module FastJetFinder FastJetFinderVLC_R10_N5 {
|
---|
168 | set InputArray EFlowFilter/eflow
|
---|
169 | set OutputArray VLCjetsR10N5
|
---|
170 | set NJets 5
|
---|
171 | set ExclusiveClustering true
|
---|
172 | set JetAlgorithm 9
|
---|
173 | set ParameterR 1.0
|
---|
174 | set Beta 1.0
|
---|
175 | set Gamma 1.0
|
---|
176 | set JetPTMin 20.0
|
---|
177 | }
|
---|
178 | #R10 N6
|
---|
179 | module FastJetFinder FastJetFinderVLC_R10_N6 {
|
---|
180 | set InputArray EFlowFilter/eflow
|
---|
181 | set OutputArray VLCjetsR10N6
|
---|
182 | set NJets 6
|
---|
183 | set ExclusiveClustering true
|
---|
184 | set JetAlgorithm 9
|
---|
185 | set ParameterR 1.0
|
---|
186 | set Beta 1.0
|
---|
187 | set Gamma 1.0
|
---|
188 | set JetPTMin 20.0
|
---|
189 | }
|
---|
190 |
|
---|
191 | #R12 N2
|
---|
192 | module FastJetFinder FastJetFinderVLC_R12_N2 {
|
---|
193 | set InputArray EFlowFilter/eflow
|
---|
194 | set OutputArray VLCjetsR12N2
|
---|
195 | set NJets 2
|
---|
196 | set ExclusiveClustering true
|
---|
197 | set JetAlgorithm 9
|
---|
198 | set ParameterR 1.2
|
---|
199 | set Beta 1.0
|
---|
200 | set Gamma 1.0
|
---|
201 | set JetPTMin 20.0
|
---|
202 | }
|
---|
203 | #R12 N3
|
---|
204 | module FastJetFinder FastJetFinderVLC_R12_N3 {
|
---|
205 | set InputArray EFlowFilter/eflow
|
---|
206 | set OutputArray VLCjetsR12N3
|
---|
207 | set NJets 3
|
---|
208 | set ExclusiveClustering true
|
---|
209 | set JetAlgorithm 9
|
---|
210 | set ParameterR 1.2
|
---|
211 | set Beta 1.0
|
---|
212 | set Gamma 1.0
|
---|
213 | set JetPTMin 20.0
|
---|
214 | }
|
---|
215 | #R12 N4
|
---|
216 | module FastJetFinder FastJetFinderVLC_R12_N4 {
|
---|
217 | set InputArray EFlowFilter/eflow
|
---|
218 | set OutputArray VLCjetsR12N4
|
---|
219 | set NJets 4
|
---|
220 | set ExclusiveClustering true
|
---|
221 | set JetAlgorithm 9
|
---|
222 | set ParameterR 1.2
|
---|
223 | set Beta 1.0
|
---|
224 | set Gamma 1.0
|
---|
225 | set JetPTMin 20.0
|
---|
226 | }
|
---|
227 | #R12 N5
|
---|
228 | module FastJetFinder FastJetFinderVLC_R12_N5 {
|
---|
229 | set InputArray EFlowFilter/eflow
|
---|
230 | set OutputArray VLCjetsR12N5
|
---|
231 | set NJets 5
|
---|
232 | set ExclusiveClustering true
|
---|
233 | set JetAlgorithm 9
|
---|
234 | set ParameterR 1.2
|
---|
235 | set Beta 1.0
|
---|
236 | set Gamma 1.0
|
---|
237 | set JetPTMin 20.0
|
---|
238 | }
|
---|
239 | #R12 N6
|
---|
240 | module FastJetFinder FastJetFinderVLC_R12_N6 {
|
---|
241 | set InputArray EFlowFilter/eflow
|
---|
242 | set OutputArray VLCjetsR12N6
|
---|
243 | set NJets 6
|
---|
244 | set ExclusiveClustering true
|
---|
245 | set JetAlgorithm 9
|
---|
246 | set ParameterR 1.2
|
---|
247 | set Beta 1.0
|
---|
248 | set Gamma 1.0
|
---|
249 | set JetPTMin 20.0
|
---|
250 | }
|
---|
251 |
|
---|
252 |
|
---|
253 | #R15 N2
|
---|
254 | module FastJetFinder FastJetFinderVLC_R15_N2 {
|
---|
255 | set InputArray EFlowFilter/eflow
|
---|
256 | set OutputArray VLCjetsR15N2
|
---|
257 | set NJets 2
|
---|
258 | set ExclusiveClustering true
|
---|
259 | set JetAlgorithm 9
|
---|
260 | set ParameterR 1.5
|
---|
261 | set Beta 1.0
|
---|
262 | set Gamma 1.0
|
---|
263 | set JetPTMin 20.0
|
---|
264 | }
|
---|
265 | #R15 N3
|
---|
266 | module FastJetFinder FastJetFinderVLC_R15_N3 {
|
---|
267 | set InputArray EFlowFilter/eflow
|
---|
268 | set OutputArray VLCjetsR15N3
|
---|
269 | set NJets 3
|
---|
270 | set ExclusiveClustering true
|
---|
271 | set JetAlgorithm 9
|
---|
272 | set ParameterR 1.5
|
---|
273 | set Beta 1.0
|
---|
274 | set Gamma 1.0
|
---|
275 | set JetPTMin 20.0
|
---|
276 | }
|
---|
277 | #R15 N4
|
---|
278 | module FastJetFinder FastJetFinderVLC_R15_N4 {
|
---|
279 | set InputArray EFlowFilter/eflow
|
---|
280 | set OutputArray VLCjetsR15N4
|
---|
281 | set NJets 4
|
---|
282 | set ExclusiveClustering true
|
---|
283 | set JetAlgorithm 9
|
---|
284 | set ParameterR 1.5
|
---|
285 | set Beta 1.0
|
---|
286 | set Gamma 1.0
|
---|
287 | set JetPTMin 20.0
|
---|
288 | }
|
---|
289 | #R15 N5
|
---|
290 | module FastJetFinder FastJetFinderVLC_R15_N5 {
|
---|
291 | set InputArray EFlowFilter/eflow
|
---|
292 | set OutputArray VLCjetsR15N5
|
---|
293 | set NJets 5
|
---|
294 | set ExclusiveClustering true
|
---|
295 | set JetAlgorithm 9
|
---|
296 | set ParameterR 1.5
|
---|
297 | set Beta 1.0
|
---|
298 | set Gamma 1.0
|
---|
299 | set JetPTMin 20.0
|
---|
300 | }
|
---|
301 | #R15 N6
|
---|
302 | module FastJetFinder FastJetFinderVLC_R15_N6 {
|
---|
303 | set InputArray EFlowFilter/eflow
|
---|
304 | set OutputArray VLCjetsR15N6
|
---|
305 | set NJets 6
|
---|
306 | set ExclusiveClustering true
|
---|
307 | set JetAlgorithm 9
|
---|
308 | set ParameterR 1.5
|
---|
309 | set Beta 1.0
|
---|
310 | set Gamma 1.0
|
---|
311 | set JetPTMin 20.0
|
---|
312 | }
|
---|
313 |
|
---|
314 | ########################
|
---|
315 | # inclusive clustering
|
---|
316 | # as means of comparison
|
---|
317 | ########################
|
---|
318 | #R05
|
---|
319 | module FastJetFinder FastJetFinderVLC_R05_inclusive {
|
---|
320 | set InputArray EFlowFilter/eflow
|
---|
321 | set OutputArray VLCjetsR05_inclusive
|
---|
322 | set ExclusiveClustering false
|
---|
323 | set JetAlgorithm 9
|
---|
324 | set ParameterR 0.5
|
---|
325 | set Beta 1.0
|
---|
326 | set Gamma 1.0
|
---|
327 | set JetPTMin 20.0
|
---|
328 | }
|
---|
329 | #R07
|
---|
330 | module FastJetFinder FastJetFinderVLC_R07_inclusive {
|
---|
331 | set InputArray EFlowFilter/eflow
|
---|
332 | set OutputArray VLCjetsR07_inclusive
|
---|
333 | set ExclusiveClustering false
|
---|
334 | set JetAlgorithm 9
|
---|
335 | set ParameterR 0.7
|
---|
336 | set Beta 1.0
|
---|
337 | set Gamma 1.0
|
---|
338 | set JetPTMin 20.0
|
---|
339 | }
|
---|
340 | #R10
|
---|
341 | module FastJetFinder FastJetFinderVLC_R10_inclusive {
|
---|
342 | set InputArray EFlowFilter/eflow
|
---|
343 | set OutputArray VLCjetsR10_inclusive
|
---|
344 | set ExclusiveClustering false
|
---|
345 | set JetAlgorithm 9
|
---|
346 | set ParameterR 1.0
|
---|
347 | set Beta 1.0
|
---|
348 | set Gamma 1.0
|
---|
349 | set JetPTMin 20.0
|
---|
350 | }
|
---|
351 | #R12
|
---|
352 | module FastJetFinder FastJetFinderVLC_R12_inclusive {
|
---|
353 | set InputArray EFlowFilter/eflow
|
---|
354 | set OutputArray VLCjetsR12_inclusive
|
---|
355 | set ExclusiveClustering false
|
---|
356 | set JetAlgorithm 9
|
---|
357 | set ParameterR 1.2
|
---|
358 | set Beta 1.0
|
---|
359 | set Gamma 1.0
|
---|
360 | set JetPTMin 20.0
|
---|
361 | }
|
---|
362 | #R15
|
---|
363 | module FastJetFinder FastJetFinderVLC_R15_inclusive {
|
---|
364 | set InputArray EFlowFilter/eflow
|
---|
365 | set OutputArray VLCjetsR15_inclusive
|
---|
366 | set ExclusiveClustering false
|
---|
367 | set JetAlgorithm 9
|
---|
368 | set ParameterR 1.5
|
---|
369 | set Beta 1.0
|
---|
370 | set Gamma 1.0
|
---|
371 | set JetPTMin 20.0
|
---|
372 | }
|
---|