Changeset cb80e6f in git for external/fastjet/contribs/RecursiveTools/RecursiveSoftDrop.hh
- Timestamp:
- Mar 25, 2021, 9:55:59 AM (4 years ago)
- Branches:
- master
- Children:
- 13331dc
- Parents:
- 5eda6767
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
external/fastjet/contribs/RecursiveTools/RecursiveSoftDrop.hh
r5eda6767 rcb80e6f 1 // $Id: RecursiveSoftDrop.hh 1 082 2017-10-10 12:00:13Z gsoyez $1 // $Id: RecursiveSoftDrop.hh 1192 2018-10-30 16:08:36Z gsoyez $ 2 2 // 3 3 // Copyright (c) 2014-, Gavin P. Salam, Gregory Soyez, Jesse Thaler, … … 24 24 #define __RECURSIVESOFTDROP_HH__ 25 25 26 // we'll use the native FJ class for reculstering if available 27 #if FASTJET_VERSION_NUMBER >= 30100 28 #include "fastjet/tools/Recluster.hh" 29 #else 26 30 #include "Recluster.hh" 31 #endif 27 32 #include "SoftDrop.hh" 28 33 #include "fastjet/WrappedStructure.hh"
Note:
See TracChangeset
for help on using the changeset viewer.