[Rivet-svn] rivet: 2 new changesets

Rivet Mercurial rivet at projects.hepforge.org
Wed Jun 28 15:00:12 BST 2017


details:   https://rivet.hepforge.org/hg/rivet/rev/cbc4f77d2b84
branches:  heavyion
changeset: 5929:cbc4f77d2b84
user:      Andy Buckley <andy at insectnation.org>
date:      Wed Jun 28 14:43:38 2017 +0100
description:
Merge with default

details:   https://rivet.hepforge.org/hg/rivet/rev/697cd0083177
branches:  heavyion
changeset: 5930:697cd0083177
user:      Andy Buckley <andy at insectnation.org>
date:      Wed Jun 28 14:45:43 2017 +0100
description:
Move ALICE contrib analyses (missing .info files!) into the new analyses/pluginALICE location

diffs (truncated from 664008 to 50 lines):

--- a/.hgignore	Fri Apr 28 22:42:50 2017 +0200
+++ b/.hgignore	Wed Jun 28 14:45:43 2017 +0100
@@ -1,5 +1,5 @@
 ~$
-^run.*$
+^(anas|test|run).*$
 \.orig$
 \.(o|Po|lo|Plo|la|a|so|dylib|pyc|tar\.bz2|tar\.gz|fifo|hepmc)$
 ^config\.guess$
@@ -69,4 +69,4 @@
 ^Rivet-.\..\..$
 ^local/.*$
 ^(for|analyses)\d\d\d$
-^src/Analyses/.*__all\.cc$
+^analyses/data$
--- a/ChangeLog	Fri Apr 28 22:42:50 2017 +0200
+++ b/ChangeLog	Wed Jun 28 14:45:43 2017 +0100
@@ -1,3 +1,290 @@
+2017-06-28  Andy Buckley  <andy.buckley at cern.ch>
+
+	* Split the smearing functions into separate header files for
+	generic/momentum, Particle, Jet, and experiment-specific smearings
+	& efficiencies.
+
+2017-06-27  Andy Buckley  <andy.buckley at cern.ch>
+
+	* Add 'JetFinder' alias for JetAlg, by analogy with ParticleFinder.
+
+2017-06-26  Andy Buckley  <andy.buckley at cern.ch>
+
+	* Convert SmearedParticles to a more general list of combined
+	efficiency+smearing functions, with extra constructors and some
+	variadic template cleverness to allow implicit conversions from
+	single-operation eff and smearing function. Yay for C++11 ;-)
+	This work based on a macro-based version of combined eff/smear
+	functions by Karl Nordstrom -- thanks!
+
+	* Add *EffFn, *SmearFn, and *EffSmearFn types to SmearingFunctions.hh.
+
+2017-06-23  Andy Buckley  <andy.buckley at cern.ch>
+
+	* Add portable OpenMP enabling flags to AM_CXXFLAGS.
+
+2017-06-22  Andy Buckley  <andy.buckley at cern.ch>
+
+	* Fix the smearing random number seed and make it thread-specific
+	if OpenMP is available (not yet in the build system).
+
+	* Remove the UNUSED macro and find an alternative solution for the
+	cases where it was used, since there was a risk of macro clashes


More information about the Rivet-svn mailing list