Changeset 973b92a in git for external/fastjet/contribs/Nsubjettiness/NEWS
- Timestamp:
- Oct 9, 2015, 2:47:38 PM (9 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 8713dee
- Parents:
- f118021
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
external/fastjet/contribs/Nsubjettiness/NEWS
rf118021 r973b92a 10 10 Note that we have maintain backwards compatibility for the typical ways that 11 11 Nsubjettiness was used. In particular, all of the Nsubjettiness class code in 12 the example file v1.0.3 fromstill compiles, as does the NjettinessPlugin class12 the example file from v1.0.3 still compiles, as does the NjettinessPlugin class 13 13 code that uses the default measure. 14 14 … … 17 17 * NsubjettinessRatio: Direct access to tau_N / tau_M (the most requested 18 18 feature) 19 * MeasureDefinition to allow access to bothnormalized and unnormalized measures19 * MeasureDefinition to allow access to normalized and unnormalized measures 20 20 * AxesDefinition to allow for access to more general axes modes 21 * Winner-Take-All recombination axes: a faster way to find axes than beta =121 * Winner-Take-All recombination axes: a faster way to find axes than beta=1 22 22 minimization, but with comparable performance. 23 23 * TauComponents to get access to the pieces of the N-(sub)jettiness 24 24 calculation. 25 * TauExtras to get complete access to get partitioning and axes information. 25 26 * For clarity, split the example file into an example_basic_usage and 26 example_advanced_usage 27 example_advanced_usage (and example_advanced_usage_ee for e+e- collisions). 27 28 * In Nsubjettiness, access to seedAxes() and currentAxes() to figure out the 28 29 axes used before and after minimization. 29 30 * In Nsubjettiness, access to currentSubjets() to get the subjet fourvectors. 31 * (v2.2) XConePlugin, which improves on the previous NjettinessPlugin to use 32 N-jettiness as a jet finder using the new ConicalGeometric measure. 30 33 34 -- 2.2.1: (Sept 28, 2015) Fix of small Makefile bug 35 -- 2.2.0: (Sept 7, 2015) Inclusion of the XCone jet algorithm, as well as a 36 few new measures, including the "conical geometric" measure and 37 options for e+e- colliders. Improvement of the 38 Measure/AxesDefinition interface to allow for direct 39 use in calculations. 40 * Fixed bug where MultiPass_Axes did not actually minimize 41 * Fixed floating point error with infinity^2 in various measures 31 42 32 -- 2.1.0: (July 9, 2014) Inclusion of Measure Definition/AxesDefinition interface.43 -- 2.1.0: (July 9, 2014) Inclusion of Measure/AxesDefinition interface. 33 44 This was the first publicly available version of Nsubjettiness v2. 34 45 -- 2.0.0: Initial release of v2.0. This was never officially made public.
Note:
See TracChangeset
for help on using the changeset viewer.