Changeset f521c11 in git for cards/CLICdet
- Timestamp:
- Feb 26, 2018, 1:22:41 PM (7 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- a1b71dc
- Parents:
- e9a3d17
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cards/CLICdet/CLICdet_JetReco.tcl
re9a3d17 rf521c11 1 2 1 ############ 3 2 # Jet finder VLC … … 312 311 set JetPTMin 20.0 313 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 }
Note:
See TracChangeset
for help on using the changeset viewer.