- added storeMass bool flag to choose whether mass of neighbors should be stored or not.
* readme
- updated with storeMass flag information
+ * NEWS
+ * VERSION
+
+ - 1.0-beta4
+
2013-12-10 Daniele Bertolini <danbert>
* JetsWithoutJets.hh
* JetsWithoutJets.cc
- changed namespace to jwj
- changed names of few functions and improved comments
- added new classes EventStorage and ParticleStorage to cache information about single particles
- JWJStorage has been renamed LocalStorage. Now this is managed by EventStorage and can be naturally used by all implemented functions
- implemented suggestions from the FastJet authors about avoiding mutables, and returning const refs for large vectors in MultiplePtCutValues and MultipleRValues classes
* example.cc
- updated with the possibility of using a single EventStorage for multiple JetLikeEventShape
* readme
- updated with information about new classes and EventStorage use