Changeset d77b51d in git for external/fastjet/tools/Recluster.hh
- Timestamp:
- Sep 29, 2015, 2:08:10 PM (9 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- a98c7ef
- Parents:
- d870fc5 (diff), 06ec139 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
external/fastjet/tools/Recluster.hh
rd870fc5 rd77b51d 2 2 #define __FASTJET_TOOLS_RECLUSTER_HH__ 3 3 4 // $Id: Recluster.hh 37 14 2014-09-30 09:47:31Z soyez $4 // $Id: Recluster.hh 3760 2014-12-19 10:05:10Z soyez $ 5 5 // 6 6 // Copyright (c) 2014, Matteo Cacciari, Gavin P. Salam and Gregory Soyez … … 50 50 /// Alternatively, Recluster can be constructed from a jet algorithm 51 51 /// and an optional radius. In that case the recombiner is 52 /// systematically obtained from nthe jet being processed (unless you52 /// systematically obtained from the jet being processed (unless you 53 53 /// call set_acquire_recombiner(false)). If only the jet algorithm is 54 54 /// specified, a default radius of max_allowable_R will be assumed if … … 124 124 /// parameter (like the genkt algorithm), please specify the jet 125 125 /// definition fully using the constructor above. 126 Recluster(JetAlgorithm snew_jet_alg, double new_jet_radius, Keep keep_in = keep_only_hardest);126 Recluster(JetAlgorithm new_jet_alg, double new_jet_radius, Keep keep_in = keep_only_hardest); 127 127 128 128 /// constructor with just a jet algorithm, but no jet radius. If the
Note:
See TracChangeset
for help on using the changeset viewer.