Fork me on GitHub

source: git/external/fastjet/contribs/SoftKiller/ChangeLog@ 35cdc46

ImprovedOutputFile Timing dual_readout llp
Last change on this file since 35cdc46 was 35cdc46, checked in by Pavel Demin <demin@…>, 10 years ago

upgrade FastJet to version 3.1.0-beta.1, upgrade Nsubjettiness to version 2.1.0, add SoftKiller version 1.0.0

  • Property mode set to 100644
File size: 2.6 KB
Line 
12014-08-17 Gavin Salam <gavin.salam@cern.ch>
2
3 * NEWS:
4 * VERSION:
5 release of version 1.0.0
6
72014-08-16 Matteo Cacciari <cacciari@lpthe.jusssieu.fr>
8
9 * AUTHORS
10 * README
11 Some typos fixed and small tweaks
12
132014-08-11 Gavin Salam <gavin.salam@cern.ch> + Gregory (later)
14
15 * SoftKiller.hh|cc:
16 replaced index()->tile_index() and is_good() -> tile_is_good() in
17 line with name changes in RectangularGrid
18
192014-08-11 Gavin Salam <gavin.salam@cern.ch>
20
21 * SoftKiller.cc:
22 added a constructor that takes a RectangularGrid and implemented
23 support for the is_good(itile) aspect of RectangularGrid.
24
25 Rather than doing a direct push_back of the PJs that pass the cut,
26 introduced an intermediate stage of a vector of indices; gains
27 about a factor of two in that part of the code;
28
29 For both above changes, see
30 issue-tracker/2014-08-08-testing-rect-grid/README
31
322014-08-08 Gavin Salam <gavin.salam@cern.ch>
33
34 * SoftKiller.cc:
35 added check for all_tiles_equal_area(), in view of possible future
36 cases where they don't (some thought would then be needed).
37
382014-08-04 Gavin Salam <gavin.salam@cern.ch>
39
40 * SoftKiller.hh|cc:
41 started experimenting with using a rectangular grid that is being
42 developed in FJ3.1. Still preliminary, and controlled through a
43 symbol FJC_SOFTKILLER_USEFJGRID that is set in the header
44
452014-07-16 Gavin Salam <gavin.salam@cern.ch>
46
47 * Makefile:
48 added dependencies
49
50 * example.cc:
51 added output of the pt threshold.
52
53 * SoftKiller.hh|cc:
54 added a constructor that allows the user to specify separate
55 rapmin, rapmax, as well as different requested rapidity and
56 azimuth cell spacing.
57
58 added an apply(...) member, which enables access also to the
59 pt_threshold.
60
61 sifter is now by default an uninitialised Selector (and the
62 description and code simply ignore it if it's uninitialised).
63
64 grid contents now stored in a C++ vector rather than a C-style
65 array.
66
67 + various mods to comments
68
69 * example.ref:
70 updated this to reflect new output of pt threshold info.
71
72 * NEWS:
73 added a draft entry for the 1.0.0 release
74
752014-07-10 Gregory Soyez <soyez@fastjet.fr>
76
77 * README:
78 added a desctription of the contrib
79
802014-07-09 Gregory Soyez <soyez@fastjet.fr>
81
82 * AUTHORS:
83 included the arXiv number
84
852014-05-15 Gregory Soyez <soyez@fastjet.fr>
86
87 * VERSION:
88 set version number to 1.0.0-alpha-PUWS14.1 in preparation for a
89 fastjet-contrib release for the pileup-workshop at CERN on May
90 2014.
91
922014-04-29 Gregory Soyez <soyez@fastjet.fr>
93
94 * Imported the soft killer code from the fast implementation we've
95 used for the results in the paper.
96
972014-04-29 Gregory Soyez <soyez@fastjet.fr>
98
99 * Initial creation
Note: See TracBrowser for help on using the repository browser.