[a02a49e] | 1 | ############
|
---|
| 2 | # Jet finder VLC
|
---|
| 3 | ############
|
---|
| 4 | #R02 N2
|
---|
| 5 | module FastJetFinder FastJetFinderVLC_R02_N2 {
|
---|
| 6 | # set InputArray Calorimeter/towers
|
---|
| 7 | set InputArray EFlowFilter/eflow
|
---|
| 8 |
|
---|
| 9 | set OutputArray VLCjetsR02N2
|
---|
| 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.2
|
---|
| 16 | set Beta 1.0
|
---|
| 17 | set Gamma 1.0
|
---|
| 18 |
|
---|
| 19 | set JetPTMin 20.0
|
---|
| 20 | }
|
---|
| 21 | #R02 N3
|
---|
| 22 | module FastJetFinder FastJetFinderVLC_R02_N3 {
|
---|
| 23 | set InputArray EFlowFilter/eflow
|
---|
| 24 | set OutputArray VLCjetsR02N3
|
---|
| 25 | set NJets 3
|
---|
| 26 | set ExclusiveClustering true
|
---|
| 27 | set JetAlgorithm 9
|
---|
| 28 | set ParameterR 0.2
|
---|
| 29 | set Beta 1.0
|
---|
| 30 | set Gamma 1.0
|
---|
| 31 | set JetPTMin 20.0
|
---|
| 32 | }
|
---|
| 33 | #R02 N4
|
---|
| 34 | module FastJetFinder FastJetFinderVLC_R02_N4 {
|
---|
| 35 | set InputArray EFlowFilter/eflow
|
---|
| 36 | set OutputArray VLCjetsR02N4
|
---|
| 37 | set NJets 4
|
---|
| 38 | set ExclusiveClustering true
|
---|
| 39 | set JetAlgorithm 9
|
---|
| 40 | set ParameterR 0.2
|
---|
| 41 | set Beta 1.0
|
---|
| 42 | set Gamma 1.0
|
---|
| 43 | set JetPTMin 20.0
|
---|
| 44 | }
|
---|
| 45 | #R02 N5
|
---|
| 46 | module FastJetFinder FastJetFinderVLC_R02_N5 {
|
---|
| 47 | set InputArray EFlowFilter/eflow
|
---|
| 48 | set OutputArray VLCjetsR02N5
|
---|
| 49 | set NJets 5
|
---|
| 50 | set ExclusiveClustering true
|
---|
| 51 | set JetAlgorithm 9
|
---|
| 52 | set ParameterR 0.2
|
---|
| 53 | set Beta 1.0
|
---|
| 54 | set Gamma 1.0
|
---|
| 55 | set JetPTMin 20.0
|
---|
| 56 | }
|
---|
| 57 | #R02 N6
|
---|
| 58 | module FastJetFinder FastJetFinderVLC_R02_N6 {
|
---|
| 59 | set InputArray EFlowFilter/eflow
|
---|
| 60 | set OutputArray VLCjetsR02N6
|
---|
| 61 | set NJets 6
|
---|
| 62 | set ExclusiveClustering true
|
---|
| 63 | set JetAlgorithm 9
|
---|
| 64 | set ParameterR 0.2
|
---|
| 65 | set Beta 1.0
|
---|
| 66 | set Gamma 1.0
|
---|
| 67 | set JetPTMin 20.0
|
---|
| 68 | }
|
---|
| 69 | #R05 N2
|
---|
| 70 | module FastJetFinder FastJetFinderVLC_R05_N2 {
|
---|
| 71 | # set InputArray Calorimeter/towers
|
---|
| 72 | set InputArray EFlowFilter/eflow
|
---|
| 73 |
|
---|
| 74 | set OutputArray VLCjetsR05N2
|
---|
| 75 |
|
---|
| 76 | # 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
|
---|
| 77 | set NJets 2
|
---|
| 78 | set ExclusiveClustering true
|
---|
| 79 | set JetAlgorithm 9
|
---|
| 80 | set ParameterR 0.5
|
---|
| 81 | set Beta 1.0
|
---|
| 82 | set Gamma 1.0
|
---|
| 83 |
|
---|
| 84 | set JetPTMin 20.0
|
---|
| 85 | }
|
---|
| 86 | #R05 N3
|
---|
| 87 | module FastJetFinder FastJetFinderVLC_R05_N3 {
|
---|
| 88 | set InputArray EFlowFilter/eflow
|
---|
| 89 | set OutputArray VLCjetsR05N3
|
---|
| 90 | set NJets 3
|
---|
| 91 | set ExclusiveClustering true
|
---|
| 92 | set JetAlgorithm 9
|
---|
| 93 | set ParameterR 0.5
|
---|
| 94 | set Beta 1.0
|
---|
| 95 | set Gamma 1.0
|
---|
| 96 | set JetPTMin 20.0
|
---|
| 97 | }
|
---|
| 98 | #R05 N4
|
---|
| 99 | module FastJetFinder FastJetFinderVLC_R05_N4 {
|
---|
| 100 | set InputArray EFlowFilter/eflow
|
---|
| 101 | set OutputArray VLCjetsR05N4
|
---|
| 102 | set NJets 4
|
---|
| 103 | set ExclusiveClustering true
|
---|
| 104 | set JetAlgorithm 9
|
---|
| 105 | set ParameterR 0.5
|
---|
| 106 | set Beta 1.0
|
---|
| 107 | set Gamma 1.0
|
---|
| 108 | set JetPTMin 20.0
|
---|
| 109 | }
|
---|
| 110 | #R05 N5
|
---|
| 111 | module FastJetFinder FastJetFinderVLC_R05_N5 {
|
---|
| 112 | set InputArray EFlowFilter/eflow
|
---|
| 113 | set OutputArray VLCjetsR05N5
|
---|
| 114 | set NJets 5
|
---|
| 115 | set ExclusiveClustering true
|
---|
| 116 | set JetAlgorithm 9
|
---|
| 117 | set ParameterR 0.5
|
---|
| 118 | set Beta 1.0
|
---|
| 119 | set Gamma 1.0
|
---|
| 120 | set JetPTMin 20.0
|
---|
| 121 | }
|
---|
| 122 | #R05 N6
|
---|
| 123 | module FastJetFinder FastJetFinderVLC_R05_N6 {
|
---|
| 124 | set InputArray EFlowFilter/eflow
|
---|
| 125 | set OutputArray VLCjetsR05N6
|
---|
| 126 | set NJets 6
|
---|
| 127 | set ExclusiveClustering true
|
---|
| 128 | set JetAlgorithm 9
|
---|
| 129 | set ParameterR 0.5
|
---|
| 130 | set Beta 1.0
|
---|
| 131 | set Gamma 1.0
|
---|
| 132 | set JetPTMin 20.0
|
---|
| 133 | }
|
---|
| 134 | #R07 N2
|
---|
| 135 | module FastJetFinder FastJetFinderVLC_R07_N2 {
|
---|
| 136 | set InputArray EFlowFilter/eflow
|
---|
| 137 | set OutputArray VLCjetsR07N2
|
---|
| 138 | set NJets 2
|
---|
| 139 | set ExclusiveClustering true
|
---|
| 140 | set JetAlgorithm 9
|
---|
| 141 | set ParameterR 0.7
|
---|
| 142 | set Beta 1.0
|
---|
| 143 | set Gamma 1.0
|
---|
| 144 | set JetPTMin 20.0
|
---|
| 145 | }
|
---|
| 146 | #R07 N3
|
---|
| 147 | module FastJetFinder FastJetFinderVLC_R07_N3 {
|
---|
| 148 | set InputArray EFlowFilter/eflow
|
---|
| 149 | set OutputArray VLCjetsR07N3
|
---|
| 150 | set NJets 3
|
---|
| 151 | set ExclusiveClustering true
|
---|
| 152 | set JetAlgorithm 9
|
---|
| 153 | set ParameterR 0.7
|
---|
| 154 | set Beta 1.0
|
---|
| 155 | set Gamma 1.0
|
---|
| 156 | set JetPTMin 20.0
|
---|
| 157 | }
|
---|
| 158 | #R07 N4
|
---|
| 159 | module FastJetFinder FastJetFinderVLC_R07_N4 {
|
---|
| 160 | set InputArray EFlowFilter/eflow
|
---|
| 161 | set OutputArray VLCjetsR07N4
|
---|
| 162 | set NJets 4
|
---|
| 163 | set ExclusiveClustering true
|
---|
| 164 | set JetAlgorithm 9
|
---|
| 165 | set ParameterR 0.7
|
---|
| 166 | set Beta 1.0
|
---|
| 167 | set Gamma 1.0
|
---|
| 168 | set JetPTMin 20.0
|
---|
| 169 | }
|
---|
| 170 | #R07 N5
|
---|
| 171 | module FastJetFinder FastJetFinderVLC_R07_N5 {
|
---|
| 172 | set InputArray EFlowFilter/eflow
|
---|
| 173 | set OutputArray VLCjetsR07N5
|
---|
| 174 | set NJets 5
|
---|
| 175 | set ExclusiveClustering true
|
---|
| 176 | set JetAlgorithm 9
|
---|
| 177 | set ParameterR 0.7
|
---|
| 178 | set Beta 1.0
|
---|
| 179 | set Gamma 1.0
|
---|
| 180 | set JetPTMin 20.0
|
---|
| 181 | }
|
---|
| 182 | #R07 N6
|
---|
| 183 | module FastJetFinder FastJetFinderVLC_R07_N6 {
|
---|
| 184 | set InputArray EFlowFilter/eflow
|
---|
| 185 | set OutputArray VLCjetsR07N6
|
---|
| 186 | set NJets 6
|
---|
| 187 | set ExclusiveClustering true
|
---|
| 188 | set JetAlgorithm 9
|
---|
| 189 | set ParameterR 0.7
|
---|
| 190 | set Beta 1.0
|
---|
| 191 | set Gamma 1.0
|
---|
| 192 | set JetPTMin 20.0
|
---|
| 193 | }
|
---|
| 194 |
|
---|
| 195 | #R10N2
|
---|
| 196 | module FastJetFinder FastJetFinderVLC_R10_N2 {
|
---|
| 197 | set InputArray EFlowFilter/eflow
|
---|
| 198 | set OutputArray VLCjetsR10N2
|
---|
| 199 | set NJets 2
|
---|
| 200 | set ExclusiveClustering true
|
---|
| 201 | set JetAlgorithm 9
|
---|
| 202 | set ParameterR 1.0
|
---|
| 203 | set Beta 1.0
|
---|
| 204 | set Gamma 1.0
|
---|
| 205 | set JetPTMin 20.0
|
---|
| 206 | }
|
---|
| 207 | #R10 N3
|
---|
| 208 | module FastJetFinder FastJetFinderVLC_R10_N3 {
|
---|
| 209 | set InputArray EFlowFilter/eflow
|
---|
| 210 | set OutputArray VLCjetsR10N3
|
---|
| 211 | set NJets 3
|
---|
| 212 | set ExclusiveClustering true
|
---|
| 213 | set JetAlgorithm 9
|
---|
| 214 | set ParameterR 1.0
|
---|
| 215 | set Beta 1.0
|
---|
| 216 | set Gamma 1.0
|
---|
| 217 | set JetPTMin 20.0
|
---|
| 218 | }
|
---|
| 219 | #R10 N4
|
---|
| 220 | module FastJetFinder FastJetFinderVLC_R10_N4 {
|
---|
| 221 | set InputArray EFlowFilter/eflow
|
---|
| 222 | set OutputArray VLCjetsR10N4
|
---|
| 223 | set NJets 4
|
---|
| 224 | set ExclusiveClustering true
|
---|
| 225 | set JetAlgorithm 9
|
---|
| 226 | set ParameterR 1.0
|
---|
| 227 | set Beta 1.0
|
---|
| 228 | set Gamma 1.0
|
---|
| 229 | set JetPTMin 20.0
|
---|
| 230 | }
|
---|
| 231 | #R10 N5
|
---|
| 232 | module FastJetFinder FastJetFinderVLC_R10_N5 {
|
---|
| 233 | set InputArray EFlowFilter/eflow
|
---|
| 234 | set OutputArray VLCjetsR10N5
|
---|
| 235 | set NJets 5
|
---|
| 236 | set ExclusiveClustering true
|
---|
| 237 | set JetAlgorithm 9
|
---|
| 238 | set ParameterR 1.0
|
---|
| 239 | set Beta 1.0
|
---|
| 240 | set Gamma 1.0
|
---|
| 241 | set JetPTMin 20.0
|
---|
| 242 | }
|
---|
| 243 | #R10 N6
|
---|
| 244 | module FastJetFinder FastJetFinderVLC_R10_N6 {
|
---|
| 245 | set InputArray EFlowFilter/eflow
|
---|
| 246 | set OutputArray VLCjetsR10N6
|
---|
| 247 | set NJets 6
|
---|
| 248 | set ExclusiveClustering true
|
---|
| 249 | set JetAlgorithm 9
|
---|
| 250 | set ParameterR 1.0
|
---|
| 251 | set Beta 1.0
|
---|
| 252 | set Gamma 1.0
|
---|
| 253 | set JetPTMin 20.0
|
---|
| 254 | }
|
---|
| 255 |
|
---|
| 256 | #R12 N2
|
---|
| 257 | module FastJetFinder FastJetFinderVLC_R12_N2 {
|
---|
| 258 | set InputArray EFlowFilter/eflow
|
---|
| 259 | set OutputArray VLCjetsR12N2
|
---|
| 260 | set NJets 2
|
---|
| 261 | set ExclusiveClustering true
|
---|
| 262 | set JetAlgorithm 9
|
---|
| 263 | set ParameterR 1.2
|
---|
| 264 | set Beta 1.0
|
---|
| 265 | set Gamma 1.0
|
---|
| 266 | set JetPTMin 20.0
|
---|
| 267 | }
|
---|
| 268 | #R12 N3
|
---|
| 269 | module FastJetFinder FastJetFinderVLC_R12_N3 {
|
---|
| 270 | set InputArray EFlowFilter/eflow
|
---|
| 271 | set OutputArray VLCjetsR12N3
|
---|
| 272 | set NJets 3
|
---|
| 273 | set ExclusiveClustering true
|
---|
| 274 | set JetAlgorithm 9
|
---|
| 275 | set ParameterR 1.2
|
---|
| 276 | set Beta 1.0
|
---|
| 277 | set Gamma 1.0
|
---|
| 278 | set JetPTMin 20.0
|
---|
| 279 | }
|
---|
| 280 | #R12 N4
|
---|
| 281 | module FastJetFinder FastJetFinderVLC_R12_N4 {
|
---|
| 282 | set InputArray EFlowFilter/eflow
|
---|
| 283 | set OutputArray VLCjetsR12N4
|
---|
| 284 | set NJets 4
|
---|
| 285 | set ExclusiveClustering true
|
---|
| 286 | set JetAlgorithm 9
|
---|
| 287 | set ParameterR 1.2
|
---|
| 288 | set Beta 1.0
|
---|
| 289 | set Gamma 1.0
|
---|
| 290 | set JetPTMin 20.0
|
---|
| 291 | }
|
---|
| 292 | #R12 N5
|
---|
| 293 | module FastJetFinder FastJetFinderVLC_R12_N5 {
|
---|
| 294 | set InputArray EFlowFilter/eflow
|
---|
| 295 | set OutputArray VLCjetsR12N5
|
---|
| 296 | set NJets 5
|
---|
| 297 | set ExclusiveClustering true
|
---|
| 298 | set JetAlgorithm 9
|
---|
| 299 | set ParameterR 1.2
|
---|
| 300 | set Beta 1.0
|
---|
| 301 | set Gamma 1.0
|
---|
| 302 | set JetPTMin 20.0
|
---|
| 303 | }
|
---|
| 304 | #R12 N6
|
---|
| 305 | module FastJetFinder FastJetFinderVLC_R12_N6 {
|
---|
| 306 | set InputArray EFlowFilter/eflow
|
---|
| 307 | set OutputArray VLCjetsR12N6
|
---|
| 308 | set NJets 6
|
---|
| 309 | set ExclusiveClustering true
|
---|
| 310 | set JetAlgorithm 9
|
---|
| 311 | set ParameterR 1.2
|
---|
| 312 | set Beta 1.0
|
---|
| 313 | set Gamma 1.0
|
---|
| 314 | set JetPTMin 20.0
|
---|
| 315 | }
|
---|
| 316 |
|
---|
| 317 |
|
---|
| 318 | #R15 N2
|
---|
| 319 | module FastJetFinder FastJetFinderVLC_R15_N2 {
|
---|
| 320 | set InputArray EFlowFilter/eflow
|
---|
| 321 | set OutputArray VLCjetsR15N2
|
---|
| 322 | set NJets 2
|
---|
| 323 | set ExclusiveClustering true
|
---|
| 324 | set JetAlgorithm 9
|
---|
| 325 | set ParameterR 1.5
|
---|
| 326 | set Beta 1.0
|
---|
| 327 | set Gamma 1.0
|
---|
| 328 | set JetPTMin 20.0
|
---|
| 329 | }
|
---|
| 330 | #R15 N3
|
---|
| 331 | module FastJetFinder FastJetFinderVLC_R15_N3 {
|
---|
| 332 | set InputArray EFlowFilter/eflow
|
---|
| 333 | set OutputArray VLCjetsR15N3
|
---|
| 334 | set NJets 3
|
---|
| 335 | set ExclusiveClustering true
|
---|
| 336 | set JetAlgorithm 9
|
---|
| 337 | set ParameterR 1.5
|
---|
| 338 | set Beta 1.0
|
---|
| 339 | set Gamma 1.0
|
---|
| 340 | set JetPTMin 20.0
|
---|
| 341 | }
|
---|
| 342 | #R15 N4
|
---|
| 343 | module FastJetFinder FastJetFinderVLC_R15_N4 {
|
---|
| 344 | set InputArray EFlowFilter/eflow
|
---|
| 345 | set OutputArray VLCjetsR15N4
|
---|
| 346 | set NJets 4
|
---|
| 347 | set ExclusiveClustering true
|
---|
| 348 | set JetAlgorithm 9
|
---|
| 349 | set ParameterR 1.5
|
---|
| 350 | set Beta 1.0
|
---|
| 351 | set Gamma 1.0
|
---|
| 352 | set JetPTMin 20.0
|
---|
| 353 | }
|
---|
| 354 | #R15 N5
|
---|
| 355 | module FastJetFinder FastJetFinderVLC_R15_N5 {
|
---|
| 356 | set InputArray EFlowFilter/eflow
|
---|
| 357 | set OutputArray VLCjetsR15N5
|
---|
| 358 | set NJets 5
|
---|
| 359 | set ExclusiveClustering true
|
---|
| 360 | set JetAlgorithm 9
|
---|
| 361 | set ParameterR 1.5
|
---|
| 362 | set Beta 1.0
|
---|
| 363 | set Gamma 1.0
|
---|
| 364 | set JetPTMin 20.0
|
---|
| 365 | }
|
---|
| 366 | #R15 N6
|
---|
| 367 | module FastJetFinder FastJetFinderVLC_R15_N6 {
|
---|
| 368 | set InputArray EFlowFilter/eflow
|
---|
| 369 | set OutputArray VLCjetsR15N6
|
---|
| 370 | set NJets 6
|
---|
| 371 | set ExclusiveClustering true
|
---|
| 372 | set JetAlgorithm 9
|
---|
| 373 | set ParameterR 1.5
|
---|
| 374 | set Beta 1.0
|
---|
| 375 | set Gamma 1.0
|
---|
| 376 | set JetPTMin 20.0
|
---|
| 377 | }
|
---|
| 378 |
|
---|
| 379 | ########################
|
---|
| 380 | # inclusive clustering
|
---|
| 381 | # as means of comparison
|
---|
| 382 | ########################
|
---|
| 383 | #R02
|
---|
| 384 | module FastJetFinder FastJetFinderVLC_R02_inclusive {
|
---|
| 385 | set InputArray EFlowFilter/eflow
|
---|
| 386 | set OutputArray VLCjetsR02_inclusive
|
---|
| 387 | set ExclusiveClustering false
|
---|
| 388 | set JetAlgorithm 9
|
---|
| 389 | set ParameterR 0.2
|
---|
| 390 | set Beta 1.0
|
---|
| 391 | set Gamma 1.0
|
---|
[e01b141] | 392 |
|
---|
| 393 | set ComputeNsubjettiness 1
|
---|
| 394 | set AxisMode 4
|
---|
| 395 |
|
---|
| 396 | set ComputeSoftDrop 1
|
---|
| 397 | set BetaSoftDrop 0.0
|
---|
| 398 | set SymmetryCutSoftDrop 0.1
|
---|
| 399 | set R0SoftDrop 0.2
|
---|
| 400 |
|
---|
[a02a49e] | 401 | set JetPTMin 20.0
|
---|
[e01b141] | 402 |
|
---|
| 403 |
|
---|
| 404 |
|
---|
| 405 |
|
---|
| 406 |
|
---|
[a02a49e] | 407 | }
|
---|
| 408 | #R05
|
---|
| 409 | module FastJetFinder FastJetFinderVLC_R05_inclusive {
|
---|
| 410 | set InputArray EFlowFilter/eflow
|
---|
| 411 | set OutputArray VLCjetsR05_inclusive
|
---|
| 412 | set ExclusiveClustering false
|
---|
| 413 | set JetAlgorithm 9
|
---|
| 414 | set ParameterR 0.5
|
---|
| 415 | set Beta 1.0
|
---|
| 416 | set Gamma 1.0
|
---|
[e01b141] | 417 | set ComputeNsubjettiness 1
|
---|
| 418 | set AxisMode 4
|
---|
| 419 |
|
---|
| 420 | set ComputeSoftDrop 1
|
---|
| 421 | set BetaSoftDrop 0.0
|
---|
| 422 | set SymmetryCutSoftDrop 0.1
|
---|
| 423 | set R0SoftDrop 0.5
|
---|
[a02a49e] | 424 | set JetPTMin 20.0
|
---|
| 425 | }
|
---|
| 426 | #R07
|
---|
| 427 | module FastJetFinder FastJetFinderVLC_R07_inclusive {
|
---|
| 428 | set InputArray EFlowFilter/eflow
|
---|
| 429 | set OutputArray VLCjetsR07_inclusive
|
---|
| 430 | set ExclusiveClustering false
|
---|
| 431 | set JetAlgorithm 9
|
---|
| 432 | set ParameterR 0.7
|
---|
| 433 | set Beta 1.0
|
---|
| 434 | set Gamma 1.0
|
---|
[e01b141] | 435 | set ComputeNsubjettiness 1
|
---|
| 436 | set AxisMode 4
|
---|
| 437 |
|
---|
| 438 | set ComputeSoftDrop 1
|
---|
| 439 | set BetaSoftDrop 0.0
|
---|
| 440 | set SymmetryCutSoftDrop 0.1
|
---|
| 441 | set R0SoftDrop 0.7
|
---|
[a02a49e] | 442 | set JetPTMin 20.0
|
---|
| 443 | }
|
---|
| 444 | #R10
|
---|
| 445 | module FastJetFinder FastJetFinderVLC_R10_inclusive {
|
---|
| 446 | set InputArray EFlowFilter/eflow
|
---|
| 447 | set OutputArray VLCjetsR10_inclusive
|
---|
| 448 | set ExclusiveClustering false
|
---|
| 449 | set JetAlgorithm 9
|
---|
| 450 | set ParameterR 1.0
|
---|
| 451 | set Beta 1.0
|
---|
| 452 | set Gamma 1.0
|
---|
[e01b141] | 453 | set ComputeNsubjettiness 1
|
---|
| 454 | set AxisMode 4
|
---|
| 455 |
|
---|
| 456 | set ComputeSoftDrop 1
|
---|
| 457 | set BetaSoftDrop 0.0
|
---|
| 458 | set SymmetryCutSoftDrop 0.1
|
---|
| 459 | set R0SoftDrop 1.0
|
---|
[a02a49e] | 460 | set JetPTMin 20.0
|
---|
| 461 | }
|
---|
| 462 | #R12
|
---|
| 463 | module FastJetFinder FastJetFinderVLC_R12_inclusive {
|
---|
| 464 | set InputArray EFlowFilter/eflow
|
---|
| 465 | set OutputArray VLCjetsR12_inclusive
|
---|
| 466 | set ExclusiveClustering false
|
---|
| 467 | set JetAlgorithm 9
|
---|
| 468 | set ParameterR 1.2
|
---|
| 469 | set Beta 1.0
|
---|
| 470 | set Gamma 1.0
|
---|
[e01b141] | 471 | set ComputeNsubjettiness 1
|
---|
| 472 | set AxisMode 4
|
---|
| 473 |
|
---|
| 474 | set ComputeSoftDrop 1
|
---|
| 475 | set BetaSoftDrop 0.0
|
---|
| 476 | set SymmetryCutSoftDrop 0.1
|
---|
| 477 | set R0SoftDrop 1.2
|
---|
[a02a49e] | 478 | set JetPTMin 20.0
|
---|
| 479 | }
|
---|
| 480 | #R15
|
---|
| 481 | module FastJetFinder FastJetFinderVLC_R15_inclusive {
|
---|
| 482 | set InputArray EFlowFilter/eflow
|
---|
| 483 | set OutputArray VLCjetsR15_inclusive
|
---|
| 484 | set ExclusiveClustering false
|
---|
| 485 | set JetAlgorithm 9
|
---|
| 486 | set ParameterR 1.5
|
---|
| 487 | set Beta 1.0
|
---|
| 488 | set Gamma 1.0
|
---|
[e01b141] | 489 | set ComputeNsubjettiness 1
|
---|
| 490 | set AxisMode 4
|
---|
| 491 |
|
---|
| 492 | set ComputeSoftDrop 1
|
---|
| 493 | set BetaSoftDrop 0.0
|
---|
| 494 | set SymmetryCutSoftDrop 0.1
|
---|
| 495 | set R0SoftDrop 1.5
|
---|
| 496 |
|
---|
[a02a49e] | 497 | set JetPTMin 20.0
|
---|
| 498 | }
|
---|