|
[Rivet-svn] rivet: 3 new changesetsRivet Mercurial rivet at projects.hepforge.orgSat Jan 21 10:15:03 GMT 2017
details: https://rivet.hepforge.org/hg/rivet/rev/1a08138e64a5 branches: changeset: 5671:1a08138e64a5 user: Andy Buckley <andy at insectnation.org> date: Sat Jan 21 00:11:51 2017 +0000 description: Merge from 2.5.x branch details: https://rivet.hepforge.org/hg/rivet/rev/057f3936d03a branches: changeset: 5672:057f3936d03a user: Andy Buckley <andy at insectnation.org> date: Sat Jan 21 00:50:59 2017 +0000 description: Add DEFAULT_RIVET_ANALYSIS_CONSTRUCTOR as fully spelled-out version of ..._CTOR details: https://rivet.hepforge.org/hg/rivet/rev/d967f657f05f branches: changeset: 5673:d967f657f05f user: Andy Buckley <andy at insectnation.org> date: Sat Jan 21 00:51:02 2017 +0000 description: Removing lots of long-deprecated functions & methods. diffs (truncated from 21781 to 50 lines): --- a/.hgtags Mon Oct 03 13:01:27 2016 +0100 +++ b/.hgtags Sat Jan 21 00:51:02 2017 +0000 @@ -70,3 +70,4 @@ 0000000000000000000000000000000000000000 rivet-2.5.2 0000000000000000000000000000000000000000 rivet-2.5.2 8a05acecd26c18f368f4b748da2d5aa2db46be6c rivet-2.5.2 +ad44338e2fa10dd81e2b306545b801ce53f31921 rivet-2.5.3 --- a/ChangeLog Mon Oct 03 13:01:27 2016 +0100 +++ b/ChangeLog Sat Jan 21 00:51:02 2017 +0000 @@ -1,9 +1,144 @@ +2017-01-21 Andy Buckley <andy.buckley at cern.ch> + + * Removing lots of long-deprecated functions & methods. + +2017-01-18 Andy Buckley <andy.buckley at cern.ch> + + * Use std::function in functor-expanded method signatures on JetAlg. + +2017-01-16 Andy Buckley <andy.buckley at cern.ch> + + * Convert FinalState particles() accessors to use std::function + rather than a template arg for sorting, and add filtering functor + support -- including a mix of filtering and sorting functors. Yay + for C++11! + + * Add ParticleEffFilter and JetEffFilter constructors from a double (encoding constant efficiency). + + * Add Vector3::abseta() + +2016-12-13 Andy Buckley <andy.buckley at cern.ch> + + * Version 2.5.3 release. + +2016-12-12 Holger Schulz <holger.schulz at cern.ch> + + * Add cut in BZ calculation in OPAL 4 jet analysis. Paper is not clear + about treatment of parallel vectors, leads to division by zero and + nan-fill and subsequent YODA RangeError (OPAL_2001_S4553896) + +2016-12-12 Andy Buckley <andy.buckley at cern.ch> + + * Fix bugs in SmearedJets treatment of b & c tagging rates. + + * Adding ATLAS_2016_I1467454 analysis (high-mass Drell-Yan at 8 TeV) + + * Tweak to 'convert' call to improve the thumbnail quality from rivet-mkhtml/make-plots. + +2016-12-07 Andy Buckley <andy.buckley at cern.ch> + + * Require Cython 0.24 or later.
More information about the Rivet-svn mailing list |