Fork me on GitHub

Ignore:
Timestamp:
Oct 9, 2015, 2:47:38 PM (9 years ago)
Author:
Pavel Demin <pavel.demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
8713dee
Parents:
f118021
Message:

update FastJet library to 3.1.3 and Nsubjettiness library to 2.2.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • external/fastjet/contribs/Nsubjettiness/NEWS

    rf118021 r973b92a  
    1010Note that we have maintain backwards compatibility for the typical ways that
    1111Nsubjettiness was used.  In particular, all of the Nsubjettiness class code in
    12 the example file v1.0.3 from still compiles, as does the NjettinessPlugin class
     12the example file from v1.0.3 still compiles, as does the NjettinessPlugin class
    1313code that uses the default measure.
    1414
     
    1717  * NsubjettinessRatio:  Direct access to tau_N / tau_M (the most requested
    1818    feature)
    19   * MeasureDefinition to allow access to both normalized and unnormalized measures
     19  * MeasureDefinition to allow access to normalized and unnormalized measures
    2020  * AxesDefinition to allow for access to more general axes modes
    21   * Winner-Take-All recombination axes:  a faster way to find axes than beta = 1
     21  * Winner-Take-All recombination axes:  a faster way to find axes than beta=1
    2222    minimization, but with comparable performance.
    2323  * TauComponents to get access to the pieces of the N-(sub)jettiness
    2424    calculation.
     25  * TauExtras to get complete access to get partitioning and axes information.
    2526  * 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).
    2728  * In Nsubjettiness, access to seedAxes() and currentAxes() to figure out the
    2829    axes used before and after minimization.
    2930  * 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.
    3033
     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
    3142
    32 -- 2.1.0:  (July 9, 2014) Inclusion of MeasureDefinition/AxesDefinition interface.
     43-- 2.1.0:  (July 9, 2014) Inclusion of Measure/AxesDefinition interface.
    3344           This was the first publicly available version of Nsubjettiness v2.
    3445-- 2.0.0:  Initial release of v2.0.  This was never officially made public.
Note: See TracChangeset for help on using the changeset viewer.