[35cdc46] | 1 | 2014-08-17 Gavin Salam <gavin.salam@cern.ch>
|
---|
| 2 |
|
---|
| 3 | * NEWS:
|
---|
| 4 | * VERSION:
|
---|
| 5 | release of version 1.0.0
|
---|
| 6 |
|
---|
| 7 | 2014-08-16 Matteo Cacciari <cacciari@lpthe.jusssieu.fr>
|
---|
| 8 |
|
---|
| 9 | * AUTHORS
|
---|
| 10 | * README
|
---|
| 11 | Some typos fixed and small tweaks
|
---|
| 12 |
|
---|
| 13 | 2014-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 |
|
---|
| 19 | 2014-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 |
|
---|
| 32 | 2014-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 |
|
---|
| 38 | 2014-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 |
|
---|
| 45 | 2014-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 |
|
---|
| 75 | 2014-07-10 Gregory Soyez <soyez@fastjet.fr>
|
---|
| 76 |
|
---|
| 77 | * README:
|
---|
| 78 | added a desctription of the contrib
|
---|
| 79 |
|
---|
| 80 | 2014-07-09 Gregory Soyez <soyez@fastjet.fr>
|
---|
| 81 |
|
---|
| 82 | * AUTHORS:
|
---|
| 83 | included the arXiv number
|
---|
| 84 |
|
---|
| 85 | 2014-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 |
|
---|
| 92 | 2014-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 |
|
---|
| 97 | 2014-04-29 Gregory Soyez <soyez@fastjet.fr>
|
---|
| 98 |
|
---|
| 99 | * Initial creation
|
---|