1 |
|
---|
2 | ############
|
---|
3 | # Jet finder VLC
|
---|
4 | ############
|
---|
5 | #R05 N2
|
---|
6 | module FastJetFinder FastJetFinderVLC_R05_N2 {
|
---|
7 | # set InputArray Calorimeter/towers
|
---|
8 | set InputArray EFlowFilter/eflow
|
---|
9 |
|
---|
10 | set OutputArray VLCjetsR05N2
|
---|
11 |
|
---|
12 | # 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
|
---|
13 | set NJets 2
|
---|
14 | set ExclusiveClustering true
|
---|
15 | set JetAlgorithm 9
|
---|
16 | set ParameterR 0.5
|
---|
17 | set Beta 1.0
|
---|
18 | set Gamma 1.0
|
---|
19 |
|
---|
20 | set JetPTMin 20.0
|
---|
21 | }
|
---|
22 | #R05 N3
|
---|
23 | module FastJetFinder FastJetFinderVLC_R05_N3 {
|
---|
24 | set InputArray EFlowFilter/eflow
|
---|
25 | set OutputArray VLCjetsR05N3
|
---|
26 | set NJets 3
|
---|
27 | set ExclusiveClustering true
|
---|
28 | set JetAlgorithm 9
|
---|
29 | set ParameterR 0.5
|
---|
30 | set Beta 1.0
|
---|
31 | set Gamma 1.0
|
---|
32 | set JetPTMin 20.0
|
---|
33 | }
|
---|
34 | #R05 N4
|
---|
35 | module FastJetFinder FastJetFinderVLC_R05_N4 {
|
---|
36 | set InputArray EFlowFilter/eflow
|
---|
37 | set OutputArray VLCjetsR05N4
|
---|
38 | set NJets 4
|
---|
39 | set ExclusiveClustering true
|
---|
40 | set JetAlgorithm 9
|
---|
41 | set ParameterR 0.5
|
---|
42 | set Beta 1.0
|
---|
43 | set Gamma 1.0
|
---|
44 | set JetPTMin 20.0
|
---|
45 | }
|
---|
46 | #R05 N5
|
---|
47 | module FastJetFinder FastJetFinderVLC_R05_N5 {
|
---|
48 | set InputArray EFlowFilter/eflow
|
---|
49 | set OutputArray VLCjetsR05N5
|
---|
50 | set NJets 5
|
---|
51 | set ExclusiveClustering true
|
---|
52 | set JetAlgorithm 9
|
---|
53 | set ParameterR 0.5
|
---|
54 | set Beta 1.0
|
---|
55 | set Gamma 1.0
|
---|
56 | set JetPTMin 20.0
|
---|
57 | }
|
---|
58 | #R05 N6
|
---|
59 | module FastJetFinder FastJetFinderVLC_R05_N6 {
|
---|
60 | set InputArray EFlowFilter/eflow
|
---|
61 | set OutputArray VLCjetsR05N6
|
---|
62 | set NJets 6
|
---|
63 | set ExclusiveClustering true
|
---|
64 | set JetAlgorithm 9
|
---|
65 | set ParameterR 0.5
|
---|
66 | set Beta 1.0
|
---|
67 | set Gamma 1.0
|
---|
68 | set JetPTMin 20.0
|
---|
69 | }
|
---|
70 | #R07 N2
|
---|
71 | module FastJetFinder FastJetFinderVLC_R07_N2 {
|
---|
72 | set InputArray EFlowFilter/eflow
|
---|
73 | set OutputArray VLCjetsR07N2
|
---|
74 | set NJets 2
|
---|
75 | set ExclusiveClustering true
|
---|
76 | set JetAlgorithm 9
|
---|
77 | set ParameterR 0.7
|
---|
78 | set Beta 1.0
|
---|
79 | set Gamma 1.0
|
---|
80 | set JetPTMin 20.0
|
---|
81 | }
|
---|
82 | #R07 N3
|
---|
83 | module FastJetFinder FastJetFinderVLC_R07_N3 {
|
---|
84 | set InputArray EFlowFilter/eflow
|
---|
85 | set OutputArray VLCjetsR07N3
|
---|
86 | set NJets 3
|
---|
87 | set ExclusiveClustering true
|
---|
88 | set JetAlgorithm 9
|
---|
89 | set ParameterR 0.7
|
---|
90 | set Beta 1.0
|
---|
91 | set Gamma 1.0
|
---|
92 | set JetPTMin 20.0
|
---|
93 | }
|
---|
94 | #R07 N4
|
---|
95 | module FastJetFinder FastJetFinderVLC_R07_N4 {
|
---|
96 | set InputArray EFlowFilter/eflow
|
---|
97 | set OutputArray VLCjetsR07N4
|
---|
98 | set NJets 4
|
---|
99 | set ExclusiveClustering true
|
---|
100 | set JetAlgorithm 9
|
---|
101 | set ParameterR 0.7
|
---|
102 | set Beta 1.0
|
---|
103 | set Gamma 1.0
|
---|
104 | set JetPTMin 20.0
|
---|
105 | }
|
---|
106 | #R07 N5
|
---|
107 | module FastJetFinder FastJetFinderVLC_R07_N5 {
|
---|
108 | set InputArray EFlowFilter/eflow
|
---|
109 | set OutputArray VLCjetsR07N5
|
---|
110 | set NJets 5
|
---|
111 | set ExclusiveClustering true
|
---|
112 | set JetAlgorithm 9
|
---|
113 | set ParameterR 0.7
|
---|
114 | set Beta 1.0
|
---|
115 | set Gamma 1.0
|
---|
116 | set JetPTMin 20.0
|
---|
117 | }
|
---|
118 | #R07 N6
|
---|
119 | module FastJetFinder FastJetFinderVLC_R07_N6 {
|
---|
120 | set InputArray EFlowFilter/eflow
|
---|
121 | set OutputArray VLCjetsR07N6
|
---|
122 | set NJets 6
|
---|
123 | set ExclusiveClustering true
|
---|
124 | set JetAlgorithm 9
|
---|
125 | set ParameterR 0.7
|
---|
126 | set Beta 1.0
|
---|
127 | set Gamma 1.0
|
---|
128 | set JetPTMin 20.0
|
---|
129 | }
|
---|
130 |
|
---|
131 | #R10N2
|
---|
132 | module FastJetFinder FastJetFinderVLC_R10_N2 {
|
---|
133 | set InputArray EFlowFilter/eflow
|
---|
134 | set OutputArray VLCjetsR10N2
|
---|
135 | set NJets 2
|
---|
136 | set ExclusiveClustering true
|
---|
137 | set JetAlgorithm 9
|
---|
138 | set ParameterR 1.0
|
---|
139 | set Beta 1.0
|
---|
140 | set Gamma 1.0
|
---|
141 | set JetPTMin 20.0
|
---|
142 | }
|
---|
143 | #R10 N3
|
---|
144 | module FastJetFinder FastJetFinderVLC_R10_N3 {
|
---|
145 | set InputArray EFlowFilter/eflow
|
---|
146 | set OutputArray VLCjetsR10N3
|
---|
147 | set NJets 3
|
---|
148 | set ExclusiveClustering true
|
---|
149 | set JetAlgorithm 9
|
---|
150 | set ParameterR 1.0
|
---|
151 | set Beta 1.0
|
---|
152 | set Gamma 1.0
|
---|
153 | set JetPTMin 20.0
|
---|
154 | }
|
---|
155 | #R10 N4
|
---|
156 | module FastJetFinder FastJetFinderVLC_R10_N4 {
|
---|
157 | set InputArray EFlowFilter/eflow
|
---|
158 | set OutputArray VLCjetsR10N4
|
---|
159 | set NJets 4
|
---|
160 | set ExclusiveClustering true
|
---|
161 | set JetAlgorithm 9
|
---|
162 | set ParameterR 1.0
|
---|
163 | set Beta 1.0
|
---|
164 | set Gamma 1.0
|
---|
165 | set JetPTMin 20.0
|
---|
166 | }
|
---|
167 | #R10 N5
|
---|
168 | module FastJetFinder FastJetFinderVLC_R10_N5 {
|
---|
169 | set InputArray EFlowFilter/eflow
|
---|
170 | set OutputArray VLCjetsR10N5
|
---|
171 | set NJets 5
|
---|
172 | set ExclusiveClustering true
|
---|
173 | set JetAlgorithm 9
|
---|
174 | set ParameterR 1.0
|
---|
175 | set Beta 1.0
|
---|
176 | set Gamma 1.0
|
---|
177 | set JetPTMin 20.0
|
---|
178 | }
|
---|
179 | #R10 N6
|
---|
180 | module FastJetFinder FastJetFinderVLC_R10_N6 {
|
---|
181 | set InputArray EFlowFilter/eflow
|
---|
182 | set OutputArray VLCjetsR10N6
|
---|
183 | set NJets 6
|
---|
184 | set ExclusiveClustering true
|
---|
185 | set JetAlgorithm 9
|
---|
186 | set ParameterR 1.0
|
---|
187 | set Beta 1.0
|
---|
188 | set Gamma 1.0
|
---|
189 | set JetPTMin 20.0
|
---|
190 | }
|
---|
191 |
|
---|
192 | #R12 N2
|
---|
193 | module FastJetFinder FastJetFinderVLC_R12_N2 {
|
---|
194 | set InputArray EFlowFilter/eflow
|
---|
195 | set OutputArray VLCjetsR12N2
|
---|
196 | set NJets 2
|
---|
197 | set ExclusiveClustering true
|
---|
198 | set JetAlgorithm 9
|
---|
199 | set ParameterR 1.2
|
---|
200 | set Beta 1.0
|
---|
201 | set Gamma 1.0
|
---|
202 | set JetPTMin 20.0
|
---|
203 | }
|
---|
204 | #R12 N3
|
---|
205 | module FastJetFinder FastJetFinderVLC_R12_N3 {
|
---|
206 | set InputArray EFlowFilter/eflow
|
---|
207 | set OutputArray VLCjetsR12N3
|
---|
208 | set NJets 3
|
---|
209 | set ExclusiveClustering true
|
---|
210 | set JetAlgorithm 9
|
---|
211 | set ParameterR 1.2
|
---|
212 | set Beta 1.0
|
---|
213 | set Gamma 1.0
|
---|
214 | set JetPTMin 20.0
|
---|
215 | }
|
---|
216 | #R12 N4
|
---|
217 | module FastJetFinder FastJetFinderVLC_R12_N4 {
|
---|
218 | set InputArray EFlowFilter/eflow
|
---|
219 | set OutputArray VLCjetsR12N4
|
---|
220 | set NJets 4
|
---|
221 | set ExclusiveClustering true
|
---|
222 | set JetAlgorithm 9
|
---|
223 | set ParameterR 1.2
|
---|
224 | set Beta 1.0
|
---|
225 | set Gamma 1.0
|
---|
226 | set JetPTMin 20.0
|
---|
227 | }
|
---|
228 | #R12 N5
|
---|
229 | module FastJetFinder FastJetFinderVLC_R12_N5 {
|
---|
230 | set InputArray EFlowFilter/eflow
|
---|
231 | set OutputArray VLCjetsR12N5
|
---|
232 | set NJets 5
|
---|
233 | set ExclusiveClustering true
|
---|
234 | set JetAlgorithm 9
|
---|
235 | set ParameterR 1.2
|
---|
236 | set Beta 1.0
|
---|
237 | set Gamma 1.0
|
---|
238 | set JetPTMin 20.0
|
---|
239 | }
|
---|
240 | #R12 N6
|
---|
241 | module FastJetFinder FastJetFinderVLC_R12_N6 {
|
---|
242 | set InputArray EFlowFilter/eflow
|
---|
243 | set OutputArray VLCjetsR12N6
|
---|
244 | set NJets 6
|
---|
245 | set ExclusiveClustering true
|
---|
246 | set JetAlgorithm 9
|
---|
247 | set ParameterR 1.2
|
---|
248 | set Beta 1.0
|
---|
249 | set Gamma 1.0
|
---|
250 | set JetPTMin 20.0
|
---|
251 | }
|
---|
252 |
|
---|
253 |
|
---|
254 | #R15 N2
|
---|
255 | module FastJetFinder FastJetFinderVLC_R15_N2 {
|
---|
256 | set InputArray EFlowFilter/eflow
|
---|
257 | set OutputArray VLCjetsR15N2
|
---|
258 | set NJets 2
|
---|
259 | set ExclusiveClustering true
|
---|
260 | set JetAlgorithm 9
|
---|
261 | set ParameterR 1.5
|
---|
262 | set Beta 1.0
|
---|
263 | set Gamma 1.0
|
---|
264 | set JetPTMin 20.0
|
---|
265 | }
|
---|
266 | #R15 N3
|
---|
267 | module FastJetFinder FastJetFinderVLC_R15_N3 {
|
---|
268 | set InputArray EFlowFilter/eflow
|
---|
269 | set OutputArray VLCjetsR15N3
|
---|
270 | set NJets 3
|
---|
271 | set ExclusiveClustering true
|
---|
272 | set JetAlgorithm 9
|
---|
273 | set ParameterR 1.5
|
---|
274 | set Beta 1.0
|
---|
275 | set Gamma 1.0
|
---|
276 | set JetPTMin 20.0
|
---|
277 | }
|
---|
278 | #R15 N4
|
---|
279 | module FastJetFinder FastJetFinderVLC_R15_N4 {
|
---|
280 | set InputArray EFlowFilter/eflow
|
---|
281 | set OutputArray VLCjetsR15N4
|
---|
282 | set NJets 4
|
---|
283 | set ExclusiveClustering true
|
---|
284 | set JetAlgorithm 9
|
---|
285 | set ParameterR 1.5
|
---|
286 | set Beta 1.0
|
---|
287 | set Gamma 1.0
|
---|
288 | set JetPTMin 20.0
|
---|
289 | }
|
---|
290 | #R15 N5
|
---|
291 | module FastJetFinder FastJetFinderVLC_R15_N5 {
|
---|
292 | set InputArray EFlowFilter/eflow
|
---|
293 | set OutputArray VLCjetsR15N5
|
---|
294 | set NJets 5
|
---|
295 | set ExclusiveClustering true
|
---|
296 | set JetAlgorithm 9
|
---|
297 | set ParameterR 1.5
|
---|
298 | set Beta 1.0
|
---|
299 | set Gamma 1.0
|
---|
300 | set JetPTMin 20.0
|
---|
301 | }
|
---|
302 | #R15 N6
|
---|
303 | module FastJetFinder FastJetFinderVLC_R15_N6 {
|
---|
304 | set InputArray EFlowFilter/eflow
|
---|
305 | set OutputArray VLCjetsR15N6
|
---|
306 | set NJets 6
|
---|
307 | set ExclusiveClustering true
|
---|
308 | set JetAlgorithm 9
|
---|
309 | set ParameterR 1.5
|
---|
310 | set Beta 1.0
|
---|
311 | set Gamma 1.0
|
---|
312 | set JetPTMin 20.0
|
---|
313 | }
|
---|