2025-10-24  Christian Gutschow  <chris.g@cern.ch>

	* Release 4.1.2

2025-08-25  Andy Buckley  <andy.buckley@cern.ch>

	* Extend MC_MET to include (ATLAS) smeared reco observables.

	* Rework inheritance structure of MET projections to reduce
	duplication and provide specific truth/reco data via the most
	unambiguous names. Also adding more alias coverage.

2025-08-22  Andy Buckley  <andy.buckley@cern.ch>

	* Add smearing of both vector pT and Et in the SmearedMET
	projection (using the same smearing functors) and return the
	appropriate momentum/energy values from its observable methods.

2025-08-08  Andy Buckley  <andy.buckley@cern.ch>

	* Remove the no-argument run mode for rivet: at least one HepMC
	source arg must be given, now explcitily using '-' for stdin
	(which was previously the default arg if none were given).

2025-08-06  Christian Gutschow  <chris.g@cern.ch>

	* Release 4.1.1

2025-08-02  Andy Buckley  <andy.buckley@cern.ch>

	* Fix a typo in the LHCB_2017_I1621596 plot file. Thanks to
	Natalia Korneeva for the discovery and fix.

2025-06-02  Andy Buckley  <andy.buckley@cern.ch>

	* Remove rivet-mkhtml booklet option.

2025-06-18  Andy Buckley  <andy.buckley@cern.ch>

	* Add RIVET_DISABLE_SMEARING environment variable to centrally
	disable detector-emulation effects, by avoiding the smearing and
	efficiency functors applied in the SmearedParticles, SmearedJets,
	and SmearedMET projections.

2025-05-29  Andy Buckley  <andy.buckley@cern.ch>

	* Add mkVecOf() container-converter functions and mkFloats,
	mkDoubles, etc. numerical specialisation in RivetSTL.

	* Template ONNXrt to also allow use of double-based networks, add
	a RivetOONXrtPtr for use in analyses cf. AOPtrs, and set up
	forward-compatibility ONNX aliases without the inconsistent
	'Rivet' prefix.

2025-05-29  Andy Buckley  <andy.buckley@cern.ch>

	* Add isPhysical() and hasPhysicalAncestor() methods to Particle.

	* Add a ParticleBase::p4() method as a more informative / evolved
	alias for mom()/momentum().

	* Rationalising the units constants, disabling some potentially clashy
	short symbols and including the SI/non-US spellings of 'metre'.

2025-05-26  Andy Buckley  <andy.buckley@cern.ch>

	* Add 4-vector constructors from 3-vectors.
2025-05-15  Andy Buckley  <andy.buckley@cern.ch>

	* Fix Particle::closestApproach() function, which was...
	very wrong. Thanks to Sophie McNeill for lots of testing.

2025-09-05  Tomasz Procter <tomasz.procter@cern.ch>

	* Add pT-dependent ATLAS b-tagging efficiency functions:
	MV2c10_77, DL1r_77, DL1d_77.

2025-05-08  Christian Gutschow  <chris.g@cern.ch>

	* ATLAS_2011_I925932: remove rogue upper mass boundary
	Thanks to Andreas Maier for pointing this out!

2025-04-01 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2024_I2860910 chi_c0 -> p pbar pi0 eta

2025-03-31 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2024_I2854046 e+e- > J/psi and psi(2S)

2025-03-28  Andy Buckley  <andy.buckley@cern.ch>

	* Extend ATLAS Run 2 muon pT resolution parametrisation,
	previously capped at 2.5% at 100 GeV based on the 2016 paper, to
	rise linearly beyond cf. the q/p resolution plot in
	https://arxiv.org/pdf/2012.00578 . Augment the Run 1 resolution,
	capped to 5% at 200 GeV, with a similar extrapolation but with a
	performance more like the R2 generic medium WP rather than
	high-pT.

2025-03-28  Christian Gutschow  <chris.g@cern.ch>

	* Allow bypassing of beam check in equivalent-mode merging
	by introducing --ignore-beams flag.

2025-03-27 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2024_I2839350 D+ -> eta' ell nu
	* Add BELLE_2025_I2849895  e+e- meson spectra
	* Add ATLAS_2021_I1832628  gamma gamma -> mu+mu- in PbPb

2025-03-24  Andy Buckley  <andy.buckley@cern.ch>

	* Modify rivet-mkhtml output for better printing to PDF,
	particularly in single-page mode to replace the booklet option.

=======

2025-03-20  Andy Buckley  <andy.buckley@cern.ch>

	* Add an ATLAS_RUN2_PFLOW MET smearing, based on
	https://arxiv.org/pdf/2402.05858 but as a result without a
	SET-dependence parametrisation.

2025-03-19  Andy Buckley  <andy.buckley@cern.ch>

	* Map the AnalysisHandler::effNumEvents() into the Analysis interface.

2025-03-18  Andy Buckley  <andy.buckley@cern.ch>

	* Split installation of data files into separate passes per file
	extension, to avoid issues with max number of args to cp/rsync.
	Thanks to Matthew Feickert for flagging the issue.

2025-03-16  Andy Buckley  <andy.buckley@cern.ch>

	* Add sumE(), sumEt(), and mTmin() utility functions.

	* Use the term 'direct' rather than 'prompt' in the SimpleAnalysis
	API and projection naming: as we refine the primary-particle
	definitions and add features to better accommodate LLPs, we should
	distinguish between the terms and use 'prompt' consistently to
	mean the timing-related 'produced at/unresolvably near the PV'.

2025-03-13  Andy Buckley  <andy.buckley@cern.ch>

	* Fix continuity of linear offset in ATLAS_RUN2 MET smearing.

2025-03-07  Christian Gutschow  <chris.g@cern.ch>

	* Release 4.1.0

2025-03-01  Andy Buckley  <andy.buckley@cern.ch>

	* Update PID utils to MCUtils head, including a new
	PID::isQuarkonium function from LHCb.

2025-02-28  Andy Buckley  <andy.buckley@cern.ch>

	* Fix ProjectionApplier::hasProjection() to check against the
	local projection-registration queue if its ProjectionHandler is
	not yet bound.

2025-02-26  Andy Buckley  <andy.buckley@cern.ch>

	* Remove FinalState::accept() method, which was misleading as (as
	implemented) the subclasses did not override it and it always just
	applied the stored ParticleFinder::_cuts rather than augmenting
	those with the subclass semantics.

2025-02-14  Andy Buckley  <andy.buckley@cern.ch>

	* Fix removed HDF5 variable expansion in rivet-config, and improve
	terms reported for YODA (which provides HDF5) and FastJet.

2025-02-04  Andy Buckley  <andy.buckley@cern.ch>

	* Split MET smearing functions into SMEARPARAMS functions that
	calculate the mean distorted vector and its energy resolution, and
	the implementation of that smearing. This allows analyses to
	access the MET offset or resolution params with which to calculate
	a significance.

2025-02-09  Christian Gutschow  <chris.g@cern.ch>

	* Release 4.0.3

2025-02-06 Martin Habedank <martin.habedank@cern.ch>

	* Refactor creating fastjet::JetDefinition and fastjet::JetDefinition::Plugin
	into distinct (and distinctly callable) methods
	* Remove unused radius parameter from JetAlg::JADE calls
	* Introduce wrapper functions for jet reclustering
	* Add utility functions for adding filters and trimming jet collections
	* Showcase changes in EXAMPLE_JETS routine

2025-02-04  Andy Buckley  <andy.buckley@cern.ch>

	* Split MET smearing functions into SMEARPARAMS functions that
	calculate the mean distorted vector and its energy resolution, and
	the implementation of that smearing. This allows analyses to
	access the MET offset or resolution params with which to calculate
	a significance.

2025-01-27 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2025_I2872226 e+e- -> pi+pi-f_1

2025-01-21 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2024_I2808543 Lambda_c+ -> Lambda0 pi+ eta

2025-01-17 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2025_I2866208 D_s -> 2pi+ pi- pi0
	* Add BESIII_2024_I2825816 D0 -> rho e nu

2025-01-16 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2025_I2866208 D_s -> 2pi+ 2pi0 pi-
	* Add BESIII_2025_I2866232 J/psi -> pi0 e+e-
	* Add BESIII_2024_I2775801 e+e- > eta h_c

2025-01-07 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2024_I2777242 D-> pipieta
	* Add BESIII_2023_I2683607 e+e- > Sigma+ Sigmabar-

2025-01-06 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2024_I2771116 e+e- > Ds+Ds-

2025-01-02 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2024_I2863767 e+e- > Sigma0 Sigmabar0

2024-12-20  Christian Gutschow  <chris.g@cern.ch>

	* Issue a more helpful error message when a ref-data object used
	for booking mismatches the target type.

2024-12-11 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2024_I2824162 D+ -> KS0 KS0 pi+

2024-12-06 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BELLE_2024_I2775022 e+ e- > pi+pi-pi0

2024-12-06  Andy Buckley  <andy.buckley@cern.ch>

	* Explicitly use the Python3 interpreter for all Python scripts.

2024-11-26  Andy Buckley  <andy.buckley@cern.ch>

	* Add top-quark pT histograms to MC_TTBAR.

2024-11-14  Andy Buckley  <andy.buckley@cern.ch>

	* Add pre/post methods around the three main Analysis event-loop
	functions, allowing cleaner specialisation by
	analysis-subclassing, and move SimpleAnalysis boilerplate into
	them.

	* Add SimpleAnalysis simplified API for analyses with generic
	predefined objects and e.g. isolation and overlap removal.

2024-11-12  Andy Buckley  <andy.buckley@cern.ch>

	* Extend the Has?Tag functors to accept and pass a dRmax arg.

	* Provide 'IDENTITY' aliases for 'PERFECT' eff/smear functions.

	* Add METSmearFn as a typedef for MET smearing signature.

	* Add a convenience JetScheme struct for grouping simple jet definitions.

	* Add a promptness restriction option to TauFinder, using LeptonOrigin.

	* Extend PhotonOrigin and LeptonOrigin enums to allow more general use.

2024-11-11  Christian Gutschow  <chris.g@cern.ch>

	* MC_TAU_POL: Options LOMASS/HIMASS streamlined to MASSMIN/MASSMAX

2024-11-08 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2024_I2806455 e+ e- > Ds Ds1/Ds2

2024-11-07 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BELLE_2024_I2791218 e+e- > B(*)B(*)

2024-11-05 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2017_I1794583 e+ e- > D Dbar
	* Add BESIII_2024_I2802565 D_s+ -> K e+ nu_ebar
	* Add BELLE_2024_I2796026 Xi_c0 -> Xi0 pi0

2024-10-30  Andy Buckley  <andy.buckley@cern.ch>

	* Add an option deltaR cut argument to the Jet::?Tags() and
	Jet::?Tagged() methods, allowing restriction of tagging hadrons to
	a sub-radius within the jet. This changeset also fixes a bug in
	that cuts on tagging objects were not previously applied to
	quark-level fallbacks.

2024-10-30  Christian Gutschow  <chris.g@cern.ch>

	* Release 4.0.2

2024-10-24  Andy Buckley  <andy.buckley@cern.ch>

	* Exclude the mkhtml output pages' plot-filtering form from print output.

2024-09-26 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2024_I2785382 e+e- > p pbar pi0

2024-09-16 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2024_I2730532 D0 -> 4 pi

2024-09-12 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add LHCB_2024_I2824757 Lambda_b decay correlations

2024-09-04 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2024_I2824143 e+e- > Xi0 Xibar0

2024-08-20 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2024_I2819140 D -> K ell nu
	* Add BESIII_2024_I2792993 chi_c -> Lambda Lambdabar phi

2024-08-05 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2024_I2802333 e+e- > K- Lambda0 Xibar+
	* Add BESIII_2023_I2670262 J/psi -> Lambda0 pi+ Sigma-, Lambda0 pi- Sigma+ 

2024-07-31 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2023_I2655292 J/psi -> Sigma+ Sigmabar-

2024-07-30 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2024_I2691955 psi(2S) -> K- Lambda Xibar+

2024-07-29 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BELLE_2024_I2810686 B -> pi/rho semi-leptonic
	* Add BESIII_2023_I2713388 psi(2S) -> Sigma+ Sigmabar- omega/phi
	* Add BESIII_2023_I2721091 J/psi -> pbar Sigma+ K0S
	* Add BESIII_2024_I2771682 e+e- > psi(2S) eta
	* Add BESIII_2024_I2779452 e+e- -> omega X(3872), chi_c1, chi_c2
	* Add BESIII_2024_I2703033 J/psi -> Xi- Xibar+

2024-07-25 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add SND_2024_I2809929 and SND_2024_I2696331 e+e- -> n nbar
	* Add SND_2024_I2809918 e+e- -> KS0 KL0

2024-07-18 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BELLE_2024_I2778312    B- -> D0 pi- pi0
	* Add BESIII_2024_I2738509   e+e- > KS0 KL0
	* Add BESIII_2024_I2739177  e+e- > Sigma+ Sigma-
	* Add BESIII_2024_I2753516  eta spectra in e+e-
	* Add BESIII_2024_I2776394  e+e- -> omega eta'
	* Add LHCB_2024_I2756705    B_c -> J/psi pi+ pi0

2024-07-07  Christian Gutschow  <chris.g@cern.ch>

	* Release 4.0.1

2024-06-07  Christian Gutschow  <chris.g@cern.ch>

	* Replace cross-section average with exact sumW/Ntrials calculation
	in multi-input-file runs and merging

2024-05-26  Andy Buckley  <andy.buckley@cern.ch>

	* Add FPE protections against eta` and rap calculations with
	(massless) null and z-axis vectors.

2024-05-16  Andy Buckley  <andy.buckley@cern.ch>

	* Change Python build to use PY_LDFLAGS rather than LINKFORSHARED variable.

2024-05-11  Christian Gutschow  <chris.g@cern.ch>

	* Add Makefile option to build analyses one by one
	(e.g. to catch missing headers and other build problems)

2024-04-18  Andy Buckley  <andy.buckley@cern.ch>

	* Fix Inspire BibTeX-download string decoding and update broken
	URL to Inspire API (now for I-codes only).

2024-03-18  Andy Buckley  <andy.buckley@cern.ch>

	* Only activate autobooking example code in mkanalysis output if
	HEPData retrieval was successful, rather than only vetoing based
	on presence of an 'MC_' prefix.

	* Improvements to the path-finding failure messages.

	* Swapping the ref data search logic to prioritise .yoda.gz (as
	.yoda will fail for all std analyses now).

2024-02-29  Christian Gutschow  <chris.g@cern.ch>

	* Release 4.0.0

2024-02-23  Andy Buckley  <andy.buckley@cern.ch>

	* Update Logging to remove non-const static map of color codes,
	and add support for the CRITICAL level.

2023-12-22  Andy Buckley  <andy.buckley@cern.ch>

	* Add --no-detex option to rivet script, to bypass pydetex (or
	fallback) TeX decoding.

2023-12-21  Andy Buckley  <andy.buckley@cern.ch>

	* Replace flaky pandoc subprocess call with pydetex library.

2023-12-18  Andy Buckley  <andy.buckley@cern.ch>

	* Rename all legacy SPIRES-named analyses to an Inspire-based code-name.

2023-12-15  Andy Buckley  <andy.buckley@cern.ch>

	* Fix Python path detection again, cf. GAMBIT Mac CI. Thanks to
	Chris Chang.

2023-12-07  Andy Buckley  <andy.buckley@cern.ch>

	* Consistency renaming of MC analysis intermediate base-classes
	(and noting that one of those headers contains projections and
	should be moved accordingly).

	* Enforce all-caps analysis naking convention and in particular
	improve systematic consistency and sorting order of MC decay
	analyses and all centrality analyses.

2023-11-29  Andy Buckley  <andy.buckley@cern.ch>

	* Improvements to rivet-mkhtml output.

2023-11-24  Andy Buckley  <andy.buckley@cern.ch>

	* Swap the first two args of the two-FS LeptonFinder constructor
	so the leptons are given first: only a few analyses affected, but
	take care.

	* Add closestMassIndex and closestMassIndices functions as a
	pre-bound version of closestMatchIndex...

	* Remove implicit dressing dR from LeptonFinder and
	DileptonFinder, and implicit mass from DileptonFinder.

	* Revamp the constructors for LeptonFinder and DileptonFinder so
	you either specify promptness conditions via cuts only or through
	passed final states, but not both.

2023-11-14  Andy Buckley  <andy.buckley@cern.ch>

	* Vector4.hh, ParticleUtils.hh: add unbound mass(), mass2() and
	mT() functions for pair-combinations of Particles, Jets, and
	FourMomenta.

	* Utils.hh: Add closestMatchIndex and closestMatchIndices
	container-combinatorics functions.

2023-11-13  Andy Buckley  <andy.buckley@cern.ch>

	* Rename the ZFinder to DileptonFinder.

2023-11-11  Christian Gutschow  <chris.g@cern.ch>

	* Remove various methods + constructors that have been deprecated in 3.1.x

2023-11-09  Andy Buckley  <andy.buckley@cern.ch>

	* Remove W/ZFinder option to not include dressing photons in the
	particle constituents.

2023-11-09  Christian Gutschow  <chris.g@cern.ch>

	* Add missing efficiency calculation for Counters

2023-11-08  Andy Buckley  <andy.buckley@cern.ch>

	* Rename the DressedLeptons projection to LeptonFinder, and used
	DressedLeptons as an alias for vector<DressedLepton> cf. Particles
	and Jets.

2023-11-07  Christian Gutschow  <chris.g@cern.ch>

	* Introduce --silent level for minimal verbosity.

2023-11-04  Andy Buckley  <andy.buckley@cern.ch>

	* Add a set of Rivet::retrieve(map, key, fallback) functions,
	generally templated and with specialisations to cope with string
	literals.

	* Remove map<string> options from DIS and GammaGamma classes,
	replacing with better enums and ctor combinations.

2023-11-03  Andy Buckley  <andy.buckley@cern.ch>

	* Convert all projection-constructor boolean args to class enums
	for better readability and self-documentation.

2023-11-02  Andy Buckley  <andy.buckley@cern.ch>

	* More projection enum improvements.

	* Improve ZFinder enum names and scopes.

2023-11-01  Andy Buckley  <andy.buckley@cern.ch>

	* Simplify and unify jet-enum scopes to JetAlg, JetMuons, JetInvisibles.

2023-10-01  Christian Gutschow  <chris.g@cern.ch>

	* Tagging 3.2.0alpha version with YODA2 and HDF5 support.
	Requires C++17 flag. More detailed write-up in progress.

2023-09-21  Andy Buckley  <andy.buckley@cern.ch>

	* Port selected build improvements from Christian Holm Christensen
	into the main branch.

2023-09-08  Andy Buckley  <andy.buckley@cern.ch>

	* Add a Matrix3::mkRotation(from, to) static factory function, for
	one-liner convenience.

2023-09-07  Christian Gutschow  <chris.g@cern.ch>

	* Fix unit conversion in HepMC3 readEvent method

2023-08-31  Andy Buckley  <andy.buckley@cern.ch>

	* Fix CMS_2021_I1920187 to use size_t or unsigned int types in
	place of non-standard uint.

	* Fix residual DEFAULT_RIVET_... -> RIVET_DEFAULT macro invocations.

	* Add include/Rivet/Analyses/<EXPT>Common.hh files and build info,
	as a user-friendly front-end for the mix of projection and
	non-projection common tools. Removed duplication between Tools and
	Projections experiment-common files.


2023-08-18  Christian Gutschow  <chris.g@cern.ch>

	* Remove logic that parses info file from AnalysisInfo constructor
	and only parse when an analysis is being specifically asked for.

2023-08-02  Christian Gutschow  <chris.g@cern.ch>

	* Fix binary relocation in binrelo.c

2023-06-29  Andy Buckley  <andy.buckley@cern.ch>

	* Make rivet-mkhtml write HTML file before processing images.

	* Fix rivet-mkhtml-mpl autocomplete.

2023-06-22  Andy Buckley  <andy.buckley@cern.ch>

	* Explicitly import YODA and Projection base-class operator= into
	derived classes to silence new GCC13 warnings.

2023-06-22  James Whitehead  <james.whitehead@ifj.edu.pl>

	* Turn parameters (cuts, jet radius, clustering algorithms etc)
	into Rivet options in several common MC analyses.

2023-06-20  Christian Gutschow  <chris.g@cern.ch>

	* Bypass projection comparison during registration if RIVET_CACHE_PROJECTIONS is false.

2023-06-15  Christian Gutschow  <chris.g@cern.ch>

	* Patch projection comparison for SmearedJets (thanks to Mark Owen for the report).

2023-06-14  Christian Gutschow  <chris.g@cern.ch>

	* Patch Make file for some Macs (thanks to Peter Meinzinger for the report
	and Stefan Kiebacher for the solution).

2023-05-16  Andy Buckley  <andy.buckley@cern.ch>

	* Remove tautological assert from particle-ID utils (thanks to
	Markus Seidel for the report).

2023-05-11  Andy Buckley  <andy.buckley@cern.ch>

	* Add workaround for Ubuntu 23.04 putting 'local' in the Python
	platbase path.

2023-05-02  Christian Gutschow  <chris.g@cern.ch>

	* Prevent bookeeping histos from acquiring analysis option
	on the fly as part of merging

2023-04-27  Christian Gutschow  <chris.g@cern.ch>

	* Release 3.1.8

2023-04-27  Andy Buckley  <andy.buckley@cern.ch>

	* Append extra newlines to plugin sources in batched rivet-build.

2023-04-21  Andy Buckley  <andy.buckley@cern.ch>

	* Add ability to control the specific plugin library paths for
	analyses to be loaded from, via new programmatic set and get
	methods on AnalysisLoader and a new RIVET_ANALYSIS_PLUGINS
	environment variable. Mainly intended for use on big HPC MPI
	systems where duplicated filesystem walking is a really bad idea.

2023-03-24  Andrii Verbytskyi  <andrii.verbytskyi@mpp.mpg.de>

	* Remove support for custom ASCII event-file formats.

	* Use an immediate call to HepMC3::deduce_reader() in the file and
	stream opening; drop local attempts to deduce the file format.

	* Require HepMC3 >= 3.2.0

2023-03-13  Andy Buckley  <andy.buckley@cern.ch>

	* Add variations on the discard/select utility functions to
	(particularly) discard single elements by equality rather than
	needing to provide a function.

2023-03-10 Christian Gutschow  <chris.g@cern.ch>

	* Fixes in MC_TAU_Decay plot file, courtesy of George Marsden

2023-02-24  Andy Buckley  <andy.buckley@cern.ch>

	* Provide an implicit cast for FourVector and derived classes to
	PseudoJet, to avoid the incorrect conversion by PJ's template
	constructor.

2023-02-20 Christian Gutschow  <chris.g@cern.ch>

	* Fix unit for Zjj inclusive runs in ATLAS_2017_I1627873

2023-02-20  Andy Buckley  <andy.buckley@cern.ch>

	* ATLAS_2019_I1746286: fix generator ctau description in the info
	file. Thanks to Natalia Korneeva for the report.

2023-02-10 Christian Gutschow  <chris.g@cern.ch>

	* Fix memory leaks in binreloc.c and the merging-related method
	in AnalysisHandler.

2023-02-09 Christian Gutschow  <chris.g@cern.ch>

	* Fix CMS_2015_I1346843 to allow FSR photons from muon decays

2023-02-03 Tomek Procter <t.procter.1@research.gla.ac.uk>

	* Add Support for using ONNX neural nets in Tools/RivetONNXrt.hh

	* Add example analysis demonstrating use of an ONNX neural net.

2023-02-02  Andy Buckley  <andy.buckley@cern.ch>

	* Change/correct DressedLeptons behaviour to accept photons from
	prompt muons and taus. (Return to 2.x behaviour, accidentally
	reverted.)

	* Update ParticleIdUtils content to match latest MCUtils. Includes
	a serious speed-up (6x!) in PID digit decoding!

2023-01-11 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2023_I2621481 D0,D+ -> pi+ pi+ pi- X

2023-01-02 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add MD1_1994_I362599 Lambda spectrum in Upslion(1S) decay
	* Add A2_2014_I1297221 eta -> pi0 gamma gamma

2022-12-27 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add CLEO_1986_I220652 Upsilon photon spectrum
	* Add BESIII_2013_I1126137 J/psi -> 3 gamma
	* Add BESIII_2022_I2618227 D_s -> pi+ pi+ pi- X

2022-12-23 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2022_I2615968 D0 -> K0 pi+ pi-

2022-12-15  Andy Buckley  <andy.buckley@cern.ch>

	* Allow linspace() and aspace() to make reversed edge-sets with start > end.

	* Add powspace() and powdbnspace() uniform-spacing functions for
	power laws, and a generic _fnspace() function for any
	transform/inverse function-pair.

2022-12-15 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BELLE_2009_I803343 B -> Lambdo Lambdabar K(*)
	* Add BABAR_2009_I821188 B0 -> KS0 pi+ pi-
	* Add BABAR_2009_I827787 B -> X_c ell nu

2022-12-14 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BELLE_2009_I817326 B -> K(*) l+ l-
	* Add CLEOC_2008_I784516 psi(2S) -> Jpsi pi pi
	* Add BELLE_2009_I825222 B -> Xs gamma

2022-12-13 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BELLE_2009_I816632 B+ -> D_s(*) K pi

2022-12-09 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BABAR_2009_I813140 B+ -> pi+ pi+ pi-

2022-12-08 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2022_I2611489 Lambda_c semileptonic
	* Add BELLE_2009_I820737 B -> K pi pis(2S)

2022-12-07 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BABAR_2009_I825406 B0 -> a1+ a1-

2022-12-06 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BABAR_2009_I810694 B- -> D+ pi-pi-

2022-12-06 Christian Gutschow  <chris.g@cern.ch>

	* Fix couting of raw vs tmp histos when checking self-consistency
	of output file.

	* Replace regex_match with reg_search to pick up substring
	matches, too.

2022-12-05 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BABAR_2009_I819092 B0 -> Lambdabar p+ pi-

2022-12-01 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BELLE_2010_I871475 B+ -> J/psi or psi(2S) K+ pi+pi-
	* Add BELLE_2010_I862241 b0 > K+ K- KS0

2022-11-29 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BABAR_2012_I1111233 B -> K(*) l+ l-
	* Add BELLE_2016_I1504055 B -> K* l+ -l
	* Add BABAR_2013_I1272843 B -> Xs l+ l-

2022-11-28 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add KEDR_2022_I2593308 J/psi -> rho pi

2022-11-25 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BABAR_2016_I1391152 B -> X l+l-

2022-11-24 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BELLE_2016_I1283183 B -> X l+l-
	* Add BABAR_2015_I1337783 B -> X gamma

2022-11-23 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BABAR_2012_I1079912 B -> Xu ell nu
	* Add BABAR_2011_I901433 B -> phi phi K
	* Add BESIII_2012_I1097066 psi(2S) -> gamma gamma J/psi

2022-11-22 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BELLE_2022_I2512112 B -> D pi ell nu

2022-11-21 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BABAR_2012_I1185407 tau -> 5 and 6 pions

2022-11-18 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BELLE_2013_I1239347 B0 -> psi(2S) K+ pi-
	* Add BELLE_2013_I1247059 B0 -> phi K+ pi-

2022-11-12 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BABAR_2012_I1125567 tau -> pi- KS0 KS0 nu
	* Add BELLE_2014_I1282136 tau -> pi- KS0 KS0 pi0 nu

2022-11-11 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2015_I1376282 J/psi -> gamma eta KS0 KS0
	* Add BESIII_2012_I1079921 J/psi -> gamma p pbar
	* Add BELLE_2013_I1247463 Upsilon(5S) -> Upsilon(nS) pi0 pi0

2022-11-10 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add KLOE_2013_I1186739 eta -> pi+ pi- gamma
	* Add BESIII_2013_I1203841 J/psi -> gamma omega phi

2022-11-08 Christian Gutschow  <chris.g@cern.ch>

	* Fix bug in DELPHI_2011_I890503 and OPAL_2003_I599181, where the
	wrong decay chain was checked for weak decays (thanks to Max
	Knobbe for spotting).

2022-11-08 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2012_I1084539 J/psi -> gamma eta(1405)
	* Add BESIII_2013_I1209121 J/psi -> gamma eta eta
	* Add BABAR_2015_I1308513 B -> J/psi phi K

2022-11-07 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2022_I2135117 J/psi -> gamma eta eta'
	* Add BESIII_2016_I1419650 J/psi -> gamma phi phi
	* Add BELLE_2016_I1454405 J/psi psi(2S) in Upsilon(1S) decays
	* Add BELLE_2017_I1499706 chi_c1 in  Upsilon(1,2S) decays
	* Add BABAR_2018_I1667191 Upsilon(1S) -> pi+pi- gamma
	* Add BESIII_2016_I1437949 J/psi -> eta' pi+ pi-

2022-11-04 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2018_I1674528 e+ spectrum in Lambda_c+ decay
	* Add BELLE_2017_I1598461 B -> K+ K- pi+
	* Add BESIII_2018_I1646687 J/Psi -> gamma gamma phi

2022-11-02  Andy Buckley  <andy.buckley@cern.ch>

	* Change configure script to use the --rpath=no option to
	fastjet-config, removing fragile path-hacking.

	* Add CXXFLAGS and LDFLAGS propagation to the Python-extension
	build script (thanks to Alexander Puck Neuwirth for the
	suggestion).

2022-11-02 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BELLE_2011_I916712 B -> K X(3872)

2022-10-31 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BELLE_2014_I1312626 Bbar0 -> J/psi K- pi+
	* Add BELLE_2021_I1748231 B -> K l+l-
	* Add BELLE_2019_I1728173 B -> K* l+l-

2022-10-29 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2018_I1689296 J/psi -> gamma KS0 KS0
	* Add BESIII_2015_I1373915 J/psi -> gamma pi0 pi0

2022-10-28 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BELLE_2011_I889524 B_s0 -> pi+ pi- J/psi

2022-10-27 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2015_I135282 chi_c -> phi K K pi
	* Add BELLE_2018_I1663447 B+ -> K+ eta gamma
	* Add ATLAS_2018_I1615866 gamma gamma -> mu+ mu-
	* Add ATLAS_2015_I1377585 gamma gamma -> l+ l-
	* Add BABAR_2018_I1668123 D0 -> KS0 pi+ pi-

2022-10-27 Christian Gutschow  <chris.g@cern.ch>

	* Add reentrant marker to MC_DILEPTON.info (thanks to Jens Roggel
	for spotting)

2022-10-26 Tomek Procter <t.procter.1@research.gla.ac.uk>

	* Make logger thread safe(r) by making ColorMap and LevelMap
	thread_local.

2022-10-26 Tomek Procter <t.procter.1@research.gla.ac.uk>

	* Extend RivetLWTNN.hh to allow use of lwt::LightweightGraph

2022-10-26 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BABAR_2017_I1336340 B+ -> KS0 pi+ pi0

2022-10-25 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BELLE_2022_I2169621 B ->D semi-leptonic
	* Add BELLE_2012_I1123656 B0 -> D*+ D*-
	* Add BABAR_2012_I1086537 B -> 3K
	* Add BABAR_2012_I1081760 B0-> pi+pi- K*0

2022-10-24 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BELLE_2015_I1369998 B -> D* omega pi
	* Add BELLE_2015_I1392799 B -> p Lambda D(*)
	* Add BABAR_2015_I1335269 B -> D D K
	* Add BELLE_2015_I1326905 B0 -> Ds K0 pi and B+ Ds K K
	* Add BELLE_2013_I1124584 Bs0 -> Ds* Ds*

2022-10-20 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BABAR_2012_I1122031 B -> Xs gamma
	* Add BELLE_2022_I2167323 B -> Xs gamma
	* Add BABAR_2016_I1409292 B+ -> K+ pi+ pi- gamma
	* Add BABAR_2011_I920989 B0 -> D*0 omega

2022-10-19 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2022_I2166759 J/psi, psi(2S) -> Sigma+ Sigmabar- eta
	* Add BESIII_2022_I2166668 chi_cJ -> Lambda Lambdabar eta
	* Add BESIII_2016_I1484158 J/psi -> gamma eta pi0

2022-10-13  Andy Buckley  <andy.buckley@cern.ch>

	* Enable Cython autoconversion from C++ strings to the appropriate
	str type for Python v2 and v3, eliminating many noisy and fragile
	explicit encode()/decode() calls.

2022-10-08 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BABAR_2013_I1217425 Bbar0 -> Lambda_c+ pbar pi+ pi-
	* Add BELLE_2016_I1408873 B -> chi_c1 and chi_c2

2022-10-06 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BELLE_2022_I2160445 Lambda-c+ -> p 2KS0 and p KS0 eta
	* Add BELLE_2014_I1289224 D0 -> KS0 pi+ pi-

2022-10-03 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BABAR_2012_I946659 B-> D(*) p pbar + pions
	* Add BESIII_2011_I894356 chi_c1 -> gamma + phi,rho,omega

2022-09-30 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2022_I2158325 psi(2S) -> Sigma- Sigmabar+
	* Add BESIII_2013_I1203840 psi(2S) -> pbar K+ Sigma0 and chi_c -> pbar K+ Lambda0
	* Add BESIII_2013_I1261765 psi(2S) -> Lambda 0 Sigmabar+- pi-+ +cc
	* Add BABAR_2012_I1127599 B- -> Sigma_c++ pbar pi- pi-

2022-09-29 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BELLE_2013_I1230342 B_s0 -> Lambda_c+ Lambdabar0 pi-

2022-09-28  Christian Gutschow  <chris.g@cern.ch>

	* Release 3.1.7

2022-09-28 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BELLE_2018_I1642436 B- -> Lambda_c+ Lambdabar_c- K-
	* Add BELLE_2018_I1679584 Bbar0 -> Lambda_c+ Lambdabar_c- Kbar0
	* Add BABAR_2011_I924163 Bbar0 -> Lambda_c+ Lambdabar0 K-
	* Add BELLE_2011_I924618 B- -> pbar Lambda0 D0
	* Add LHCB_2017_I1596893 B0 -> p Lambdabar0 pi- and BS0 -> p Lambdabar0 K-

2022-09-26 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2017_I1509920 psi(2S) -> chi_c e+ e- and chi_c -> J/psi e+e-

2022-09-25 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2018_I1664315 psi(2S) -> eta' e+ e-
	* Add BESIII_2019_I1692688 J/psi -> eta' e+ e-
	* Add BESIII_2014_I1287631 J/psi -> eta, eta', pi0 e+ e-

2022-09-24 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2022_I2141748 psi(2S) -> eta_c e+ e-

2022-09-21 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BELLE_2016_I1487285 eta -> pi+ pi- gamma
	* Add BELLE_2004_I658085 B -> D* + pions
	* Add BESIII_2012_I1128258 chi -> p nbar pi- (pi0)
	* Add BABAR_2010_I850492 Upslion_2(1D) -> pi+ pi- Upsilon
	* Add BESIII_2010_I878544 chi_c -> 4pi0
	* Add BABAR_2016_I14877225 B0 -> D*- 3pi

2022-09-20 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2022_I2153556 Lambda_c+ -> Lambda pi+ pi0
	* Add BELLE_2007_I723916 Lambda_c(2880)+ decay
	* Add LHCB_2015_I1401225 D0 -> K+ pi- mu+ mu-
	* Add BABAR_2019_I1691954 D0 -> K+ pi- e+ e-

2022-09-19 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BELLE_2021_I1809180 Xi(2790)+ decay

2022-09-14  Andy Buckley  <andy.buckley@cern.ch>

	* Add EXAMPLE_NTUPLE_ROOT example analysis showing how to open and
	write to a ROOT ntuple file.

2022-09-10  Markus Seidel  <markus.seidel@cern.ch>

	* Add CMS_2021_I1866118: Z boson plus jets (DPS) at 13 TeV

2022-09-09  Andy Buckley  <andy.buckley@cern.ch>

	* Add EXAMPLE_NTUPLE_CSV example analysis showing how to open and
	write to a CSV ntuple file.

2022-09-08 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BABAR_2006_I722213 Lambda_c+ -> Lambda K+ K0S

2022-09-02 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add LHCB_2014_I1309880 B_c -> J/psi p pbar pi+
	* Add BABAR_2011_I855306 B -> rho, pi semi-leptonic

2022-09-01 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BABAR_2013_I1206605 D+ -> K+ K- pi+

2022-09-01  Andy Buckley  <andy.buckley@cern.ch>

	* Add Analysis::analysisDataPath() and the RivetLWTNN.hh include
	with convenience functions for loading of LWTNN DNNs.

2022-09-01  Tomek Procter  <t.procter.1@research.gla.ac.uk>

	* Add EXAMPLE_LWTNN example analysis, demonstrating use of a
	preserved LWTNN neural network in Rivet.

2022-09-01  Andy Buckley  <andy.buckley@cern.ch>

	* Install more generically named files from the analysis
	plugin/data dirs rather than limiting to the .plot, .info, .yoda*
	set (it's ok, and maybe useful, to install the .cc files)

	* Move EXAMPLE_* analyses, which demonstrate functionality to
	analysis writers rather than being directly useful in compiled
	form, into an uncompiled analyses/examples/ directory.

2022-08-31 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BELLE_2020_I1813380 Lambda_c+ -> eta Lambda pi+
	* Add BELLE_2021_I1895149 B -> Xu l nu

2022-08-30 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add LHCB_2022_I2138845 B_c+ -> chamonium + hadrons
	* Add CLEOII_1996_I397787 Xi_c+ -> Sigma+ K- pi+
	* Add FOCUS_2003_I618864 Xi_c+ -> Sigma+ K- pi+ and Xi- pi+ pi+
	* Add CLEOIII_2004_I627327 Xi_c0 -> p K- K- pi+
	* Add BESIII_2021_I1837968 Lambda_c -> p KS0 eta

2022-08-26 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add LHCB_2022_I1960979  B_c+ -> J/psi pi + 3 hadrons

2022-08-25 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BELLE_2018_I1641071 Omega_c0 decays
	* Add BELLE_2022_I2140379 Lambda_c -> Sigma+ pi0,eta,eta'
	* Add BELLE_2022_I2138841 Lambda_c ->Lambda0,Sigma0 + pi+,K+
	* Add LHCB_2012_I1097092 B_c+ -> J/psi pi and 3pi

2022-08-18  Andy Buckley  <andy.buckley@cern.ch>

	* Hide the bundled eigen3 in a mangled RivetEigen namespace, to avoid clashes.

2022-08-17 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add CLEO_2008_I787608 chi_c pi+pi-2pi0 and K+pi-K0pi0
	* Add BESII_2005_I690784 chi_c0 -> pi+pi- K+K-

2022-08-14 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2022_I2033855 chi_c -> Xi Xibar

2022-08-13 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2014_I1280710 chi_c(1,2) -> eta' K+K-
	* Add BESIII_2022_I2018236 Jpsi -> gamma pi+pi-eta'
	* Add BESIII_2022_I2016785 Jpsi -> gamma eta' eta'

2022-08-12 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BABAR_2010_I879997 D+ -> K- pi+ e+ nu_e

2022-08-11 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2011_I931195 psi(2S)-> chi_c correlations
	* Add BESIII_2012_I1127328 psi(2S) -> K+ K- pi0

2022-08-09 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2019_I1712729 J/psi -> phi eta eta'
	* Add BESIII_2019_I1722111 psi(2S) -> p pbar phi
	* Add BESIII_2019_I1716256 chi_c -> J/psi mu+mu-
	* Add CLEOC_2011_I929693 chi_c1 -> eta pi+pi-
	* Add BESIII_2017_I1490896 chi_c1 -> eta pi+pi-

2022-08-08 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BELLE_2019_I1729311 B0 -> p pbar pi0
	* Add BELLE_2019_I1729723 B0 -> KS0 pi K

2022-08-06 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2020_I1818254 chi_c -> phi phi eta
	* Add BESIII_2019_I1716627 chi_c -> 4KS0

2022-08-05 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BELLE_2021_I1841899 B+ -> phi phi K+

2022-08-04 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2020_I1818254 chi_c -> Sigma0 pbar K+
	* Add BESIII_2017_I1511280 D0 -> K- pi+ pi+ pi-

2022-08-04  Markus Seidel  <markus.seidel@cern.ch>

	* Submission of CMS_2022_I2079374: Z pT over a wide mass range at 13 TeV

2022-08-03 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2017_I1469067 eta' -> pions
	* Add BESIII_2015_I1376484 eta -> pions/ eta'->3pi0
	* Add BESIII_2018_I1623555 eta' -> eta pi pi
	* Add BESIII_2022_I2038523 D_s+ -> f0 e+ nu_e

2022-08-02 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2022_I2105430 eta' -> eta pi0 pi0
	* Add BABAR_2006_I722905 D0 -> K-+ pi+- pi0
	* Add CLEO_2007_I732065 chi_c1 -> pi+pi- eta KKpi
	* Add BESIII_2022_I1997940 J/psi -> e+e- pi+ pi- eta'

2022-08-01 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2022_I2128095 psi(2S) -> Lambda Lambdabar eta
	* Add BESIII_2022_I2102455 D+/D0 -> pions
	* Add BESIII_2022_I2088337 D+ -> KS0 pi+ pi0 pi0

2022-07-31 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BELLE_2019_I1693396 B0 -> D*- semi-leptonic

2022-07-30 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2021_I1974025 e+e- -> Lambda Lambdabar at 3.773 GeV

2022-07-29 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2022_I2127373 Lambda_c+ -> Lambda0 e+ nu_e
	* Add BESIII_2021_I1921775 psi(2S) -> Xi*0 Xibar*0
	* Add BESIII_2021_I1870388 chi_c -> n KS0 Lambdabar

2022-07-28 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESII_2006_I716589 psi(2S) -> p nbar pi- +cc
	* Add BESIII_2016_I1411448 J/psi -> p pbar phi

2022-07-27 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2019_I1711896 Lambda_c+ _> eta pi+ Lambda
	* Add BESII_2006_I650381 J/psi -> p nbar pi- +cc
	* Add BELLE_2005_I660759 Xi_c0 -> p K- K- pi+
	* Add BESIII_2013_I1227512 psi(2S)-> p pbar eta

2022-07-27  Andy Buckley  <andy.buckley@cern.ch>

	* Upgrade eigen3 and yaml-cpp bundling to remove compiler warnings.

2022-07-27  Andy Buckley  <andy.buckley@cern.ch>

	* Require FastJet version 3.4.0 -- update list of plugin libs to
	use the single libfastjetplugins.so library.

2022-07-26 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2022_I2122392 psi(2S) -> Lambda Lambdabar omega
	* Add BESIII_2022_I2122399 Lambda_c+ -> p K- e+ nu_e
	* Add BELLE_2021_I1835729 Xi_c0 -> K+ K- Xi0
	* Add BESII_2009_I819937 J/psi -> p pbar pi0
	* Add BES_2001_I556330 J/psi -> p pbar eta

2022-07-25 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2019_I1709205 J/psi psi(2S) -> p pbar eta'
	* Add BESIII_2012_I1187787 eta_c -> KKpi dalitz
	* Add BESIII_2013_I1120737 psi(2S) -> p pbar pi0
	* Add BESIII_2013_I1223625 J/psi -> p pbar omega

2022-07-24 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2021_I1921801 psi(2S) -> omega KS0 KS0
	* Add BES_2005_I689969 psi(2S) -> pi+ pi- pi0
	* Add BESIII_2020_I1771616 psi(2S) -> K+ K- eta

2022-07-23 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add CLEO_2004_I654843 D0 -> pi-, K- e+ nu_e
	* Add BESIII_2017_I1624548 psi(2S) -> gamma chi_c

2022-07-22 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2017_I1507887 psi(2S) -> gamma chi_c
	* Add CLEO_2009_I832707 psi(2S) -> gamma chi_c
	* Add CLEO_2013_I1081165 D -> rho e nu

2022-07-21  Christian Gutschow  <chris.g@cern.ch>

	* rivet-merge -a now supports analysis specific (ANA:OPT=VAL)
	as well as global (:OPT=VAL) analysis options

2022-07-21 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2015_I1386254 D+ -> omega ell nu
	* Add BESIII_2016_I1411645 D+ -> K- pi+ e nu

2022-07-20 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BABAR_2013_I1247460 B+ -> omega ell nu
	* Add BESIII_2019_I1694530 D -> pipi ell nu
	* Add BABAR_2012_I1125973 B -> pi,omega, eta ell nu
	* Add BABAR_2008_I790461 D_s+ -> K+K- e+ nu_e

2022-07-19 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2018_I1705754 D0 -> Kbar0 pi- e+ nu_e

2022-07-18 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2021_I1940222 D -> K pi omega decays
	* Add FOCUS_2007_I741543 D0 -> 2pi+ 2pi-
	* Add LHCB_2018_I1704426 D0 -> K+K-pi+pi-
	* Add BESIII_2018_I1693610 D -> K pi eta' decays

2022-07-17 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add CLEO_2017_I1519168 D0 -> K+K-pi+pi- and 2pi+ 2pi-

2022-07-14 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add CLEO_2009_I822856 D_s+ -> pi+ pi0 omega
	* Add FOCUS_2004_I663820 D0 -> K+K-pi+pi-
	* Add BESIII_2022_I1900094 D0 -> omega phi

2022-07-12 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add CLEO_2012_I1086166 D0 -> K+K-pi+pi-

2022-07-11 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add FOCUS_2003_I626320 D0 -> K-K-K+pi+
	* Add new DecayedParticles projection to try and speed up code

2022-07-11  Christian Gutschow  <chris.g@cern.ch>

	* Submission of ATLAS_2022_I2077570

2022-07-10  Dmitry Kalinkin  <dmitry.kalinkin+hepcedar@gmail.com>

	* Fixed RatioPlotDrawReferenceFirst and ErrorTubeLineDash options in
	make-plots.

2022-07-10 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2019_I1714778 D+ -> KS0 pi+pi+pi-
	* Add BESIII_2018_I1662665 D0 -> pi0 eta eta
	* Add BESIII_2019_I1725265 D0 -> K- pi+ pi0 pi0
	* Add BESIII_2022_I1864775 J/Psi -> Xi- Xibar+
	* Add BESIII_2022_I2099144 psi(2S) -> Xi- Xibar+
	* Add BESIII_2022_I2071715 J/Psi -> Lambda Lambdabar

2022-07-09 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2021_I1849747 D_s+ -> K+K-pi+pi+pi-
	* Add BESIII_2022_I2099126 Lambda -> n gamma asymmetry

2022-07-08 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2021_I1849747 D_s+ -> K+K-pi+pi0
	* Add BESIII_2021_I1870322 D_s+ -> pi+ pi+ pi- eta
	* Add BESIII_2019_I1712742 D_s+ -> eta, eta' semi-leptonic
	* Add BESIII_2022_I2088218 D_s+ -> K+ pi+ pi- pi0
	* Add BESIII_2021_I1845444 D_s+ -> KS0 K- pi+ pi+

2022-07-07 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2017_I1621266 J/psi psi2s -> pi+pi-eta'

2022-07-06 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2020_I1830421 eta' -> e+e- pi+pi-

2022-07-05 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2018_I1703033 omega -> pi+pi-pi0

2022-07-04 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2019_I1731057 J/psi -> K+K-pi0

2022-07-02 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add MC_EtaC_Dalitz eta_c dalitz decays

2022-07-01 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BELLE_2020_I1785816 D0 -> K- pi+ eta
	* Add CLEO_2005_I679349 D0 -> pi+ pi- pi0
	* Add CLEO_2012_I1094160 D0 -> KS0 K+- pi-+
	* Add LHCB_2016_I1394391 D0 -> KS0 K+- pi-+

2022-06-30 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2022_I2030993 D_s+ -> pi+ pi0 eta'
	* Add CLEO_2004_I649917 D0 -> KS0 pi0 eta

2022-06-29 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BABAR_2007_I749390 D0 -> K+K+pi0 dalitz

2022-06-25 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2020_I1799437 D0 -> KS0 K+K- dalitz

2022-06-24 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add CLEO_2008_I791716 D+ -> K+ K- pi+
	* Add LHCB_2019_I1720423 D+ -> K+ K+ K-

2022-06-23 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2022_I2070086 D_s+ -> KS0 K+ pi0
	* Add BESIII_2022_I2084294 D_s+ -> K+ pi+ pi-
	* Add FOCUS_2004_I654030 D+/D_s+ -> K+ pi+ pi-

2022-06-22 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2019_I1724547 D_s+ -> pi+ pi0 eta
	* Add BESIII_2021_I1854317 D_s+ -> pi+ pi0 KS0
	* Add BESIII_2022_I1945692 D_s+ -> KS0 KS0 pi+

2022-06-21  Jack Araz  <andy.buckley@cern.ch>

	* Add HEPTopTagger interface (since made optional, with no-build
	example analysis)

2022-06-21 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2021_I1830524 Ds+ -> K+K-pi+

2022-06-19 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add CLEO_2003_I633196 D0 -> Kbar0 pi+ pi-
	* Add BABAR_2010_I853279 D0 -> Kbar0 pi+ pi-/K+K-

2022-06-18 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BABAR_2021_I1867843 eta_c -> pipi eta(') KK eta' dalitz
	* Add BABAR_2015_I1403544 eta_c -> KKpi dalitz
	* Add BABAR_2017_I1512302 J/psi dalitz plots
	* Add BESIII_2012_I1088606 J/psi psi(2S) -> pi+pi-pi0

2022-06-16 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add E691_1992_I342947 D -> K pipi Dalitz decays
	* Add MARKIII_1987_I247266  D -> K pipi Dalitz decays
	* Add CLEOII_2001_I537154 D0 -> K- pi+ pi0 dalitz
	* Add CLEOC_2007_I749602 D+ -> pi+pi+pi- dalitz
	* Add BABAR_2014_I1287632 eta_c dalitz decays

2022-06-15 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add FOCUS_2007_I750701 D_s+, D+ -> pi+pi+pi-
	* Add BESIII_2021_I1909391  D_s+ -> pi+pi+pi-
	* Add BABAR_2008_I792597  D_s+ -> pi+pi+pi-

2022-06-12 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2021_I1929365 D_s+ -> pi+ pi0 pi0 pi0 dalitz
	* Add BESIII_2021_I1859124 D+ -> K+ KS0 pi0 dalitz

2022-06-10 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add FOCUS_2007_I750701 D+ -> K- pi+ pi+ dalitz

2022-06-09 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add CLEOC_2008_I780363 D+ -> K- pi+ pi+ dalitz

2022-06-07 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add E791_2002_I585322 D+ -> K- pi+ pi+ dalitz

2022-06-06 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2014_I1277070 D+ -> KS0 pi+ pi0 dalitz

2022-05-30 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add CLEOC_2011_I913909 D0 -> K_S0 pi0 pi0
	* Add E791_2001_I530319 D_s+ -> pi+ pi+ pi-
	* Add E791_2001_I530320 D+ -> pi+ pi+ pi-

2022-05-29  Christian Gutschow  <chris.g@cern.ch>

	* Fix various labelling issues in ATLAS_2019_I1736531, ATLAS_2019_I1740909,
	ATLAS_2019_I1750330 and ATLAS_2019_I1772062 as reported by Natalia Korneeva

2022-05-27 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BABAR_2016_I1441203 D0->pi+pi-pi0

2022-05-26 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BABAR_2007_I747154 D0->pi+pi-pi0

2022-05-21 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BABAR_2010_I878120 D_s+->K+K-pi+

2022-05-18  Andy Buckley  <andy.buckley@cern.ch>

	* Suppress spurious 'unused argument' warning from clang as called from rivet-build.
2022-05-17  Markus Seidel  <markus.seidel@cern.ch>

	* Submission of CMS_2021_I1963239: Measurement of inclusive and Mueller-Navelet dijet cross sections and their ratios at 2.76 TeV

2022-05-17  Markus Seidel  <markus.seidel@cern.ch>

	* Submission of CMS_2021_I1963239: Measurement of inclusive and Mueller-Navelet dijet cross sections and their ratios at 2.76 TeV

2022-05-16 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BABAR_2008_I781294 and BABAR_2012_I1123662 b-> s gamma

2022-05-13  Christian Gutschow  <chris.g@cern.ch>

	* Release 3.1.6

2022-05-05  Andy Buckley  <andy.buckley@cern.ch>

	* Allow the rivet script's -p option to be given multiple times,
	or to contain a comma-separated list of files to load cf. the -a
	argument. readData() is called for each specified preload file, in
	order.

2022-05-05 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2016_I1504943 eta' -> pi0 gamma gamma decays

2022-04-21 Peter Richardson <peter.richardson@durham.ac.uk>

        * Add CRYSTAL_BALL_1991_I297905 pi0/eta Upslion and continuum
        * Add CRYSTAL_BALL_1989_I263581 electron spectrum in B decays
	* Add ARGUS_1987_I248655        photon spectrum in Upsilon(1S) decays
	* Add CRYSTAL_BALL_1991_I315873 photon spectrum in Upsilon(1S) decays
	* Add CRYSTAL_BARREL_1997_I456942 eta'-> pi+ pi- gamma decays

2022-04-20  Andy Buckley  <andy.buckley@cern.ch>

	* Add a pseudojets() method and automatic conversion operator to
	Particles.  It sets the user index so the constituents will match
	the indices of the particle or jet vector used as input.

	* Move the Jets and Particles definitions into the .hh headers.

2022-04-06  Markus Seidel  <markus.seidel@cern.ch>

	* Submission of CMS_2017_I1497519: Z boson in association with jets at 8 TeV

2022-03-29  Andy Buckley  <andy.buckley@cern.ch>

	* Replace the distutils extension build & install with a handmade one.

2022-03-29  Andy Buckley  <andy.buckley@cern.ch>

	* Replace the distutils extension build & install with a handmade one.

2022-03-25  Andy Buckley  <andy.buckley@cern.ch>

	* Fall back to old calculation of y in DISKinematics if Q2 is zero. Thanks to Peter Meinzinger.

2022-03-18  Andy Buckley  <andy.buckley@cern.ch>

	* Add MissingMom typedef for MissingMomentum.

	* Add vectorEt/PtMiss() and scalarEt/PtMiss() methods to MissingMomentum.

	* Use ThreeMomentum in MissingMomentum for the vectorPt() etc.

	* Add ThreeMomentum/P3 type with momentum-oriented method names, cf. FourVector->FourMomentum.

	* Add a pseudojets() method to the Jets container type.

2022-03-12 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2022_I2047667 e+e- > eta omega and omega pi0

2022-03-02  Andy Buckley  <andy.buckley@cern.ch>

	* Fix ATLAS_2020_I1790256 finalize to avoid divide-by-zero if no events passed cuts.

	* Add finalize-scaling protection in ATLAS_2020_1790256.

2022-03-02 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add LHCB_2017_I1621811 lambda_b semileptonic decay
	* Add LHCB_2020_I1787090 B_s semileptonic decay

2022-02-28 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2022_I2039027 e+e- > pi+pi-eta
	* Add LHCB_2012_I1114753 Lambda_b(5920) decays

2022-02-17 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2022_I2033007 e+e-> K+K-pi0

2022-02-11  Markus Seidel  <markus.seidel@cern.ch>

	* Submission of CMS_2020_I1776758: Production of a Z boson with at least one charm or bottom quark jet at 13 TeV

	* Submission of CMS_2021_I1972986: Double-differential inclusive jet cross sections at 13 TeV

	* Submission of CMS_2021_I1978840: W+gamma differential cross sections at 13 TeV

2022-02-07  Markus Seidel  <markus.seidel@cern.ch>

	* Fix for CMS_2018_I1680318 (thanks to Armando Bermudez Martinez)

2022-02-02  Andy Buckley  <andy.buckley@cern.ch>

	* Add a warning about event numbers if the subevent staging list
	gets very long (report by Michal Kreps, suggestion by Andrii
	Verbytskyi).

2022-01-11 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BABAR_2009_I827985 D_s** helicity angles
	* Add plots to helicity D, D_s helicity angle analyses

2022-01-10  Christian Gutschow  <chris.g@cern.ch>

	* Add support for explicit generator variation cross-sections

	* Implement MCnet weight conventions

2022-01-06  Christian Gutschow  <chris.g@cern.ch>

	* Adding more histograms to MC_MET and improving the binning (many
	thanks to Jan Kretzschmar).

2022-01-04 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2021_I1929314 e+e- -> 4 charged particles(pi0)

2022-01-03 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2021_I1999208 e+e- -> omega pi0pi0

2021-12-29  Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2021_I1996394 R measurement

2021-12-28  Peter Richardson <peter.richardson@durham.ac.uk>

	* Add A2_2017_I1498079 pi0 dalitz
	* Add NA60_2016_I1452485 eta and omega mu+mu- dalitz
	* Add BESIII_2021_I1997451 e+e- -> phi pi+pi-

2021-12-15  Andy Buckley  <andy.buckley@cern.ch>

	* Fix the 'polarity' of the optional argument to AnalysisHandler::checkBeams().

2021-12-14  Andy Buckley  <andy.buckley@cern.ch>

	* Add strcat() variadic template function to Rivet utils.

2021-12-07  Andy Buckley  <andy.buckley@cern.ch>

	* Use explicit energy-unit factors when calling Analysis::isCompatibleWithSqrtS().

2021-12-13  Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2019_I1736235 e+e- > n nbar

2021-12-05  Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2021_I1933191 e+e- > pi+pi- psi(2S)
	* Add BELLE_2017_I1610301 upslion-> upsilon pi+pi-

2021-12-03  Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2021_I1900124 e+e- > Lambda Lambdabar
	* Add BESIII_2021_I1845443 e+e- > p pbar eta/omega

2021-12-09  Andy Buckley  <andy.buckley@cern.ch>

	* Analysis.h: add auxFile() and auxData() methods to load and read
	data from HDF5 analysis auxiliary-data files.

	* Add RivetHDF5.hh header with convenience functions for HDF5 file
	and dataset loading. Requires highfive.
	
2021-12-02  Andy Buckley  <andy.buckley@cern.ch>

	* Allow manual use of analysis-plugin make-targets after
	configuring with --disable-analyses.

2021-11-09  Markus Seidel  <markus.seidel@cern.ch>

	* Submission of CMS_2012_I1089835 (b-jet production at 7 TeV),
	CMS_2019_I1753720 (ttbb production at 13 TeV), CMS_2021_I1847230
	(angular distance and momentum ratios in 3-jet and Z+2-jet events
	at 8 and 13 TeV), CMS_2021_I1920187_DIJET/ZJET (quark and gluon
	jet substructure at 13 TeV), CMS_2021_I1932460 (double-parton
	scattering in 4-jet events at 13 TeV)

2021-11-06  Andy Buckley  <andy.buckley@cern.ch>

	* Release 3.1.5

2021-11-05  Johannes Jahan <jahan.johannes@gmail.com>

	* Changed the first labelling in ATLAS_2016_I1467230 from "/*" to "/d01-*"

2021-10-28  Andy Buckley  <andy.buckley@cern.ch>

	* Use the new Ref(Un)match regex info to filter unwanted objects
	from ref files during HepData sync.

	* Add support for Warning, RefMatch, and RefUnmatch keys in
	analysis info files, mapped to the Analysis and AnalysisInfo APIs.

2021-10-27  Andy Buckley  <andy.buckley@cern.ch>

	* Add testing, warning messages, and unit tests for negative-virtuality FS particles.

	* Fix the analysis-plugin uninstall target.

2021-10-17  Peter Richardson <peter.richardson@durham.ac.uk>

	* Add SND_2021_I1942539 e+e- > eta eta gamma

2021-10-12  Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2021_I1940960 e+e- > Sigma- Sigmabar0

2021-10-08  Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2021_I1859248 e+e- > phi Lambda Lambdabar

2021-10-06  Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BABAR_2021_I1938254 e+e- > pi+pi 4pi0 and  pi+pi 3pi0 eta
	* Add BESIII_2021_I1867196  e+e- > D_s* D_sJ
	* Add BESIII_2021_I1868813 K0S production in charmonium region
	* Add BESIII_2021_I1908066 J/Psi production in charmonium region

2021-10-04  Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BABAR_2021_I1937349 e+e- > pi+pi-pi0

2021-10-01  Andy Buckley  <andy.buckley@cern.ch>

	* Remove many const return-by-value signatures, and other sloppy
	or meaningless C++ antipatterns flagged by the icpc build.

	* Add SFINAE x/y/z/t() method detection to Vector4 constructors,
	and explicit .pseudojet() calls to Particles and Jets passed to
	PseudoJet constructors (since those live in external code and we
	can't SFINAE-protect them). These were breaking the build on Intel
	compilers -- thanks to Chris Chang for the report.

2021-09-28  Peter Richardson <peter.richardson@durham.ac.uk>

	* Add LHCB_2016_I1414195.cc excited D_s decays
	* Add BABAR_2010_I845914 e+e- -> e+e- eta_c via gamma gamma

2021-09-23  Peter Richardson <peter.richardson@durham.ac.uk>

	* Add SLD_1995_I378545 events shapes at MZ

2021-09-22  Peter Richardson <peter.richardson@durham.ac.uk>

	* Add MARKII_1982_I178416 charged particle spectra at 5.2, 6.5 and 29 GeV

2021-09-21  Peter Richardson <peter.richardson@durham.ac.uk>

	* Add L3_1992_I334954 event shapes at MZ
	* Add MARKII_1988_I250899 EEC at 29 GeV
	* Add DELPHI_2000_I522656 event shapes vs thrust

2021-09-20  Peter Richardson <peter.richardson@durham.ac.uk>

	* Add HRS_1989_I276948 rho, K*0 and K*+ spectra at 29 GeV
	* Add TASSO_1984_I194774 D_s spectrum at 34.7 GeV
	* Add DELPHI_1993_I356732 charm spectra
	* Add JADE_1984_I221004 D*0 spectra

2021-09-19  Peter Richardson <peter.richardson@durham.ac.uk>

	* Add DELPHI_2001_I526164 spectra in WW
	* Add HRS_1986_I17781 Lambda spectrum in e+e- at 29 GeV
	* Add HRS_1985_I213242 D_s and phi spectrum in e+e- at 29 GeV
	* Add HRS_1986_I18688  f_2, f_0 and K_2 spectrum in e+e- at 29 GeV

2021-09-16  Peter Richardson <peter.richardson@durham.ac.uk>

	* Add HRS_1987_I215848 hadron spectrum in e+e- at 29 GeV
	* Add MARKII_1988_I246184 event shape in e+e- at 29 GeV

2021-09-15  Peter Richardson <peter.richardson@durham.ac.uk>

	* Add MARKII_1987_I234976 Xi- spectrum in e+e- at 29 GeV
	* Add MARKII_1988_I261194 eta spectrum in e+e- at 29 GeV
	* Add MARKII_1982_I177606 D*+ spectrum in e+e- at 29 GeV
	* Add MARKII_1985_I207785 K0/K+ spectrum in e+e- at 29 GeV
	* Add MARKII_1985_I209198 Lambda spectrum in e+e- at 29 GeV

2021-09-14  Peter Richardson <peter.richardson@durham.ac.uk>

	* Add MARKII_1987_I247900 Omega spectrum in e+e- at 29 GeV

2021-09-07  Peter Richardson <peter.richardson@durham.ac.uk>

	* Add PLUTO_1984_I204487 gamma gamma -> pi+pi-
	* Add MARKII_1984_I195739, MARKII_1986_I220003 gamma gamma -> pi+pi-/K+K-

2021-09-06  Peter Richardson <peter.richardson@durham.ac.uk>

	* Add TPC_1986_I228072, ALEPH_2003_I626022, CLEO_1994_I372230 gamma gamma -> pi+pi-/K+K-

2021-09-05  Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BELLE_2003_I629334, BELLE_2005_I667712 gamma gamma -> K+K-

2021-09-02  Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BELLE_2007_I749358, MARKII_1990_I304882, VENUS_1995_I392360 gamma gamma -> pi+pi-

2021-09-01  Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2021_I1866233 e+e-> Xi0 Xibar0

2021-08-30  Christian Gutschow  <chris.g@cern.ch>

	* submission of ATLAS_2019_I1768911 (Z pT and phi* and at 13 TeV)

2021-08-13  Andy Buckley  <andy.buckley@cern.ch>

	* Provide more options to specify the Cython command to be
	used. Thanks to Christian Holm Christensen.

	* Separate the DESTDIR from prefix in the Python module
	installation, to clean up FreeBSD packaging. Thanks to Dmitry
	Kalinkin.

2021-07-19  Christian Gutschow  <chris.g@cern.ch>

	* introduce isCompatibleWithSqrtS function for sqrtS dependent hist booking,
	falls back to ENERGY option to make routines reentrant safe

	* fix back for CounterPtr filling: no fill should mean no fill, not fill using weight 0

2021-07-12  Andy Buckley  <andy.buckley@cern.ch>

	* Add ability for mkhtml to use pdfunite in place of pdftk and
	pdfmerge for making a booklet.


2021-06-26  Christian Gutschow  <chris.g@cern.ch>

	* fix indentation in MC_MUONS.info

	* add per-file print out to rivet-merge

	* support keyboard interruption in rivet-merge

2021-06-22  Andy Buckley  <andy.buckley@cern.ch>

	* Correction to use xE rather than xP in OPAL_1997_S3396100, by Adil Jueid.

2021-06-21  Andy Buckley  <andy.buckley@cern.ch>

	* New CMS analyses: CMS_2020_I1794169 (WZ and same-sign WW boson
	pairs), CMS_2020_I1814328 (W+W- boson pair production), and
	CMS_2020_I1837084 (Z-boson differential production cross section
	using its invisible decay mode; NB: runs on Z->mumu sample)

	* Improve option handling for booleans, and exception emission
	with incompatible casts.

2021-06-04  Andy Buckley  <andy.buckley@cern.ch>

	* Add a default-value argument to the string version of getOption().

	* Change the DressedLepton single-FS name from barefs to allfs, to reduce confusion.

	* Add DIRECT and DRESSED options to MC_ELECTRONS and MC_MUONS.

2021-06-01  Andy Buckley  <andy.buckley@cern.ch>

	* Fix dressed-lepton origin position for the standard, non-jet-clustering mode.

	* Remove raw int baryon counter from STAR_2006_S6860818.

2021-05-31  Christian Gutschow  <chris.g@cern.ch>

	* catch low-stats crash in LHCB_2013_I1208105 reported by Jan Kretzschmar

2021-05-31  Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2021_I1866051 e+e-> K0K0

2021-05-30  Christian Gutschow  <chris.g@cern.ch>

	* Improve error message for when the calibration file has been forgotten

2021-05-16  Andy Buckley  <andy.buckley@cern.ch>

	* Remove numerical epsilon cutoff for pseudorapidity calculation:
	inf is a perfectly good value for beamline momenta. Regression
	test updated.

2021-05-14  Peter Richardson <peter.richardson@durham.ac.uk>

	* Fix normalisation in OPAL_2004_I631361.cc

2021-05-13  Andy Buckley  <andy.buckley@cern.ch>

	* Add convenience V2, V3, V4, and P4 alias names for the vector types.

	* Add tests for eta and rapidity values calculated in particular for +-z vectors.

2021-05-06  Christian Gutschow  <chris.g@cern.ch>

	* Allowing file.yoda:x1.23 and file.yoda:=1.23 as rivet-merge arguments
	to multiply or overwrite the cross-section respectively

2021-05-05  Andy Buckley  <andy.buckley@cern.ch>

	* Add LHCB_2010_S8758301 -> LHCB_2010_I865584 alias, requested by LHCb.

2021-04-28  Peter Richardson <peter.richardson@durham.ac.uk>

	* BABAR_2009_I821653 gamma gamma -> pi0
	* BABAR_2011_I883525 gamma gamma -> eta eta'
	* BABAR_2018_I1691222 gamma gamma -> eta'

2021-04-27  Peter Richardson <peter.richardson@durham.ac.uk>

	* BELLE_2012_I1114749 gamma gamma -> pi0

2021-04-24  Peter Richardson <peter.richardson@durham.ac.uk>

	* BESIII_2021_I1847766 e+e- > p pbar
	* BELLE_2021_I1859137 e+e- > B(*)B(*)

2021-04-23  Peter Richardson <peter.richardson@durham.ac.uk>

	* BELLE_2021_I1851126 Xi_c0 decay assymetries

2021-04-22  Peter Richardson <peter.richardson@durham.ac.uk>

	* BELLE_2021_I1859571 Xi_c0 decay assymetries

2021-04-13  Peter Richardson <peter.richardson@durham.ac.uk>

	* BESIII_2021_I1857930 e+e- > phi eta

2021-04-13  Christian Gutschow  <chris.g@cern.ch>

	* Adding zero-division protection in AH::setCrossSection (spotted
	by P. Ilten, thanks!)

2021-04-12  Christian Gutschow  <chris.g@cern.ch>

	* Submission of MC_HFDECAYS (MC-only validation routine for
	heavy-flavour hadron decays)

2021-04-09  Andy Buckley  <andy.buckley@cern.ch>

	* Add Analysis::barchart() functions for converting histos to
	inert 'bar charts' without bin-width scaling. Sometimes necessary,
	e.g. for reporting infinite-width bin contents.

2021-04-06  Andy Buckley  <andy.buckley@cern.ch>

	* Update bundled yaml-cpp to version 0.6.3

2021-04-05  Andy Buckley  <andy.buckley@cern.ch>

	* Release 3.1.4

2021-03-27  Christian Gutschow  <chris.g@cern.ch>

	* Implement pair-wise version of rivet-merge

2021-03-26  Johannes Jahan  <johannes.jahan@subatech.in2p3.fr>

	* Fixes to histogram double-booking in STAR_2017_I1510593.
	Some residual inconsistencies with HepData uncertainties.

2021-03-25  Christian Gutschow  <chris.g@cern.ch>

	* Submission of ATLAS_2021_I1852328 (WW production at 13 TeV)
	and ATLAS_2020_I1808726 (multijet event shapes at 13 TeV)

2021-03-25  Andy Buckley  <andy.buckley@cern.ch>

	* Fix a finalize crash if there are no analyses, due to lack of
	active weight stream for the global event counter.

2021-03-24  Christian Holm Christensen  <cholm@cern.ch>

	* Add a preload option to rivet-merge.

2021-03-24 Peter Richardson <peter.richardson@durham.ac.uk>

	* BESIII_2021_I1853007 e+e- > n nbar
	* BESIII_2020_I1837725 e+e- > 2p 2 pbar

2021-03-23  Christian Gutschow  <chris.g@cern.ch>

	* Tweak AnalysisHandler to allow rivet-merge with
	user-supplied cross-sections per file

2021-03-23  Andy Buckley  <andy.buckley@cern.ch>

	* Add a --font=euler option to the make-plots scripts.

	* Remove use of the mathastext package in make-plots Helvetica
	plotting mode, using sansmath's eulergreek option instead.

2021-03-22  Andy Buckley  <andy.buckley@cern.ch>

	* Fix the Run GZip-testing byte magic to use 2 rather than 4
	bytes. Thanks again to Christian Holm Christensen.

	* Fix the analysis-keyword matching logic: thanks to Christian
	Holm Christensen and Dmitri Kalinkin.

2021-03-18  Christian Gutschow  <chris.g@cern.ch>

	* Add some more debug info to AnalysisHandler.

	* Do not add empty Scatter1DPtr for cross-section unless equiv is true.

	* Thanks to Christian Holm Christensen.

2021-03-15  Christian Gutschow  <chris.g@cern.ch>

	* Submission of ATLAS_2020_I1788444 (Z + b(b) at 13 TeV)

2021-03-09  Andy Buckley  <andy.buckley@cern.ch>

	* Add protection against accidental double-slashes in built paths
	passed to TeX's kpathsea library. Thanks to Martin Habedank for
	the report.

2021-03-01  Markus Seidel  <markus.seidel@cern.ch>

	* Submission of CMS_2017_I1608166 (Identified particles in MB @ 13 TeV).
	NOTE: ratio output disabled until ratio plots are in HepData.

	* Submission of CMS_2017_I1471281 (W and Z pt @ 8 TeV)

2021-02-20 Peter Richardson <peter.richardson@durham.ac.uk>

	* BABAR_2021_I1844422 e+e- -> 2pi+2pi-2pi0(pi0,eta)

2021-02-09  Christian Gutschow  <chris.g@cern.ch>

	* Submission of ATLAS_2019_I1736531 (UE in Z @ 13 TeV)

2021-02-02  Andy Buckley  <andy.buckley@cern.ch>

	* Fix osdir build behaviour on Macs (thanks to Ilkka Helenius for the report and patch).

2021-01-31  Christian Gutschow  <chris.g@cern.ch>

	* v2 HepData sync for ATLAS_2018_I1635273

2020-12-21  Andy Buckley  <andy.buckley@cern.ch>

	* Add a stream-based AH::writeData variant, and map it to Python.

	* Add missing list-analyses flag initialisation to Run.

2020-12-15 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add  BESIII_2020_I1836509 e+e- > pi+pi- eta'

2020-12-11  Andy Buckley  <andy.buckley@cern.ch>

	* Make rivet-merge work for analyses with sqrt(s)-dependent
	binnings, by allowing the first preloaded-AO hookup to overwrite
	the registered AO if there's a binning mismatch.

2020-12-03  Andy Buckley  <andy.buckley@cern.ch>

	* Add behaviour overrides for rivet-build to force no
	concatenation, or maximal concatenation, of analysis source files,
	and use them in specific and full CI validation runs so both modes
	are tested before release. Fix analyses with missing includes,
	flagged by the no-cat build.

2020-11-30  Christian Gutschow  <chris.g@cern.ch>

	* Support whitespace in weight names

2020-11-26  Andy Buckley  <andy.buckley@cern.ch>

	* Release 3.1.3

2020-11-25  Andy Buckley  <andy.buckley@cern.ch>

	* Add consistently 'RIVET_'-prefixed versions of the CTOR and
	PLUGIN macros, to be the preferred future form from 3.2.0 onwards.

	* Add LHCB_2016_I1454404 (W/Z at 8 TeV), and LHCB_2015_I1396331 &
	LHCB_2016_I1490663 (open charm). Thanks to Alex Grecu and others in LHCb.

2020-11-24  Andy Buckley  <andy.buckley@cern.ch>

	* Add an explicit configure test and override variable for the cython executable.

2020-11-23  Jon Butterworth <J.Butterworth@cern.ch>

	* Use more numerically robust x and y definitions in DISKinematics

2020-11-20  Andy Buckley  <andy.buckley@cern.ch>

	* Relax some restrictions on Sphericity calculation.

	* Backport master-branch tolerance of no-beam events and no-xsec runs to 3.1.x.

2020-11-19  Andy Buckley  <andy.buckley@cern.ch>

	* Add a --no-downloads flag to rivet-mkanalysis.

2020-11-11  Andy Buckley  <andy.buckley@cern.ch>

	* Add a GROOM option to MC_JETS.

2020-11-10  Andy Buckley  <andy.buckley@cern.ch>

	* Add LHCB_2018_I1662483 (forward dilepton top-pair production
	cross-section). Thanks to Alex Grecu!

	* Add mixed-arithmetic-type min(n1,n2) and max(n1,n2) functions,
	using std::common_type.

	* Adding CMS_2018_I1620050 (dileptonic ttbar at 13 TeV) and
	CMS_2019_I1744604 (t-channel single top at 13 TeV). Thanks to
	Markus Seidel and Matthias Komm.

2020-11-06  Andy Buckley  <andy.buckley@cern.ch>

	* Move the experiment-specific smearing functions into
	ExptSmearingFunctions.hh, with SmearingFunctions.hh retained for
	UI simplicity and backward compatibility.

	* Improve the ATLAS Run 2 MET smearing function to incorporate the
	Run 2 linearity and resolution dependences.

	* Refine the ATLAS and CMS MET functions to avoid a peak at MET=0
	from negative Gaussian smearing.

2020-11-03  Christian Gutschow  <chris.g@cern.ch>

	* Add mT plot to MC_WINC

	* Use options for MC_VINC, MC_VJETS, MC_VKTSPLITTINGS

2020-11-02  Andy Buckley  <andy.buckley@cern.ch>

	* Add a list of fastjet::Transformer to FastJets, to be applied in
	order. Transformers don't currently have a comparison operator, so
	if this list is non-empty, we have to report the projection as
	non-equivalent and recompute duplicates -- for now -- but it
	works, and we can feed back that improvement (again).

2020-10-29  Andy Buckley  <andy.buckley@cern.ch>

	* Tidy jet distance measure enums, introducing convenience AKT, CA, and CAMBRIDGE aliases.

	* Add missing 'inline' declarations to all high-level filter functions.

	* Add missing (i)discard/selectIfAll high-level filtering functions.

	* Correct logical bugs in (i)selectIfAnyDeltaR/Phi function logic:
	it's not just the equivalent of the discard versions.

2020-10-24  Christian Gutschow  <chris.g@cern.ch>

	* Submission of ATLAS_2019_I1750330

2020-10-19 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2020_I1823448 e+ e- > Xi- Xibar+

2020-10-08  Andy Buckley  <andy.buckley@cern.ch>

	* Add bare-lepton origin position to DressedLepton constructors.

2020-10-06  Andy Buckley  <andy.buckley@cern.ch>

	* Add aspace() and l/rpad() utility functions.

	* Rename the little-used in-place sortBy() functions to isortBy()
	cf. ifilter() and friends, since the behaviour should not change
	wildly just based on the constness status of an argument.

2020-10-03 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add DELPHI_1990_I297698 JADE jet rates

2020-10-01 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add JADE_1985_I213948 gamma, pi0 and eta spectra at 14, 22.5 and 34.4 GeV
	* Update rivet-diffhepdata-all to check local directory for analysis.json

2020-09-30 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add L3_1990_I298078 jet rates at MZ
	* Add L3_1991_I314407 pi0 and charged particle spectra
	* Add L3_1994_I374698 pi0 and eta spectra

2020-09-29 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add missing jet rates to L3_2004_I652683

2020-09-28 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add DELPHI_2000_I531568 p pbar correlations
	* Add L3_2008_I825820 event shapes at 197 GeV

2020-09-26 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add ALEPH_2001_I555653  tau polarization at LEP I
	* Add DELPHI_2008_I763352 tau polarization at LEP II
	* Add MAC_1987_I245571    tau polarization at 29 GeV
	* Add AMY_1990_I298238    tau polarization at 57 GeV

2020-09-25 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add VENUS_1997_I440852  tau polarization at 58 GeV
	* Add DELPHI_2000_I511443 tau polarization at LEP I
	* Add OPAL_2001_I554583   tau polarization at LEP I
	* Add L3_1998_I467929     tau polarization at LEP I

2020-09-24  Andy Buckley  <andy.buckley@cern.ch>

	* Add client-side plot display filtering and and -m/-M pattern (un)matching fags to rivet-mkhtml.

2020-09-24 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BELLE_2018_I1621272 B->D*- tau+ nu_tau
	* Add BESIII_2019_I1702549 D_S+ -> K0 e+ nu_e

2020-09-23 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BELLE_2019_I1724068 B0->D*- tau+ nu_tau

2020-09-21  Christian Gutschow  <chris.g@cern.ch>

	* Fix Clang 12.0 compiler warnings

2020-09-20 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BABAR_2008_I781294 Lambda_c+ -> Xi- pi+ K+

2020-09-18 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2020_I1817739 e+e- > omega pi0, omega eta

2020-09-16 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2020_I1791570 J/Psi, psi(2S) -> Sigma+, Sigmabar-
	* Add plot to BESIII_2019_I1691850

2020-09-11 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add SND_2020_I1809286 e+e-> pi+pi-pi0
	* Add BELLE_2020_I1796822 B+- > pi+pi- ell nu

2020-09-05 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2020_I1814783 e+e- -> Sigma+-Sigmabar-+

2020-08-31 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add CLEOII_1997_I446031 e+e- > e+e- pi0/eta/eta'

2020-08-31  Andy Buckley  <andy.buckley@cern.ch>

	* Create bash completion dir in $prefix/etc if it doesn't exist.

2020-08-27  Christian Gutschow  <chris.g@cern.ch>

	* Fix bug where path wasn't set for booking of scatters

2020-08-26  Christian Gutschow  <chris.g@cern.ch>

	* Submission of ATLAS_2019_I1762584, ATLAS_2019_I1772062 and ATLAS_2019_I1759875

2020-08-06 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BELLE_2020_I1789775 e+e- > D_s D_s2
	* Add BELLE_2019_I1762826 e+e- > D_s D_s1(2536)

2020-08-26  Andy Buckley  <andy.buckley@cern.ch>

	* Add re-setting of null cross-section to 1e-10 pb before finalize, to allow reweighting.

	* Fix handling of no-weights and no-xsec events.

	* Detect events with no beam particles, and allow their use with explicit beam-check disabling.

2020-08-21  Andy Buckley  <andy.buckley@cern.ch>

	* Add AnalysisHandler::runBeamEnergies() and
	Analysis::beamEnergies(), beamEnergies(const ParticlePair&), and
	energies(const ParticlePair&) and moms(const ParticlePair&).

2020-08-20  Andy Buckley  <andy.buckley@cern.ch>

	* Using beamEnergyMatch for standardised beam-energy checking in analyses.

2020-08-12  Andy Buckley  <andy.buckley@cern.ch>

	* Rationalising Id -> ID naming in ParticleName and Analysis & AnalysisHandler interfaces. PdgId next...

2020-08-10  Andy Buckley  <andy.buckley@cern.ch>

	* Use a common set of standalone functions, via explicitly named
	user-facing methods, for Analysis and AnalysisHandler checks on
	permitted and expected beams.

	* Remove Projection beam constraint functionality.

	* Rework Tools/BeamConstraints.hh functions with more explicit
	names and PID + energy coverage.

	* Move standalone beam methods out of Projections/Beam.hh.

2020-08-06  Andy Buckley  <andy.buckley@cern.ch>

	* Add warnings and physicality checks to PartonicTops

2020-08-05  Andy Buckley  <andy.buckley@cern.ch>

	* Add Event::hepmcEvent() and Event::hepmcEventPtr() methods as
	more intuitive alternatives to genEvent() (which requires
	familiarity with HepMC for the name to make sense).

	* Change the AnalysisHandler::analyze() methods to explictly take
	a non-const GenEvent argument: we are no longer making an internal
	deep copy, so users should be fully aware that the passed event is
	not completely safe from modification.

2020-07-30  Christian Gutschow  <chris.g@cern.ch>

	* Submission of ATLAS_2020_I1803608

2020-07-28  Christian Gutschow  <chris.g@cern.ch>

	* Fix bug related to (de)selection of weight subsets
	* Make Event class aware of selected weight subsets

2020-07-22  Christian Gutschow  <chris.g@cern.ch>

	* Added self-guided Rivet "truth analysis" tutorial

2020-07-16  Jon Butterworth <j.butterworth@ucl.ac.uk>

	* Allow user to specify nominal weight. Also do not write out weight name it skip weights is selected

2020-07-13 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add SND_2020_I1806118 e+e- > K+K-pi0

2020-07-02  Andy Buckley  <andy.buckley@cern.ch>

	* Release 3.1.2

2020-06-29  Christian Gutschow  <chris.g@cern.ch>

	* Submission of ATLAS_2019_I1744201, ATLAS_2019_I1764342

2020-06-25  Andy Buckley  <andy.buckley@cern.ch>

	* Add a very horrible preprocessor hack to allow use of a private
	method on the HepMC2 WeightContainer, for robust and correctly
	ordered weight name acquisition before HepMC 2.06.11.

2020-06-23  Leif Lönnblad  <Leif.Lonnblad@thep.lu.se>

	* Allow several AnalysisHandler objects to run in different
	threads. This is a temporary fix. A permanent fix involves
	changing the Analysis handler to own its own
	projections. Currently each AnalysisHandler need sto be created
	and run completely within the same separate thread.

2020-06-19 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BABAR_2015_I1377201 azimuthal asymmetries

2020-06-16 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BELLE_2019_I1718551 double differential in z and pT
	* Add BELLE_2020_I1777678 scaled momentum dists

2020-06-15 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2020_I1800404 charged particle mult in J/psi, chi_c decays

2020-06-12 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add SND_2020_I1800477 e+e- > eta pi0 gamma

2020-06-11  Christian Gutschow  <chris.g@cern.ch>

	* Allow + and - in AO paths

2020-06-10  Christian Gutschow  <chris.g@cern.ch>

	* Always skip weights that have "AUX" or "DEBUG" in the name.

2020-06-06  Andy Buckley  <andy.buckley@cern.ch>

	* Add computation of Python versions and passing them to Cython as command-line flags.

2020-05-25  Christian Gutschow  <chris.g@cern.ch>

	* Fix small bug in rivet-cmphistos

2020-05-21  Christian Gutschow  <chris.g@cern.ch>

	* Add ATLAS_2018_I163527 (W+jets at 8 TeV)
	* Add InvisibleFinalState projection

2020-05-21 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add CELLO_1992_I345437 gamma gamma > pi+ pi-

2020-05-18  Andy Buckley  <andy.buckley@cern.ch>

	* HTML sectioning and float/overflow/scrollbar improvements in
	rivet-mkhtml output.

2020-05-13 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2020_I1795949 e+e- > Ds(*) Ds1

2020-05-08  Andy Buckley  <andy.buckley@cern.ch>

	* Release 3.1.1.

	* Force single-threaded build of Cython, to avoid race conditions.

2020-05-06  Christian Gutschow  <chris.g@cern.ch>

	* Add ATLAS_2020_I1790256 (Lund Jet Plane measurement at 13 TeV)

2020-04-29  Andy Buckley  <andy.buckley@cern.ch>

	* Add R209_1982_I168182 (Drell Yan measurements $pp \to \mu^+\mu^-
	+X $ at $\sqrt{s} = 44$ and $62$ GeV at CERN ISR),
	PHENIX_2019_I1672015 (Drell Yan production at low masses at
	$\sqrt{s} = 200$ GeV), NUSEA_2003_I613362 (Drell-Yan dimuon
	absolute cross-sections in 800 GeV pp and pd collisions),
	E605_1991_I302822 (dimuon production in proton-copper collisions
	at 38.8 GeV), and E288_1981_I153009 (dimuon continuum in 27 GeV
	pN). Thanks to Hannes Jung for all the above!

	* Add an integer RIVET_VERSION_CODE #define to the config header,
	for easier compile-time triggering in user code.

	* Specialize Analysis::getOption(name, default) for literal string
	default, to avoid an invalid internal use of stringstream.

2020-04-28  Andy Buckley  <andy.buckley@cern.ch>

	* Add ALICE_2017_I1645239 (Lambda_C production in pp + pPb).

	* Use old.inspirehep.net for now in rivet-findid, and update other
	references to Inspire to use the new URL scheme. Coverage scripts
	and findid will need a proper migration to the new Inspire in the
	longer term.

2020-04-26  Christian Gutschow  <chris.g@cern.ch>

	* Allow user to specify default weight to be used by plotting scripts,
	different defaults possible for different yoda files
	* Allow users to recycle the same yoda file by giving it a "Name" on the command line,
	which makes it possible to compare two variations in the same file

2020-02-24  Jon Butterworth <j.butterworth@ucl.ac.uk>

	* fix ATLAS_2012_I1203852, ATLAS_2015_I1394865 (7 & 8TeV 4L) to use prompt final state

	* fix ATLAS_2016_I1492320 (WWW analysis) to implement the like-sign requirement
	properly (from M.Habedank)

2020-04-22  Andy Buckley  <andy.buckley@cern.ch>

	* Force HepMC event units to GEV, MM in HepMC helper functions.

2020-04-21  Christian Gutschow  <chris.g@cern.ch>

	* Improve identification of nominal weight (fewer loops)

	* Add --match-weights flag to select subset of weights (with regex support)

	* Add --unmatch-weights flag to deselect subset of weights (with regex support)

	* Clean up code in AnalysisHandler

2020-04-14  Andy Buckley  <andy.buckley@cern.ch>

	* Explicitly delete the comma operator between Cut objects, to stop anyone from trying!

2020-04-11  Christian Gutschow  <chris.g@cern.ch>

	* Add link to Analysis reference and arXiv preprint to html output

2020-04-10  Andy Buckley  <andy.buckley@cern.ch>

	* Add stdAnalysisNames() functions to AnalysisHandler and
	AnalysisLoader (static in the second case), and expose them
	through the Python interface, with a rivet.stdAnalysisNames()
	module-level alias for convenience, cf. rivet.analysisNames().

2020-04-10  Christian Gutschow  <chris.g@cern.ch>

	* Make rebinning by an integer more permissive if the number of bins
	is not divisible by the rebinning factor.

2020-04-09  Andy Buckley  <andy.buckley@cern.ch>

	* Add a METFinder base class, common to MissingMomentum and
	SmearedMET to make them interchangeable.

2020-04-07  Andy Buckley  <andy.buckley@cern.ch>

	* Update the MC_HFJETS routine to use the 'new' ghost-tagging
	rather than an ad-hoc dR scheme.

2020-04-03  Andy Buckley  <andy.buckley@cern.ch>

	* Adding IOError, ReadError, and WriteError exception classes, to avoid use of generic Error.

2020-04-06  Christian Gutschow  <chris.g@cern.ch>

	* Fix compiler issue in BES_1999_I508349

	* Throw Warning rather than Error if no nominal weight can be identified

	* Teach plotting scripts how to treat a specific variation as though it was the nominal

2020-04-02  Peter Richardson <peter.richardson@durham.ac.uk>

	* Add missing rates to various analyses

2020-04-02  Peter Richardson <peter.richardson@durham.ac.uk>

	* Add PDG_R, compilation of measurements of R
	* Add SND_2020_I1789269 e+e- > pi+pi-

2020-04-01  Andy Buckley  <andy.buckley@cern.ch>

	* Add a public AnalysisHandler::getYodaAOs() function and use it to implement writeData().

2020-04-01  Christian Gutschow  <chris.g@cern.ch>

	* Fix band combination in rivet-cmphistos

2020-04-01  Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BELLE_2017_I1607562, hadron spectra
	* Add BELLE_2018_I1698390 Xi_c+->Xi-pi+pi+

2020-03-31  Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BELLE_2005_I686014 charm hadrons
	* Add BESIII_2020_I1788734 eta' phi
	* Add BELLE_2006_I725750 tau -> phi K

2020-03-30  Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BABAR_2006_I724557 Omega_c* production

2020-03-29  Peter Richardson <peter.richardson@durham.ac.uk>

	* Add distributions to BESIII_2020_I1775344

2020-03-27  Peter Richardson <peter.richardson@durham.ac.uk>

	* Add CLEOC_2008_I779705 D0 -> eta pi+pi-

2020-03-26  Peter Richardson <peter.richardson@durham.ac.uk>

	* Add rates to BELLE_2017_I1606201
	* Add rates to CLEO analyses
	* Add BELLE_2004_I668024, Sigma_c(2800)

2020-03-25  Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BABAR_2014_I1286317 antideutron production

2020-03-23  Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BABAR_2020_I1769654 e+e- > KS0 KL0
	* Add BESIII_2020_I1775344 e+e- > K+K- 2pi0

2020-03-22  Peter Richardson <peter.richardson@durham.ac.uk>

	* Add CLEOC_2006_I1728043 eta, eta', phi in D decays

2020-03-18  Christian Gutschow  <chris.g@cern.ch>

	* Allow "Nominal" as a potential default weight name

2020-03-16  Peter Richardson <peter.richardson@durham.ac.uk>

	* Add ARGUS_1990_I283027 anti-deuteron spectrum in Upsilon(1S) decays
	* Add ARGUS_1989_I278932 Delta++ spectrum in Upsilon(1S) decays

2020-03-12  Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2018_I1697371 D0 -> K semi-leptonic
	* Add CLEOC_2009_I823313 D -> pi, K q2
	* Add CLEOC_2006_I715096 electron spectrum in D decays
	* Add CLEOC_2008_I769777 D -> pi, K q2
	* Add CLEOC_2011_I875526 D -> eta q2
	* Add CLEOII_1996_I415409 tau -> K eta
	* Add CLEOII_1994_I373188 tau -> 3pi-2pi+pi0

2020-03-11  Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BABAR_2004_I632399 phi spectra in B decays
	* Add BESIII_2018_I1662660 D^+ -> eta semi-leptonic
	* Add CLEOII_1994_I361356 Sigma_c 0,++ in B decays

2020-03-10  Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BABAR_2006_I714447 excited D_s spectra

2020-03-09  Peter Richardson <peter.richardson@durham.ac.uk>

	* Add CLEOII_1992_I32611 chi_b(2P) decays
	* Add CLEO_1985_I205668 identified particle spectra

2020-03-07  Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BELLE_2010_I835104 B-> eta Xs
	* Add BABAR_2002_I582184 D_s spectra

2020-03-06  Andy Buckley  <andy.buckley@cern.ch>

	* Make AnalysisObject pointer wrapper objects throw an exception
	(and helpful error message) if being dereferenced to a null
	pointer.

2020-03-06  Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2019_I1726357 e+e- -> Lambda Lambdabar
	* Add CLEOII_2002_I606309 B->Psi
	* Add BABAR_2004_I642355 B-> eta' Xs

2020-03-05  Andy Buckley  <andy.buckley@cern.ch>

	* Improve the 'couldn't import rivet module' error message.

2020-03-05  Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BABAR_2007_I722622 Xi_c' spectra
	* Add bin width to BABAR_2001_I558091, BABAR_2006_I731865, BELLE_2009_I823878
	* Improvements to ARGUS analyses, mainly adding missing histos

2020-03-04  Peter Richardson <peter.richardson@durham.ac.uk>

	* Add ARGUS_1990_I296522 Xi_c+ spectrum
	* Add BELLE_2008_I762013 D_s1(2536) decay angles
	* Add BABAR_2007_I746745 Omega_c spectrum

2020-03-03  Peter Richardson <peter.richardson@durham.ac.uk>

	* Add CLEO_1990_I298611 Lambda_c spectra
	* Add BES_1999_I508349 charm cross section

2020-03-03  Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BABAR_2006_I714448 Upsilon(4S) -> pipi Upsilon(1,2S)
	* Add CLEOII_1995_I404590 Xi_c+ spectra
	* Add CLEOII_1999_I501417 Xi_c1 spectra
	* Add CLEOII_1997_I424575 Sigma_c* spectra
	* Add BABAR_2011_I892421 D_s1(2536) decay angles

2020-03-02  Peter Richardson <peter.richardson@durham.ac.uk>

	* Add CLEOII_1994_I378319 charged D_1,D_2 spectrum
	* Add CLEO_1992_I315181 baryon spectra in B decays
	* Add CLEOII_1994_I372349 neutral D_1,D_2 spectrum
	* Add ARGUS_1995_I397794 D_s2 spectrum
	* Add ARGUS_1989_I282570 D_s1(2536) spectrum
	* Add BES_1999_I507637 psi(2S)->J/psi pi+pi-

2020-03-01  Peter Richardson <peter.richardson@durham.ac.uk>

	* Add CLEOII_1999_I478217 Xi_c' spectrum
	* Add CLEOII_1994_I356001 Upsilon(3S) -> pipi Upsilon
	* Add CLEOII_1993_I352823 D_s1(2536) spectrum
	* Add CLEOII_1994_I381696 Lambda_c* spectrum
	* Add CLEOII_1995_I397770 Xi_c*0 spectrum
	* Add CLEOII_1996_I416471 Xi_c*+ spectrum
	* Add ARGUS_1997_I440304 Lambda_c* spectrum
	* Add ARGUS_1993_I357132 Lambda_c* spectrum
	* Add BABAR_2007_I1091435 D0->K- semileptonic
	* Add BESIII_2018_I1655158 D0->pi- and D+->pi0 semileptonic

2020-02-28  Christian Gutschow  <chris.g@cern.ch>

	* Add patch to allow finding of zipped reference data

2020-02-28 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add MARKII_1979_I144382 Psi(2) -> J/Psi pi+pi-
	* Add BABAR_2007_I760730 e+e- > D* D and D*D*
	* Add BELLE_2002_I563840 e+e- charmoinum spectrum

2020-02-24 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add ARGUS_1986_I227324 event shapes at Upsilon(1S)

2020-02-23 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add ARGUS_1992_I319105 Lambda_c decay correlations
	* Add CLEOII_2000_I533575 Xi asymmetry

2020-02-22  Andy Buckley  <andy.buckley@cern.ch>

	* Add SFINAE type restriction to PROJ templated type deduction in
	Analysis::apply() methods.

2020-02-22 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add CLEOII_1997_I442910 Xi_c spectrum in b decays
	* Add CLEOII_2005_I668268 lambda_c decay correlations

2020-02-21  Jon Butterworth <j.butterworth@ucl.ac.uk>

	* Trying to merge in hepdat sync

2020-02-21  Andy Buckley  <andy.buckley@cern.ch>

	* Update PID util functions to match the latest version of
	MCUtils/PIDCodes/PIDUtils.h

2020-02-21 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BELLE_2009_I810744 Upsilon(4s) -> pipi Upsilon(1S)
	* Add BABAR_2015_I1377201 D*+/- spectrum in Upsilon(1S) decays
	* Add ARGUS_1994_I371613, lambda_c decay correlations

2020-02-20 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BABAR_2010_I864027  D_s cross sections
	* Add CLEOII_1994_I371611, lambda_c decay correlations

2020-02-19 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2016_I1384778 for Collins assymetry

2020-02-18 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add CLEO_1995_I392704 for lambda_c decay correlations and
	improvements to the similar FOCUS_2006_I693639
	* Add CLEOII_1999_I504672, multiplicity in 4s decays
	* Add BELLE_2011_I878228 D_s cross sections

2020-02-17 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BABAR_2017_I1498564
	* Fixes to MC analyses as booking not allowed in
	analyse any more

2020-02-14 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2018_I1685535
	* Add CLEOII_1998_I467642

2020-02-13  Christian Gutschow  <chris.g@cern.ch>

	* Overload scale and normalize for map<string,Histo1DPtr>

2020-02-13 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add LENA_1981_I164397
	* Add CUSB_1984_I199809
	* Add BESIII_2018_I1633425

2020-02-12 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2017_I1509241 e+e- > p pbar pi0

2020-02-11 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add CLEOIII_2006_I728679 and CLEOII_2002_I601701,
	eta' spectra in Upsilon(1S) decay
	* fix double booking of hists in ARGUS_1988_I251097
	* Add BABAR_2013_I1247058 for e+e- > p pbar

2020-02-10 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2018_I1653121
	* Add BESIII_2017_I1596897
	* Add BESIII_2020_I1762922

2020-02-08 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BESIII_2017_I1494065

2020-02-07  Andy Buckley  <andy.buckley@cern.ch>

	* Add AnalysisInfo::refFile() and Analysis::refFile() and
	::refData() functions in C++, and a Pythonised version of the
	latter to the Python interface.

2020-02-06 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add BELLE_2015_I1336624

2020-02-05  Andy Buckley  <andy.buckley@cern.ch>

	* Change the AnalysisHandler logger name from Analysis.Handler to
	AnalysisHandler, since -lAnalysis=DEBUG would be expected to turn
	on logging for debugging of an analysis, not the core machinery
	that deploys it (which is not interesting to most users).

2020-02-04 Peter Richardson <peter.richardson@durham.ac.uk>

	* Improvements to the analysis coverage for e+e- experiments.
	* Add BESIII_2019_I1773081 e+e--> pi+_pi-pi0
	* Add KEDR R analysis
	* Fix for K+K- eta plot in BABAR_2008_I765258
	* Fix rivet2->3 issue in JADE_1983_I190818
	* Fix to bin widths for various analyses to improve plotting

2020-02-02  Andy Buckley  <andy.buckley@cern.ch>

	* Print an error message and throw an exception if trying to
	double-book an analysis object in the Analysis::init() method.

2020-02-02  Jon Butterworth <j.butterworth@cern.ch>

	* sync with HEPData for CMS_2017_I1598460 and CMS_2013_I1273574

2020-02-01  Jon Butterworth <j.butterworth@cern.ch>

	* Error trapping in rivet-findid for rare cases
	when two bibtex entries are found (e.g. rivet-findid 1487288)

2020-01-29  Andy Buckley  <andy.buckley@cern.ch>

	* Add optional 'sign' arguments to all deltaEta and deltaRap
	functions, for use with Vector2 and symmetry with deltaPhi.

	* Add a Vector2 class.

2020-01-29  Andy Buckley  <andy.buckley@cern.ch>

	* Add optional 'sign' arguments to all deltaEta and deltaRap
	functions, for use with Vector2 and symmetry with deltaPhi.

	* Add a Vector2 class.

2020-01-16  Christian Gutschow  <chris.g@cern.ch>

	* Make sure --skip-weights picks the nominal weight and not the 0th weight

2020-01-15  Jon Butterworth <j.butterworth@cern.ch>

	* Add a warning to CMS WZ analysis CMS_2016_I1487288 because
	it looks like it produces cross sections but actually they
	are normalised to data, and do not have fiducial correction
	applied differentially.

2020-01-14  Jon Butterworth <j.butterworth@cern.ch>

	* Stop the occasional population of a bin which is outside acceptance in
	CMS_2017_I1499471 (Zbb).

2020-01-09  Andy Buckley  <andy.buckley@cern.ch>

	* Fix a sign error and remove apparent efficiency double-counting
	in the ATLAS_2019_I1725190 smeared dilepton analysis.

2020-01-06  Andy Buckley  <andy.buckley@cern.ch>

	* Fix a typeid()/smart ptr compiler warning in ProjectionHandler.cc.

2020-01-01  Jon Butterworth <j.butterworth@cern.ch>

	* Fix a logic but in ATLAS_2016_I1448301 which was introduced when
	it was rewritten for the "options" set up

2019-12-22  Andy Buckley  <andy.buckley@cern.ch>

	* Release version 3.1.0

2019-12-19  Andy Buckley  <andy.buckley@cern.ch>

	* Projections/EventMixingFinalState.hh: Replace use of
	std::random_shuffle (deprecated in C++14, removed in C++17) with
	std::shuffle and direct access to our thread-safe random number
	generator.

	* Significant revisions to tau jet efficiency functions.

	* Add JET_EFF_ONE/ZERO aliases, cf. the Particle versions.

2019-12-19  Christian Gutschow  <chris.g@cern.ch>

	* Give precedence to user-supplied cross-section

2019-12-18  Andy Buckley  <andy.buckley@cern.ch>

	* Switch required compiler dialect to C++14, to ensure that
	compiler definitely (?) supports required C++11. C++14 or 17 is
	the current standard LCG build dialect.

2019-12-18  Peter Richardson <peter.richardson@durham.ac.uk>

	* add decay angle to ARGUS_1989_I268577

	* add polarization to OPAL_1997_S3608263

	* fixes to headers and brefi descriptions in various analyses

2019-12-17  Peter Richardson <peter.richardson@durham.ac.uk>

	* add CMD3_2019_I1770428 K0S K0S pi+ pi- cross section

	* fix histogram ids in BELLE_2009_I809630

	* add TMP to histogram labels in ARGUS_1993_S2669951

2019-12-16  Andy Buckley  <andy.buckley@cern.ch>

	* Formally require YODA >= 1.8.0 in configure.

2019-12-16  Peter Richardson <peter.richardson@durham.ac.uk>

	* add new ALEPH analyses

2019-12-15  Peter Richardson <peter.richardson@durham.ac.uk>

	* fixes for pointers, booking in TASSO_1990_I284251 and TASSO_1982_I177174

	* added MARKI_1976_I109792, DASP_1979_I132045 particle spectra at low energies

	* added DASP_1979_I132410 eta production at low energies

	* added BABAR_2006_I719111 particle specta in B decays

	* added OPAL_2001_I536266 flavour separate charge particle multiplicites

	* added new CLEO and CUSB analyses

	* added new BELLE lambda polarization and ARGUS D spectra

	* fix issues with ARGUS_1992_I319102, CLEO_2000_I537236

	* added new DELPHI analyses

	* added L3_1995_I381046, B*/B ratio

	* added new OPAL analyses

	* added new BES analyses

	* added new CMD3 analyses

2019-12-14  Peter Richardson <peter.richardson@durham.ac.uk>

	* added ARGUS_1988_I261672 for sigmac production

	* added LHCB_2013_I1243156, ARGUS_1989_I280943, BABAR_2010_I867611 helicity angles for excited D meson decays

	* added TPC_1991_I316132, HRS_1987_I250823 D* polarization at 29 GeV

	* added VENUS_1998_I453613, TOPAZ_1997_I454183 charged particles at 58 GeV

2019-12-13  Peter Richardson <peter.richardson@durham.ac.uk>

	* ATLAS_2011_S9128077 ensure all bins outputted in d02, otherwise problems with yodamerge

	* ATLAS_2015_I1393758 and ATLAS_2016_I1419070, CMS_2012_I1111014, change numEntries -> effNumEntries to avoid issues in NLO runs

	* Change ratio plot label, was wrong way up, in ATLAS_2012_I1203852, ATLAS_2013_I1190187

	* Use rivet normalize not yoda in ATLAS_2018_I1711114 to avoid issues if histos empty

	* Avoid crash in ATLAS_2016_I1426523 if host not found

	* Add omega hist in BABAR_2017_I1621593

	* EHS_1988_I265504 fix rapidity calc so in CMS not lab

	* A2_2017_I1486671 fix omega PDG number

2019-12-10  Andy Buckley  <andy.buckley@cern.ch>

	* Re-enable custom Particles and Jets vectors, with moms() and other conversion functions.

	* Add default ANY decay mode to TauFinder.

2019-11-28  Andy Buckley  <andy.buckley@cern.ch>

	* Pass HepMC3 path info through to the rivet-config script.

2019-11-27  Andy Buckley  <andy.buckley@cern.ch>

	* Refine testing and printing of UNVALIDATED status in analysis listing.

	* Add INF to the list of predefined constants, and rename the internal constants header.

2019-11-26  Andy Buckley  <andy.buckley@cern.ch>

	* Improve normalization guidance and fix energy specification in mkanalysis .info file template.

2019-11-17  Andy Buckley  <andy.buckley@cern.ch>

	* Release version 3.0.2

2019-11-17 Jon Butterworth <j.butterworth@ucl.ac.uk>

	* Fix to ATLAS_2018_I1634970 to stop using prompt invisible in jets

2019-11-12 Peter Richardson <peter.richardson@durham.ac.uk>

	* Fixes to A2_2017_I1486671 to improve decay detection

2019-11-14  Andy Buckley  <andy.buckley@cern.ch>

	* Release version 3.0.2

2019-11-17 Jon Butterworth <j.butterworth@ucl.ac.uk>

	* Fix to ATLAS_2018_I1634970 to stop using prompt invisible in jets

2019-11-12 Peter Richardson <peter.richardson@durham.ac.uk>

	* Fixes to A2_2017_I1486671 to improve decay detection

2019-11-14  Andy Buckley  <andy.buckley@cern.ch>

	* Fix typos, HTML styling, and download URL in rivet-mkvaldir.

2019-11-12  Christian Gutschow  <chris.g@cern.ch>

	* Merging Peter's changes from release-2-7-x branch.

2019-11-09  Leif Lönnblad  <Leif.Lonnblad@thep.lu.se>

	* Fixed HepMC3 interface so that it can use the built in deduce_reader.
	(Thanks to Andrii Verbytskyi for input)

	* Fixed rivet-mkvaldir so that it downloads hepmc files from the new site.

2019-11-06  Andy Buckley  <andy.buckley@cern.ch>

	* Add ATLAS_2018_I1676551 analysis: 13 TeV 36/fb recursive jigsaw
	3 and 3 lepton BSM search. Implemented without ROOT/RestFrames by
	Derek Yeung and validated (with acceptable but imperfect
	agreement) against published cutflow tables.

	* Add ATLAS_2019_I1725190 analysis: 13 TeV full Run-2 dilepton
	mass with analysis-specific parametrised smearing functions.

	* Add CMS_2018_I1708620 analysis: 13 TeV forward energy flow,
	converted to support re-entrant finalize.

	* Add LHCB_2018_I1665223 analysis: 13 TeV inelastic pp
	cross-section in LHCb fiducial acceptance.

2019-10-31  Andy Buckley  <andy.buckley@cern.ch>

	* Add an EXAMPLE_MINIMIZER analysis showing how to use the function minimizer.

	* Add a catchier rivet-build script as an alias (to become canonical in future) for rivet-buildplugin.

	* Change luminosity info storage and accessors to double rather
	than string, so usable in analyses, and add an
	Analysis::luminosity() method with the units in Rivet's standard
	picobarns for use like luminosity()/femtobarn in analysis code.

	* Change JetAlg canonical name and header to JetFinder, to match
	ParticleFinder. JetAlg.hh defines a (pre-deprecated)
	backward-compatibility alias for now, to be removed in v3.1.0 long
	with other deprecated API features.

	* Add probability density functions for Gaussian and Crystal Ball
	distributions, and a Crystal Ball random sampler function; all
	currently in Random.hh/.cc.

	* Force rebuild of Cython files if a sufficient Cython
	installation is found, by touching the .pyx file during configure.

	* Add discard/idiscard and select/iselect aliases for the clunkier filter_select etc.

	* Add ParticleBase forwarding of the dot() method from FourVector/FourMomentum.

2019-10-27  Christian Gutschow  <chris.g@cern.ch>

	* Added LHCF_2018_I1518782 and LHCF_2018_I1692008
	submitted by Eugenio Berti

2019-10-15  Christian Gutschow  <chris.g@cern.ch>

	* HEPMC3 compatibility patches, thanks Andrii Verbytskyi!

	* Suppress pesky warnings from InitialQuarks

2019-10-15  Andy Buckley  <andy.buckley@cern.ch>

	* Add MendelMin minimiser class to the Tools collection -- needs a
	bit of tweaking, but it's a start.

	* Add new EXAMPLE_CUTFLOW analysis to demonstrate use of the Cutflow system.

	* Add more convenient fillnext methods to Cutflow, and refactor a bit.

2019-10-03  Andy Buckley  <andy.buckley@cern.ch>

	* Add better parametrisation of ATLAS Run 2 muon efficiency and smearing.

2019-10-02  Christian Gutschow  <chris.g@cern.ch>

	* Implement XMin and XMax for chi2 calc in make-plots

2019-09-25  Christian Gutschow  <chris.g@cern.ch>

	* Add FJCONTRIB lib path to rivetenv.(c)sh, thanks Aidan Kelly!

2019-09-24  Christian Gutschow  <chris.g@cern.ch>

	* Fixing setCrossSection bug in rivet python script

2019-09-19  Christian Gutschow  <chris.g@cern.ch>

	* Making plotting scripts compatible with tip of YODA-1-7 branch
	This will break things for older YODA checkouts ...

2019-09-18  Christian Gutschow  <chris.g@cern.ch>

	* Move variation-band combination into rivet-cmpthistos,
	so that the result is written out to dat file

2019-09-10 Peter Richardson <peter.richardson@durham.ac.uk>

	* Fixes to ARGUS_1993_S2789213 ARGUS_1993_S2669951
	* New BABAR, BES and WA46 baryon decay analyses

2019-09-09  Leif Lönnblad  <Leif.Lonnblad@thep.lu.se>

	* Various fixes to work properly with HepMC3.

2019-09-06  Christian Gutschow  <chris.g@cern.ch>

	* Introduce options for ATLAS_2014_I1312627

2019-09-05 Peter Richardson <peter.richardson@durham.ac.uk>

	* Add four new CELLO analyses CELLO_1982_I12010, CELLO_1983_I191415,
	CELLO_1989_I276764, CELLO_1990_I283026 events shapes and spectra at Petra
	* Add 18 new TASSO analyses, event shapes and spectra at Petra
	* Add 6 new PLUTO analyses, event shapes and spectra at Petra and Doris
	* Add 11 new SLAC e+e- analyses, event shapes and particle spectra
	* Add 5 new JADE analyses
	* Add 7 new ARGUS analyses, and improvements to several existing ones
	* Add 5 new Tristan analyses
	* Add 17 new BES analyses
	* Add 8 new CLEO, A2, E756, FOCUS and NA48 analyses
	* Inspire ids fixed in several ALICE, ATLAS, UA5 and BABAR analyses
	* Improve normalization in ALEPH_1999_S4193598
	* Add many missing dists to DELPHI_2003_I620250
	* Add 13 more FENICE, KLOE, SND and CMD analyses
	* Add 15 new LEP analyses
	* Add new projections and first analyses for gamma gamma collisions

2019-09-05  Christian Gutschow  <chris.g@cern.ch>

	* Implement setWeightCap(double) method in AnalaysisHandler that
	can be used to chop off large weights. USE WITH CARE!!

	* Implement --weight-cap flag in main rivet script to set weight flag

2019-09-05  Leif Lönnblad  <Leif.Lonnblad@thep.lu.se>

	* Adding an analysis with an option that has not been declared in
	the info file is now allowed, but an appropriate warning is
	emitted.

2019-09-04  Christian Gutschow  <chris.g@cern.ch>

	* make-plots can now combine multiweights to form a band.
	Use BandComponentEnv and/or BandComponentPDF to specify
	envelope- or PDF-like components that should contribute
	to the band. Spaces should be used to separate weight
	groups (one	envelope / PDF combination per weight group),
	while each weight group should be given by a comma-separated
	list. Regex is supported. All band components are added in
	quadrature with the statistical uncertainty.

2019-08-29  Christian Gutschow  <chris.g@cern.ch>

	* You can now specify a Variations=MUR*,PDF123456* tag (using wildcards even!)
	in the BEGIN PLOT ... END PLOT section in order to select the weights that
	make-plots should draw in the plot (or pass --no-weights to rivet-cmphistos/-mkhtml
	to drop all of them).

2019-08-21  Andy Buckley  <andy.buckley@cern.ch>

	* If writing to a terminal, use carriage return to eat less
	scrollback space by overwriting the 100th event outputs and only
	using a full newline for the 1000s. Also reducing the re-entrant
	histogramming noise from AnalysisHandler to make this neater
	rather than splurging the same green semi-debug output every 1000
	events. It's ridiculous how much more professional this feels...

	* Combine ATLAS electron reco and ID efficiencies into EFF_LOOSE, EFF_MEDIUM, etc. functions.

	* Improve ATLAS Run 2 electron reconstruction efficiency map, based on 2019 paper Fig 2.

2019-08-03  Christian Gutschow  <chris.g@cern.ch>

	* Skip loop over variation weights if AO hasn't been filled

2019-08-02  Andy Buckley  <andy.buckley@cern.ch>

	* Some improvements to Run 2 electron medium & tight ID efficiency parametrisations.

2019-08-01  Andy Buckley  <andy.buckley@cern.ch>

	* Fall back to using quark constituents for jet tagging, for fixed-order running.

	* Reinstate the command-line event skipping.

	* Return str(pid) or 0 in PID <-> name translations, rather than throwing PidError.

2019-08-01 Christian Gutschow  <chris.g@cern.ch>

	* Filling _h_N with the N events rather than weights (MC_XS)
	* Changing Validation to ReleaseTests in all info files
	* Re-instating MC_WEIGHTS, MC_XS

2019-07-30 Christian Gutschow  <chris.g@cern.ch>

	* Just discussed with Andy: Removing regression reference files
	from installation since other developer output (e.g. for the website)
	is also not included

2019-07-26  Andy Buckley  <andy.buckley@cern.ch>

	* Fix a longstanding make-plots bug, in which the
	XMajorTickLineColor defaulted to '0.3pt' -- TeX xcolor versions
	started to complain about this in some Fedora >27 version.

2019-07-24  Andy Buckley  <andy.buckley@cern.ch>

	* Add CMS_2018_I1646260 soft-lepton SUSY search analysis (used for
	recasting comparisons at Les Houches 2019).

2019-07-22  Andy Buckley  <andy.buckley@cern.ch>

	* Add ATLAS_2018_I1667046 ATLAS 36/fb RPV SUSY search.

2019-07-18  Andy Buckley  <andy.buckley@cern.ch>

	* Fix logic error in HasNoTag functor.

2019-07-16 Christian Gutschow  <chris.g@cern.ch>

	* Release version 3.0.1

2019-07-12 Christian Gutschow  <chris.g@cern.ch>

	* add missing includes for DELPHI_2000_I524694 and DELPHI_2003_I620250

2019-07-09  Andy Buckley  <andy.buckley@cern.ch>

	* Add a --with-fjcontrib option flag to configure.

	* Add convenience aliases for vectors of standard types: strings, ints, doubles, etc.

	* Improve debug reporting from SmearedParticles.

	* Add SmearedParticles::truthParticles and SmearedJets::truthJets functions for access to the unsmeared inputs.

	* Add convenience aliases for vectors of standard types: strings, ints, doubles, etc.

2019-06-26 Christian Gutschow  <chris.g@cern.ch>

	* rivet-cmphistos - AOPath for nominal should be filled with string 0, not integer 0

2019-06-25  Andy Buckley  <andy.buckley@cern.ch>

	* Allow '=' signs in weight names as propagated into Rivet/YODA histo paths.

2019-06-23  Andy Buckley  <andy.buckley@cern.ch>

  * Add Particle::closestApproach() function -- needs testing. Useful for long-lived particles.

2019-06-21 Christian Gutschow  <chris.g@cern.ch>

	* Reinstating ATLAS_2016_CONF_2016_078

	* Reinstating ATLAS_2014_I1312627, but needs work for HDsync

	* Reinstating ATLAS_2014_I1307243

	* Reinstating ATLAS_2012_I1124167

	* Reinstating ATLAS_2012_I1094568

	* Reinstating CMS_2013_I1122847

	* Reinstating CMS_2013_I1261026

2019-06-21 Christian Gutschow  <chris.g@cern.ch>

	* Reinstating ATLAS_2010_S8918562

	* adding valref for LHCB_2012_I1208102

2019-06-20 Christian Gutschow  <chris.g@cern.ch>

	* Release version 3.0.0

	* Adding ATLAS_2011_I930220, ATLAS_2018_I1634970 and ATLAS_2019_I1718132

2019-06-19  Przemyslaw Karczmarczyk <przemyslaw.karczmarczyk@cern.ch>

	* Adding bookScatter3D method


2019-06-19 Christian Gutschow  <chris.g@cern.ch>

	* Adding valref for ATLAS_2018_I1634970 and tweaking info file

	* Marking ATLAS_2016_CONF_2016_092 OBSOLETE (superseded by ATLAS_2018_I1634970)

	* Reinstating ATLAS_2014_I1279489 and adding valref

	* make ATLAS_2019_I1718132 less neat, because gcc4.8 doesn't like nice things

2019-06-18 Christian Gutschow  <chris.g@cern.ch>

	* Fixing bad_cast error in STAR_2008_S7869363

	* Protecting against zero-division in STAR_2006_S6860818

	* Adding analysis ATLAS_2017_I1604271 (inclusive jets at 8 TeV)

2019-06-17 Christian Gutschow  <chris.g@cern.ch>

	* Adding analysis ATLAS_2019_I1718132 (unfolded control regions in leptoquark search)

2019-06-13  Leif Lönnblad  <Leif.Lonnblad@thep.lu.se>

	* Introduced a new validation procedure: bin/rivet-mkvaldir will
	now create a Makefile in the given directory based on the
	"Validation:" section of all .info files. "make check" will
	download all necessary HepMC files (if they have not already been
	downloaded), produce the validation yodas and compare them to
	reference ones in the {prefix}/share/Rivet/refyodas directory.  If
	differences are found the corresponding plots will be produced
	using rivet-mkhtml.  For more information do "make help" in the
	created directory.

2019-06-12  Leif Lönnblad  <Leif.Lonnblad@thep.lu.se>

	* Extended the MultiWeightWrapper class to keep a list of both
	"/RAW" and final analysis object. AnalysisHandler::mergeYodas
	rewritten to use these.

2019-06-11 Christian Gutschow  <chris.g@cern.ch>

	* add booking method for a Scatter2DPtr from a ref Scatter2D needed by ALICE_2016_I1419244 (thanks to Frank Siegert!)

2019-06-10 Christian Gutschow  <chris.g@cern.ch>

	* remove instances of scale and normalize using initializer lists as gcc48 doesn't like them

2019-06-09 Christian Gutschow  <chris.g@cern.ch>

	* multiweight-merge27 branch fully in sync with current release2-7-x branch and passes validation

2019-06-08 Christian Gutschow  <chris.g@cern.ch>

	* Commenting out ununsed function in ChargedFinalState.cc
	* removing unused member variable in Spherocity.hh
	* Clean up logic around CmpState
	* Implement skipWeights flag
	* Make rivet-mkanalysis more intuitive
	* Interface change: remove title/axis-label options from book methods
	* fix Py2/Py3 encoding issue in bin/rivet
	* making fjcontrib a dependency of Rivet
	* remove regex includes and re-write in terms of stringstream

2019-06-06 Christian Gutschow  <chris.g@cern.ch>

	* Adding Marek's opacity fix to make-plots

	* removing if statement testing if type(u'') is (not) str when
	deciding whether to encode string in bin/rivet

2019-06-06  Peter Richardson <peter.richardson@durham.ac.uk>

	* fix typo in rivet-cmphistos
	* sync yoda for many D0 analyses
	* sync yoda for CDF_2008_S8093652 D0_2008_S7554427

2019-06-05  Peter Richardson <peter.richardson@durham.ac.uk>

	* L3_2004_I652683 add missing plots and sync yoda, still missing n charged as functiomn of CMS energy and jet plots
	* PLUTO_1980_I154270 clean up to prepare for yoda sync
	* CDF_2015_I1388868, changes to allow yoda sync, histograms renumbered and systematic error added to y values
	* sync yoda for CDF analysis where y errors changed due better calc in HEPData

2019-06-05  Przemyslaw Karczmarczyk <przemyslaw.karczmarczyk@cern.ch>

	* Adding more heavy-ion beam particles: DEUTERON, ALUMINIUM,
	COPPER, XENON, URANIUM

2019-06-04  Peter Richardson <peter.richardson@durham.ac.uk>

	* sync yoda for BELLE_2015_I1397632, two hists change label + final binchangeset:   7157:2482c97f5ef8
	* update BABAR_2007_S6895344.yoda with improved error calc
	* sync yoda for H1_1994_S2919893.yoda, only difference handling of non-existance bins, better in new version
	* sync yoda for OPAL_2000_S4418603.yoda, changes only in histos not used by rivet
	* sync yoda for OPAL_1997_S3608263, missing histos in rivet copy
	* sync yoda for OPAL_1997_S3396100, trival difference some asymmetric x bins in new output but bin limits same
	* remove null bins from yoda to allow sync with hepdata in CLEO_2004_S5809304.yoda
	* add OPAL_1997_I421977 for sigma +/- production

2019-06-03  Przemyslaw Karczmarczyk <przemyslaw.karczmarczyk@cern.ch>

	* Adding new heavy-ion beam particles: GOLD, LEAD.
	* Switching already existing heavy-ion analyses to use new beam types

2019-06-03  Peter Richardson <peter.richardson@durham.ac.uk>

	* sync ALEPH_1996_S3196992.yoda with HEPdata, rounding issues in old version
	* sync ALEPH_2001_S4656318.yoda, differences in histos not used in analysis
	* sync DELPHI_2011_I890503.yoda, fixes y errors but still a zero width bin to deal with
	* switch to using counters in OPAL_2002_S5361494, errors now calculated, and allows yoda sync with HEPdata
	* add DELPHI_2003_I620250 for event shapes below Z pole
	* switch to using counters in DELPHI_2000_S4328825, errors now calculated, and allows partial yoda sync with HEPdata
	* update PLUTO_1980_I154270.yoda for new hepdata error calc
	* update JADE_1983_I190818 to handle zero bins widths and update the yoda from HEPData

2019-06-02  Peter Richardson <peter.richardson@durham.ac.uk>

	* add DELPHI_2000_I524694 for sigma- and lambdsa(1520) production at LEP
	* clean up code in OPAL_1997_S3396100, fixed normalisation of sigma-(1385) distributions

2019-06-01 Peter Richardson <peter.richardson@durham.ac.uk>

	* update yoda for ARGUS_1993_S2653028, improved y errors, still zero bin width issues
	* update yoda for SND_2016_I1471515, ALEPH_1995_I382179, ALEPH_1999_S4193598
	* add analysis CLEO_1991_I29927, B* production in e+e-

2019-05-31 Christian Gutschow  <chris.g@cern.ch>

	* Skip beam particles when trying to determine promptness (thanks to Marek Schoenherr for pointing this out)
	* Apple's CLANG compiler really doesn't like uninitialised variables ... sorry Peter!

2019-05-29  Andy Buckley  <andy.buckley@cern.ch>

	* Use integer rather than overloaded Projection comparison at the
	apply stage. Improves Smeared* projection reproducibility and may
	speed up the apply step. Thanks to Xiangyang Ju.

2019-05-29  Peter Richardson <peter.richardson@durham.ac.uk>
	* Move BABAR and BELLE analyses to separate plugin and add new mainly radiative
	return analyses

	* new pluginNovosibirsk with analyses from SND, CMD, etc

	* new pluginOrsay with analyses from DM1 and DM2

	* new PETRA analyses, mainly for R

	* move existing Tristan analyses to separate plugin and add new, mainy R
	analyses

	* new pluginFrascati with analyses from ADONE and DAPHNE

	* move older SLAC e+e- analyses to separate plugin and add new analyses

	* move DORIS analysis to separate plugin and add new ones

	* move CLEO analyses to new CESR plugin and add more analyses

	* new plugin with analyses from the BES experiment

	* new MC analyses for hadron/tau decays based on Herwig internal ones

	* sync BABAR_2007_I729388, BABAR_2013_I1238276, BABAR_2005_S6181155 and all those
	where no difference with yodadiff, similarly for BELLE

	* fix no of tracks plots in ATLAS_2016_I1424838, normalise to 100 not 1, agreed by Chris G

	* merge two versions of OPAL_2004_I631361, now using new options feature instead.

2019-05-29  Leif Lönnblad  <Leif.Lonnblad@thep.lu.se>

	* The GenEvents in rivet can now be stripped from (most) light
	quarks and gluons to speed up searching.

	* Status lines in info files can now contain words like
	NOTREENTRY, NOHEPDATA, SINGLEWEIGHT, and UNPHYSICAL.

	* Can now configured to use HepMC3 (3.1.1 or later).

2019-05-23  Andy Buckley  <andy.buckley@cern.ch>

	* Fix Unicode and argparse bugs in bin/rivet. Thanks to Frank Siegert.

2019-05-21  Andy Buckley  <andy.buckley@cern.ch>

	* Release version 2.7.2

	* Fixes to CMS_2016_I1487288 jet selection and
	normalisation. Thanks to Peter Richardson for highlighting the
	issues.

2019-05-20  Andy Buckley  <andy.buckley@cern.ch>

	* Improve Vector3::azimuthalAngle() (also used by FourMomentum and
	FourVector) to use exact rather than fuzzy is-zero check, to only
	check the perpendicular components, and to note that IEEE floating
	point implementations of atan2 should already be 'safe' unless we
	decide that this function should throw or return NaN in case of
	null or along-z vectors. Thanks to Louis Moureaux from CMS for the
	report and diagnosis.

2019-05-17  Andy Buckley  <andy.buckley@cern.ch>

	* Tools/Utils.h: Add isum() functions, and mark other container
	functions as wanting a conversion to use std::function.

2019-05-16  Andy Buckley  <andy.buckley@cern.ch>

	* Add super-generic (i)discardIfAny(particlebases, particlebases, bool(pb,pb)) functions.

2019-05-16 Christian Gutschow  <chris.g@cern.ch>

	* Introduce TTMODE options for MC_TTBAR to pick the decay mode

2019-05-09 Christian Gutschow  <chris.g@cern.ch>

	* Release version 2.7.1

2019-05-09 Christian Gutschow  <chris.g@cern.ch>

	* add correlation information for those analyses
	that are compatible with HEPData
	* prevent Variations meta data from being copied
	* comment out redudnant code in MeasureDefinition.cc
	to suppress compiler warning

2019-05-08  Andy Buckley  <andy.buckley@cern.ch>

	* Use an std::map rather than std::set to store analyses in
	AnalysisHandler, hopefully therefore fixing the analysis
	evaluation order and making multi-analysis runs with random
	numbers repeatable.

2019-05-07  Andy Buckley  <andy.buckley@cern.ch>

	* Modify LorentzTransform::setBetaVec to behave better for boost
	along x, y, and z axes.

	* Attach bare lepton GenParticle pointers to output of
	DressedLeptons, to allow ancestry/decay navigation (request by
	Markus Seidel).

	* Add Particle::setGenParticle method and manual Particle
	constructors with the option to pass a GenParticle*.

	* Improve DressedLeptons constructor to deconstruct incoming
	particles into bare and dressing components (report by Markus
	Seidel).

	* Remove GSL includes and single remaining method (for now).

2019-05-06  Andy Buckley  <andy.buckley@cern.ch>

	* First set of script conversions from optparse to argparse for Python3.

2019-05-06 Peter Richardson  <peter.richardson@durham.ac.uk>
	* Fix normalisation in ATLAS_2016_I1444991 after yoda update from HepData

2019-05-04 Christian Gutschow  <chris.g@cern.ch>
	* default entry point of ATLAS_2014_I1319490 should
	  be average of muon and electron channel
	* fix units in ATLAS_2014_I1319490 and apply
	  Peter Richardson's plot updates

2019-05-04 Peter Richardson  <peter.richardson@durham.ac.uk>
	* Fix plot selection and labels in ATLAS_2016_I1419652 (due yoda update from HepData)
	* Fix to mode switch and plot labels in ATLAS_2014_I1319490

2019-05-03 Peter Richardson  <peter.richardson@durham.ac.uk>
	* Fix info text and plot labels in ATLAS_2013_I1217863
	* Fix Zfinder test in ATLAS_2014_I1312627, size is now no of Z's not leptons

2019-05-02  Peter Richardson  <peter.richardson@durham.ac.uk>
	* Fix unicode in ATLAS_2014_I1312627,ATLAS_2016_I1424838,ATLAS_2016_I1426523

2019-05-02  Peter Richardson  <peter.richardson@durham.ac.uk>

	* Fix make-plots CustomMajorTicks and CustomMinorTicks

2019-04-30  Peter Richardson  <peter.richardson@durham.ac.uk>

	* Fix make-plots rendering when last point is NaN-valued.

2019-04-30 Christian Gutschow  <chris.g@cern.ch>
	* path sign behaviour in deltaEta (MathUtils.hh)
	* add signed option for deltaRap

2019-04-29  Andy Buckley  <andy.buckley@cern.ch>

	* Add tau mistag efficiency functions for jet smearing.

	* Make RIVET_RANDOM_SEED have effect outside OpenMP builds, too.

2019-04-29 Christian Gutschow  <chris.g@cern.ch>
	* remove IsRef from output Histo1D
	* fix HEPData IDs in hist booking for ATLAS_2014_I1315949

2019-04-26 Christian Gutschow  <chris.g@cern.ch>
	* use jet size rather than 4-momentum size (?)
	to fill in CDF_1996_S3108457

2019-04-25 Christian Gutschow  <chris.g@cern.ch>
	* fix mapping to ref data in STAR_2006_S6500200,
	put bin width manually into ref data file

2019-04-24 Christian Gutschow  <chris.g@cern.ch>
	* Patch weird behaviour in ATLAS_2017_I1589844 and
	ATLAS_2017_I1609448 when Cut argument is passed to
	VetoedFinalState constructor. In version 2.6.2 or
	prior, this would select the particles passing the cut,
	after that they are being vetoed.

2019-04-24  Andy Buckley  <andy.buckley@cern.ch>

	* Add CMS_2016_I1487288 (CMS WZ differential cross-sections at 8
	TeV) from Shehu AbdusSalam, refined and extended to jet
	distributions by AB.

2019-04-24  Jon Butterworth <j.butterworth@ucl.ac.uk>

	* Fix logic of call the vetoedFinalState in ATLAS_2017_I1609448
	which was giving wrong met calculation.

2019-04-23  Chris Gutschow  <chris.g@cern.ch>

	* Apply suggested corrections from Peter Richardson to
	ATLAS_2014_I1282441 (normalisation of second plot is in millibarn
	not microbarn), ATLAS_2015_I1387176 and ATLAS_2015_I1397635
	(Unicode issues in the .info), ATLAS_2016_I1419070 (need more than
	1 entry for a variance not just 1), CMS_2010_PAS_QCD_10_024 and
	CMS_2012_PAS_FSQ_12_020 (class names need to be consistent with
	file names to find the .yoda ref data), CMS_2013_I1261026 (need to
	ensure more than 1 entry in histos to avoid LowStats issues from
	YODA), CMS_2014_I1298810, CMS_2016_I1421646, CMS_2016_I1454211
	(the polymarker command in the yoda caused make-plots to fail if
	there is more than 1 MC line), CMS_2017_I1467451 (cross sections
	in fb), CMS_2017_I1605749 (data fixed in HepData so don't need to
	divide by bin width anymore), ALEPH_1996_S3486095 (delete a lot of
	unused variables), ALEPH_2014_I1267648 (only worked if the final
	decay products were direct children of the tau, which is not the
	case in Herwig or Pythia -- rewritten to search down the decay
	tree), DELPHI_1996_S3430090, DELPHI_2000_S4328825,
	OPAL_1998_S374990, ARGUS_1993_S2669951, ALEPH_1996_S3486095
	(switch ' to ^\prime in plots as it wasn't working as it was),
	ALEPH_2004_S5765862 (fix typo in plot label), BABAR_2003_I593379
	and BELLE_2008_I786560 (switch to Rivet particle from
	genParticle), and to add the 2D case to the Sphericity projection
	so tranSphericity works.

2019-04-23  Andy Buckley  <andy.buckley@cern.ch>

	* Add RIVET_CACHE_PROJECTIONS environment variable, for runtime
	disabling of the caching mechanism (for debugging and
	cross-checking).

	* Add optional only_physical and remove_duplicates args (passed
	through to the Particle methods) to hasParticleAncestorWith and
	hasParticleDescendantWith functors.

2019-04-08  Przemyslaw Karczmarczyk <przemyslaw.karczmarczyk@cern.ch>

	* Restored behaviour of getData function to return finalized
	plots by default

2019-04-03  Andy Buckley  <andy.buckley@cern.ch>

	* Remove/protect against last Unicode .encode() calls that broke Python3 compatibility.

	* Remove last assert (for mod2() >= 0) from Vector classes.

2019-04-01  Andy Buckley  <andy.buckley@cern.ch>

	* Move inline projections *inside* analysis classes, since our
	aggregated build mechanism means there's no longer a unique
	unnamed namespace for each analysis .cc file.

	* Adding analyses ATLAS_2018_I1677498 (WWbb), ATLAS_2018_I1711114
	(g -> bb), and ATLAS_2019_I1720442 (4-lepton lineshape).

2019-03-19  Andy Buckley  <andy.buckley@cern.ch>

	* Extend more deltaPhi(x,y) functions with an optional bool for signed dPhi.

	* Add Particle::isSame and isSame(Particle, Particle) functions in
	lieu of implicit (and wrong) Particle::operator==.

	* Reinstate Particle -> GenParticle as an explicit cast option.

2019-03-15  Leif Lönnblad  <Leif.Lonnblad@thep.lu.se>

	* src/Projections/Sphericity.cc: Skip zero-momentum particles.

	* [Reader,Writer]CompressedAscii[cc,hh]: Introduced possibility to
	wead and write HepMC (v3) files in a compressed and stripped
	format. Also included a simple progra bin/rivet-hepmz to convert
	between this new format and othe HepMC fortmats.

2019-03-15  Andy Buckley  <andy.buckley@cern.ch>

	* Add CMS_2018_I1686000.cc single-top plus photon analysis (with
	an info file warning about fiducial definition oddity)

	* Remove Particle -> GenParticle implicit cast.

	* analyses/pluginCMS/CMS_2018_I1682495.cc: Fix normalisation of
	final plots (patch from Sal Rappoccio, spot by Deepak Kar)

2019-02-27  Andy Buckley  <andy.buckley@cern.ch>

	* bin/make-plots: Fix a few Py2/3 incompabilities in
	make-plots. Thanks to Leif Gellersen for the tip-off

	* analyses/Makefile.am: Adopt a more make-friendly plugin building
	rule. Thanks to Dima Konstantinov.

2019-02-24  Jon Butterworth  <j.butterworth@ucl.ac.uk>

	* Fix multiple bugs in ATLAS_2017_I1514251 (Z+jets) including a
	problem with REF data having zero bin widths

2019-02-23  Jon Butterworth <j.butterworth@ucl.ac.uk>

	* Added first version of ZEUS_2012_I1116258 (dijet photoproduction). Currently works but unvalidated,
	  need to check exact recombination scheme with ZEUS contacts. Note ZEUS_2001_S4815815 also needs the
	  recombination scheme checking. (Now done; changed to Et scheme are checking original code, 27/2/19.)

2019-02-20  Andy Buckley  <andy.buckley@cern.ch>

	* Move UnstableParticles to a consistently-named header, with
	UnstableFinalState.hh retained for backward compatibility.

	* Improve/fix UnstableParticles projection's Cut constructor
	argument to apply the cut on a Rivet::Particle rather than a
	HepMC::FourVector, meaning that PID cuts can now be used.

2019-02-17  Andy Buckley  <andy.buckley@cern.ch>

	* Convert ATLAS_2013_I1217863 analysis variants to use the LMODE
	analysis option (from Jon Butterworth).

2019-02-20  James Monk  <jwmonk@protonmail.com>
	* src/Tools/RivetHepMC_2.cc: implementation of HepMC helper funcs
	for HepMC2

	* Add HepMCUtils namespace for helper funcs

	* Relatives class spoofs HepMC3::Relatives interface using HepMC2
	iterator_ranges

	* Replace calls to particles_in() and particles_out() by HepMCUtils::particles

	* Fix pyext/setup.py.in for both HepMC2 and HepMC3

	* Configures with either --with-hepmc=/blah or --with-hepmc3=/blah

	* Compiles for either HepMC2 or HepMC3 (3.1 or higher)

2019-02-17  James Monk  <jwmonk@protonmail.com>

	* Update many build paths to cope with new HepMC3 include and lib paths :(

	* Use RivetHepMC namespace in place of HepMC:: RivetHepMC.hh should take care of it

	* configure.ac addes appropriate define to CPPFLAGS

	* wrangle rivet-buildplugin to cope with HePMC3 paths

	* HepMC::Reader is still a bit fubar :(

2018-12-10  James Monk  <jwmonk@protonmail.com>

	* Merge from default

2018-12-06  James Monk  <jwmonk@protonmail.com>

	* RivetHepMC.hh: Much simplified.  Use only Const version of
	GenParticlePtr Only func delarations - two separate implementation
	files for HepMC2 or 3

	* configure.ac: HepMC version dependence for building RivetHepMC_2.cc or RivetHepMC_3.cc

	* src/Makefile.am: HepMC version dependence

	* src/Tools/RivetHepMC_3.cc: implementations of funs for HepMC v3

	* bin/rivet-nopy.cc: re-implement using HepMC3 reader interface
	(may need separate implementation for HepMC2)

	* Particle.hh, Event.cc, Jet.cc: const GenParticle replaced by ConstGenParticle

	* Projections Beam, DISLepton, FinalPartons, FinalState,
	HeavyHadrons, InitialQuarks, MergedFinalState, PrimaryHadrons,
	UnstableFinalState, VetoedFinalState: Use ConstGenParticlePtr and
	vector<ConstGenParticlePtr> consistently

	* pluginATLAS: Start to fix some uses of const GenParticlePtr

2019-02-15  Leif Lönnblad  <Leif.Lonnblad@thep.lu.se>

	* Release 2.7.0

2019-02-12  Christian Bierlich  <christian.bierlich@thep.lu.se>

	* Introduced CentralityProjection, allowing an analysis to cut
	on percentiles of single event quantities, preloaded from a
	user generated or supplied (by experiment) histogram. Notably
	used for the centrality definition in heavy ion analyses.
	User specifies the centrality definition as a special analysis
	option called cent, eg: "MyAnalysis:cent=GEN".
	Example usage: Calibration analysis: MC_Cent_pPb_Calib,
	Analysis using that calibration: MC_Cent_pPb_Eta.

	* Introduced EventMixingFinalState to provide simple event mixing
	functionality. Currently only works with unit event weights.
	Example usage: ALICE_2016_I1507157.

	* Introduced Correlators, a framework for calculating single event
	correlators based on the generic framework (arXiv: 1010.0233 and
	arXiv: 1312.3572), and perfoming all event averages giving flow
	coefficents. Implemented as new analysis base class.
	Example usage: ALICE_2016_I1419244.

	* Introduced a PrimaryParticle projection, replicating experimental
	definitions of stable particles through decay chains. Recommended for
	analyses which would otherwise have to require stable particles
	at generator level.

	* Introduced AliceCommon and AtlasCommon convenience tools, defining
	several triggers, primary particle definitions and acceptances.

	* Contributed, validated analyses using above features:
	ALICE_2010_I880049: Multiplicity at mid-rapidity, PbPb @ 2.76 TeV/nn.
	ALICE_2012_I1127497: Nuclear modification factor, PbPb @ 2.76 TeV/nn.
	ALICE_2012_I930312: Di-hadron correlations, PbPb @ 2.76 TeV/nn.

	* Contributed, unvalidated analyses using above features:
	BRAHMS_2004_I647076: pi, K, p spectra as function of rapidity,
	AuAu @ 200 GeV/nn
	ALICE_2012_I1126966: pi, K, p spectra, PbPb @ 2.76 TeV/nn.
	ALICE_2013_I1225979: Charged multiplicity, PbPb @ 2.76 TeV/nn.
	ALICE_2014_I1243865: Multi-strange baryons, PbPb @ 2.76 TeV/nn.
	ALICE_2014_I1244523: Multi-strange baryons, pPb @ 5.02 TeV/nn.
	ALICE_2015_PBPBCentrality: Centrality calibration for PbPb. Note
	that the included 5.02 TeV/nn data is not well defined at particle
	level, and cannot be compared to experiment without full detector
	simulation.
	ALICE_2016_I1394676: Charged multiplicity, PbPb @ 2.76 TeV/nn.
	ALICE_2016_I1419244: Multiparticle correlations (flow) using generic
	framework, PbPb @ 5.02 TeV/nn.
	ALICE_2016_I1471838: Multi-strange baryons, pp @ 7 TeV.
	ALICE_2016_I1507090: Charged multiplicity, PbPb @ 5.02 TeV/nn.
	ALICE_2016_I1507157: Angular correlations, pp @ 7 TeV.
	ATLAS_2015_I1386475: Charged multiplicity, pPb @ 5.02 TeV/nn.
	ATLAS_PBPB_CENTRALITY: Forward energy flow + centrality calibration,
	data not unfolded, but well defined at particle level, PbPb @ 2.76
	TeV/nn.
	ATLAS_2015_I1360290: Charged multiplicity + spectra, PbPb @ 2.76
	TeV/nn.
	ATLAS_pPb_Calib: Forward energy flow + centrality calibration,
	data not unfolded, but well defined at particle level, pPb @ 5.02
	TeV/nn.
	STAR_2016_I1414638: Di-hadron correlations, AuAu @ 200 GeV/nn.
	CMS_2017_I1471287: Multiparticle correlations (flow) using generic
	framework, pp @ 7 TeV.

	* Contributed analyses without data:
	ALICE_2015_PPCentrality: ALICE pp centrality (multiplicity classes)
	calibration.
	BRAHMS_2004_CENTRALITY: BRAHMS centrality calibration.
	STAR_BES_CALIB: STAR centrality calibration.
	MC_Cent_pPb_Calib: Example analysis, centrality calibration.
	MC_Cent_pPb_Eta: Example analysis, centrality usage.

2019-01-29  Andy Buckley  <andy.buckley@cern.ch>

	* Add real CMS Run 1 and Run 2 MET resolution smearing functions, based on 8 TeV paper and 13 TeV PAS.

2019-01-07  Leif Lönnblad  <Leif.Lonnblad@thep.lu.se>

	* Reintroduced the PXCONE option in FastJets using a local version
	of the Fortran based pxcone algorithm converted to c++ with f2c
	and slightly hacked to avoid dependency on Fortran runtime libraries.

	* Introduced rivet-merge for statistically correct merging of YODA
	files produced by Rivet. Only works on analysis with reentrant
	finalize.

	* Introduced --dump flag to the rivet script to periodically run
	finalize and write out the YODA file for anayses with reentrant
	finalize.

	* Introduced reentrant finalize. Rivet now produces YODA files
	where all analysis objects are stored in two version. One is
	prefixed by "/RAW" and gives the state of the object before
	finalize was run, and the other is the properly finalized object.
	Analyses must be flagged "Reentrant: True" in the .info file to
	properly use this feature.

	* Added an option system. Analyses can now be added to rivet with
	options. Adding eg. "MyAnalysis:Opt1=val1:Opt2=val2" will create
	and add a MyAnalysis object making the options available through
	the Analysis::getOption() function. Several objects of MyAnalysis
	with different options can be added in the same run. Allowed
	options must be specified in the MyAnalysis.info file.

	* Added several utilities for heavy ions.

2019-01-03  Andy Buckley  <andy.buckley@cern.ch>

	* Add setting of cross-section error in AnalysisHandler and Run.

2018-12-21  Andy Buckley  <andy.buckley@cern.ch>

	* Add hasNoTag jet-classification functor, to complement hasBTag and hasCTag.

2018-12-20  Andy Buckley  <andy.buckley@cern.ch>

	* Rework VetoedFinalState to be based on Cuts, and to be constructible from Cut arguments.

	* Pre-emptively exclude all hadrons and partons from returning true in isDirect computations.

	* Cache the results of isDirect calculations on Particle (a bit awkwardly... roll on C++17).

	* Add a default-FinalState version of the DressedLeptons constructor.

2018-12-19  Andy Buckley  <andy.buckley@cern.ch>

	* Add a FIRST/LAST enum switch for PartonicTops, to choose which top quark clone to use.

2018-12-14  Andy Buckley  <andy.buckley@cern.ch>

	* Add a FastJet clustering mode for DressedLeptons.

2018-12-10  Andy Buckley  <andy.buckley@cern.ch>

	* Release 2.6.2

	* Info file bugfixes for LHCF_2016_I1385877, from Eugenio Berti.

	* Update references in three CMS analysis .info files.

2018-12-05  Andy Buckley  <andy.buckley@cern.ch>

	* Rework doc directory no-build by default to be compatible with 'make dist' packaging.

	* Add fjcontrib RecursiveTools to Rivet/Tools/fjcontrib set.

2018-11-21  Andy Buckley  <andy.buckley@cern.ch>

	* Add CMS_2018_I1653948, CMS_2018_I1653948, CMS_2018_I1682495, and CMS_2018_I1690148 analyses.

	* Add FastJet EnergyCorrelator and rejig the internal fjcontrib bundle a little.

2018-11-15  Andy Buckley  <andy.buckley@cern.ch>

	* Merge ATLAS_2017_I1517194_MU and ATLAS_2018_I1656578.

	* Add signed calculation optional bool argument on all deltaPhi functions.

2018-11-12  Andy Buckley  <andy.buckley@cern.ch>

	* Fix CMS_2012_I1102908 efficiency calculation. Thanks to Anton Karneyeu!

2018-11-09  Andy Buckley  <andy.buckley@cern.ch>

	* Remove doc dir from default top-level make

2018-09-20  Andy Buckley  <andy.buckley@cern.ch>

	* Use updated ATLAS R2 muon efficiencies.

	* Use proper ATLAS photon efficiency functions for Runs 1 and 2, from arXiv:1606.01813 and ATL-PHYS-PUB-2016-014.

2018-08-31  Andy Buckley  <andy.buckley@cern.ch>

	* Update embedded yaml-cpp to v0.6.0.

2018-08-29  Andy Buckley  <andy.buckley@cern.ch>

	* Add RIVET_WEIGHT_INDEX=-1 -> ignore event weights behaviour. Slow, but sometimes useful for debug.

2018-08-29  Christian Gutschow  <chris.g@cern.ch>

	* Allow reference data file name to be different from plugin name
	via setRefDataName(fname) method, aiming to unify HepData records.

2018-08-14  Andy Buckley  <andy.buckley@cern.ch>

	* Version 2.6.1 release.

2018-08-08  Andy Buckley  <andy.buckley@cern.ch>

	* Add a RIVET_RANDOM_SEED variable to fix the smearing random-seed engine for validation comparisons.

2018-07-19  Andy Buckley  <andy.buckley@cern.ch>

	* Merge in ATLAS_2017_I1604029 (ttbar+gamma), ATLAS_2017_I1626105
	(dileptonic ttbar), ATLAS_2017_I1644367 (triphotons), and
	ATLAS_2017_I1645627 (photon + jets).

	* Postpone Particles enhancement now, since the required C++11 isn't supported on lxplus7 = CentOS7.

	* Add MC_DILEPTON analysis.

2018-07-10  Andy Buckley  <andy.buckley@cern.ch>

	* Fix HepData tarball download handling: StringIO is *not* safe anymore

2018-07-08  Andy Buckley  <andy.buckley@cern.ch>

	* Add LorentzTransform factory functions direct from FourMomentum, and operator()s

2018-06-20  Andy Buckley  <andy.buckley@cern.ch>

	* Add FinalState(fs, cut) augmenting constructor, and PrevFS projection machinery. Validated for a abscharge > 0 cut.

	* Add hasProjection() methods to ProjectionHandler and ProjectionApplier.

	* Clone MC_GENERIC as MC_FSPARTICLES and deprecate the badly-named original.

	* Fix Spires -> Inspire ID for CMS_2017_I1518399.

2018-06-04  Andy Buckley  <andy.buckley@cern.ch>

	* Fix installation of (In)DirectFinalState.hh

2018-05-31  Andy Buckley  <andy.buckley@cern.ch>

	* Add init-time setting of a single weight-vector index from the
	RIVET_WEIGHT_INDEX environment variable. To be removed in v3, but
	really we should have done this years ago... and we don't know how
	long the handover will be.

2018-05-22  Neil Warrack  <neil.warrack@cern.ch>

	* Include 'unphysical' photon parents in PartonicTops' veto of prompt leptons from photon conversions.

2018-05-20  Andy Buckley  <andy.buckley@cern.ch>

	* Make Particles and Jets into actual specialisations of
	std::vector rather than typedefs, and update surrounding classes
	to use them. The specialisations can implicitly cast to vectors of
	FourMomentum (and maybe Pseudojet).

2018-05-18  Andy Buckley  <andy.buckley@cern.ch>

	* Make CmpAnaHandle::operator() const, for GCC 8 (thanks to CMS)

2018-05-07  Andy Buckley  <andy.buckley@cern.ch>

	* CMS_2016_I1421646.cc: Add patch from CMS to veto if leading jets
	outside |y| < 2.5, rather than only considering jets in that
	acceptance. Thanks to CMS and Markus Seidel.

2018-04-27  Andy Buckley  <andy.buckley@cern.ch>

	* Tidy keywords and luminosity entries, and add both to BSM search .info files.

	* Add Luminosity_fb and Keywords placeholders in mkanalysis output.

2018-04-26  Andy Buckley  <andy.buckley@cern.ch>

	* Add pairMass and pairPt functions.

	* Add (i)discardIfAnyDeltaRLess and (i)discardIfAnyDeltaPhiLess functions.

	* Add normalize() methods to Cutflow and Cutflows.

	* Add DirectFinalState and IndirectFinalState alias headers, for forward compatibility. 'Prompt' is confusing.

2018-04-24  Andy Buckley  <andy.buckley@cern.ch>

	* Add initializer_list overload for binIndex. Needed for other util functions operating on vectors.

	* Fix function signature bug is isMT2 overload.

	* Add isSameSign, isOppSign, isSameFlav, isOppFlav, and isOSSF etc. functions on PIDs and Particles.

2018-03-27  Andy Buckley  <andy.buckley@cern.ch>

	* Add RatioPlotLogY key to make-plots. Thanks to Antonin Maire.

2018-02-22  Andy Buckley  <andy.buckley@cern.ch>

	* Adding boolean operator syntactic sugar for composition of bool functors.

	* Copy & paste error fixes in implementation of BoolJetAND,OR,NOT.

2018-02-01  Andy Buckley  <andy.buckley@cern.ch>

	* Make the project() and compare() methods of projections public.

	* Fix a serious bug in the SmearedParticles and SmearedJets compare methods.

	* Add string representations and streamability to the Cut objects, for debugging.

2018-01-08  Andy Buckley  <andy.buckley@cern.ch>

	* Add highlighted source to HTML analysis metadata listings.

2017-12-21  Andy Buckley  <andy.buckley@cern.ch>

	* Version 2.6.0 release.

2017-12-20  Andy Buckley  <andy.buckley@cern.ch>

	* Typo fix in TOTEM_2012_I1220862 data -- thanks to Anton Karneyeu.

2017-12-19  Andy Buckley  <andy.buckley@cern.ch>

	* Adding contributed analyses: 1 ALICE, 6 ATLAS, 1 CMS.

	* Fix bugged PID codes in MC_PRINTEVENT.

2017-12-13  Andy Buckley  <andy.buckley@cern.ch>

	* Protect Run methods and rivet script against being told to run from a missing or unreadable file.

2017-12-11  Andy Buckley  <andy.buckley@cern.ch>

	* Replace manual event count & weight handling with a YODA Counter object.

2017-11-28  Andy Buckley  <andy.buckley@cern.ch>

	* Providing neater & more YODA-consistent sumW and sumW2 methods on AnalysisHandler and Analysis.

	* Fix to Python version check for >= 2.7.10 (patch submitted to GNU)

2017-11-17  Andy Buckley  <andy.buckley@cern.ch>

	* Various improvements to DISKinematics, DISLepton, and the ZEUS 2001 analysis.

2017-11-06  Andy Buckley  <andy.buckley@cern.ch>

	* Extend AOPath regex to allow dots and underscores in weight names.

2017-10-27  Andy Buckley  <andy.buckley@cern.ch>

	* Add energy to the list of cuts (both as Cuts::E and Cuts::energy)

	* Add missing pT (rather than Et) functions to SmearedMET,
	although they are just copies of the MET functions for now.

2017-10-09  Andy Buckley  <andy.buckley@cern.ch>

	* Embed zstr and enable transparent reading of gzipped HepMC streams.

2017-10-03  Andy Buckley  <andy.buckley@cern.ch>

	* Use Lester MT2 bisection header, and expose a few more mT2 function signatures.

2017-09-26  Andy Buckley  <andy.buckley@cern.ch>

	* Use generic YODA read and write functions -- enables zipped yoda.gz output.

	* Add ChargedLeptons enum and mode argument to ZFinder and WFinder
	constructors, to allow control over whether the selected charged
	leptons are prompt. This is mostly cosmetic/for symmetry in the
	case of ZFinder, since the same can be achieved by passing a
	PromptFinalState as the fs argument, but for WFinder it's
	essential since passing a prompt final state screws up the MET
	calculation. Both are slightly different in the treatment of the
	lepton dressing, although conventionally this is an area where
	only prompt photons are used.

2017-09-25  Andy Buckley  <andy.buckley@cern.ch>

	* Add deltaR2 functions for squared distances.

2017-09-10  Andy Buckley  <andy.buckley@cern.ch>

	* Add white backgrounds to make-plots main and ratio plot frames.

2017-09-05  Andy Buckley  <andy.buckley@cern.ch>

	* Add CMS_2016_PAS_TOP_15_006 jet multiplicity in lepton+jets ttbar at 8 TeV analysis.

	* Add CMS_2017_I1467451 Higgs -> WW -> emu + MET in 8 TeV pp analysis.

	* Add ATLAS_2017_I1609448 Z->ll + pTmiss analysis.

	* Add vectorMissingEt/Pt and vectorMET/MPT convenience methods to MissingMomentum.

	* Add ATLAS_2017_I1598613 J/psi + mu analysis.

	* Add CMS SUSY 0-lepton search CMS_2017_I1594909 (unofficial implementation, validated vs. published cutflows)

2017-09-04  Andy Buckley  <andy.buckley@cern.ch>

	* Change license explicitly to GPLv3, cf. MCnet3 agreement.

	* Add a better jet smearing resolution parametrisation, based on GAMBIT code from Matthias Danninger.

2017-08-16  Andy Buckley  <andy.buckley@cern.ch>

	* Protect make-plots against NaNs in error band values (patch from Dmitry Kalinkin).

2017-07-20  Andy Buckley  <andy.buckley@cern.ch>

	* Add sumPt, sumP4, sumP3 utility functions.

	* Record truth particles as constituents of SmearedParticles output.

	* Rename UnstableFinalState -> UnstableParticles, and convert
	ZFinder to be a general ParticleFinder rather than FinalState.

2017-07-19  Andy Buckley  <andy.buckley@cern.ch>

	* Add implicit cast from FourVector & FourMomentum to Vector3, and tweak mT implementation.

	* Add rawParticles() to ParticleFinder, and update DressedLeptons, WFinder, ZFinder and VetoedFinalState to cope.

	* Add isCharged() and isChargedLepton() to Particle.

	* Add constituents() and rawConstituents() to Particle.

	* Add support for specifying bin edges as braced initializer lists rather than explicit vector<double>.

2017-07-18  Andy Buckley  <andy.buckley@cern.ch>

	* Enable methods for booking of Histo2D and Profile2D from Scatter3D reference data.

	* Remove IsRef annotation from autobooked histogram objects.

2017-07-17  Andy Buckley  <andy.buckley@cern.ch>

	* Add pair-smearing to SmearedJets.

2017-07-08  Andy Buckley  <andy.buckley@cern.ch>

	* Add Event::centrality(), for non-HepMC access to the generator
	value if one has been recorded -- otherwise -1.

2017-06-28  Andy Buckley  <andy.buckley@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@cern.ch>

	* Add 'JetFinder' alias for JetAlg, by analogy with ParticleFinder.

2017-06-26  Andy Buckley  <andy.buckley@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@cern.ch>

	* Add portable OpenMP enabling flags to AM_CXXFLAGS.

2017-06-22  Andy Buckley  <andy.buckley@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
	with embedding codes.

	* Add a -o output directory option to make-plots.

	* Vector4.hh: Add mT2(vec,vec) functions.

2017-06-21  Andy Buckley  <andy.buckley@cern.ch>

	* Add a full set of in-range kinematics functors: ptInRange,
	(abs)etaInRange, (abs)phiInRange, deltaRInRange, deltaPhiInRange,
	deltaEtaInRange, deltaRapInRange.

	* Add a convenience JET_BTAG_EFFS functor with several constructors to handle mistag rates.

	* Add const efficiency functors operating on Particle, Jet, and FourMomentum.

	* Add const-efficiency constructor variants for SmearedParticles.

2017-06-21  Jon Butterworth  <jmb@hep.ucl.ac.uk>

	* Fix normalisations in CMS_2016_I1454211.

	* Fix analysis name in ref histo paths for ATLAS_2017_I1591327.

2017-06-18  Andy Buckley  <andy.buckley@cern.ch>

	* Move all standard plugin files into subdirs of src/Analyses,
	with some custom make rules driving rivet-buildplugin.

2017-06-18  David Grellscheid  <david.grellscheid@durham.ac.uk>

	* Parallelise rivet-buildplugin, with source-file cat'ing and use
	of a temporary Makefile.

2016-06-18  Holger Schulz  <holger.schulz@durham.ac.uk>

        * Version 2.5.4 release!

2016-06-17  Holger Schulz  <holger.schulz@durham.ac.uk>

	* Fix 8 TeV DY (ATLAS_2016_I1467454), EL/MU bits were bissing.

	* Add 13 TeV DY (ATLAS_2017_I1514251) and mark
	ATLAS_2015_CONF_2015_041 obsolete

	* Add missing install statement for ATLAS_2016_I1448301.yoda/plot/info leading to
	segfault

2017-06-09  Andy Buckley  <andy.buckley@cern.ch>

	* Slight improvements to Particle constructors.

	* Improvement to Beam projection: before falling back to barcodes
	1 & 2, try a manual search for status=4 particles. Based on a
	patch from Andrii Verbytskyi.

2017-06-05  Andy Buckley  <andy.buckley@cern.ch>

	* Add CMS_2016_I1430892: dilepton channel ttbar charge asymmetry analysis.

	* Add CMS_2016_I1413748: dilepton channel ttbar spin correlations and polarisation analysis.

	* Add CMS_2017_I1518399: leading jet mass for boosted top quarks at 8 TeV.

	* Add convenience constructors for ChargedLeptons projection.

2017-06-03  Andy Buckley  <andy.buckley@cern.ch>

	* Add FinalState and Cut (optional) constructor arguments and
	usage to DISFinalState. Thanks to Andrii Verbytskyi for the idea
	and initial patch.

2017-05-23  Andy Buckley  <andy.buckley@cern.ch>

	* Add ATLAS_2016_I1448301, Z/gamma cross section measurement at 8 TeV.

	* Add ATLAS_2016_I1426515, WW production at 8 TeV.

2016-05-19  Holger Schulz  <holger.schulz@durham.ac.uk>

	* Add BELLE measurement of semileptonic B0bar -> D*+ ell nu decays. I
	took the liberty to correct the data in the sense that I take the bin
	widhts into account in the normalisation. BELLE_2017_I1512299.
	This is a nice analysis as it probes the hadronic and the leptonic
	side of the decay so very valuable for model building and of course it
	is rare as it is an unfolded B measurement.

2016-05-17  Holger Schulz  <holger.schulz@durham.ac.uk>

	* Add ALEPH measurement of hadronic tau decays, ALEPH_2014_I1267648.

	* Add ALEPH dimuon invariant mass (OS and SS) analysis, ALEPH_2016_I1492968

	* The latter needed GENKTEE FastJet algorithm so I added that FastJets

	* Protection against logspace exception in histobooking of
	MC_JetAnalysis

	* Fix compiler complaints about uninitialised variable in OPAL_2004.

2016-05-16  Holger Schulz  <holger.schulz@durham.ac.uk>

	* Tidy ALEPH_1999 charm fragmentation analysis and normalise to data
	integral. Added DSTARPLUS and DSTARMINUS to PID.


2017-05-16  Andy Buckley  <andy.buckley@cern.ch>

	* Add ATLAS_2016_CONF_2016_092, inclusive jet cross sections using early 13 TeV data.

	* Add ATLAS_2017_I1591327, isolated diphoton + X differential cross-sections.

	* Add ATLAS_2017_I1589844, ATLAS_2017_I1589844_EL, ATLAS_2017_I1589844_MU:  kT splittings in Z events at 8 TeV.

	* Add ATLAS_2017_I1509919, track-based underlying event at 13 TeV in ATLAS.

	* Add ATLAS_2016_I1492320_2l2j and ATLAS_2016_I1492320_3l, the WWW cross-section at 8 TeV.

2017-05-12  Andy Buckley  <andy.buckley@cern.ch>

	* Add ATLAS_2016_I1449082, charge asymmetry in top quark pair production in dilepton channel.

	* Add ATLAS_2015_I1394865, inclusive 4-lepton/ZZ lineshape.

2017-05-11  Andy Buckley  <andy.buckley@cern.ch>

	* Add ATLAS_2013_I1234228, high-mass Drell-Yan at 7 TeV.

2017-05-10  Andy Buckley  <andy.buckley@cern.ch>

	* Add CMS_2017_I1519995, search for new physics with dijet angular distributions in proton-proton collisions at sqrt{(s) = 13 TeV.

	* Add CMS_2017_I1511284, inclusive energy spectrum in the very forward direction in proton-proton collisions at 13 TeV.

	* Add CMS_2016_I1486238, studies of 2 b-jet + 2 jet production in proton-proton collisions at 7 TeV.

	* Add CMS_2016_I1454211, boosted ttbar in pp collisions at sqrtS = 8 TeV.

	* Add CMS_2016_I1421646, CMS azimuthal decorrelations at 8 TeV.

2017-05-09  Andy Buckley  <andy.buckley@cern.ch>

	* Add CMS_2015_I1380605, per-event yield of the highest transverse
	momentum charged particle and charged-particle jet.

	* Add CMS_2015_I1370682_PARTON, a partonic-top version of the CMS
	7 TeV pseudotop ttbar differential cross-section analysis.

	* Adding EHS_1988_I265504 from Felix Riehn: charged-particle
	production in K+ p, pi+ p and pp interactions at 250 GeV/c.

	* Fix ALICE_2012_I1116147 for pi0 and Lambda feed-down.

2017-05-08  Andy Buckley  <andy.buckley@cern.ch>

	* Add protection against leptons from QED FSR photon conversions
	in assigning PartonicTop decay modes. Thanks to Markus Seidel for
	the report and suggested fix.

	* Reimplement FastJets methods in terms of new static helper functions.

	* Add new mkClusterInputs, mkJet and mkJets static methods to
	FastJets, to help with direct calls to FastJet where particle
	lookup for constituents and ghost tags are required.

	* Fix Doxygen config and Makefile target to allow working with
	out-of-source builds. Thanks to Christian Holm Christensen.

	* Improve DISLepton for HERA analyses: thanks to Andrii Verbytskyi for the patch!

2017-03-30  Andy Buckley  <andy.buckley@cern.ch>

	* Replace non-template Analysis::refData functions with C++11 default T=Scatter2D.

2017-03-29  Andy Buckley  <andy.buckley@cern.ch>

	* Allow yes/no and true/false values for LogX, etc. plot options.

	* Add --errs as an alias for --mc-errs to rivet-mkhtml and rivet-cmphistos.

2017-03-08  Peter Richardson <peter.richardson@durham.ac.uk>

	* Added 6 analyses AMY_1990_I295160, HRS_1986_I18502, JADE_1983_I190818,
	PLUTO_1980_I154270, TASSO_1989_I277658, TPC_1987_I235694 for charged multiplicity
	in e+e- at CMS energies below the Z pole

	* Added 2 analyses for charged multiplicity at the Z pole DELPHI_1991_I301657,
	OPAL_1992_I321190

	* Updated ALEPH_1991_S2435284 to plot the average charged multiplcity

	* Added analyses OPAL_2004_I631361, OPAL_2004_I631361_qq, OPAL_2004_I648738 for
	  gluon jets in e+e-, most need fictitious e+e- > g g process

2017-03-29  Andy Buckley  <andy.buckley@cern.ch>

	* Add Cut and functor selection args to HeavyHadrons accessor methods.

2017-03-03  Andy Buckley  <andy.buckley@cern.ch>

	* bin/rivet-mkanalysis: Add FastJets.hh include by default -- it's almost always used.

2017-03-02  Andy Buckley  <andy.buckley@cern.ch>

	* src/Analyses/CMS_2016_I1473674.cc: Patch from CMS to use partonic tops.

	* src/Analyses/CMS_2015_I1370682.cc: Patch to inline jet finding from CMS.

2017-03-01  Andy Buckley  <andy.buckley@cern.ch>

	* Convert DressedLeptons use of fromDecay to instead veto photons
	that match fromHadron() || fromHadronicTau() -- meaning that
	electrons and muons from leptonic taus will now be dressed.

	* Move Particle and Jet std::function aliases to .fhh files, and
	replace many uses of templates for functor arguments with
	ParticleSelector meta-types instead.

	* Move the canonical implementations of hasAncestorWith, etc. and
	isLastWith, etc. from ParticleUtils.hh into Particle.

	* Disable the event-to-event beam consistency check if the
	ignore-beams mode is active.

2017-02-27  Andy Buckley  <andy.buckley@cern.ch>

	* Add BoolParticleAND, BoolJetOR, etc. functor combiners to
	Tools/ParticleUtils.hh and Tools/JetUtils.hh.

2017-02-24  Andy Buckley  <andy.buckley@cern.ch>

	* Mark ATLAS_2016_CONF_2016_078 and CMS_2016_PAS_SUS_16_14
	analyses as validated, since their cutflows match the documentation.

2017-02-22  Andy Buckley  <andy.buckley@cern.ch>

	* Add aggregate signal regions to CMS_2016_PAS_SUS_16_14.

2017-02-18  Andy Buckley  <andy.buckley@cern.ch>

	* Add getEnvParam function, for neater use of environment variable
	parameters with a required default.

2017-02-05  Andy Buckley  <andy.buckley@cern.ch>

       * Add HasBTag and HasCTag jet functors, with lower-case aliases.

2017-01-31  Andy Buckley  <andy.buckley@cern.ch>

	* Start making analyses HepMC3-compatible, including major tidying in ATLAS_2013_I1243871.

	* Add Cut-arg variants to HeavyHadrons particle-retrieving methods.

	* Convert core to be compatible with HepMC3.

2017-01-21  Andy Buckley  <andy.buckley@cern.ch>

	* Removing lots of long-deprecated functions & methods.

2017-01-18  Andy Buckley  <andy.buckley@cern.ch>

	* Use std::function in functor-expanded method signatures on JetAlg.

2017-01-16  Andy Buckley  <andy.buckley@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@cern.ch>

	* Version 2.5.3 release.

2016-12-12  Holger Schulz  <holger.schulz@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@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@cern.ch>

	* Require Cython 0.24 or later.

2016-12-02  Andy Buckley  <andy.buckley@cern.ch>

	* Adding L3_2004_I652683 (LEP 1 & 2 event shapes) and
	LHCB_2014_I1262703 (Z+jet at 7 TeV).

	* Adding leading dijet mass plots to MC_JetAnalysis (and all
	derived classes). Thanks to Chris Gutschow!

	* Adding CMS_2012_I1298807 (ZZ cross-section at 8 TeV),
	CMS_2016_I1459051 (inclusive jet cross-sections at 13 TeV) and
	CMS_PAS_FSQ_12_020 (preliminary 7 TeV leading-track underlying
	event).

	* Adding CDF_2015_1388868 (ppbar underlying event at 300, 900, and 1960 GeV)

	* Adding ATLAS_2016_I1467230 (13 TeV min bias),
	ATLAS_2016_I1468167 (13 TeV inelastic pp cross-section), and
	ATLAS_2016_I1479760 (7 TeV pp double-parton scattering with 4
	jets).

2016-12-01  Andy Buckley  <andy.buckley@cern.ch>

	* Adding ALICE_2012_I1116147 (eta and pi0 pTs and ratio) and
	ATLAS_2011_I929691 (7 TeV jet frag)

2016-11-30  Andy Buckley  <andy.buckley@cern.ch>

	* Fix bash bugs in rivet-buildplugin, including fixing the --cmd mode.

2016-11-28  Andy Buckley  <andy.buckley@cern.ch>

	* Add LHC Run 2 BSM analyses ATLAS_2016_CONF_2016_037 (3-lepton
	and same-sign 2-lepton), ATLAS_2016_CONF_2016_054 (1-lepton +
	jets), ATLAS_2016_CONF_2016_078 (ICHEP jets + MET),
	ATLAS_2016_CONF_2016_094 (1-lepton + many jets), CMS_2013_I1223519
	(alphaT + b-jets), and CMS_2016_PAS_SUS_16_14 (jets + MET).

	* Provide convenience reversed-argument versions of apply and
	declare methods, to allow presentational choice of declare syntax
	in situations where the projection argument is very long, and
	reduce requirements on the user's memory since this is one
	situation in Rivet where there is no 'most natural' ordering
	choice.

2016-11-24  Andy Buckley  <andy.buckley@cern.ch>

	* Adding pTvec() function to 4-vectors and ParticleBase.

	* Fix --pwd option of the rivet script

2016-11-21  Andy Buckley  <andy.buckley@cern.ch>

	* Add weights and scaling to Cutflow/s.

2016-11-19  Andy Buckley  <andy.buckley@cern.ch>

	* Add Et(const ParticleBase&) unbound function.

2016-11-18  Andy Buckley  <andy.buckley@cern.ch>

	* Fix missing YAML quote mark in rivet-mkanalysis.

2016-11-15  Andy Buckley  <andy.buckley@cern.ch>

	* Fix constness requirements on ifilter_select() and Particle/JetEffFilter::operator().

	* src/Analyses/ATLAS_2016_I1458270.cc: Fix inverted particle efficiency filtering.

2016-10-24  Andy Buckley  <andy.buckley@cern.ch>

	* Add rough ATLAS and CMS photon reco efficiency functions from
	Delphes (ATLAS and CMS versions are identical, hmmm)

2016-10-12  Andy Buckley  <andy.buckley@cern.ch>

	* Tidying/fixing make-plots custom z-ticks code. Thanks to Dmitry Kalinkin.

2016-10-03  Holger Schulz  <holger.schulz@cern.ch>

	* Fix SpiresID -> InspireID in some analyses (show-analysis pointed to
	non-existing web page)

2016-09-29  Holger Schulz  <holger.schulz@cern.ch>

	* Add Luminosity_fb to AnalysisInfo

	* Added some keywords and Lumi to ATLAS_2016_I1458270

2016-09-28  Andy Buckley  <andy.buckley@cern.ch>

	* Merge the ATLAS and CMS from-Delphes electron and muon tracking
	efficiency functions into generic trkeff functions -- this is how
	it should be.

	* Fix return type typo in Jet::bTagged(FN) templated method.

	* Add eta and pT cuts to ATLAS truth b-jet definition.

	* Use rounding rather than truncation in Cutflow percentage efficiency printing.

2016-09-28  Frank Siegert  <frank.siegert@cern.ch>

       * make-plots bugfix in y-axis labels for RatioPlotMode=deviation

2016-09-27  Andy Buckley  <andy.buckley@cern.ch>

       * Add vector and scalar pT (rather than Et) to MissingMomentum.

2016-09-27  Holger Schulz  <holger.schulz@cern.ch>

	* Analysis keyword machinery

	* rivet -a @semileptonic

	* rivet -a @semileptonic@^bdecays -a @semileptonic@^ddecays

2016-09-22  Holger Schulz  <holger.schulz@cern.ch>

	* Release version 2.5.2

2016-09-21  Andy Buckley  <andy.buckley@cern.ch>

	* Add a requirement to DressedLeptons that the FinalState passed
	as 'bareleptons' will be filtered to only contain charged leptons,
	if that is not already the case. Thanks to Markus Seidel for the
	suggestion.

2016-09-21  Holger Schulz  <holger.schulz@cern.ch>

	* Add Simone Amoroso's plugin for hadron spectra (ALEPH_1995_I382179)

	* Add Simone Amoroso's plugin for hadron spectra (OPAL_1993_I342766)

2016-09-20  Holger Schulz  <holger.schulz@cern.ch>

	* Add CMS ttbar analysis from contrib, mark validated (CMS_2016_I1473674)

	* Extend rivet-mkhtml --booklet to also work with pdfmerge

2016-09-20  Andy Buckley  <andy.buckley@cern.ch>

	* Fix make-plots automatic YMax calculation, which had a typo from code cleaning (mea culpa!).

	* Fix ChargedLeptons projection, which failed to exclude neutrinos!!! Thanks to Markus Seidel.

	* Add templated FN filtering arg versions of the Jet::*Tags() and
	Jet::*Tagged() functions.

2016-09-18  Andy Buckley  <andy.buckley@cern.ch>

	* Add CMS partonic top analysis (CMS_2015_I1397174)

2016-09-18  Holger Schulz  <holger.schulz@cern.ch>

	* Add L3 xp analysis of eta mesons, thanks Simone (L3_1992_I336180)

	* Add D0 1.8 TeV jet shapes analysis, thanks Simone (D0_1995_I398175)

2016-09-17  Andy Buckley  <andy.buckley@cern.ch>

	* Add has{Ancestor,Parent,Child,Descendant}With functions and
	HasParticle{Ancestor,Parent,Child,Descendant}With functors.

2016-09-16  Holger Schulz  <holger.schulz@cern.ch>

	* Add ATLAS 8TeV ttbar analysis from contrib (ATLAS_2015_I1404878)

2016-09-16  Andy Buckley  <andy.buckley@cern.ch>

	* Add particles(GenParticlePtr) to RivetHepMC.hh

	* Add hasParent, hasParentWith, and hasAncestorWith to Particle.

2016-09-15  Holger Schulz  <holger.schulz@cern.ch>

	* Add ATLAS 8TeV dijet analysis from contrib (ATLAS_2015_I1393758)

	* Add ATLAS 8TeV 'number of tracks in jets' analysis from contrib (ATLAS_2016_I1419070)

	* Add ATLAS 8TeV g->H->WW->enumunu analysis from contrib (ATLAS_2016_I1444991)

2016-09-14  Holger Schulz  <holger.schulz@cern.ch>

	* Explicit std::toupper and std::tolower to make clang happy

2016-09-14  Andy Buckley  <andy.buckley@cern.ch>

	* Add ATLAS Run 2 0-lepton SUSY and monojet search papers (ATLAS_2016_I1452559, ATLAS_2016_I1458270)

2016-09-13  Andy Buckley  <andy.buckley@cern.ch>

	* Add experimental Cutflow and Cutflows objects for BSM cut tracking.

	* Add 'direct' versions of any, all, none to Utils.hh, with an
	implicity bool() transforming function.

2016-09-13  Holger Schulz  <holger.schulz@cern.ch>

	* Add and mark validated B+ to omega analysis (BABAR_2013_I1116411)

	* Add and mark validated D0 to pi- analysis (BABAR_2015_I1334693)

	* Add a few more particle names and use PID names in recently added
	  analyses

	* Add Simone's OPAL b-frag analysis (OPAL_2003_I599181) after some
	cleanup and heavy usage of new features

	* Restructured DELPHI_2011_I890503 in the same manner --- picks up
	a few more B-hadrons now (e.g. 20523 and such)

	* Clean up and add ATLAS 8TeV MinBias (from contrib ATLAS_2016_I1426695)

2016-09-12  Andy Buckley  <andy.buckley@cern.ch>

	* Add a static constexpr DBL_NAN to Utils.hh for convenience, and
	move some utils stuff out of MathHeader.hh

2016-09-12  Holger Schulz  <holger.schulz@cern.ch>

	* Add count function to Tools/Utils.h

	* Add and mark validated B0bar and Bminus-decay to pi analysis (BELLE_2013_I1238273)

	* Add and mark validated B0-decay analysis (BELLE_2011_I878990)

	* Add and mark validated B to D decay analysis (BELLE_2011_I878990)

2016-09-08  Andy Buckley  <andy.buckley@cern.ch>

	* Add C-array version of multi-target Analysis::scale() and normalize(), and fix (semantic) constness.

	* Add == and != operators for cuts applied to integers.

	* Add missing delta{Phi,Eta,Rap}{Gtr,Less} functors to ParticleBaseUtils.hh

2016-09-07  Andy Buckley  <andy.buckley@cern.ch>

	* Add templated functor filtering args to the Particle parent/child/descendent methods.

2016-09-06  Andy Buckley  <andy.buckley@cern.ch>

	* Add ATLAS Run 1 medium and tight electron ID efficiency functions.

	* Update configure scripts to use newer (Py3-safe) Python testing macros.

2016-09-02  Andy Buckley  <andy.buckley@cern.ch>

	* Add isFirstWith(out), isLastWith(out) functions, and functor
	wrappers, using Cut and templated function/functor args.

	* Add Particle::parent() method.

	* Add using import/typedef of HepMC *Ptr types (useful step for HepMC 2.07 and 3.00).

	* Various typo fixes (and canonical renaming) in ParticleBaseUtils functor collection.

	* Add ATLAS MV2c10 and MV2c20 b-tagging effs to SmearingFunctions.hh collection.

2016-09-01  Andy Buckley  <andy.buckley@cern.ch>

	* Add a PartonicTops projection.

	* Add overloaded versions of the Event::allParticles() method with
	selection Cut or templated selection function arguments.

2016-08-25  Andy Buckley  <andy.buckley@cern.ch>

	* Add rapidity scheme arg to DeltaR functor constructors.

2016-08-23  Andy Buckley  <andy.buckley@cern.ch>

	* Provide an Analysis::bookCounter(d,x,y, title) function, for
	convenience and making the mkanalysis template valid.

	* Improve container utils functions, and provide combined
	remove_if+erase filter_* functions for both select- and
	discard-type selector functions.

2016-08-22  Holger Schulz  <holger.schulz@cern.ch>

	* Bugfix in rivet-mkhtml (NoneType: ana.spiresID() --> spiresid)

	* Added <numeric> include to Rivet/Tools/Utils.h to make gcc6 happy

2016-08-22  Andy Buckley  <andy.buckley@cern.ch>

	* Add efffilt() functions and Particle/JetEffFilt functors to SmearingFunctions.hh

2016-08-20  Andy Buckley  <andy.buckley@cern.ch>

	* Adding filterBy methods for Particle and Jet which accept
	generic boolean functions as well as the Cut specialisation.

2016-08-18  Andy Buckley  <andy.buckley@cern.ch>

	* Add a Jet::particles(Cut&) method, for inline filtering of jet constituents.

	* Add 'conjugate' behaviours to container head and tail functions
	via negative length arg values.

2016-08-15  Andy Buckley  <andy.buckley@cern.ch>

	* Add convenience headers for including all final-state and
	smearing projections, to save user typing.

2016-08-12  Andy Buckley  <andy.buckley@cern.ch>

	* Add standard MET functions for ATLAS R1 (and currently copies
	for R2 and CMS).

	* Add lots of vector/container helpers for e.g. container slicing,
	summing, and min/max calculation.

	* Adapt SmearedMET to take *two* arguments, since SET is typically
	used to calculate MET resolution.

	* Adding functors for computing vector & ParticleBase differences
	w.r.t. another vector.

2016-08-12  Holger Schulz  <holger.schulz@cern.ch>

        * Implemented a few more cuts in prompt photon analysis
	(CDF_1993_S2742446) but to no avail, the rise of the data towards
	larger costheta values cannot be reproduced --- maybe this is a
	candidate for more scrutiny and using the boosting machinery such that
	the c.m. cuts can be done in a non-approximate way

2016-08-11  Holger Schulz  <holger.schulz@cern.ch>

	* Rename CDF_2009_S8383952 to CDF_2009_I856131 due to invalid Spires
	entry.

	* Add InspireID to all analysis known by their Spires key

2016-08-09  Holger Schulz  <holger.schulz@cern.ch>

	* Release 2.5.1

2016-08-08  Andy Buckley  <andy.buckley@cern.ch>

	* Add a simple MC_MET analysis for out-of-the-box MET distribution testing.

2016-08-08  Holger Schulz  <holger.schulz@cern.ch>

	* Add DELPHI_2011_I890503 b-quark fragmentation function measurement,
	which superseded DELPHI_2002_069_CONF_603. The latter is marked
	OBSOLETE.

2016-08-05  Holger Schulz  <holger.schulz@cern.ch>

	* Use Jet mass and energy smearing in CDF_1997_... six-jet analysis,
	mark validated.

	* Mark CDF_2001_S4563131 validated

	* D0_1996_S3214044 --- cut on jet Et rather than pT, fix filling of
	costheta and theta plots, mark validated. Concerning the jet
	algorithm, I tried with the implementation of fastjet
	fastjet/D0RunIConePlugin.hh but that really does not help.

	* D0_1996_S3324664 --- fix normalisations, sorting jets properly now,
	cleanup and mark validated.


2016-08-04  Holger Schulz  <holger.schulz@cern.ch>

	* Use Jet mass and energy smearing in CDF_1996_S310 ... jet properties
	analysis. Cleanup analysis and mark validated. Added some more run info.
	The same for CDF_1996_S334... (pretty much the same cuts, different
	observables).

	* Minor fixes in SmearedJets projection

2016-08-03  Andy Buckley  <andy.buckley@cern.ch>

	* Protect SmearedJets against loss of tagging information if a
	momentum smearing function is used (rather than a dedicated Jet
	smearing fn) via implicit casts.

2016-08-02  Andy Buckley  <andy.buckley@cern.ch>

	* Add SmearedMET projection, wrapping MissingMomentum.

	* Include base truth-level projections in SmearedParticles/Jets compare() methods.

2016-07-29  Andy Buckley  <andy.buckley@cern.ch>

	* Rename TOTEM_2012_002 to proper TOTEM_2012_I1220862 name.

	* Remove conditional building of obsolete, preliminary and
	unvalidated analyses. Now always built, since there are sufficient
	warnings.

2016-07-28  Holger Schulz  <holger.schulz@cern.ch>

        * Mark D0_2000... W pT analysis validated

	* Mark LHCB_2011_S919... phi meson analysis validated

2016-07-25  Andy Buckley  <andy.buckley@cern.ch>

	* Add unbound accessors for momentum properties of ParticleBase objects.

	* Add Rivet/Tools/ParticleBaseUtils.hh to collect tools like functors for particle & jet filtering.

	* Add vector<ptr> versions of Analysis::scale() and ::normalize(), for batched scaling.

	* Add Analysis::scale() and Analysis::divide() methods for Counter types.

	* Utils.hh: add a generic sum() function for containers, and use auto in loop to support arrays.

	* Set data path as well as lib path in scripts with --pwd option, and use abs path to $PWD.

	* Add setAnalysisDataPaths and addAnalysisDataPath to RivetPaths.hh/cc and Python.

	* Pass absolutized RIVET_DATA_PATH from rivet-mkhtml to rivet-cmphistos.

2016-07-24  Holger Schulz  <holger.schulz@cern.ch>

        * Mark CDF_2008_S77... b jet shapes validated

	* Added protection against low stats yoda exception
	  in finalize for that analysis

2016-07-22  Andy Buckley  <andy.buckley@cern.ch>

	* Fix newly introduced bug in make-plots which led to data point
	markers being skipped for all but the last bin.

2016-07-21  Andy Buckley  <andy.buckley@cern.ch>

	* Add pid, abspid, charge, abscharge, charge3, and abscharge3 Cut
	enums, handled by Particle cut targets.

	* Add abscharge() and abscharge3() methods to Particle.

	* Add optional Cut and duplicate-removal flags to Particle children & descendants methods.

	* Add unbound versions of Particle is* and from* methods, for easier functor use.

	* Add Particle::isPrompt() as a member rather than unbound function.

	* Add protections against -ve mass from numerical precision errors in smearing functions.

2016-07-20  Andy Buckley  <andy.buckley@cern.ch>

	* Move several internal system headers into the include/Rivet/Tools directory.

	* Fix median-computing safety logic in ATLAS_2010_S8914702 and
	tidy this and @todo markers in several similar analyses.

	* Add to_str/toString and stream functions for Particle, and a bit
	of Particle util function reorganisation.

	* Add isStrange/Charm/Bottom PID and Particle functions.

	* Add RangeError exception throwing from MathUtils.hh stats
	functions if given empty/mismatched datasets.

	* Add Rivet/Tools/PrettyPrint.hh, based on https://louisdx.github.io/cxx-prettyprint/

	* Allow use of path regex group references in .plot file keyed values.

2016-07-20  Holger Schulz  <holger.schulz@cern.ch>

	* Fix the --nskip behaviour on the main rivet script.

2016-07-07  Andy Buckley  <andy.buckley@cern.ch>

	* Release version 2.5.0

2016-07-01  Andy Buckley  <andy.buckley@cern.ch>

	* Fix pandoc interface flag version detection.

2016-06-28  Andy Buckley  <andy.buckley@cern.ch>

	* Release version 2.4.3

	* Add ATLAS_2016_I1468168 early ttbar fully leptonic fiducial
	cross-section analysis at 13 TeV.

2016-06-21  Andy Buckley  <andy.buckley@cern.ch>

	* Add ATLAS_2016_I1457605 inclusive photon analysis at 8 TeV.

2016-06-15  Andy Buckley  <andy.buckley@cern.ch>

	* Add a --show-bibtex option to the rivet script, for convenient
	outputting of a BibTeX db for the used analyses.

2016-06-14  Andy Buckley  <andy.buckley@cern.ch>

	* Add and rename 4-vector boost calculation methods: new methods
	beta, betaVec, gamma & gammaVec are now preferred to the
	deprecated boostVector method.

2016-06-13  Andy Buckley  <andy.buckley@cern.ch>

	* Add and use projection handling methods declare(proj, pname) and
	apply<PROJ>(evt, pname) rather than the longer and explicitly
	'projectiony' addProjection & applyProjection.

	* Start using the DEFAULT_RIVET_ANALYSIS_CTOR macro (newly created
	preferred alias to long-present DEFAULT_RIVET_ANA_CONSTRUCTOR)

	* Add a DEFAULT_RIVET_PROJ_CLONE macro for implementing the
	clone() method boiler-plate code in projections.

2016-06-10  Andy Buckley  <andy.buckley@cern.ch>

	* Add a NonPromptFinalState projection, and tweak the
	PromptFinalState and unbound Particle functions a little in
	response. May need some more finessing.

	* Add user-facing aliases to ProjectionApplier add, get, and apply
	methods... the templated versions of which can now be called
	without using the word 'projection', which makes the function
	names a bit shorter and pithier, and reduces semantic repetition.

2016-06-10  Andy Buckley  <andy.buckley@cern.ch>

	* Adding ATLAS_2015_I1397635 Wt at 8 TeV analysis.

	* Adding ATLAS_2015_I1390114 tt+b(b) at 8 TeV analysis.

2016-06-09  Andy Buckley  <andy.buckley@cern.ch>

	* Downgrade some non-fatal error messages from ERROR to WARNING
	status, because *sigh* ATLAS's software treats any appearance of
	the word 'ERROR' in its log file as a reason to report the job as
	failed (facepalm).

2016-06-07  Andy Buckley  <andy.buckley@cern.ch>

	* Adding ATLAS 13 TeV minimum bias analysis, ATLAS_2016_I1419652.

2016-05-30  Andy Buckley  <andy.buckley@cern.ch>

	* pyext/rivet/util.py: Add pandoc --wrap/--no-wrap CLI detection
	and batch conversion.

	* bin/rivet: add -o as a more standard 'output' option flag alias to -H.

2016-05-23  Andy Buckley  <andy.buckley@cern.ch>

	* Remove the last ref-data bin from table 16 of
	ATLAS_2010_S8918562, due to data corruption. The corresponding
	HepData record will be amended by ATLAS.

2016-05-12  Holger Schulz  <holger.schulz@durham.ac.uk>

        * Mark ATLAS_2012_I1082009 as validated after exhaustive tests with
	Pythia8 and Sherpa in inclusive QCD mode.

2016-05-11  Andy Buckley  <andy.buckley@cern.ch>

	* Specialise return error codes from the rivet script.

2016-05-11  Andy Buckley  <andy.buckley@cern.ch>

	* Add Event::allParticles() to provide neater (but not *helpful*)
	access to Rivet-wrapped versions of the raw particles in the
	Event::genEvent() record, and hence reduce HepMC digging.

2016-05-05  Andy Buckley  <andy.buckley@cern.ch>

	* Version 2.4.2 release!

	* Update SLD_2002_S4869273 ref data to match publication erratum,
	now updated in HepData. Thanks to Peter Skands for the report and
	Mike Whalley / Graeme Watt for the quick fix and heads-up.

2016-04-27  Andy Buckley  <andy.buckley@cern.ch>

	* Add CMS_2014_I1305624 event shapes analysis, with standalone
	variable calculation struct embedded in an unnamed namespace.

2016-04-19  Andy Buckley  <andy.buckley@cern.ch>

	* Various clean-ups and fixes in ATLAS analyses using isolated
	photons with median pT density correction.

2016-04-18  Andy Buckley  <andy.buckley@cern.ch>

	* Add transformBy(LT) methods to Particle and Jet.

	* Add mkObjectTransform and mkFrameTransform factory methods to LorentzTransform.

2016-04-17  Andy Buckley  <andy.buckley@cern.ch>

	* Add null GenVertex protection in Particle children & descendants methods.

2016-04-15  Andy Buckley  <andy.buckley@cern.ch>

	* Add ATLAS_2015_I1397637, ATLAS 8 TeV boosted top cross-section vs. pT

2016-04-14  Andy Buckley  <andy.buckley@cern.ch>

	* Add a --no-histos argument to the rivet script.

2016-04-13  Andy Buckley  <andy.buckley@cern.ch>

	* Add ATLAS_2015_I1351916 (8 TeV Z FB asymmetry) and
	ATLAS_2015_I1408516 (8 TeV Z phi* and pT) analyses, and their _EL,
	_MU variants.

2016-04-12  Andy Buckley  <andy.buckley@cern.ch>

	* Patch PID utils for ordering issues in baryon decoding.

2016-04-11  Andy Buckley  <andy.buckley@cern.ch>

	* Actually implement ZEUS_2001_S4815815... only 10 years late!

2016-04-08  Andy Buckley  <andy.buckley@cern.ch>

	* Add a --guess-prefix flag to rivet-config, cf. fastjet-config.

	* Add RIVET_DATA_PATH variable and related functions in C++ and
	Python as a common first-fallback for RIVET_REF_PATH,
	RIVET_INFO_PATH, and RIVET_PLOT_PATH.

	* Add --pwd options to rivet-mkhtml and rivet-cmphistos

2016-04-07  Andy Buckley  <andy.buckley@cern.ch>

	* Remove implicit conventional event rotation for HERA -- this
	needs to be done explicitly from now.

	* Add comBoost functions and methods to Beam.hh, and tidy
	LorentzTransformation.

	* Restructure Beam projection functions for beam particle and
	sqrtS extraction, and add asqrtS functions.

	* Rename and improve PID and Particle Z,A,lambda functions ->
	nuclZ,nuclA,nuclNlambda.

2016-04-05  Andy Buckley  <andy.buckley@cern.ch>

	* Improve binIndex function, with an optional argument to allow
	overflow lookup, and add it to testMath.

	* Adding setPE, setPM, setPtEtaPhiM, etc. methods and
	corresponding mk* static methods to FourMomentum, as well as
	adding more convenience aliases and vector attributes for
	completeness. Coordinate conversion functions taken from
	HEPUtils::P4. New attrs also mapped to ParticleBase.

2016-03-29  Andy Buckley  <andy.buckley@cern.ch>

	* ALEPH_1996_S3196992.cc, ATLAS_2010_S8914702.cc,
	ATLAS_2011_I921594.cc, ATLAS_2011_S9120807.cc,
	ATLAS_2012_I1093738.cc, ATLAS_2012_I1199269.cc,
	ATLAS_2013_I1217867.cc, ATLAS_2013_I1244522.cc,
	ATLAS_2013_I1263495.cc, ATLAS_2014_I1307756.cc,
	ATLAS_2015_I1364361.cc, CDF_2008_S7540469.cc,
	CMS_2015_I1370682.cc, MC_JetSplittings.cc, STAR_2006_S6870392.cc:
	Updates for new FastJets interface, and other cleaning.

	* Deprecate 'standalone' FastJets constructors -- they are
	misleading.

	* More improvements around jets, including unbound conversion and
	filtering routines between collections of Particles, Jets, and
	PseudoJets.

	* Place 'Cut' forward declaration in a new Cuts.fhh header.

	* Adding a Cuts::OPEN extern const (a bit more standard- and
	constant-looking than Cuts::open())

2016-03-28  Andy Buckley  <andy.buckley@cern.ch>

	* Improvements to FastJets constructors, including specification
	of optional AreaDefinition as a constructor arg, disabling dodgy
	no-FS constructors which I suspect don't work properly in the
	brave new world of automatic ghost tagging, using a bit of
	judicious constructor delegation, and completing/exposing use of
	shared_ptr for internal memory management.

2016-03-26  Andy Buckley  <andy.buckley@cern.ch>

	* Remove Rivet/Tools/RivetBoost.hh and Boost references from
	rivet-config, rivet-buildplugin, and configure.ac. It's gone ;-)

	* Replace Boost assign usage with C++11 brace initialisers. All
	Boost use is gone from Rivet!

	* Replace Boost lexical_cast and string algorithms.

2016-03-25  Andy Buckley  <andy.buckley@cern.ch>

	* Bug-fix in semi-leptonic top selection of CMS_2015_I1370682.

2016-03-12  Andy Buckley  <andy.buckley@cern.ch>

	* Allow multi-line major tick labels on make-plots linear x and y
	axes. Linebreaks are indicated by \n in the .dat file.

2016-03-09  Andy Buckley  <andy.buckley@cern.ch>

	* Release 2.4.1

2016-03-03  Andy Buckley  <andy.buckley@cern.ch>

	* Add a --nskip flag to the rivet command-line tool, to allow
	processing to begin in the middle of an event file (useful for
	batched processing of large files, in combination with --nevts)

2016-03-03  Holger Schulz  <holger.schulz@durham.ac.uk>

	* Add ATLAS 7 TeV event shapes in Z+jets analysis (ATLAS_2016_I1424838)

2016-02-29  Andy Buckley  <andy.buckley@cern.ch>

	* Update make-plots to use multiprocessing rather than threading.

	* Add FastJets::trimJet method, thanks to James Monk for the
	suggestion and patch.

	* Add new preferred name PID::charge3 in place of
	PID::threeCharge, and also convenience PID::abscharge and
	PID::abscharge3 functions -- all derived from changes in external
	HEPUtils.

	* Add analyze(const GenEvent*) and analysis(string&) methods to
	AnalysisHandler, plus some docstring improvements.

2016-02-23  Andy Buckley  <andy.buckley@cern.ch>

	* New ATLAS_2015_I1394679 analysis.

	* New MC_HHJETS analysis from Andreas Papaefstathiou.

	* Ref data updates for ATLAS_2013_I1219109, ATLAS_2014_I1312627,
	and ATLAS_2014_I1319490.

	* Add automatic output paging to 'rivet --show-analyses'

2016-02-16  Andy Buckley  <andy.buckley@cern.ch>

	* Apply cross-section unit fixes and plot styling improvements to
	ATLAS_2013_I1217863 analyses, thanks to Christian Gutschow.

	* Fix to rivet-cmphistos to avoid overwriting RatioPlotYLabel if
	already set via e.g. the PLOT pseudo-file. Thanks to Johann Felix
	v. Soden-Fraunhofen.

2016-02-15  Andy Buckley  <andy.buckley@cern.ch>

	* Add Analysis::bookCounter and some machinery in rivet-cmphistos
	to avoid getting tripped up by unplottable (for now) data types.

	* Add --font and --format options to rivet-mkhtml and make-plots,
	to replace the individual flags used for that purpose. Not fully
	cleaned up, but a necessary step.

	* Add new plot styling options to rivet-cmphistos and
	rivet-mkhtml. Thanks to Gavin Hesketh.

	* Modify rivet-cmphistos and rivet-mkhtml to apply plot hiding if
	*any* path component is hidden by an underscore prefix, as
	implemented in AOPath, plus other tidying using new AOPath
	methods.

	* Add pyext/rivet/aopaths.py, containing AOPath object for central
	& standard decoding of Rivet-standard analysis object path
	structures.

2016-02-12  Andy Buckley  <andy.buckley@cern.ch>

	* Update ParticleIdUtils.hh (i.e. PID:: functions) to use the
	functions from the latest version of MCUtils' PIDUtils.h.

2016-01-15  Andy Buckley  <andy.buckley@cern.ch>

	* Change rivet-cmphistos path matching logic from match to search
	(user can add explicit ^ marker if they want match semantics).

2015-12-20  Andy Buckley  <andy.buckley@cern.ch>

	* Improve linspace (and hence also logspace) precision errors by
	using multiplication rather than repeated addition to build edge
	list (thanks to Holger Schulz for the suggestion).

2015-12-15  Andy Buckley  <andy.buckley@cern.ch>

	* Add cmphistos and make-plots machinery for handling 'suffix'
	variations on plot paths, currently just by plotting every line,
	with the variations in a 70% faded tint.

	* Add Beam::pv() method for finding the beam interaction primary
	vertex 4-position.

	* Add a new Particle::setMomentum(E,x,y,z) method, and an origin
	position member which is automatically populated from the
	GenParticle, with access methods corresponding to the momentum
	ones.

2015-12-10  Andy Buckley  <andy.buckley@cern.ch>

	* make-plots: improve custom tick attribute handling, allowing
	empty lists. Also, any whitespace now counts as a tick separator
	-- explicit whitespace in labels should be done via ~ or similar
	LaTeX markup.

2015-12-04  Andy Buckley  <andy.buckley@cern.ch>

	* Pro-actively use -m/-M arguments when initially loading
	histograms in mkhtml, *before* passing them to cmphistos.

2015-12-03  Andy Buckley  <andy.buckley@cern.ch>

	* Move contains() and has_key() functions on STL containers from std to Rivet namespaces.

	* Adding IsRef attributes to all YODA refdata files; this will be
	used to replace the /REF prefix in Rivet v3 onwards. The migration
	has also removed leading # characters from BEGIN/END blocks, as
	per YODA format evolution: new YODA versions as required by
	current Rivet releases are able to read both the old and new
	formats.

2015-12-02  Andy Buckley  <andy.buckley@cern.ch>

	* Add handling of a command-line PLOT 'file' argument to rivet-mkhtml, cf. rivet-cmphistos.

	* Improvements to rivet-mkhtml behaviour re. consistency with
	rivet-cmphistos in how muti-part histo paths are decomposed into
	analysis-name + histo name, and removal of 'NONE' strings.

2015-11-30  Andy Buckley  <andy.buckley@cern.ch>

	* Relax rivet/plotinfo.py pattern matching on .plot file
	components, to allow leading whitespace and around = signs, and to
	make the leading # optional on BEGIN/END blocks.

2015-11-26  Andy Buckley  <andy.buckley@cern.ch>

	* Write out intermediate histogram files by default, with event interval of 10k.

2015-11-25  Andy Buckley  <andy.buckley@cern.ch>

	* Protect make-plots against lock-up due to partial pstricks command when there are no data points.

2015-11-17  Andy Buckley  <andy.buckley@cern.ch>

	* rivet-cmphistos: Use a ratio label that doesn't mention 'data' when plotting MC vs. MC.

2015-11-12  Andy Buckley  <andy.buckley@cern.ch>

	* Tweak plot and subplot sizing defaults in make-plots so the
	total canvas is always the same size by default.

2015-11-10  Andy Buckley  <andy.buckley@cern.ch>

	* Handle 2D histograms better in rivet-cmphistos (since they can't be overlaid)

2015-11-05  Andy Buckley  <andy.buckley@cern.ch>

	* Allow comma-separated analysis name lists to be passed to a single -a/--analysis/--analyses option.

	* Convert namespace-global const variables to be static, to suppress compiler warnings.

	* Use standard MAX_DBL and MAX_INT macros as a source for MAXDOUBLE and MAXINT, to suppress GCC5 warnings.

2015-11-04  Holger Schulz  <holger.schulz@durham.ac.uk>

	* Adding LHCB inelastic xsection measurement (LHCB_2015_I1333223)

	* Adding ATLAS colour flow in ttbar->semileptonic measurement (ATLAS_2015_I1376945)

2015-10-07  Chris Pollard  <cpollard@cern.ch>

	* Release 2.4.0

2015-10-06  Holger Schulz  <holger.schulz@durham.ac.uk>

	* Adding CMS_2015_I1327224 dijet analysis (Mjj>2 TeV)

2015-10-03  Holger Schulz  <holger.schulz@durham.ac.uk>

	* Adding CMS_2015_I1346843 Z+gamma

2015-09-30  Andy Buckley  <andy.buckley@cern.ch>

	* Important improvement in FourVector & FourMomentum: new reverse()
	method to return a 4-vector in which only the spatial component
	has been inverted cf. operator- which flips the t/E component as
	well.

2015-09-28  Holger Schulz  <holger.schulz@durham.ac.uk>

	* Adding D0_2000_I503361 ZPT at 1800 GeV

2015-09-29  Chris Pollard  <cpollard@cern.ch>

	* Adding ATLAS_2015_CONF_2015_041

2015-09-29  Chris Pollard  <cpollard@cern.ch>

	* Adding ATLAS_2015_I1387176

2015-09-29  Chris Pollard  <cpollard@cern.ch>

	* Adding ATLAS_2014_I1327229

2015-09-28  Chris Pollard  <cpollard@cern.ch>

	* Adding ATLAS_2014_I1326641

2015-09-28  Holger Schulz  <holger.schulz@durham.ac.uk>

	* Adding CMS_2013_I1122847 FB assymetry in DY analysis

2015-09-28  Andy Buckley  <andy.buckley@cern.ch>

	* Adding CMS_2015_I1385107 LHA pp 2.76 TeV track-jet underlying event.

2015-09-27  Andy Buckley  <andy.buckley@cern.ch>

	* Adding CMS_2015_I1384119 LHC Run 2 minimum bias dN/deta with no B field.

2015-09-25  Andy Buckley  <andy.buckley@cern.ch>

	* Adding TOTEM_2014_I1328627 forward charged density in eta analysis.

2015-09-23  Andy Buckley  <andy.buckley@cern.ch>

	* Add CMS_2015_I1310737 Z+jets analysis.

	* Allow running MC_{W,Z}INC, MC_{W,Z}JETS as separate bare lepton
	analyses.

2015-09-23  Andy Buckley  <andy.buckley@cern.ch>

	* FastJets now allows use of FastJet pure ghosts, by excluding
	them from the constituents of Rivet Jet objects. Thanks to James
	Monk for raising the issue and providing a patch.

2015-09-15  Andy Buckley  <andy.buckley@cern.ch>

	* More MissingMomentum changes: add optional 'mass target'
	argument when retrieving the vector sum as a 4-momentum, with the
	mass defaulting to 0 rather than sqrt(sum(E)^2 - sum(p)^2).

	* Require Boost 1.55 for robust compilation, as pointed out by
	Andrii Verbytskyi.

2015-09-10  Andy Buckley  <andy.buckley@cern.ch>

	* Allow access to MissingMomentum projection via WFinder.

	* Adding extra methods to MissingMomentum, to make it more user-friendly.

2015-09-09  Andy Buckley  <andy.buckley@cern.ch>

	* Fix factor of 2 in LHCB_2013_I1218996 normalisation, thanks to
	Felix Riehn for the report.

2015-08-20  Frank Siegert  <frank.siegert@cern.ch>

	* Add function to ZFinder to retrieve all fiducial dressed
	leptons, e.g. to allow vetoing on a third one (proposed by
	Christian Gutschow).

2015-08-18  Andy Buckley  <andy.buckley@cern.ch>

	* Rename xs and counter AOs to start with underscores, and modify
	rivet-cmphistos to skip AOs whose basenames start with _.

2015-08-17  Andy Buckley  <andy.buckley@cern.ch>

	* Add writing out of cross-section and total event counter by
	default. Need to add some name protection to avoid them being
	plotted.

2015-08-16  Andy Buckley  <andy.buckley@cern.ch>

	* Add templated versions of Analysis::refData() to use data types
	other than Scatter2DPtr, and convert the cached ref data store to
	generic AnalysisObjectPtrs to make it possible.

2015-07-29  Andy Buckley  <andy.buckley@cern.ch>

	* Add optional Cut arguments to all the Jet tag methods.

	* Add exception handling and pre-emptive testing for a
	non-writeable output directory (based on patch from Lukas
	Heinrich).

2015-07-24  Andy Buckley  <andy.buckley@cern.ch>

	* Version 2.3.0 release.

2015-07-02  Holger Schulz  <holger.schulz@durham.ac.uk>

	* Tidy up ATLAS higgs combination analysis.
	* Add ALICE kaon, pion analysis (ALICE_2015_I1357424)
	* Add ALICE strange baryon analysis (ALICE_2014_I1300380)
	* Add CDF ZpT measurement in Z->ee events analysis (CDF_2012_I1124333)
	* Add validated ATLAS W+charm measurement (ATLAS_2014_I1282447)
	* Add validated CMS jet and dijet analysis (CMS_2013_I1208923)

2015-07-01  Andy Buckley  <andy.buckley@cern.ch>

	* Define a private virtual operator= on Projection, to block
	'sliced' accidental value copies of derived class instances.

	* Add new muon-in-jet options to FastJet constructors, pass that
	and invisibles enums correctly to JetAlg, tweak the default
	strategies, and add a FastJets constructor from a
	fastjet::JetDefinition (while deprecating the plugin-by-reference
	constructor).

2015-07-01  Holger Schulz  <holger.schulz@durham.ac.uk>

	* Add D0 phi* measurement (D0_2015_I1324946).

	* Remove WUD and MC_PHOTONJETUE analyses

	* Don't abort ATLAS_2015_I1364361 if there is no stable Higgs
	  print a warning instead and veto event

2015-07-01  Andy Buckley  <andy.buckley@cern.ch>

	* Add all, none, from-decay muon filtering options to JetAlg and
	FastJets.

	* Rename NONPROMPT_INVISIBLES to DECAY_INVISIBLES for clarity &
	extensibility.

	* Remove FastJets::ySubJet, splitJet, and filterJet methods --
	they're BDRS-paper-specific and you can now use the FastJet
	objects directly to do this and much more.

	* Adding InvisiblesStrategy to JetAlg, using it rather than a bool
	in the useInvisibles method, and updating FastJets to use this
	approach for its particle filtering and to optionally use the enum
	in the constructor arguments. The new default invisibles-using
	behaviour is to still exclude _prompt_ invisibles, and the default
	is still to exclude them all. Only one analysis
	(src/Analyses/STAR_2006_S6870392.cc) required updating, since it
	was the only one to be using the FastJets legacy seed_threshold
	constructor argument.

	* Adding isVisible method to Particle, taken from
	VisibleFinalState (which now uses this).

2015-06-30  Andy Buckley  <andy.buckley@cern.ch>

	* Marking many old & superseded ATLAS analyses as obsolete.

	* Adding cmpMomByMass and cmpMomByAscMass sorting functors.

	* Bump version to 2.3.0 and require YODA > 1.4.0 (current head at
	time of development).
2015-06-08  Andy Buckley  <andy.buckley@cern.ch>

	* Add handling of -m/-M flags on rivet-cmphistos and rivet-mkhtml,
	moving current rivet-mkhtml -m/-M to -a/-A (for analysis name
	pattern matching). Requires YODA head (will be YODA 1.3.2 of
	1.4.0).

	* src/Analyses/ATLAS_2015_I1364361.cc: Now use the built-in prompt
	photon selecting functions.

	* Tweak legend positions in MC_JETS .plot file.

	* Add a bit more debug output from ZFinder and WFinder.

2015-05-24  Holger Schulz  <holger.schulz@durham.ac.uk>

	* Normalisation discussion concerning ATLAS_2014_I1325553
	is resolved. Changed YLabel accordingly.

2015-05-19  Holger Schulz  <holger.schulz@durham.ac.uk>

	* Add (preliminary) ATLAS combined Higgs analysis
	(ATLAS_2015_I1364361). Data will be updated and more
	histos added as soon as paper is published in journal.
	For now using data taken from public ressource
	https://atlas.web.cern.ch/Atlas/GROUPS/PHYSICS/PAPERS/HIGG-2014-11/

2015-05-19  Peter Richardson <peter.richardson@durham.ac.uk>

	* Fix ATLAS_2014_I1325553 normalisation of histograms was wrong by
	factor of two |y| vs y problem

2015-05-01  Andy Buckley  <andy.buckley@cern.ch>

	* Fix MC_HJETS/HINC/HKTSPLITTINGS analyses to (ab)use the ZFinder
	with a mass range of 115-135 GeV and a mass target of 125 GeV (was
	previously 115-125 and mass target of mZ)

2015-04-30  Andy Buckley  <andy.buckley@cern.ch>

	* Removing uses of boost::assign::list_of, preferring the existing
	comma-based assign override for now, for C++11 compatibility.

	* Convert MC_Z* analysis finalize methods to use scale() rather than normalize().

2015-04-01  Holger Schulz  <holger.schulz@durham.ac.uk>

	* Add CMS 7 TeV rapidity gap analysis (CMS_2015_I1356998).

	* Remove FinalState Projection.

2015-03-30  Holger Schulz  <holger.schulz@durham.ac.uk>

	* Add ATLAS 7 TeV photon + jets analysis (ATLAS_2013_I1244522).

2015-03-26  Andy Buckley  <andy.buckley@cern.ch>

	* Updates for HepMC 2.07 interface constness improvements.

2015-03-25  Holger Schulz  <holger.schulz@durham.ac.uk>

	* Add ATLAS double parton scattering in W+2j analysis (ATLAS_2013_I1216670).

2015-03-24  Andy Buckley  <andy.buckley@cern.ch>

	* 2.2.1 release!

2015-03-23  Holger Schulz  <holger.schulz@durham.ac.uk>

	* Add ATLAS differential Higgs analysis (ATLAS_2014_I1306615).

2015-03-19  Chris Pollard <cpollard@cern.ch>

	* Add ATLAS V+gamma analyses (ATLAS_2013_I1217863)

2015-03-20  Andy Buckley  <andy.buckley@cern.ch>

	* Adding ATLAS R-jets analysis i.e. ratios of W+jets and Z+jets
	observables (ATLAS_2014_I1312627 and _EL, _MU variants)

	* include/Rivet/Tools/ParticleUtils.hh: Adding same/oppSign and
	same/opp/diffCharge functions, operating on two Particles.

	* include/Rivet/Tools/ParticleUtils.hh: Adding HasAbsPID functor
	and removing optional abs arg from HasPID.

2015-03-19  Andy Buckley  <andy.buckley@cern.ch>

	* Mark ATLAS_2012_I1083318 as VALIDATED and fix d25-x01-y02 ref data.

2015-03-19  Chris Pollard <cpollard@cern.ch>

	* Add ATLAS W and Z angular analyses (ATLAS_2011_I928289)

2015-03-19  Andy Buckley  <andy.buckley@cern.ch>

	* Add LHCb charged particle multiplicities and densities analysis (LHCB_2014_I1281685)

	* Add LHCb Z y and phi* analysis (LHCB_2012_I1208102)

2015-03-19  Holger Schulz  <holger.schulz@durham.ac.uk>

	* Add ATLAS dijet analysis (ATLAS_2014_I1325553).

	* Add ATLAS Z pT analysis (ATLAS_2014_I1300647).

	* Add ATLAS low-mass Drell-Yan analysis (ATLAS_2014_I1288706).

	* Add ATLAS gap fractions analysis (ATLAS_2014_I1307243).

2015-03-18  Andy Buckley  <andy.buckley@cern.ch>

	* Adding CMS_2014_I1298810 and CMS_2014_I1303894 analyses.

2015-03-18  Holger Schulz  <holger.schulz@durham.ac.uk>

	* Add PDG_TAUS analysis which makes use of the TauFinder.

	* Add ATLAS 'traditional' Underlying Event in Z->mumu analysis (ATLAS_2014_I1315949).

2015-03-18  Andy Buckley  <andy.buckley@cern.ch>

	* Change UnstableFinalState duplicate resolution to use the last
	in a chain rather than the first.

2015-03-17  Holger Schulz  <holger.schulz@durham.ac.uk>

	* Update Taufinder to use decaytyoe (can be HADRONIC, LEPTONIC or
	ANY), in FastJet.cc --- set TauFinder mode to hadronic for tau-tagging

2015-03-16  Chris Pollard  <cpollard@cern.ch>

	* Removed fuzzyEquals() from Vector3::angle()

2015-03-16  Andy Buckley  <andy.buckley@cern.ch>

	* Adding Cuts-based constructor to PrimaryHadrons.

	* Adding missing compare() method to HeavyHadrons projection.

2015-03-15  Chris Pollard  <cpollard@cern.ch>

	* Adding FinalPartons projection which selects the quarks and
	gluons immediately before hadronization

2015-03-05  Andy Buckley  <andy.buckley@cern.ch>

	* Adding Cuts-based constructors and other tidying in UnstableFinalState and HeavyHadrons

2015-03-03  Andy Buckley  <andy.buckley@cern.ch>

	* Add support for a PLOT meta-file argument to rivet-cmphistos.

2015-02-27  Andy Buckley  <andy.buckley@cern.ch>

	* Improved time reporting.

2015-02-24  Andy Buckley  <andy.buckley@cern.ch>

	* Add Particle::fromHadron and Particle::fromPromptTau, and add a
	boolean 'prompt' argument to Particle::fromTau.

	* Fix WFinder use-transverse-mass property setting. Thanks to Christian Gutschow.

2015-02-04  Andy Buckley  <andy.buckley@cern.ch>

	* Add more protection against math domain errors with log axes.

	* Add some protection against nan-valued points and error bars in make-plots.

2015-02-03  Andy Buckley  <andy.buckley@cern.ch>

	* Converting 'bitwise' to 'logical' Cuts combinations in all analyses.

2015-02-02  Andy Buckley  <andy.buckley@cern.ch>

	* Use vector MET rather than scalar VET (doh...) in WFinder
	cut. Thanks to Ines Ochoa for the bug report.

	* Updating and tidying analyses with deprecation warnings.

	* Adding more Cuts/FS constructors for Charged,Neutral,UnstableFinalState.

	* Add &&, || and ! operators for without-parens-warnings Cut
	combining. Note these don't short-circuit, but this is ok since
	Cut comparisons don't have side-effects.

	* Add absetaIn, absrapIn Cut range definitions.

	* Updating use of sorted particle/jet access methods and cmp
	functors in projections and analyses.

2014-12-09  Andy Buckley  <andy.buckley@cern.ch>

	* Adding a --cmd arg to rivet-buildplugin to allow the output
	paths to be sed'ed (to help deal with naive Grid
	distribution). For example BUILDROOT=`rivet-config --prefix`;
	rivet-buildplugin PHOTONS.cc --cmd | sed -e
	"s:$BUILDROOT:$SITEROOT:g"

2014-11-26  Andy Buckley  <andy.buckley@cern.ch>

	* Interface improvements in DressedLeptons constructor.

	* Adding DEPRECATED macro to throw compiler deprecation warnings when using deprecated features.

2014-11-25  Andy Buckley  <andy.buckley@cern.ch>

	* Adding Cut-based constructors, and various constructors with
	lists of PDG codes to IdentifiedFinalState.

2014-11-20  Andy Buckley  <andy.buckley@cern.ch>

	* Analysis updates (ATLAS, CMS, CDF, D0) to apply the changes below.

	* Adding JetAlg jets(Cut, Sorter) methods, and other interface
	improvements for cut and sorted ParticleBase retrieval from JetAlg
	and ParticleFinder projections. Some old many-doubles versions
	removed, syntactic sugar sorting methods deprecated.

	* Adding Cuts::Et and Cuts::ptIn, Cuts::etIn, Cuts::massIn.

	* Moving FastJet includes, conversions, uses etc. into Tools/RivetFastJet.hh

2014-10-07  Andy Buckley  <andy.buckley@cern.ch>

	* Fix a bug in the isCharmHadron(pid) function and remove isStrange* functions.

2014-09-30  Andy Buckley  <andy.buckley@cern.ch>

	* 2.2.0 release!

	* Mark Jet::containsBottom and Jet::containsCharm as deprecated
	methods: use the new methods. Analyses updated.

	* Add Jet::bTagged(), Jet::cTagged() and Jet::tauTagged() as
	ghost-assoc-based replacements for the 'contains' tagging methods.

2014-09-17  Andy Buckley  <andy.buckley@cern.ch>

	* Adding support for 1D and 3D YODA scatters, and helper methods
	for calling the efficiency, asymm and 2D histo divide functions.

2014-09-12  Andy Buckley  <andy.buckley@cern.ch>

	* Adding 5 new ATLAS analyses:
	ATLAS_2011_I921594: Inclusive isolated prompt photon analysis with full 2010 LHC data
	ATLAS_2013_I1263495: Inclusive isolated prompt photon analysis with 2011 LHC data
	ATLAS_2014_I1279489: Measurements of electroweak production of dijets + $Z$ boson, and distributions sensitive to vector boson fusion
	ATLAS_2014_I1282441: The differential production cross section of the $\phi(1020)$ meson in $\sqrt{s}=7$ TeV $pp$ collisions measured with the ATLAS detector
	ATLAS_2014_I1298811: Leading jet underlying event at 7 TeV in ATLAS

	* Adding a median(vector<NUM>) function and fixing the other stats
	functions to operate on vector<NUM> rather than vector<int>.

2014-09-03  Andy Buckley  <andy.buckley@cern.ch>

	* Fix wrong behaviour of LorentzTransform with a null boost vector
	-- thanks to Michael Grosse.

2014-08-26  Andy Buckley  <andy.buckley@cern.ch>

	* Add calc() methods to Hemispheres as requested, to allow it to
	be used with Jet or FourMomentum inputs outside the normal
	projection system.

2014-08-17  Andy Buckley  <andy.buckley@cern.ch>

	* Improvements to the particles methods on
	ParticleFinder/FinalState, in particular adding the range of cuts
	arguments cf. JetAlg (and tweaking the sorted jets equivalent) and
	returning as a copy rather than a reference if cut/sorted to avoid
	accidentally messing up the cached copy.

	* Creating ParticleFinder projection base class, and moving
	Particles-accessing methods from FinalState into it.

	* Adding basic forms of MC_ELECTRONS, MC_MUONS, and MC_TAUS
	analyses.

2014-08-15  Andy Buckley  <andy.buckley@cern.ch>

	* Version bump to 2.2.0beta1 for use at BOOST and MCnet school.

2014-08-13  Andy Buckley  <andy.buckley@cern.ch>

	* New analyses:
	ATLAS_2014_I1268975 (high mass dijet cross-section at 7 TeV)
	ATLAS_2014_I1304688 (jet multiplicity and pT at 7 TeV)
	ATLAS_2014_I1307756 (scalar diphoton resonance search at 8 TeV -- no histograms!)
	CMSTOTEM_2014_I1294140 (charged particle pseudorapidity at 8 TeV)

2014-08-09  Andy Buckley  <andy.buckley@cern.ch>

	* Adding PromptFinalState, based on code submitted by Alex
	Grohsjean and Will Bell. Thanks!

2014-08-06  Andy Buckley  <andy.buckley@cern.ch>

	* Adding MC_HFJETS and MC_JETTAGS analyses.

2014-08-05  Andy Buckley  <andy.buckley@cern.ch>

	* Update all analyses to use the xMin/Max/Mid, xMean, xWidth,
	etc. methods on YODA classes rather than the deprecated lowEdge
	etc.

	* Merge new HasPID functor from Holger Schulz into
	Rivet/Tools/ParticleUtils.hh, mainly for use with the any()
	function in Rivet/Tools/Utils.hh

2014-08-04  Andy Buckley  <andy.buckley@cern.ch>

	* Add ghost tagging of charms, bottoms and taus to FastJets, and
	tag info accessors to Jet.

	* Add constructors from and cast operators to FastJet's PseudoJet
	object from Particle and Jet.

	* Convert inRange to not use fuzzy comparisons on closed
	intervals, providing old version as fuzzyInRange.

2014-07-30  Andy Buckley  <andy.buckley@cern.ch>

	* Remove classifier functions accepting a Particle from the PID
	inner namespace.

2014-07-29  Andy Buckley  <andy.buckley@cern.ch>

	* MC_JetAnalysis.cc: re-enable +- ratios for eta and y, now that
	YODA divide doesn't throw an exception.

	* ATLAS_2012_I1093734: fix a loop index error which led to the
	first bin value being unfilled for half the dphi plots.

	* Fix accidental passing of a GenParticle pointer as a PID code
	int in HeavyHadrons.cc. Effect limited to incorrect deductions
	about excited HF decay chains and should be small. Thanks to
	Tomasz Przedzinski for finding and reporting the issue during
	HepMC3 design work!

2014-07-23  Andy Buckley  <andy.buckley@cern.ch>

	* Fix to logspace: make sure that start and end values are exact,
	not the result of exp(log(x)).

2014-07-16  Andy Buckley  <andy.buckley@cern.ch>

	* Fix setting of library paths for doc building: Python can't
	influence the dynamic loader in its own process by setting an
	environment variable because the loader only looks at the variable
	once, when it starts.

2014-07-02  Andy Buckley  <andy.buckley@cern.ch>

	* rivet-cmphistos now uses the generic yoda.read() function rather
	than readYODA() -- AIDA files can also be compared and plotted
	directly now.

2014-06-24  Andy Buckley  <andy.buckley@cern.ch>

	* Add stupid missing <string> include and std:: prefix in Rivet.hh

2014-06-20  Holger Schulz  <hschulz@physik.hu-berlin.de>

	* bin/make-plots: Automatic generation of minor xtick labels if LogX is requested
	but data resides e.g. in [200, 700]. Fixes m_12 plots of, e.g.
	ATLAS_2010_S8817804

2014-06-17  David Grellscheid  <David.Grellscheid@durham.ac.uk>

	* pyext/rivet/Makefile.am: 'make distcheck' and out-of-source
	builds should work now.

2014-06-10  Andy Buckley  <andy.buckley@cern.ch>

	* Fix use of the install command for bash completion installation on Macs.

2014-06-07  Andy Buckley  <andy.buckley@cern.ch>

	* Removing direct includes of MathUtils.hh and others from analysis code files.

2014-06-02  Andy Buckley  <andy.buckley@cern.ch>

	* Rivet 2.1.2 release!

2014-05-30  Andy Buckley  <andy.buckley@cern.ch>

	* Using Particle absrap(), abseta() and abspid() where automatic conversion was feasible.

	* Adding a few extra kinematics mappings to ParticleBase.

	* Adding p3() accessors to the 3-momentum on FourMomentum, Particle, and Jet.

	* Using Jet and Particle kinematics methods directly (without momentum()) where possible.

	* More tweaks to make-plots 2D histo parsing behaviour.

2014-05-30  Holger Schulz  <hschulz@physik.hu-berlin.de>

	* Actually fill the XQ 2D histo, .plot decorations.

	* Have make-plots produce colourmaps using YODA_3D_SCATTER
	objects. Remove the grid in colourmaps.

	* Some tweaks for the SFM analysis, trying to contact Martin Wunsch
	who did the unfolding back then.

2014-05-29  Holger Schulz  <hschulz@physik.hu-berlin.de>

	* Re-enable 2D histo in MC_PDFS

2014-05-28  Andy Buckley  <andy.buckley@cern.ch>

	* Updating analysis and project routines to use Particle::pid() by
	preference to Particle::pdgId(), and Particle::abspid() by
	preference to abs(Particle::pdgId()), etc.

	* Adding interfacing of smart pointer types and booking etc. for
	YODA 2D histograms and profiles.

	* Improving ParticleIdUtils and ParticleUtils functions based on
	merging of improved function collections from MCUtils, and
	dropping the compiled ParticleIdUtils.cc file.

2014-05-27  Andy Buckley  <andy.buckley@cern.ch>

	* Adding CMS_2012_I1090423 (dijet angular distributions),
	CMS_2013_I1256943 (Zbb xsec and angular correlations),
	CMS_2013_I1261026 (jet and UE properties vs. Nch) and
	D0_2000_I499943 (bbbar production xsec and angular correlations).

2014-05-26  Andy Buckley  <andy.buckley@cern.ch>

	* Fixing a bug in plot file handling, and adding a texpand()
	routine to rivet.util, to be used to expand some 'standard'
	physics TeX macros.

	* Adding ATLAS_2012_I1124167 (min bias event shapes),
	ATLAS_2012_I1203852 (ZZ cross-section), and ATLAS_2013_I1190187
	(WW cross-section) analyses.

2014-05-16  Andy Buckley  <andy.buckley@cern.ch>

	* Adding any(iterable, fn) and all(iterable, fn) template functions for convenience.

2014-05-15  Holger Schulz  <holger.schulz@cern.ch>

	* Fix some bugs in identified hadron PIDs in OPAL_1998_S3749908.

2014-05-13  Andy Buckley  <andy.buckley@cern.ch>

	* Writing out [UNVALIDATED], [PRELIMINARY], etc. in the
	--list-analyses output if analysis is not VALIDATED.

2014-05-12  Andy Buckley  <andy.buckley@cern.ch>

	* Adding CMS_2013_I1265659 colour coherence analysis.

2014-05-07  Andy Buckley  <andy.buckley@cern.ch>

	* Bug fixes in CMS_2013_I1209721 from Giulio Lenzi.

	* Fixing compiler warnings from clang, including one which
	indicated a misapplied cut bug in CDF_2006_S6653332.

2014-05-05  Andy Buckley  <andy.buckley@cern.ch>

	* Fix missing abs() in Particle::abspid()!!!!

2014-04-14  Andy Buckley  <andy.buckley@cern.ch>

	* Adding the namespace protection workaround for Boost described
	at http://www.boost.org/doc/libs/1_55_0/doc/html/foreach.html

2014-04-13  Andy Buckley  <andy.buckley@cern.ch>

	* Adding a rivet.pc template file and installation rule for pkg-config to use.

	* Updating data/refdata/ALEPH_2001_S4656318.yoda to corrected version in HepData.

2014-03-27  Andy Buckley  <andy.buckley@cern.ch>

	* Flattening PNG output of make-plots (i.e. no transparency) and other tweaks.

2014-03-23  Andy Buckley  <andy.buckley@cern.ch>

	* Renaming the internal meta-particle class in DressedLeptons (and
	exposed in the W/ZFinders) from ClusteredLepton to DressedLepton
	for consistency with the change in name of its containing class.

	* Removing need for cmake and unportable yaml-cpp trickery by
	using libtool to build an embedded symbol-mangled copy of yaml-cpp
	rather than trying to mangle and build direct from the tarball.

2014-03-10  Andy Buckley  <andy.buckley@cern.ch>

	* Rivet 2.1.1 release.

2014-03-07  Andy Buckley  <andy.buckley@cern.ch>

	* Adding ATLAS multilepton search (no ref data file), ATLAS_2012_I1204447.

2014-03-05  Andy Buckley  <andy.buckley@cern.ch>

	* Also renaming Breit-Wigner functions to cdfBW, invcdfBW and bwspace.

	* Renaming index_between() to the more Rivety binIndex(), since that's the only real use of such a function... plus a bit of SFINAE type relaxation trickery.

2014-03-04  Andy Buckley  <andy.buckley@cern.ch>

	* Adding programmatic access to final histograms via AnalysisHandler::getData().

	* Adding CMS 4 jet correlations analysis, CMS_2013_I1273574.

	* Adding CMS W + 2 jet double parton scattering analysis, CMS_2013_I1272853.

	* Adding ATLAS isolated diphoton measurement, ATLAS_2012_I1199269.

	* Improving the index_between function so the numeric types don't
	have to exactly match.

	* Adding better momentum comparison functors and sortBy, sortByX
	functions to use them easily on containers of Particle, Jet, and
	FourMomentum.

2014-02-10  Andy Buckley  <andy.buckley@cern.ch>

	* Removing duplicate and unused ParticleBase sorting functors.

	* Removing unused HT increment and units in ATLAS_2012_I1180197 (unvalidated SUSY).

	* Fixing photon isolation logic bug in CMS_2013_I1258128 (Z rapidity).

	* Replacing internal uses of #include Rivet/Rivet.hh with
	Rivet/Config/RivetCommon.hh, removing the MAXRAPIDITY const, and
	repurposing Rivet/Rivet.hh as a convenience include for external
	API users.

	* Adding isStable, children, allDescendants, stableDescendants,
	and flightLength functions to Particle.

	* Replacing Particle and Jet deltaX functions with generic ones on
	ParticleBase, and adding deltaRap variants.

	* Adding a Jet.fhh forward declaration header, including fastjet::PseudoJet.

	* Adding a RivetCommon.hh header to allow Rivet.hh to be used externally.

	* Fixing HeavyHadrons to apply pT cuts if specified.

2014-02-06  Andy Buckley  <andy.buckley@cern.ch>

	* 2.1.0 release!

2014-02-05  Andy Buckley  <andy.buckley@cern.ch>

	* Protect against invalid prefix value if the --prefix configure option is unused.

2014-02-03  Andy Buckley  <andy.buckley@cern.ch>

	* Adding the ATLAS_2012_I1093734 fwd-bwd / azimuthal minbias correlations analysis.

	* Adding the LHCB_2013_I1208105 forward energy flow analysis.

2014-01-31  Andy Buckley  <andy.buckley@cern.ch>

	* Checking the YODA minimum version in the configure script.

	* Fixing the JADE_OPAL analysis ycut values to the midpoints,
	thanks to information from Christoph Pahl / Stefan Kluth.

2014-01-29  Andy Buckley  <andy.buckley@cern.ch>

	* Removing unused/overrestrictive Isolation* headers.

2014-01-27  Andy Buckley  <andy.buckley@cern.ch>

	* Re-bundling yaml-cpp, now built as a mangled static lib based on
	the LHAPDF6 experience.

	* Throw a UserError rather than an assert if AnalysisHandler::init
	is called more than once.

2014-01-25  David Grellscheid <david.grellscheid@durham.ac.uk>

	* src/Core/Cuts.cc: New Cuts machinery, already used in FinalState.
	Old-style "mineta, maxeta, minpt" constructors kept around for ease of
	transition. Minimal set of convenience functions available, like EtaIn(),
	should be expanded as needed.

2014-01-22  Andy Buckley  <andy.buckley@cern.ch>

	* configure.ac: Remove opportunistic C++11 build, until this
	becomes mandatory (in version 2.2.0?). Anyone who wants C++11 can
	explicitly set the CXXFLAGS (and DYLDFLAGS for pre-Mavericks Macs)

2014-01-21  Leif Lonnblad  <Leif.Lonnblad@thep.lu.se>

	* src/Core/Analysis.cc: Fixed bug in Analysis::isCompatible where
	an 'abs' was left out when checking that beam energes does not
	differ by more than 1GeV.

	* src/Analyses/CMS_2011_S8978280.cc: Fixed checking of beam energy
	and booking corresponding histograms.

2013-12-19  Andy Buckley  <andy.buckley@cern.ch>

	* Adding pid() and abspid() methods to Particle.

	* Adding hasCharm and hasBottom methods to Particle.

	* Adding a sorting functor arg version of the ZFinder::constituents() method.

	* Adding pTmin cut accessors to HeavyHadrons.

	* Tweak to the WFinder constructor to place the target W (trans) mass argument last.

2013-12-18  Andy Buckley  <andy.buckley@cern.ch>

	* Adding a GenParticle* cast operator to Particle, removing the
	Particle and Jet copies of the momentum cmp functors, and general
	tidying/improvement/unification of the momentum properties of jets
	and particles.

2013-12-17  Andy Buckley  <andy.buckley@cern.ch>

	* Using SFINAE techniques to improve the math util functions.

	* Adding isNeutrino to ParticleIdUtils, and
	isHadron/isMeson/isBaryon/isLepton/isNeutrino methods to Particle.

	* Adding a FourMomentum cast operator to ParticleBase, so that
	Particle and Jet objects can be used directly as FourMomentums.

2013-12-16  Andy Buckley  <andy@duality>

	* LeptonClusters renamed to DressedLeptons.

	* Adding singular particle accessor functions to WFinder and ZFinder.

	* Removing ClusteredPhotons and converting ATLAS_2010_S8919674.

2013-12-12  Andy Buckley  <andy.buckley@cern.ch>

	* Fixing a problem with --disable-analyses (thanks to David Hall)

	* Require FastJet version 3.

	* Bumped version to 2.1.0a0

	* Adding -DNDEBUG to the default build flags, unless in --enable-debug mode.

	* Adding a special treatment of RIVET_*_PATH variables: if they
	end in :: the default search paths will not be appended. Used
	primarily to restrict the doc builds to look only inside the build
	dirs, but potentially also useful in other special circumstances.

	* Adding a definition of exec_prefix to rivet-buildplugin.

	* Adding -DNDEBUG to the default non-debug build flags.

2013-11-27  Andy Buckley  <andy.buckley@cern.ch>

	* Removing accidentally still-present no-as-needed linker flag from rivet-config.

	* Lots of analysis clean-up and migration to use new features and W/Z finder APIs.

	* More momentum method forwarding on ParticleBase and adding
	abseta(), absrap() etc. functions.

	* Adding the DEFAULT_RIVET_ANA_CONSTRUCTOR cosmetic macro.

	* Adding deltaRap() etc. function variations

	* Adding no-decay photon clustering option to WFinder and ZFinder,
	and replacing opaque bool args with enums.

	* Adding an option for ignoring photons from hadron/tau decays in LeptonClusters.

2013-11-22  Andy Buckley  <andy.buckley@cern.ch>

	* Adding Particle::fromBottom/Charm/Tau() members. LHCb were
	aready mocking this up, so it seemed sensible to add it to the
	interface as a more popular (and even less dangerous) version of
	hasAncestor().

	* Adding an empty() member to the JetAlg interface.

2013-11-07  Andy Buckley  <andy.buckley@cern.ch>

	* Adding the GSL lib path to the library path in the env scripts
	and the rivet-config --ldflags output.

2013-10-25  Andy Buckley  <andy.buckley@cern.ch>

	* 2.0.0 release!!!!!!

2013-10-24  Andy Buckley  <andy.buckley@cern.ch>

	* Supporting zsh completion via bash completion compatibility.

2013-10-22  Andy Buckley  <andy.buckley@cern.ch>

	* Updating the manual to describe YODA rather than AIDA and the new rivet-cmphistos script.

	* bin/make-plots: Adding paths to error messages in histogram combination.

	* CDF_2005_S6217184: fixes to low stats errors and final scatter plot binning.

2013-10-21  Andy Buckley  <andy.buckley@cern.ch>

	* Several small fixes in jet shape analyses, SFM_1984, etc. found
	in the last H++ validation run.

2013-10-18  Andy Buckley  <andy.buckley@cern.ch>

	* Updates to configure and the rivetenv scripts to try harder to discover YODA.

2013-09-26  Andy Buckley  <andy.buckley@cern.ch>

	* Now bundling Cython-generated files in the tarballs, so Cython
	is not a build requirement for non-developers.

2013-09-24  Andy Buckley  <andy.buckley@cern.ch>

	* Removing unnecessary uses of a momentum() indirection when
	accessing kinematic variables.

	* Clean-up in Jet, Particle, and ParticleBase, in particular
	splitting PID functions on Particle from those on PID codes, and
	adding convenience kinematic functions to ParticleBase.

2013-09-23  Andy Buckley  <andy.buckley@cern.ch>

	* Add the -avoid-version flag to libtool.

	* Final analysis histogramming issues resolved.

2013-08-16  Andy Buckley  <andy.buckley@cern.ch>

	* Adding a ConnectBins flag in make-plots, to decide whether to
	connect adjacent, gapless bins with a vertical line. Enabled by
	default (good for the step-histo default look of MC lines), but
	now rivet-cmphistos disables it for the reference data.

2013-08-14  Andy Buckley  <andy.buckley@cern.ch>

	* Making 2.0.0beta3 -- just a few remaining analysis migration
	issues remaining but it's worth making another beta since there
	were lots of framework fixes/improvements.

2013-08-11  Andy Buckley  <andy.buckley@cern.ch>

	* ARGUS_1993_S2669951 also fixed using scatter autobooking.

	* Fixing remaining issues with booking in BABAR_2007_S7266081
	using the feature below (far nicer than hard-coding).

	* Adding a copy_pts param to some Analysis::bookScatter2D methods:
	pre-setting the points with x values is sometimes genuinely
	useful.

2013-07-26  Andy Buckley  <andy.buckley@cern.ch>

	* Removed the (officially) obsolete CDF 2008 LEADINGJETS and
	NOTE_9351 underlying event analyses -- superseded by the proper
	versions of these analyses based on the final combined paper.

	* Removed the semi-demo Multiplicity projection -- only the
	EXAMPLE analysis and the trivial ALEPH_1991_S2435284 needed
	adaptation.

2013-07-24  Andy Buckley  <andy.buckley@cern.ch>

	* Adding a rejection of histo paths containing /TMP/ from the
	writeData function. Use this to handle booked temporary
	histograms... for now.

2013-07-23  Andy Buckley  <andy.buckley@cern.ch>

	* Make rivet-cmphistos _not_ draw a ratio plot if there is only one line.

	* Improvements and fixes to HepData lookup with rivet-mkanalysis.

2013-07-22  Andy Buckley  <andy.buckley@cern.ch>

	* Add -std=c++11 or -std=c++0x to the Rivet compiler flags if supported.

	* Various fixes to analyses with non-zero numerical diffs.

2013-06-12  Andy Buckley  <andy.buckley@cern.ch>

	* Adding a new HeavyHadrons projection.

	* Adding optional extra include_end args to logspace() and linspace().

2013-06-11  Andy Buckley  <andy.buckley@cern.ch>

	* Moving Rivet/RivetXXX.hh tools headers into Rivet/Tools/.

	* Adding PrimaryHadrons projection.

	* Adding particles_in/out functions on GenParticle to RivetHepMC.

	* Moved STL extensions from Utils.hh to RivetSTL.hh and tidying.

	* Tidying, improving, extending, and documenting in RivetSTL.hh.

	* Adding a #include of Logging.hh into Projection.hh, and removing
	unnecessary #includes from all Projection headers.

2013-06-10  Andy Buckley  <andy.buckley@cern.ch>

	* Moving htmlify() and detex() Python functions into rivet.util.

	* Add HepData URL for Inspire ID lookup to the rivet script.

	* Fix analyses' info files which accidentally listed the Inspire
	ID under the SpiresID metadata key.

2013-06-07  Andy Buckley  <andy.buckley@cern.ch>

	* Updating mk-analysis-html script to produce MathJax output

	* Adding a version of Analysis::removeAnalysisObject() which takes
	an AO pointer as its argument.

	* bin/rivet: Adding pandoc-based conversion of TeX summary and
	description strings to plain text on the terminal output.

	* Add MathJax to rivet-mkhtml output, set up so the .info entries should render ok.

	* Mark the OPAL 1993 analysis as UNVALIDATED: from the H++
	benchmark runs it looks nothing like the data, and there are some
	outstanding ambiguities.

2013-06-06  Andy Buckley  <andy.buckley@cern.ch>

	* Releasing 2.0.0b2 beta version.

2013-06-05  Andy Buckley  <andy.buckley@cern.ch>

	* Renaming Analysis::add() etc. to very explicit
	addAnalysisObject(), sorting out shared_pointer polymorphism
	issues via the Boost dynamic_pointer_cast, and adding a full set
	of getHisto1D(), etc. explicitly named and typed accessors,
	including ones with HepData dataset/axis ID signatures.

	* Adding histo booking from an explicit reference Scatter2D (and
	more placeholders for 2D histos / 3D scatters) and rewriting
	existing autobooking to use this.

	* Converting inappropriate uses of size_t to unsigned int in Analysis.

	* Moving Analysis::addPlot to Analysis::add() (or reg()?) and
	adding get() and remove() (or unreg()?)

	* Fixing attempted abstraction of import fallbacks in rivet.util.import_ET().

	* Removing broken attempt at histoDir() caching which led to all
	histograms being registered under the same analysis name.

2013-06-04  Andy Buckley  <andy.buckley@cern.ch>

	* Updating the Cython version requirement to 0.18

	* Adding Analysis::integrate() functions and tidying the Analysis.hh file a bit.

2013-06-03  Andy Buckley  <andy.buckley@cern.ch>

	* Adding explicit protection against using inf/nan scalefactors in
	ATLAS_2011_S9131140 and H1_2000_S4129130.

	* Making Analysis::scale noisly complain about invalid
	scalefactors.

2013-05-31  Andy Buckley  <andy.buckley@cern.ch>

	* Reducing the TeX main memory to ~500MB. Turns out that it *can*
	be too large with new versions of TeXLive!

2013-05-30  Andy Buckley  <andy.buckley@cern.ch>

	* Reverting bookScatter2D behaviour to never look at ref data, and
	updating a few affected analyses. This should fix some bugs with
	doubled datapoints introduced by the previous behaviour+addPoint.

	* Adding a couple of minor Utils.hh and MathUtils.hh features.

2013-05-29  Andy Buckley  <andy.buckley@cern.ch>

	* Removing Constraints.hh header.

	* Minor bugfixes and improvements in Scatter2D booking and MC_JetAnalysis.

2013-05-28  Andy Buckley  <andy.buckley@cern.ch>

	* Removing defunct HistoFormat.hh and HistoHandler.{hh,cc}

2013-05-27  Andy Buckley  <andy.buckley@cern.ch>

	* Removing includes of Logging.hh, RivetYODA.hh, and
	ParticleIdUtils.hh from analyses (and adding an include of
	ParticleIdUtils.hh to Analysis.hh)

	* Removing now-unused .fhh files.

	* Removing lots of unnecessary .fhh includes from core classes:
	everything still compiling ok. A good opportunity to tidy this up
	before the release.

	* Moving the rivet-completion script from the data dir to bin (the
	completion is for scripts in bin, and this makes development
	easier).

	* Updating bash completion scripts for YODA format and
	compare-histos -> rivet-cmphistos.

2013-05-23  Andy Buckley  <andy.buckley@cern.ch>

	* Adding Doxy comments and a couple of useful convenience functions to Utils.hh.

	* Final tweaks to ATLAS ttbar jet veto analysis (checked logic with Kiran Joshi).

2013-05-15  Andy Buckley  <andy.buckley@cern.ch>

	* Many 1.0 -> weight bugfixes in ATLAS_2011_I945498.

	* yaml-cpp v3 support re-introduced in .info parsing.

	* Lots of analysis clean-ups for YODA TODO issues.

2013-05-13  Andy Buckley  <andy.buckley@cern.ch>

	* Analysis histo booking improvements for Scatter2D, placeholders
	for 2D histos, and general tidying.

2013-05-12  Andy Buckley  <andy.buckley@cern.ch>

	* Adding configure-time differentiation between yaml-cpp API versions 3 and 5.

2013-05-07  Andy Buckley  <andy.buckley@cern.ch>

	* Converting info file reading to use the yaml-cpp 0.5.x API.

2013-04-12  Andy Buckley  <andy.buckley@cern.ch>

	* Tagging as 2.0.0b1

2013-04-04  Andy Buckley  <andy.buckley@cern.ch>

	* Removing bundling of yaml-cpp: it needs to be installed by the
	user / bootstrap script from now on.

2013-04-03  Andy Buckley  <andy.buckley@cern.ch>

	* Removing svn:external m4 directory, and converting Boost
	detection to use better boost.m4 macros.

2013-03-22  Andy Buckley  <andy.buckley@cern.ch>

	* Moving PID consts to the PID namespace and corresponding code
	updates and opportunistic clean-ups.

	* Adding Particle::fromDecay() method.

2013-03-09  Andy Buckley  <andy.buckley@cern.ch>

	* Version bump to 2.0.0b1 in anticipation of first beta release.

	* Adding many more 'popular' particle ID code named-consts and
	aliases, and updating the RapScheme enum with ETA -> ETARAP, and
	fixing affected analyses (plus other opportunistic tidying / minor
	bug-fixing).

	* Fixing a symbol misnaming in ATLAS_2012_I1119557.

2013-03-07  Andy Buckley  <andy.buckley@cern.ch>

	* Renaming existing uses of ParticleVector to the new 'Particles' type.

	* Updating util classes, projections, and analyses to deal with
	the HepMC return value changes.

	* Adding new Particle(const GenParticle*) constructor.

	* Converting Particle::genParticle() to return a const pointer
	rather than a reference, for the same reason as below (+
	consistency within Rivet and with the HepMC pointer-centric coding
	design).

	* Converting Event to use a different implementation of original
	and modified GenParticles, and to manage the memory in a more
	future-proof way. Event::genParticle() now returns a const pointer
	rather than a reference, to signal that the user is leaving the
	happy pastures of 'normal' Rivet behind.

	* Adding a Particles typedef by analogy to Jets, and in preference
	to the cumbersome ParticleVector.

	* bin/: Lots of tidying/pruning of messy/defunct scripts.

	* Creating spiresbib, util, and plotinfo rivet python module
	submodules: this eliminates lighthisto and the standalone
	spiresbib modules. Util contains convenience functions for Python
	version testing, clean ElementTree import, and process renaming,
	for primary use by the rivet-* scripts.

	* Removing defunct scripts that have been replaced/obsoleted by YODA.

2013-03-06  Andy Buckley  <andy.buckley@cern.ch>

	* Fixing doc build so that the reference histos and titles are
	~correctly documented. We may want to truncate some of the lists!

2013-03-06  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Added ATLAS_2012_I1125575 analysis

	* Converted rivet-mkhtml to yoda

	* Introduced rivet-cmphistos as yoda based replacement for compare-histos

2013-03-05  Andy Buckley  <andy.buckley@cern.ch>

	* Replacing all AIDA ref data with YODA versions.

	* Fixing the histograms entries in the documentation to be
	tolerant to plotinfo loading failures.

	* Making the findDatafile() function primarily find YODA data
	files, then fall back to AIDA. The ref data loader will use the
	appropriate YODA format reader.

2013-02-05  David Grellscheid  <David.Grellscheid@durham.ac.uk>

	* include/Rivet/Math/MathUtils.hh: added BWspace bin edge method
	to give equal-area Breit-Wigner bins

2013-02-01  Andy Buckley  <andy.buckley@cern.ch>

	* Adding an element to the PhiMapping enum and a new mapAngle(angle, mapping) function.

	* Fixes to Vector3::azimuthalAngle and Vector3::polarAngle calculation (using the mapAngle functions).

2013-01-25  Frank Siegert  <frank.siegert@cern.ch>

	* Split MC_*JETS analyses into three separate bits:
	MC_*INC (inclusive properties)
	MC_*JETS (jet properties)
	MC_*KTSPLITTINGS (kT splitting scales).

2013-01-22  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Fix TeX variable in the rivetenv scripts, especially for csh

2012-12-21  Andy Buckley  <andy.buckley@cern.ch>

	* Version 1.8.2 release!

2012-12-20  Andy Buckley  <andy.buckley@cern.ch>

	* Adding ATLAS_2012_I1119557 analysis (from Roman Lysak and Lily Asquith).

2012-12-18  Andy Buckley  <andy.buckley@cern.ch>

	* Adding TOTEM_2012_002 analysis, from Sercan Sen.

2012-12-18  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Added CMS_2011_I954992 analysis

2012-12-17  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Added CMS_2012_I1193338 analysis

	* Fixed xi cut in ATLAS_2011_I894867

2012-12-17  Andy Buckley  <andy.buckley@cern.ch>

	* Adding analysis descriptions to the HTML analysis page ToC.

2012-12-14  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Added CMS_2012_PAS_FWD_11_003 analysis

	* Added LHCB_2012_I1119400 analysis

2012-12-12  Andy Buckley  <andy.buckley@cern.ch>

	* Correction to jet acceptance in CMS_2011_S9120041, from Sercan Sen: thanks!

2012-12-12  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Added CMS_2012_PAS_QCD_11_010 analysis

2012-12-07  Andy Buckley  <andy.buckley@cern.ch>

	* Version number bump to 1.8.2 -- release approaching.

	* Rewrite of ALICE_2012_I1181770 analysis to make it a bit more sane and acceptable.

	* Adding a note on FourVector and FourMomentum that operator- and
	operator-= invert both the space and time components: use of -=
	can result in a vector with negative energy.

	* Adding particlesByRapidity and particlesByAbsRapidity to FinalState.

2012-12-07  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Added ALICE_2012_I1181770 analysis

	* Bump version to 1.8.2

2012-12-06  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Added ATLAS_2012_I1188891 analysis

	* Added ATLAS_2012_I1118269 analysis

	* Added CMS_2012_I1184941 analysis

	* Added LHCB_2010_I867355 analysis

	* Added TGraphErrors support to root2flat

2012-11-27  Andy Buckley  <andy.buckley@cern.ch>

	* Converting CMS_2012_I1102908 analysis to use YODA.

	* Adding XLabel and YLabel setting in histo/profile/scatter booking.

2012-11-27  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Fix make-plots png creation for SL5

2012-11-23  Peter Richardson <peter.richardson@durham.ac.uk>

	* Added ATLAS_2012_CONF_2012_153 4-lepton SUSY search

2012-11-17  Andy Buckley  <andy.buckley@cern.ch>

	* Adding MC_PHOTONS by Steve Lloyd and AB, for testing general
	unisolated photon properties, especially those associated with
	charged leptons (e and mu).

2012-11-16  Andy Buckley  <andy.buckley@cern.ch>

	* Adding MC_PRINTEVENT, a convenient (but verbose!) analysis for
	printing out event details to stdout.

2012-11-15  Andy Buckley  <andy.buckley@cern.ch>

	* Removing the long-unused/defunct autopackage system.

2012-11-15  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Added LHCF_2012_I1115479 analysis
	* Added ATLAS_2011_I894867 analysis

2012-11-14  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Added CMS_2012_I1102908 analysis

2012-11-14  Andy Buckley  <andy.buckley@cern.ch>

	* Converting the argument order of logspace, clarifying the
	arguments, updating affected code, and removing Analysis::logBinEdges.

	* Merging updates from the AIDA maintenance branch up to r4002
	(latest revision for next merges is r4009).

2012-11-11  Andy Buckley  <andy.buckley@cern.ch>

	* include/Math/: Various numerical fixes to Vector3::angle and
	changing the 4 vector mass treatment to permit spacelike
	virtualities (in some cases even the fuzzy isZero assert check was
	being violated). The angle check allows a clean-up of some
	workaround code in MC_VH2BB.

2012-10-15  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Added CMS_2012_I1107658 analysis

2012-10-11  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Added CDF_2012_NOTE10874 analysis

2012-10-04  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Added ATLAS_2012_I1183818 analysis

2012-07-17  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Cleanup and multiple fixes in CMS_2011_S9120041

	* Bugfixed in ALEPH_2004_S5765862 and ATLAS_2010_CONF_2010_049
	(thanks to Anil Pratap)

2012-08-09  Andy Buckley  <andy.buckley@cern.ch>

	* Fixing aida2root command-line help message and converting to TH*
	rather than TGraph by default.

2012-07-24  Andy Buckley  <andy.buckley@cern.ch>

	* Improvements/migrations to rivet-mkhtml, rivet-mkanalysis, and
	rivet-buildplugin.

2012-07-17  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Add CMS_2012_I1087342

2012-07-12  Andy Buckley  <andy.buckley@cern.ch>

	* Fix rivet-mkanalysis a bit for YODA compatibility.

2012-07-05  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Version 1.8.1!

2012-07-05  Holger Schulz  <holger.schulz@physik.hu-berlin.de>

	* Add ATLAS_2011_I945498

2012-07-03  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Bugfix for transverse mass (thanks to Gavin Hesketh)

2012-06-29  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Merge YODA branch into trunk. YODA is alive!!!!!!

2012-06-26  Holger Schulz  <holger.schulz@physik.hu-berlin.de>

	* Add ATLAS_2012_I1091481

2012-06-20  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Added D0_2011_I895662: 3-jet mass

2012-04-24  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* fixed a few bugs in rivet-rmgaps

	* Added new TOTEM dN/deta analysis

2012-03-19  Andy Buckley  <andy.buckley@cern.ch>

	* Version 1.8.0!

	* src/Projections/UnstableFinalState.cc: Fix compiler warning.

	* Version bump for testing: 1.8.0beta1.

	* src/Core/AnalysisInfo.cc: Add printout of YAML parser exception error messages to aid debugging.

	* bin/Makefile.am: Attempt to fix rivet-nopy build on SLC5.

	* src/Analyses/LHCB_2010_S8758301.cc: Add two missing entries to the PDGID -> lifetime map.

	* src/Projections/UnstableFinalState.cc: Extend list of vetoed particles to include reggeons.

2012-03-16  Andy Buckley  <andy.buckley@cern.ch>

	* Version change to 1.8.0beta0 -- nearly ready for long-awaited release!

	* pyext/setup.py.in: Adding handling for the YAML library: fix for
	Genser build from Anton Karneyeu.

	* src/Analyses/LHCB_2011_I917009.cc: Hiding lifetime-lookup error
	message if the offending particle is not a hadron.

	* include/Rivet/Math/MathHeader.hh: Using unnamespaced std::isnan
	and std::isinf as standard.

2012-03-16  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Improve default plot behaviour for 2D histograms

2012-03-15  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Make ATLAS_2012_I1084540 less verbose, and general code
	cleanup of that analysis.

	* New-style plugin hook in ATLAS_2011_I926145,
	ATLAS_2011_I944826 and ATLAS_2012_I1084540

	* Fix compiler warnings in ATLAS_2011_I944826 and CMS_2011_S8973270

	* CMS_2011_S8941262: Weights are double, not int.

	* disable inRange() tests in test/testMath.cc until we have a proper
	fix for the compiler warnings we see on SL5.

2012-03-07  Andy Buckley  <andy.buckley@cern.ch>

	* Marking ATLAS_2011_I919017 as VALIDATED (this should have
	happened a long time ago) and adding more references.

2012-02-28  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* lighthisto.py: Caching for re.compile(). This speeds up aida2flat
	and flat2aida by more than an order of magnitude.

2012-02-27  Andy Buckley  <andy.buckley@cern.ch>

	* doc/mk-analysis-html: Adding more LaTeX/text -> HTML conversion
	replacements, including better <,> handling.

2012-02-26  Andy Buckley  <andy.buckley@cern.ch>

	* Adding CMS_2011_S8973270, CMS_2011_S8941262, CMS_2011_S9215166,
	CMS_QCD_10_024, from CMS.

	* Adding LHCB_2011_I917009 analysis, from Alex Grecu.

	* src/Core/Analysis.cc, include/Rivet/Analysis.hh: Add a numeric-arg version of histoPath().

2012-02-24  Holger Schulz  <holger.schulz@physik.hu-berlin.de>

	* Adding ATLAS Ks/Lambda analysis.

2012-02-20  Andy Buckley  <andy.buckley@cern.ch>

	* src/Analyses/ATLAS_2011_I925932.cc: Using new overflow-aware
	normalize() in place of counters and scale(..., 1/count)

2012-02-14  Andy Buckley  <andy.buckley@cern.ch>

	* Splitting MC_GENERIC to put the PDF and PID plotting into
	MC_PDFS and MC_IDENTIFIED respectively.

	* Renaming MC_LEADINGJETS to MC_LEADJETUE.

2012-02-14  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* DELPHI_1996_S3430090 and ALEPH_1996_S3486095:
	fix rapidity vs {Thrust,Sphericity}-axis.

2012-02-14  Andy Buckley  <andy.buckley@cern.ch>

	* bin/compare-histos: Don't attempt to remove bins from MC histos
	where they aren't found in the ref file, if the ref file is not
	expt data, or if the new --no-rmgapbins arg is given.

	* bin/rivet: Remove the conversion of requested analysis names to
	upper-case: mixed-case analysis names will now work.

2012-02-14  Frank Siegert  <frank.siegert@cern.ch>

	* Bugfixes and improvements for MC_TTBAR:
	  - Avoid assert failure with logspace starting at 0.0
	  - Ignore charged lepton in jet finding (otherwise jet multi is always
	    +1).
	  - Add some dR/deta/dphi distributions as noted in TODO
	  - Change pT plots to logspace as well (to avoid low-stat high pT bins)

2012-02-10  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* rivet-mkhtml -c option now has the semantics of a .plot
	file. The contents are appended to the dat output by
	compare-histos.

2012-02-09  David Grellscheid <david.grellscheid@durham.ac.uk>

	* Fixed broken UnstableFS behaviour

2012-01-25 Frank Siegert  <frank.siegert@cern.ch>

	* Improvements in make-plots:
	  - Add PlotTickLabels and RatioPlotTickLabels options (cf.
	    make-plots.txt)
	  - Make ErrorBars and ErrorBands non-exclusive (and change
	    their order, such that Bars are on top of Bands)

2012-01-25 Holger Schulz  <holger.schulz@physik.hu-berlin.de>

	* Add ATLAS diffractive gap analysis

2012-01-23  Andy Buckley  <andy.buckley@cern.ch>

	* bin/rivet: When using --list-analyses, the analysis summary is
	now printed out when log level is <= INFO, rather than < INFO.
	The effect on command line behaviour is that useful identifying
	info is now printed by default when using --list-analyses, rather
	than requiring --list-analyses -v. To get the old behaviour,
	e.g. if using the output of rivet --list-analyses for scripting,
	now use --list-analyses -q.

2012-01-22  Andy Buckley  <andy.buckley@cern.ch>

	* Tidying lighthisto, including fixing the order in which +- error
	values are passed to the Bin constructor in fromFlatHisto.

2012-01-16 Frank Siegert  <frank.siegert@cern.ch>

	* Bugfix in ATLAS_2012_I1083318: Include non-signal neutrinos in
	jet clustering.

	* Add first version of ATLAS_2012_I1083318 (W+jets). Still
	UNVALIDATED until final happiness with validation plots arises and
	data is in Hepdata.

	* Bugfix in ATLAS_2010_S8919674: Really use neutrino with highest
	pT for Etmiss. Doesn't seem to make very much difference, but is
	more correct in principle.

2012-01-16 Peter Richardson  <peter.richardson@durham.ac.uk>

	* Fixes to ATLAS_20111_S9225137 to include reference data

2012-01-13 Holger Schulz  <holger.schulz@physik.hu-berlin.de>

	* Add ATLAS inclusive lepton analysis

2012-01-12 Hendrik Hoeth  <hendrik.hoeth@durham.ac.uk>

	* Font selection support in rivet-mkhtml

2012-01-11 Peter Richardson  <peter.richardson@durham.ac.uk>

	* Added pi0 to list of particles.

2012-01-11  Andy Buckley  <andy.buckley@cern.ch>

	* Removing references to Boost random numbers.

2011-12-30  Andy Buckley  <andy.buckley@cern.ch>

	* Adding a placeholder rivet-which script (not currently
	installed).

	* Tweaking to avoid a very time-consuming debug printout in
	compare-histos with the -v flag, and modifying the Rivet env vars
	in rivet-mkhtml before calling compare-histos to eliminate
	problems induced by relative paths (i.e. "." does not mean the
	same thing when the directory is changed within the script).

2011-12-12  Andy Buckley  <andy.buckley@cern.ch>

	* Adding a command line completion function for rivet-mkhtml.

2011-12-12  Frank Siegert  <frank.siegert@cern.ch>

	* Fix for factor of 2.0 in normalisation of CMS_2011_S9086218

	* Add --ignore-missing option to rivet-mkhtml to ignore non-existing
	AIDA files.

2011-12-06  Andy Buckley  <andy.buckley@cern.ch>

	* Include underflow and overflow bins in the normalisation when
	calling Analysis::normalise(h)

2011-11-23  Andy Buckley  <andy.buckley@cern.ch>

	* Bumping version to 1.8.0alpha0 since the Jet interface changes
	are quite a major break with backward compatibility (although the
	vast majority of analyses should be unaffected).

	* Removing crufty legacy stuff from the Jet class -- there is
	never any ambiguity between whether Particle or FourMomentum
	objects are the constituents now, and the jet 4-momentum is set
	explicitly by the jet alg so that e.g. there is no mismatch if the
	FastJet pt recombination scheme is used.

	* Adding default do-nothing implementations of Analysis::init()
	and Analysis::finalize(), since it is possible for analysis
	implementations to not need to do anything in these methods, and
	forcing analysis authors to write do-nothing boilerplate code is
	not "the Rivet way"!

2011-11-19  Andy Buckley  <andy.buckley@cern.ch>

	* Adding variant constructors to FastJets with a more natural
	Plugin* argument, and decrufting the constructor implementations a
	bit.

	* bin/rivet: Adding a more helpful error message if the rivet
	module can't be loaded, grouping the option parser options,
	removing the -A option (this just doesn't seem useful anymore),
	and providing a --pwd option as a shortcut to append "." to the
	search path.

2011-11-18  Andy Buckley  <andy.buckley@cern.ch>

	* Adding a guide to compiling a new analysis template to the
	output message of rivet-mkanalysis.

2011-11-11  Andy Buckley  <andy.buckley@cern.ch>

	* Version 1.7.0 release!

	* Protecting the OPAL 2004 analysis against NaNs in the
	hemispheres projection -- I can't track the origin of these and
	suspect some occasional memory corruption.

2011-11-09  Andy Buckley  <andy@insectnation.org>

	* Renaming source files for EXAMPLE and
	PDG_HADRON_MULTIPLICITIES(_RATIOS) analyses to match the analysis
	names.

	* Cosmetic fixes in ATLAS_2011_S9212183 SUSY analysis.

	* Adding new ATLAS W pT analysis from Elena Yatsenko (slightly adapted).

2011-10-20  Frank Siegert  <frank.siegert@cern.ch>

	* Extend API of W/ZFinder to allow for specification of input final
	state in which to search for leptons/photons.

2011-10-19  Andy Buckley  <andy@insectnation.org>

	* Adding new version of LHCB_2010_S8758301, based on submission
	from Alex Grecu. There is some slightly dodgy-looking GenParticle*
	fiddling going on, but apparently it's necessary (and hopefully robust).

2011-10-17  Andy Buckley  <andy@insectnation.org>

	* bin/rivet-nopy linker line tweak to make compilation work with
	GCC 4.6 (-lHepMC has to be explicitly added for some reason).

2011-10-13  Frank Siegert  <frank.siegert@cern.ch>

	* Add four CMS QCD analyses kindly provided by CMS.

2011-10-12  Andy Buckley  <andy@insectnation.org>

	* Adding a separate test program for non-matrix/vector math
	functions, and adding a new set of int/float literal arg tests for
	the inRange functions in it.

	* Adding a jet multiplicity plot for jets with pT > 30 GeV to
	MC_TTBAR.

2011-10-11  Andy Buckley  <andy@insectnation.org>

	* Removing SVertex.

2011-10-11  James Monk    <jmonk@cern.ch>

	* root2flat was missing the first bin (plus spurious last bin)

	* My version of bash does not understand the pipe syntax |& in rivet-buildplugin

2011-09-30  James Monk    <jmonk@cern.ch>

	* Fix bug in ATLAS_2010_S8817804 that misidentified the akt4 jets
	as akt6

2011-09-29  Andy Buckley  <andy@insectnation.org>

	* Converting FinalStateHCM to a slightly more general
	DISFinalState.

2011-09-26  Andy Buckley  <andy@insectnation.org>

	* Adding a default libname argument to rivet-buildplugin. If the
	first argument doesn't have a .so library suffix, then use
	RivetAnalysis.so as the default.

2011-09-19  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* make-plots: Fixing regex for \physicscoor. Adding "FrameColor"
	option.

2011-09-17  Andy Buckley  <andy@insectnation.org>

	* Improving interactive metadata printout, by not printing
	headings for missing info.

	* Bumping the release number to 1.7.0alpha0, since with these
	SPIRES/Inspire changes and the MissingMomentum API change we need
	more than a minor release.

	* Updating the mkanalysis, BibTeX-grabbing and other places that
	care about analysis SPIRES IDs to also be able to handle the new
	Inspire system record IDs. The missing link is getting to HepData
	from an Inspire code...

	* Using the .info file rather than an in-code declaration to
	specify that an analysis needs cross-section information.

	* Adding Inspire support to the AnalysisInfo and Analysis
	interfaces. Maybe we can find a way to combine the two,
	e.g. return the SPIRES code prefixed with an "S" if no Inspire ID
	is available...

2011-09-17  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Added ALICE_2011_S8909580 (strange particle production at 900 GeV)

	* Feed-down correction in ALICE_2011_S8945144

2011-09-16  Andy Buckley  <andy@insectnation.org>

	* Adding ATLAS track jet analysis, modified from the version
	provided by Seth Zenz: ATLAS_2011_I919017. Note that this analysis
	is currently using the Inspire ID rather than the Spires one:
	we're clearly going to have to update the API to handle Inspire
	codes, so might as well start now...

2011-09-14  Andy Buckley  <andy@insectnation.org>

	* Adding the ATLAS Z pT measurement at 7 TeV (ATLAS_2011_S9131140)
	and an MC analysis for VH->bb events (MC_VH2BB).

2011-09-12  Andy Buckley  <andy@insectnation.org>

	* Removing uses of getLog, cout, cerr, and endl from all standard
	analyses and projections, except in a very few special cases.

2011-09-10  Andy Buckley  <andy@insectnation.org>

	* Changing the behaviour and interface of the MissingMomentum
	projection to calculate vector ET correctly. This was previously
	calculated according to the common definition of -E*sin(theta) of
	the summed visible 4-momentum in the event, but that is incorrect
	because the timelike term grows monotonically. Instead, transverse
	2-vectors of size ET need to be constructed for each visible
	particle, and vector-summed in the transverse plane.

	The rewrite of this behaviour made it opportune to make an API
	improvement: the previous method names scalarET/vectorET() have
	been renamed to scalar/vectorEt() to better match the Rivet
	FourMomentum::Et() method, and MissingMomentum::vectorEt() now
	returns a Vector3 rather than a double so that the transverse
	missing Et direction is also available.

	Only one data analysis has been affected by this change in
	behaviour: the D0_2004_S5992206 dijet delta(phi) analysis. It's
	expected that this change will not be very significant, as it is
	a *veto* on significant missing ET to reduce non-QCD
	contributions. MC studies using this analysis ~always run with QCD
	events only, so these contributions should be small. The analysis
	efficiency may have been greatly improved, as fewer events will
	now fail the missing ET veto cut.

	* Add sorting of the ParticleVector returned by the ChargedLeptons
	projection.

	* configure.ac: Adding a check to make sure that no-one tries to
	install into --prefix=$PWD.

2011-09-04  Andy Buckley  <andy@insectnation.org>

	* lighthisto fixes from Christian Roehr.

2011-08-26  Andy Buckley  <andy@insectnation.org>

	* Removing deprecated features: the setBeams(...) method on
	Analysis, the MaxRapidity constant, the split(...) function, the
	default init() method from AnalysisHandler and its test, and the
	deprecated TotalVisibleMomentum and PVertex projections.

2011-08-23  Andy Buckley  <andy@insectnation.org>

	* Adding a new DECLARE_RIVET_PLUGIN wrapper macro to hide the
	details of the plugin hook system from analysis authors. Migration
	of all analyses and the rivet-mkanalysis script to use this as the
	standard plugin hook syntax.

	* Also call the --cflags option on root-config when using the
	--root option with rivet-biuldplugin (thanks to Richard Corke for
	the report)

2011-08-23  Frank Siegert <frank.siegert@cern.ch>

	* Added ATLAS_2011_S9126244
	* Added ATLAS_2011_S9128077

2011-08-23  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Added ALICE_2011_S8945144

	* Remove obsolete setBeams() from the analyses

	* Update CMS_2011_S8957746 reference data to the official numbers

	* Use Inspire rather than Spires.

2011-08-19  Frank Siegert <frank.siegert@cern.ch>

	* More NLO parton level generator friendliness: Don't crash or fail when
	there are no beam particles.

	* Add --ignore-beams option to skip compatibility check.

2011-08-09  David Mallows <dave.mallows@gmail.com>

	* Fix aida2flat to ignore empty dataPointSet

2011-08-07  Andy Buckley  <andy@insectnation.org>

	* Adding TEXINPUTS and LATEXINPUTS prepend definitions to the
	variables provided by rivetenv.(c)sh. A manual setting of these
	variables that didn't include the Rivet TEXMFHOME path was
	breaking make-plots on lxplus, presumably since the system LaTeX
	packages are so old there.

2011-08-02  Frank Siegert  <frank.siegert@cern.ch>

	Version 1.6.0 release!

2011-08-01  Frank Siegert  <frank.siegert@cern.ch>

	* Overhaul of the WFinder and ZFinder projections, including a change
	of interface. This solves potential problems with leptons which are not
	W/Z constituents being excluded from the RemainingFinalState.

2011-07-29  Andy Buckley  <andy@insectnation.org>

	* Version 1.5.2 release!

	* New version of aida2root from James Monk.

2011-07-29  Frank Siegert  <frank.siegert@cern.ch>

	* Fix implementation of --config file option in make-plots.

2011-07-27  David Mallows <dave.mallows@gmail.com>

	* Updated MC_TTBAR.plot to reflect updated analysis.

2011-07-25  Andy Buckley  <andy@insectnation.org>

	* Adding a useTransverseMass flag method and implementation to
	InvMassFinalState, and using it in the WFinder, after feedback
	from Gavin Hesketh. This was the neatest way I could do it :S Some
	other tidying up happened along the way.

	* Adding transverse mass massT and massT2 methods and functions
	for FourMomentum.

2011-07-22  Frank Siegert  <frank.siegert@cern.ch>

	* Added ATLAS_2011_S9120807

	* Add two more observables to MC_DIPHOTON and make its isolation cut
	more LHC-like

	* Add linear photon pT histo to MC_PHOTONJETS

2011-07-20  Andy Buckley  <andy@insectnation.org>

	* Making MC_TTBAR work with semileptonic ttbar events and generally
	tidying the code.

2011-07-19  Andy Buckley  <andy@insectnation.org>

	* Version bump to 1.5.2.b01 in preparation for a release in the
	very near future.

2011-07-18  David Mallows <dave.mallows@gmail.com>

	* Replaced MC_TTBAR: Added t,tbar reconstruction. Not yet working.

2011-07-18  Andy Buckley  <andy@insectnation.org>

	* bin/rivet-buildplugin.in: Pass the AM_CXXFLAGS
	variable (including the warning flags) to the C++ compiler when
	building user analysis plugins.

	* include/LWH/DataPointSet.h: Fix accidental setting of errorMinus
	= scalefactor * error_Plus_. Thanks to Anton Karneyeu for the bug
	report!

2011-07-18  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Added CMS_2011_S8884919 (charged hadron multiplicity in NSD
	events corrected to pT>=0).

	* Added CMS_2010_S8656010 and CMS_2010_S8547297 (charged
	hadron pT and eta in NSD events)

	* Added CMS_2011_S8968497 (chi_dijet)

	* Added CMS_2011_S8978280 (strangeness)

2011-07-13  Andy Buckley  <andy@insectnation.org>

	* Rivet PDF manual updates, to not spread disinformation about
	bootstrapping a Genser repo.

2011-07-12  Andy Buckley  <andy@insectnation.org>

	* bin/make-plots: Protect property reading against unstripped \r
	characters from DOS newlines.

	* bin/rivet-mkhtml: Add a -M unmatch regex flag (note that these
	are matching the analysis path rather than individual histos on
	this script), and speed up the initial analysis identification and
	selection by avoiding loops of regex comparisons for repeats of
	strings which have already been analysed.

	* bin/compare-histos: remove the completely (?) unused histogram
	list, and add -m and -M regex flags, as for aida2flat and
	flat2aida.

2011-06-30  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* fix fromFlat() in lighthistos: It would ignore histogram paths
	before.

	* flat2aida: preserve histogram order from .dat files

2011-06-27  Andy Buckley  <andy@insectnation.org>

	* pyext/setup.py.in: Use CXXFLAGS and LDFLAGS safely in the Python
	extension build, and improve the use of build/src directory
	arguments.

2011-06-23  Andy Buckley  <andy@insectnation.org>

	* Adding a tentative rivet-updateanalyses script, based on
	lhapdf-getdata, which will download new analyses as requested. We
	could change our analysis-providing behaviour a bit to allow this
	sort of delivery mechanism to be used as the normal way of getting
	analysis updates without us having to make a whole new Rivet
	release. It is nice to be able to identify analyses with releases,
	though, for tracking whether bugs have been addressed.

2011-06-10  Frank Siegert  <frank.siegert@cern.ch>

	* Bugfixes in WFinder.

2011-06-10  Andy Buckley  <andy@insectnation.org>

	* Adding \physicsxcoor and \physicsycoor treatment to make-plots.

2011-06-06  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Allow for negative cross-sections. NLO tools need this.

	* make-plots: For RatioPlotMode=deviation also consider the MC
	uncertainties, not just data.

2011-06-04  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Add support for goodness-of-fit calculations to make-plots.
	The results are shown in the legend, and one histogram can
	be selected to determine the color of the plot margin. See
	the documentation for more details.

2011-06-04  Andy Buckley  <andy@insectnation.org>

	* Adding auto conversion of Histogram2D to DataPointSets in the
	AnalysisHandler _normalizeTree method.

2011-06-03  Andy Buckley  <andy@insectnation.org>

	* Adding a file-weight feature to the Run object, which will
	optionally rescale the weights in the provided HepMC files. This
	should be useful for e.g. running on multiple differently-weighted
	AlpGen HepMC files/streams. The new functionality is used by the
	rivet command via an optional weight appended to the filename with
	a colon delimiter, e.g. "rivet fifo1.hepmc fifo2.hepmc:2.31"

2011-06-01  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Add BeamThrust projection

2011-05-31  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Fix LIBS for fastjet-3.0

	* Add basic infrastructure for Taylor plots in make-plots

	* Fix OPAL_2004_S6132243: They are using charged+neutral.

	* Release 1.5.1

2011-05-22  Andy Buckley  <andy@insectnation.org>

	* Adding plots of stable and decayed PID multiplicities to
	MC_GENERIC (useful for sanity-checking generator setups).

	* Removing actually-unused ProjectionApplier.fhh forward
	declaration header.

2011-05-20  Andy Buckley  <andy@insectnation.org>

	* Removing import of ipython shell from rivet-rescale, having just
	seen it throw a multi-coloured warning message on a student's
	lxplus Rivet session!

	* Adding support for the compare-histos --no-ratio flag when using
	rivet-mkhtml. Adding --rel-ratio, --linear, etc. is an exercise
	for the enthusiast ;-)

2011-05-10  Andy Buckley  <andy@insectnation.org>

	* Internal minor changes to the ProjectionHandler and
	ProjectionApplier interfaces, in particular changing the
	ProjectionHandler::create() function to be called getInstance and
	to return a reference rather than a pointer. The reference change
	is to make way for an improved singleton implementation, which
	cannot yet be used due to a bug in projection memory
	management. The code of the improved singleton is available, but
	commented out, in ProjectionManager.hh to allow for easier
	migration and to avoid branching.

2011-05-08  Andy Buckley  <andy@insectnation.org>

	* Extending flat2aida to be able to read from and write to
	stdin/out as for aida2flat, and also eliminating the internal
	histo parsing representation in favour of the one in
	lighthisto. lighthisto's fromFlat also needed a bit of an
	overhaul: it has been extended to parse each histo's chunk of
	text (including BEGIN and END lines) in fromFlatHisto, and for
	fromFlat to parse a collection of histos from a file, in keeping
	with the behaviour of fromDPS/fromAIDA. Merging into Professor is
	now needed.

	* Extending aida2flat to have a better usage message, to accept
	input from stdin for command chaining via pipes, and to be a bit
	more sensibly internally structured (although it also now has to
	hold all histos in memory before writing out -- that shouldn't be
	a problem for anything other than truly huge histo files).

2011-05-04  Andy Buckley  <andy@insectnation.org>

	* compare-histos: If using --mc-errs style, prefer dotted and
	dashdotted line styles to dashed, since dashes are often too long
	to be distinguishable from solid lines. Even better might be to
	always use a solid line for MC errs style, and to add more colours.

	* rivet-mkhtml: use a no-mc-errors drawing style by default,
	to match the behaviour of compare-histos, which it calls. The
	--no-mc-errs option has been replaced with an --mc-errs option.

2011-05-04  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Ignore duplicate files in compare-histos.

2011-04-25  Andy Buckley  <andy@insectnation.org>

	* Adding some hadron-specific N and sumET vs. |eta| plots to MC_GENERIC.

	* Re-adding an explicit attempt to get the beam particles, since
	HepMC's IO_HERWIG seems to not always set them even though it's
	meant to.

2011-04-19  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Added ATLAS_2011_S9002537 W asymmetry analysis

2011-04-14  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* deltaR, deltaPhi, deltaEta now available in all combinations of
	FourVector, FourMomentum, Vector3, doubles. They also accept jets
	and particles as arguments now.

2011-04-13  David Grellscheid <david.grellscheid@durham.ac.uk>

	* added ATLAS 8983313: 0-lepton BSM

2011-04-01  Andy Buckley  <andy@insectnation.org>

	* bin/rivet-mkanalysis: Don't try to download SPIRES or HepData
	info if it's not a standard analysis (i.e. if the SPIRES ID is not
	known), and make the default .info file validly parseable by YAML,
	which was an unfortunate gotcha for anyone writing a first
	analysis.

2011-03-31  Andy Buckley  <andy@insectnation.org>

	* bin/compare-histos: Write more appropriate ratio plot labels
	when not comparing to data, and use the default make-plots labels
	when comparing to data.

	* bin/rivet-mkhtml: Adding a timestamp to the generated pages, and
	a -t/--title option to allow setting the main HTML page title on
	the command line: otherwise it becomes impossible to tell these
	pages apart when you have a lot of them, except by URL!

2011-03-24  Andy Buckley  <andy@insectnation.org>

	* bin/aida2flat: Adding a -M option to *exclude* histograms whose
	paths match a regex. Writing a negative lookahead regex with
	positive matching was far too awkward!

2011-03-18  Leif Lonnblad  <Leif.Lonnblad@thep.lu.se>

	* src/Core/AnalysisHandler.cc (AnalysisHandler::removeAnalysis):
	Fixed strange shared pointer assignment that caused seg-fault.

2011-03-13  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* filling of functions works now in a more intuitive way (I hope).

2011-03-09  Andy Buckley  <andy@insectnation.org>

	* Version 1.5.0 release!

2011-03-08  Andy Buckley  <andy@insectnation.org>

	* Adding some extra checks for external packages in make-plots.

2011-03-07  Andy Buckley  <andy@insectnation.org>

	* Changing the accuracy of the beam energy checking to 1%, to make
	the UI a bit more forgiving. It's still best to specify exactly the right
	energy of course!

2011-03-01  Andy Buckley  <andy@insectnation.org>

	* Adding --no-plottitle to compare-histos (+ completion).

	* Fixing segfaults in UA1_1990_S2044935 and UA5_1982_S875503.

	* Bump ABI version numbers for 1.5.0 release.

	* Use AnalysisInfo for storage of the NeedsCrossSection analysis flag.

	* Allow field setting in AnalysisInfo.

2011-02-27  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Support LineStyle=dashdotted in make-plots

	* New command line option --style for compare-histos. Options are
	"default", "bw" and "talk".

	* cleaner uninstall

2011-02-26  Andy Buckley  <andy@insectnation.org>

	* Changing internal storage and return type of Particle::pdgId()
	to PdgId, and adding Particle::energy().

	* Renaming Analysis::energies() as Analysis::requiredEnergies().

	* Adding beam energies into beam consistency checking:
	Analysis::isCompatible methods now also require the beam energies
	to be provided.

	* Removing long-deprecated AnalysisHandler::init() constructor and
	AnalysisHandler::removeIncompatibleAnalyses() methods.

2011-02-25  Andy Buckley  <andy@insectnation.org>

	* Adding --disable-obsolete, which takes its value from the value
	of --disable-preliminary by default.

	* Replacing RivetUnvalidated and RivetPreliminary plugin libraries
	with optionally-configured analysis contents in the
	experiment-specific plugin libraries. This avoids issues with
	making libraries rebuild consistently when sources were reassigned
	between libraries.

2011-02-24  Andy Buckley  <andy@insectnation.org>

	* Changing analysis plugin registration to fall back through
	available paths rather than have RIVET_ANALYSIS_PATH totally
	override the built-in paths. The first analysis hook of a given
	name to be found is now the one that's used: any duplicates found
	will be warned about but unused. getAnalysisLibPaths() now returns
	*all* the search paths, in keeping with the new search behaviour.

2011-02-22  Andy Buckley  <andy@insectnation.org>

	* Moving the definition of the MSG_* macros into the Logging.hh
	header. They can't be used everywhere, though, as they depend on
	the existence of a this->getLog() method in the call scope. This
	move makes them available in e.g. AnalysisHandler and other bits
	of framework other than projections and analyses.

	* Adding a gentle print-out from the Rivet AnalysisHandler if
	preliminary analyses are being used, and strengthening the current
	warning if unvalidated analyses are used.

	* Adding documentation about the validation "process" and
	the (un)validated and preliminary analysis statuses.

	* Adding the new RivetPreliminary analysis library, and the
	corresponding --disable-preliminary configure flag. Analyses in
	this library are subject to change names, histograms, reference
	data values, etc. between releases: make sure you check any
	dependences on these analyses when upgrading Rivet.

	* Change the Python script ref data search behaviours to use Rivet
	ref data by default where available, rather than requiring a -R
	option. Where relevant, -R is still a valid option, to avoid
	breaking legacy scripts, and there is a new --no-rivet-refs option
	to turn the default searching *off*.

	* Add the prepending and appending optional arguments to the path
	searching functions. This will make it easier to combine the
	search functions with user-supplied paths in Python scripts.

	* Make make-plots killable!

	* Adding Rivet version to top of run printout.

	* Adding Run::crossSection() and printing out the cross-section in
	pb at the end of a Rivet run.

2011-02-22  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Make lighthisto.py aware of 2D histograms

	* Adding published versions of the CDF_2008 leading jets and DY
	analyses, and marking the preliminary ones as "OBSOLETE".

2011-02-21  Andy Buckley  <andy@insectnation.org>

	* Adding PDF documentation for path searching and .info/.plot
	files, and tidying overfull lines.

	* Removing unneeded const declarations from various return by
	value path and internal binning functions. Should not affect ABI
	compatibility but will force recompilation of external packages
	using the RivetPaths.hh and Utils.hh headers.

	* Adding findAnalysis*File(fname) functions, to be used by Rivet
	scripts and external programs to find files known to Rivet
	according to Rivet's (newly standard) lookup rule.

	* Changing search path function behaviour to always return *all*
	search directories rather than overriding the built-in locations
	if the environment variables are set.

2011-02-20  Andy Buckley  <andy@insectnation.org>

	* Adding the ATLAS 2011 transverse jet shapes analysis.

2011-02-18  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Support for transparency in make-plots

2011-02-18  Frank Siegert <frank.siegert@cern.ch>

	* Added ATLAS prompt photon analysis ATLAS_2010_S8914702

2011-02-10  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Simple NOOP constructor for Thrust projection

	* Add CMS event shape analysis. Data read off the plots. We
	will get the final numbers when the paper is accepted by
	the journal.

2011-02-10  Frank Siegert <frank.siegert@cern.ch>

	* Add final version of ATLAS dijet azimuthal decorrelation

2011-02-10  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* remove ATLAS conf note analyses for which we have final data
	* reshuffle histograms in ATLAS minbias analysis to match Hepdata
	* small pT-cut fix in ATLAS track based UE analysis

2011-01-31  Andy Buckley  <andy@insectnation.org>

	* Doc tweaks and adding cmp-by-|p| functions for Jets, to match
	those added by Hendrik for Particles.

	* Don't sum photons around muons in the D0 2010 Z pT analysis.

2011-01-27  Andy Buckley  <andy@insectnation.org>

	* Adding ATLAS 2010 min bias and underlying event analyses and data.

2011-01-23  Andy Buckley  <andy@insectnation.org>

	* Make make-plots write out PDF rather than PS by default.

2011-01-12  Andy Buckley  <andy@insectnation.org>

	* Fix several rendering and comparison bugs in rivet-mkhtml.

	* Allow make-plots to write into an existing directory, at the
	user's own risk.

	* Make rivet-mkhtml produce PDF-based output rather than PS by
	default (most people want PDF these days). Can we do the same
	change of default for make-plots?

	* Add getAnalysisPlotPaths() function, and use it in compare-histos

	* Use proper .info file search path function internally in AnalysisInfo::make.

2011-01-11  Andy Buckley  <andy@insectnation.org>

	* Clean up ATLAS dijet analysis.

2010-12-30  Andy Buckley  <andy@insectnation.org>

	* Adding a run timeout option, and small bug-fixes to the event
	timeout handling, and making first event timeout work nicely with
	the run timeout. Run timeout is intended to be used in conjunction
	with timed batch token expiry, of the type that likes to make 0
	byte AIDA files on LCG when Grid proxies time out.

2010-12-21  Andy Buckley  <andy@insectnation.org>

	* Fix the cuts in the CDF 1994 colour coherence analysis.

2010-12-19  Andy Buckley  <andy@insectnation.org>

	* Fixing CDF midpoint cone jet algorithm default construction to
	have an overlap threshold of 0.5 rather than 0.75. This was
	recommended by the FastJet manual, and noticed while adding the
	ATLAS and CMS cones.

	* Adding ATLAS and CMS old iterative cones as "official" FastJets
	constructor options (they could always have been used by explicit
	instantiation and attachment of a Fastjet plugin object).

	* Removing defunct and unused ClosestJetShape projection.

2010-12-16  Andy Buckley  <andy@insectnation.org>

	* bin/compare-histos, pyext/lighthisto.py: Take ref paths from
	rivet module API rather than getting the environment by hand.

	* pyext/lighthisto.py: Only read .plot info from the first
	matching file (speed-up compare-histos).

2010-12-14  Andy Buckley  <andy@insectnation.org>

	* Augmenting the physics vector functionality to make FourMomentum
	support maths operators with the correct return type (FourMomentum
	rather than FourVector).

2010-12-11  Andy Buckley  <andy@insectnation.org>

	* Adding a --event-timeout option to control the event timeout,
	adding it to the completion script, and making sure that the init
	time check is turned OFF once successful!

	* Adding an 3600 second timeout for initialising an event file. If
	it takes longer than (or anywhere close to) this long, chances are
	that the event source is inactive for some reason (perhaps
	accidentally unspecified and stdin is not active, or the event
	generator has died at the other end of the pipe. The reason for
	not making it something shorter is that e.g. Herwig++ or Sherpa
	can have long initialisation times to set up the MPI handler or to
	run the matrix element integration. An timeout after an hour is
	still better than a batch job which runs for two days before you
	realise that you forgot to generate any events!

2010-12-10  Andy Buckley  <andy@insectnation.org>

	* Fixing unbooked-histo segfault in UA1_1990_S2044935 at 63 GeV.

2010-12-08  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Fixes in ATLAS_2010_CONF_083, declaring it validated

	* Added ATLAS_2010_CONF_046, only two plots are implemented.
	The paper will be out soon, and we don't need the other plots
	right now. Data is read off the plots in the note.

	* New option "SmoothLine" for HISTOGRAM sections in make-plots

	* Changed CustomTicks to CustomMajorTicks and added CustomMinorTicks
	in make-plots.

2010-12-07  Andy Buckley  <andy@insectnation.org>

	* Update the documentation to explain this latest bump to path
	lookup behaviours.

	* Various improvements to existing path lookups. In particular,
	the analysis lib path locations are added to the info and ref
	paths to avoid having to set three variables when you have all
	three file types in the same personal plugin directory.

	* Adding setAnalysisLibPaths and addAnalysisLibPath
	functions. rivet --analysis-path{,-append} now use these and work
	correctly. Hurrah!

	* Add --show-analyses as an alias for --show-analysis, following a
	comment at the ATLAS tutorial.

2010-12-07  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Change LegendXPos behaviour in make-plots. Now the top left
	corner of the legend is used as anchor point.

2010-12-03  Andy Buckley  <andy@insectnation.org>

	* 1.4.0 release.

	* Add bin-skipping to compare-histos to avoid one use of
	rivet-rmgaps (it's still needed for non-plotting post-processing
	like Professor).

2010-12-03  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Fix normalisation issues in UA5 and ALEPH analyses

2010-11-27  Andy Buckley  <andy@insectnation.org>

	* MathUtils.hh: Adding fuzzyGtrEquals and fuzzyLessEquals, and
	tidying up the math utils collection a bit.

	* CDF 1994 colour coherence analysis overhauled and
	correction/norm factors fixed. Moved to VALIDATED status.

	* Adding programmable completion for aida2flat and flat2aida.

	* Improvements to programmable completion using the neat _filedir
	completion shell function which I just discovered.

2010-11-26  Andy Buckley  <andy@insectnation.org>

	* Tweak to floating point inRange to use fuzzyEquals for CLOSED
	interval equality comparisons.

	* Some BibTeX generation improvements, and fixing the ATLAS dijet
	BibTeX key.

	* Resolution upgrade in PNG make-plots output.

	* CDF_2005_S6217184.cc, CDF_2008_S7782535.cc: Updates to use the
	new per-jet JetAlg interface (and some other fixes).

	* JetAlg.cc: Changed the interface on request to return per-jet
	rather than per-event jet shapes, with an extra jet index argument.

	* MathUtils.hh: Adding index_between(...) function, which is handy
	for working out which bin a value falls in, given a set of bin edges.

2010-11-25  Andy Buckley  <andy@insectnation.org>

	* Cmp.hh: Adding ASC/DESC (and ANTISORTED) as preferred
	non-EQUIVALENT enum value synonyms over misleading
	SORTED/UNSORTED.

	* Change of rapidity scheme enum name to RapScheme

	* Reworking JetShape a bit further: constructor args now avoid
	inconsistencies (it was previously possible to define incompatible
	range-ends and interval). Internal binning implementation also
	reworked to use a vector of bin edges: the bin details are
	available via the interface. The general jet pT cuts can be
	applied via the JetShape constructor.

	* MathUtils.hh: Adding linspace and logspace utility
	functions. Useful for defining binnings.

	* Adding more general cuts on jet pT and (pseudo)rapidity.

2010-11-11  Andy Buckley  <andy@insectnation.org>

	* Adding special handling of FourMomentum::mass() for computed
	zero-mass vectors for which mass2 can go (very slightly) negative
	due to numerical precision.

2010-11-10  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Adding ATLAS-CONF-2010-083 conference note. Data is read from plots.
	When I run Pythia 6 the bins close to pi/2 are higher than in the note,
	so I call this "unvalidated". But then ... the note doesn't specify
	a tune or even just a version for the generators in the plots. Not even
	if they used Pythia 6 or Pythia 8. Probably 6, since they mention AGILe.

2010-11-10  Andy Buckley  <andy@insectnation.org>

	* Adding a JetAlg::useInvisibles(bool) mechanism to allow ATLAS
	jet studies to include neutrinos. Anyone who chooses to use this
	mechanism had better be careful to remove hard neutrinos manually
	in the provided FinalState object.

2010-11-09  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Adding ATLAS-CONF-2010-049 conference note. Data is read from plots.
	Fragmentation functions look good, but I can't reproduce the MC lines
	(or even the relative differences between them) in the jet cross-section
	plots. So consider those unvalidated for now. Oh, and it seems ATLAS
	screwed up the error bands in their ratio plots, too. They are
	upside-down.

2010-11-07  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Adding ATLAS-CONF-2010-081 conference note. Data is read from plots.

2010-11-06  Andy Buckley  <andy@insectnation.org>

	* Deprecating the old JetShape projection and renaming to
	ClosestJetShape: the algorithm has a tenuous relationship with
	that actually used in the CDF (and ATLAS) jet shape analyses. CDF
	analyses to be migrated to the new JetShape projection... and some
	of that projection's features, design elements, etc. to be
	finished off: we may as well take this opportunity to clear up
	what was one of our nastiest pieces of code.

2010-11-05  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Adding ATLAS-CONF-2010-031 conference note. Data is read from plots.

2010-10-29  Andy Buckley  <andy@insectnation.org>

	* Making rivet-buildplugin use the same C++ compiler and CXXFLAGS
	variable as used for the Rivet system build.

	* Fixing NeutralFinalState projection to, erm, actually select
	neutral particles (by Hendrik).

	* Allow passing a general FinalState reference to the JetShape
	projection, rather than requiring a VetoedFS.

2010-10-07  Andy Buckley  <andy@insectnation.org>

	* Adding a --with-root flag to rivet-buildplugin to add
	root-config --libs flags to the plugin build command.

2010-09-24  Andy Buckley  <andy@insectnation.org>

	* Releasing as Rivet 1.3.0.

	* Bundling underscore.sty to fix problems with running make-plots
	on dat files generated by compare-histos from AIDA files with
	underscores in their names.

2010-09-16  Andy Buckley  <andy@insectnation.org>

	* Fix error in N_effective definition for weighted profile errors.

2010-08-18  Andy Buckley  <andy@insectnation.org>

	* Adding MC_GENERIC analysis. NB. Frank Siegert also added MC_HJETS.

2010-08-03  Andy Buckley  <andy@insectnation.org>

	* Fixing compare-histos treatment of what is now a ref file, and
	speeding things up... again. What a mess!

2010-08-02  Andy Buckley  <andy@insectnation.org>

	* Adding rivet-nopy: a super-simple Rivet C++ command line
	interface which avoids Python to make profiling and debugging
	easier.

	* Adding graceful exception handling to the AnalysisHandler event
	loop methods.

	* Changing compare-histos behaviour to always show plots for which
	there is at least one MC histo. The default behaviour should now
	be the correct one in 99% of use cases.

2010-07-30  Andy Buckley  <andy@insectnation.org>

	* Merging in a fix for shared_ptrs not being compared for
	insertion into a set based on raw pointer value.

2010-07-16  Andy Buckley  <andy@insectnation.org>

	* Adding an explicit library dependency declaration on libHepMC,
	and hence removing the -lHepMC from the rivet-config --libs
	output.

2010-07-14  Andy Buckley  <andy@insectnation.org>

	* Adding a manual section on use of Rivet (and AGILe) as
	libraries, and how to use the -config scripts to aid compilation.

	* FastJets projection now allows setting of a jet area definition,
	plus a hacky mapping for getting the area-enabled cluster
	sequence. Requested by Pavel Starovoitov & Paolo Francavilla.

	* Lots of script updates in last two weeks!

2010-06-30  Andy Buckley  <andy@insectnation.org>

	* Minimising amount of Log class mapped into SWIG.

	* Making Python ext build checks fail with error rather than
	warning if it has been requested (or, rather, not explicitly
	disabled).

2010-06-28  Andy Buckley  <andy@insectnation.org>

	* Converting rivet Python module to be a package, with the dlopen
	flag setting etc. done around the SWIG generated core wrapper
	module (rivet.rivetwrap).

	* Requiring Python >= 2.4.0 in rivet scripts (and adding a Python
	version checker function to rivet module)

	* Adding --epspng option to make-plots (and converting to use subprocess.Popen).

2010-06-27  Andy Buckley  <andy@insectnation.org>

	* Converting JADE_OPAL analysis to use the fastjet
	exclusive_ymerge_*max* function, rather than just
	exclusive_ymerge: everything looks good now. It seems that fastjet
	>= 2.4.2 is needed for this to work properly.

2010-06-24  Andy Buckley  <andy@insectnation.org>

	* Making rivet-buildplugin look in its own bin directory when
	trying to find rivet-config.

2010-06-23  Andy Buckley  <andy@insectnation.org>

	* Adding protection and warning about numerical precision issues
	in jet mass calculation/histogramming to the MC_JetAnalysis
	analysis.

	* Numerical precision improvement in calculation of
	Vector4::mass2.

	* Adding relative scale ratio plot flag to compare-histos

	* Extended command completion to rivet-config, compare-histos, and
	make-plots.

	* Providing protected log messaging macros,
	MSG_{TRACE,DEBUG,INFO,WARNING,ERROR} cf. Athena.

	* Adding environment-aware functions for Rivet search path list access.

2010-06-21  Andy Buckley  <andy@insectnation.org>

	* Using .info file beam ID and energy info in HTML and LaTeX documentation.

	* Using .info file beam ID and energy info in command-line printout.

	* Fixing a couple of references to temporary variables in the
	analysis beam info, which had been introduced during refactoring:
	have reinstated reference-type returns as the more efficient
	solution. This should not affect API compatibility.

	* Making SWIG configure-time check include testing for
	incompatibilities with the C++ compiler (re. the recurring _const_
	char* literals issue).

	* Various tweaks to scripts: make-plots and compare-histos
	processes are now renamed (on Linux), rivet-config is avoided when
	computing the Rivet version,and RIVET_REF_PATH is also set using
	the rivet --analysis-path* flags. compare-histos now uses multiple
	ref data paths for .aida file globbing.

	* Hendrik changed VetoedFinalState comparison to always return
	UNDEFINED if vetoing on the results of other FS projections is
	being used. This is the only simple way to avoid problems
	emanating from the remainingFinalState thing.

2010-06-19  Andy Buckley  <andy@insectnation.org>

	* Adding --analysis-path and --analysis-path-append command-line
	flags to the rivet script, as a "persistent" way to set or extend
	the RIVET_ANALYSIS_PATH variable.

	* Changing -Q/-V script verbosity arguments to more standard
	-q/-v, after Hendrik moaned about it ;)

	* Small fix to TinyXML operator precendence: removes a warning,
	and I think fixes a small bug.

	* Adding plotinfo entries for new jet rapidity and jet mass plots
	in MC_JetAnalysis derivatives.

	* Moving MC_JetAnalysis base class into a new
	libRivetAnalysisTools library, with analysis base class and helper
	headers to be stored in the reinstated Rivet/Analyses include
	directory.

2010-06-08  Andy Buckley  <andy@insectnation.org>

	* Removing check for CEDARSTD #define guard, since we no longer
	compile against AGILe and don't have to be careful about
	duplication.

	* Moving crappy closest approach and decay significance functions
	from Utils into SVertex, which is the only place they have ever
	been used (and is itself almost entirely pointless).

	* Overhauling particle ID <-> name system to clear up ambiguities
	between enums, ints, particles and beams. There are no more enums,
	although the names are still available as const static ints, and
	names are now obtained via a singleton class which wraps an STL
	map for name/ID lookups in both directions.

2010-05-18  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Fixing factor-of-2 bug in the error calculation when scaling
	histograms.

	* Fixing D0_2001_S4674421 analysis.

2010-05-11  Andy Buckley  <andy@insectnation.org>

	* Replacing TotalVisibleMomentum with MissingMomentum in analyses
	and WFinder. Using vector ET rather than scalar ET in some places.

2010-05-07  Andy Buckley  <andy@insectnation.org>

	* Revamping the AnalysisHandler constructor and data writing, with
	some LWH/AIDA mangling to bypass the stupid AIDA idea of having to
	specify the sole output file and format when making the data
	tree. Preferred AnalysisHandler constructor now takes only one arg
	-- the runname -- and there is a new AH.writeData(outfile) method
	to replace AH.commitData(). Doing this now to begin migration to
	more flexible histogramming in the long term.

2010-04-21  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Fixing LaTeX problems (make-plots) on ancient machines, like lxplus.

2010-04-29  Andy Buckley  <andy@insectnation.org>

	* Fixing (I hope!) the treatment of weighted profile bin errors in LWH.

2010-04-21  Andy Buckley  <andy@insectnation.org>

	* Removing defunct and unused KtJets and Configuration classes.

	* Hiding some internal details from Doxygen.

	* Add @brief Doxygen comments to all analyses, projections and
	core classes which were missing them.

2010-04-21  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* remove obsolete reference to InitialQuarks from DELPHI_2002
	* fix normalisation in CDF_2000_S4155203

2010-04-20  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* bin/make-plots: real support for 2-dim histograms plotted as
	colormaps, updated the documentation accordingly.
	* fix misleading help comment in configure.ac

2010-04-08  Andy Buckley  <andy@insectnation.org>

	* bin/root2flat: Adding this little helper script, minimally
	modified from one which Holger Schulz made for internal use in
	ATLAS.

2010-04-05  Andy Buckley  <andy@insectnation.org>

	* Using spiresbib in rivet-mkanalysis: analysis templates made
	with rivet-mkanalysis will now contain a SPIRES-dumped BibTeX key
	and entry if possible!

	* Adding BibKey and BibTeX entries to analysis metadata files, and
	updating doc build to use them rather than the time-consuming
	SPIRES screen-scraping. Added SPIRES BibTeX dumps to all analysis
	metadata using new (uninstalled & unpackaged) doc/get-spires-data
	script hack.

	* Updating metadata files to add Energies, Beams and PtCuts
	entries to all of them.

	* Adding ToDo, NeedsCrossSection, and better treatment of Beams
	and Energies entries in metadata files and in AnalysisInfo and
	Analysis interfaces.

2010-04-03  Andy Buckley  <andy@insectnation.org>

	* Frank Siegert: Update of rivet-mkhtml to conform to improved
	compare-histos.

	* Frank Siegert: LWH output in precision-8 scientific notation, to
	solve a binning precision problem... the first time weve noticed a
	problem!

	* Improved treatment of data/reference datasets and labels in
	compare-histos.

	* Rewrite of rivet-mkanalysis in Python to make way for neat
	additions.

	* Improving SWIG tests, since once again the user's biuld system
	must include SWIG (no test to check that it's a 'good SWIG', since
	the meaning of that depends on which compiler is being used and we
	hope that the user system is consistent... evidence from Finkified
	Macs and bloody SLC5 notwithstanding).

2010-03-23  Andy Buckley  <andy@insectnation.org>

	* Tag as patch release 1.2.1.

2010-03-22  Andy Buckley  <andy@insectnation.org>

	* General tidying of return arguments and intentionally unused
	parameters to keep -Wextra happy (some complaints remain from
	TinyXML, FastJet, and HepMC).

	* Some extra bug fixes: in FastJets projection with explicit
	plugin argument, removing muon veto cut on FoxWolframMoments.

	* Adding UNUSED macro to help with places where compiler warnings
	can't be helped.

	* Turning on -Wextra warnings, and fixing some violations.

2010-03-21  Andy Buckley  <andy@insectnation.org>

	* Adding MissingMomentum projection, as replacement for ~all uses
	of now-deprecated TotalVisibleMomentum projection.

	* Fixing bug with TotalVisibleMomentum projection usage in MC_SUSY
	analysis.

	* Frank Siegert fixed major bug in pTmin param passing to FastJets
	projection. D'oh: requires patch release.

2010-03-02  Andy Buckley  <andy@insectnation.org>

	* Tagging for 1.2.0 release... at last!

2010-03-01  Andy Buckley  <andy@insectnation.org>

	* Updates to manual, manual generation scripts, analysis info etc.

	* Add HepData URL to metadata print-out with rivet --show-analysis

	* Fix average Et plot in UA1 analysis to only apply to the tracker
	acceptance (but to include neutral particle contributions,
	i.e. the region of the calorimeter in the tracker acceptance).

	* Use Et rather than pT in filling the scalar Et measure in
	TotalVisibleMomentum.

	* Fixes to UA1 normalisation (which is rather funny in the paper).

2010-02-26  Andy Buckley  <andy@insectnation.org>

	* Update WFinder to not place cuts and other restrictions on the
	neutrino.

2010-02-11  Andy Buckley  <andy@insectnation.org>

	* Change analysis loader behaviour to use ONLY RIVET_ANALYSIS_PATH
	locations if set, otherwise use ONLY the standard Rivet analysis
	install path. Should only impact users of personal plugin
	analyses, who should now explicitly set RIVET_ANALYSIS_PATH to
	load their analysis... and who can now create personal versions of
	standard analyses without getting an error message about duplicate
	loading.

2010-01-15  Andy Buckley  <andy@insectnation.org>

	* Add tests for "stable" heavy flavour hadrons in jets (rather
	than just testing for c/b hadrons in the ancestor lists of stable
	jet constituents)

2009-12-23  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* New option "RatioPlotMode=deviation" in make-plots.

2009-12-14  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* New option "MainPlot" in make-plots. For people who only want
	the ratio plot and nothing else.

	* New option "ConnectGaps" in make-plots. Set to 1 if you
	want to connect gaps in histograms with a line when ErrorBars=0.
	Works both in PLOT and in HISTOGRAM sections.

	* Eliminated global variables for coordinates in make-plots and
	enabled multithreading.

2009-12-14  Andy Buckley  <andy@insectnation.org>

	* AnalysisHandler::execute now calls AnalysisHandler::init(event)
	if it has not yet been initialised.

	* Adding more beam configuration features to Beam and
	AnalysisHandler: the setRunBeams(...) methods on the latter now
	allows a beam configuration for the run to be specified without
	using the Run class.

2009-12-11  Andy Buckley  <andy@insectnation.org>

	* Removing use of PVertex from few remaining analyses. Still used
	by SVertex, which is itself hardly used and could maybe be
	removed...

2009-12-10  Andy Buckley  <andy@insectnation.org>

	* Updating JADE_OPAL to do the histo booking in init(), since
	sqrtS() is now available at that stage.

	* Renaming and slightly re-engineering all MC_*_* analyses to not
	be collider-specific (now the Analysis::sqrtS/beams()) methods
	mean that histograms can be dynamically binned.

	* Creating RivetUnvalidated.so plugin library for unvalidated
	analyses. Unvalidated analyses now need to be explicitly enabled
	with a --enable-unvalidated flag on the configure script.

	* Various min bias analyses updated and validated.

2009-12-10  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Propagate SPECIAL and HISTOGRAM sections from .plot files
	through compare-histos

	* STAR_2006_S6860818: <pT> vs particle mass, validate analysis

2009-12-04  Andy Buckley  <andy@insectnation.org>

	* Use scaling rather than normalising in DELPHI_1996: this is
	generally desirable, since normalizing to 1 for 1/sig dsig/dx
	observables isn't correct if any events fall outside the histo
	bounds.

	* Many fixes to OPAL_2004.

	* Improved Hemispheres interface to remove unnecessary consts on
	returned doubles, and to also return non-squared versions
	of (scaled) hemisphere masses.

	* Add "make pyclean" make target at the top level to make it
	easier for developers to clean their Python module build when the
	API is extended.

	* Identify use of unvalidated analyses with a warning message at
	runtime.

	* Providing Analysis::sqrtS() and Analysis::beams(), and making
	sure they're available by the time the init methods are called.

2009-12-02  Andy Buckley  <andy@insectnation.org>

	* Adding passing of first event sqrt(s) and beams to analysis handler.

	* Restructuring running to only use one HepMC input file (no-one
	was using multiple ones, right?) and to break down the Run class
	to cleanly separate the init and event loop phases. End of file is
	now neater.

2009-12-01  Andy Buckley  <andy@insectnation.org>

	* Adding parsing of beam types and pairs of energies from YAML.

2009-12-01  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Fixing trigger efficiency in CDF_2009_S8233977

2009-11-30  Andy Buckley  <andy@insectnation.org>

	* Using shared pointers to make I/O object memory management
	neater and less error-prone.

	* Adding crossSectionPerEvent() method [==
	crossSection()/sumOfWeights()] to Analysis. Useful for histogram
	scaling since numerator of sumW_passed/sumW_total (to calculate
	pass-cuts xsec) is cancelled by dividing histo by sumW_passed.

	* Clean-up of Particle class and provision of inline PID::
	functions which take a Particle as an argument to avoid having to
	explicitly call the Particle::pdgId() method.

2009-11-30  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Fixing division by zero in Profile1D bin errors for
	bins with just a single entry.

2009-11-24  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* First working version of STAR_2006_S6860818

2009-11-23  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Adding missing CDF_2001_S4751469 plots to uemerge
	* New "ShowZero" option in make-plots
	* Improving lots of plot defaults
	* Fixing typos / non-existing bins in CDF_2001_S4751469 and
	CDF_2004_S5839831 reference data

2009-11-19  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Fixing our compare() for doubles.

2009-11-17  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Zeroth version of STAR_2006_S6860818 analysis (identified
	strange particles). Not working yet for unstable particles.

2009-11-11  Andy Buckley  <andy@insectnation.org>

	* Adding separate jet-oriented and photon-oriented observables to
	MC PHOTONJETUE analysis.

	* Bug fix in MC leading jets analysis, and general tidying of
	leading jet analyses to insert units, etc. (should not affect any
	current results)

2009-11-10  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Fixing last issues in STAR_2006_S6500200 and setting it to
	VALIDATED.
	* Noramlise STAR_2006_S6870392 to cross-section

2009-11-09  Andy Buckley  <andy@insectnation.org>

	* Overhaul of jet caching and ParticleBase interface.

	* Adding lists of analyses' histograms (obtained by scanning the
	plot info files) to the LaTeX documentation.

2009-11-07  Andy Buckley  <andy@insectnation.org>

	* Adding checking system to ensure that Projections aren't
	registered before the init phase of analyses.

	* Now that the ProjHandler isn't full of defunct pointers (which
	tend to coincidentally point to *new* Projection pointers rather
	than undefined memory, hence it wasn't noticed until recently!),
	use of a duplicate projection name is now banned with a helpful
	message at runtime.

	* (Huge) overhaul of ProjectionHandler system to use shared_ptr:
	projections are now deleted much more efficiently, naturally
	cleaning themselves out of the central repository as they go out
	of scope.

2009-11-06  Andy Buckley  <andy@insectnation.org>

	* Adding Cmp<double> specialisation, using fuzzyEquals().

2009-11-05  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Fixing histogram division code.

2009-11-04  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* New analysis STAR_2006_S6500200 (pion and proton pT spectra in
	pp collisions at 200 GeV). It is still unclear if they used a cut
	in rapidity or pseudorapidity, thus the analysis is declared
	"UNDER DEVELOPMENT" and "DO NOT USE".
	* Fixing compare() in NeutralFinalState and MergedFinalState

2009-11-04  Andy Buckley  <andy@insectnation.org>

	* Adding consistence checking on beam ID and sqrt(s) vs. those
	from first event.

2009-11-03  Andy Buckley  <andy@insectnation.org>

	* Adding more assertion checks to linear algebra testing.

2009-11-02  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Fixing normalisation issue with stacked histograms in
	make-plots.

2009-10-30  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* CDF_2009_S8233977: Updating data and axes labels to match final
	paper. Normalise to cross-section instead of data.

2009-10-23  Andy Buckley  <andy@insectnation.org>

	* Fixing Cheese-3 plot in CDF 2004... at last!

2009-10-23  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Fix muon veto in CDF_1994_S2952106, CDF_2005_S6217184,
	CDF_2008_S7782535, and D0_2004_S5992206

2009-10-19  Andy Buckley  <andy@insectnation.org>

	* Adding analysis info files for MC SUSY and PHOTONJETUE analyses.

	* Adding MC UE analysis in photon+jet events.

2009-10-19  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Adding new NeutralFinalState projection. Note that this final
	state takes E_T instead of p_T as argument (makes more sense for
	neutral particles). The compare() method does not yet work as
	expected (E_T comparison still missing).

	* Adding new MergedFinalState projection. This merges two final
	states, removing duplicate particles. Duplicates are identified by
	looking at the genParticle(), so users need to take care of any
	manually added particles themselves.

	* Fixing most open issues with the STAR_2009_UE_HELEN analysis.
	There is only one question left, regarding the away region.

	* Set the default split-merge value for SISCone in our FastJets
	projection to the recommended (but not Fastjet-default!) value of
	0.75.

2009-10-17  Andy Buckley  <andy@insectnation.org>

	* Adding parsing of units in cross-sections passed to the "-x"
	flag, i.e. "-x 101 mb" is parsed internally into 1.01e11 pb.

2009-10-16  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Disabling DELPHI_2003_WUD_03_11 in the Makefiles, since I don't
	trust the data.

	* Getting STAR_2009_UE_HELEN to work.

2009-10-04  Andy Buckley  <andy@insectnation.org>

	* Adding triggers and other tidying to (still unvalidated)
	UA1_1990 analysis.

	* Fixing definition of UA5 trigger to not be intrinscally
	different for pp and ppbar: this is corrected for (although it
	takes some readng to work this out) in the 1982 paper, which I
	think is the only one to compare the two modes.

	* Moving projection setup and registration into init() method for
	remaining analyses.

	* Adding trigger implementations as projections for CDF Runs 0 &
	1, and for UA5.

2009-10-01  Andy Buckley  <andy.buckley@cern.ch>

	* Moving projection setup and registration into init() method for
	analyses from ALEPH, CDF and the MC_ group.

	* Adding generic SUSY validation analysis, based on plots used in
	ATLAS Herwig++ validation.

	* Adding sorted particle accessors to FinalState (cf. JetAlg).

2009-09-29  Andy Buckley  <andy@insectnation.org>

	* Adding optional use of args as regex match expressions with
	-l/--list-analyses.

2009-09-03  Andy Buckley  <andy.buckley@cern.ch>

	* Passing GSL include path to compiler, since its absence was
	breaking builds on systems with no GSL installation in a standard
	location (such as SLC5, for some mysterious reason!)

	* Removing lib extension passing to compiler from the configure
	script, because Macs and Linux now both use .so extensions for the
	plugin analysis modules.

2009-09-02  Andy Buckley  <andy@insectnation.org>

	* Adding analysis info file path search with RIVET_DATA_PATH
	variable (and using this to fix doc build.)

	* Improvements to AnalysisLoader path search.

	* Moving analysis sources back into single directory, after a
	proletarian uprising ;)

2009-09-01  Andy Buckley  <andy@insectnation.org>

	* Adding WFinder and WAnalysis, based on Z proj and analysis, with
	some tidying of the Z code.

	* ClusteredPhotons now uses an IdentifiedFS to pick the photons to
	be looped over, and only clusters photons around *charged* signal
	particles.

2009-08-31  Andy Buckley  <andy@insectnation.org>

	* Splitting analyses by directory, to make it easier to disable
	building of particular analysis group plugin libs.

	* Removing/merging headers for all analyses except for the special
	MC_JetAnalysis base class.

	* Exit with an error message if addProjection is used twice from
	the same parent with distinct projections.

2009-08-28  Andy Buckley  <andy@insectnation.org>

	* Changed naming convention for analysis plugin libraries, since
	the loader has changed so much: they must now *start* with the
	word "Rivet" (i.e. no lib prefix).

	* Split standard plugin analyses into several plugin libraries:
	these will eventually move into separate subdirs for extra build
	convenience.

	* Started merging analysis headers into the source files, now that
	we can (the plugin hooks previously forbade this).

	* Replacement of analysis loader system with a new one based on
	ideas from ThePEG, which uses dlopen-time instantiation of
	templated global variables to reduce boilerplate plugin hooks to
	one line in analyses.

2009-07-14  Frank Siegert  <frank.siegert@durham.ac.uk>

	* Replacing in-source histo-booking metadata with .plot files.

2009-07-14  Andy Buckley  <andy@insectnation.org>

	* Making Python wrapper files copy into place based on bundled
	versions for each active HepMC interface (2.3, 2.4 & 2.5), using a
	new HepMC version detector test in configure.

	* Adding YAML metadata files and parser, removing same metadata
	from the analysis classes' source headers.

2009-07-07  Andy Buckley  <andy@insectnation.org>

	* Adding Jet::hadronicEnergy()

	* Adding VisibleFinalState and automatically using it in JetAlg
	projections.

	* Adding YAML parser for new metadata (and eventually ref data)
	files.

2009-07-02  Andy Buckley  <andy@insectnation.org>

	* Adding Jet::neutralEnergy() (and Jet::totalEnergy() for
	convenience/symmetry).

2009-06-25  Andy Buckley  <andy@insectnation.org>

	* Tidying and small efficiency improvements in CDF_2008_S7541902
	W+jets analysis (remove unneeded second stage of jet storing,
	sorting the jets twice, using foreach, etc.).

2009-06-24  Andy Buckley  <andy@insectnation.org>

	* Fixing Jet's containsBottom and containsCharm methods, since B
	hadrons are not necessarily to be found in the final
	state. Discovered at the same time that HepMC::GenParticle defines
	a massively unhelpful copy constructor that actually loses the
	tree information; it would be better to hide it entirely!

	* Adding RivetHepMC.hh, which defines container-type accessors to
	HepMC particles and vertices, making it possible to use Boost
	foreach and hence avoiding the usual huge boilerplate for-loops.

2009-06-11  Andy Buckley  <andy@insectnation.org>

	* Adding --disable-pdfmanual option, to make the bootstrap a bit
	more robust.

	* Re-enabling D0IL in FastJets: adding 10^-10 to the pTmin removes
	the numerical instability!

	* Fixing CDF_2004 min/max cone analysis to use calo jets for the
	leading jet Et binning. Thanks to Markus Warsinsky
	for (re)discovering this bug: I was sure it had been fixed. I'm
	optimistic that this will fix the main distributions, although
	Swiss Cheese "minus 3" is still likely to be broken. Early tests
	look okay, but it'll take more stats before we can remove the "do
	not trust" sign.

2009-06-10  Andy Buckley  <andy@insectnation.org>

	* Providing "calc" methods so that Thrust and Sphericity
	projections can be used as calculators without having to use the
	projecting/caching system.

2009-06-09  Andy Buckley  <andy@insectnation.org>

	* 1.1.3 release!

	* More doc building and SWIG robustness tweaks.

2009-06-07  Andy Buckley  <andy@insectnation.org>

	* Make doc build from metadata work even before the library is
	installed.

2009-06-07  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Fix phi rotation in CDF_2008_LEADINGJETS.

2009-06-07  Andy Buckley  <andy@insectnation.org>

	* Disabling D0 IL midpoint cone (using CDF modpoint instead),
	since there seems to be a crashing bug in FastJet's
	implementation: we can't release that way, since ~no D0 analyses
	will run.

2009-06-03  Andy Buckley  <andy@insectnation.org>

	* Putting SWIG-generated source files under SVN control to make
	life easier for people who we advise to check out the SVN head
	version, but who don't have a sufficiently modern copy of SWIG to

	* Adding the --disable-analyses option, for people who just want
	to use Rivet as a framework for their own analyses.

	* Enabling HepMC cross-section reading, now that HepMC 2.5.0 has
	been released.

2009-05-23  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Using gsl-config to locate libgsl

	* Fix the paths for linking such that our own libraries are found
	before any system libraries, e.g. for the case that there is an
	outdated fastjet version installed on the system while we want to
	use our own up-to-date version.

	* Change dmerge to ymerge in the e+e- analyses using JADE or
	DURHAM from fastjet. That's what it is called in fastjet-2.4 now.

2009-05-18  Andy Buckley  <andy@insectnation.org>

	* Adding use of gsl-config in configure script.

2009-05-16  Andy Buckley  <andy@insectnation.org>

	* Removing argument to vetoEvent macro, since no weight
	subtraction is now needed. It's now just an annotated return, with
	built-in debug log message.

	* Adding an "open" FinalState, which is only calculated once per
	even, then used by all other FSes, avoiding the loop over
	non-status 1 particles.

2009-05-15  Andy Buckley  <andy@insectnation.org>

	* Removing incorrect setting of DPS x-errs in CDF_2008 jet shape
	analysis: the DPS autobooking already gets this bit right.

	* Using Jet rather than FastJet::PseudoJet where possible, as it
	means that the phi ranges match up nicely between Particle and the
	Jet object. The FastJet objects are only really needed if you want
	to do detailed things like look at split/merge scales for
	e.g. diff jet rates or "y-split" analyses.

	* Tidying and debugging CDF jet shape analyses and jet shape
	plugin... ongoing, but I think I've found at least one real bug,
	plus a lot of stuff that can be done a lot more nicely.

	* Fully removing deprecated math functions and updating affected
	analyses.

2009-05-14  Andy Buckley  <andy@insectnation.org>

	* Removing redundant rotation in DISKinematics... this was a
	legacy of Peter using theta rather than pi-theta in his rotation.

	* Adding convenience phi, rho, eta, theta, and perp,perp2 methods
	to the 3 and 4 vector classes.

2009-05-12  Andy Buckley  <andy@insectnation.org>

	* Adding event auto-rotation for events with one proton... more
	complete approach?

2009-05-09  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Renaming CDF_2008_NOTE_9337 to CDF_2009_S8233977.

	* Numerous small bug fixes in ALEPH_1996_S3486095.

	* Adding data for one of the Rick-Field-style STAR UE analyses.

2009-05-08  Andy Buckley  <andy@insectnation.org>

	* Adding rivet-mkanalysis script, to make generating new analysis
	source templates easier.

2009-05-07  Andy Buckley  <andy@insectnation.org>

	* Adding null vector check to Vector3::azimuthalAngle().

	* Fixing definition of HCM/Breit frames in DISKinematics, and
	adding asserts to check that the transformation is doing what it
	should.

2009-05-05  Andy Buckley  <andy@insectnation.org>

	* Removing eta and Et cuts from CDF 2000 Z pT analysis, based on
	our reading of the paper, and converting most of the analysis to a
	call of the ZFinder projection.

2009-05-05  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Support non-default seed_threshold in CDF cone jet algorithms.

	* New analyses STAR_2006_S6870392 and STAR_2008_S7993412. In
	STAR_2008_S7993412 only the first distribution is filled at the
	moment. STAR_2006_S6870392 is normalised to data instead of the
	Monte Carlo cross-section, since we don't have that available in
	the HepMC stream yet.

2009-05-05  Andy Buckley  <andy@insectnation.org>

	* Changing Event wrapper to copy whole GenEvents rather than
	pointers, use std units if supported in HepMC, and run a
	placeholder function for event auto-orientation.

2009-04-28  Andy Buckley  <andy@insectnation.org>

	* Removing inclusion of IsolationTools header by analyses that
	aren't actually using the isolation tools... which is all of
	them. Leaving the isolation tools in place for now, as there might
	still be use cases for them and there's quite a lot of code there
	that deserves a second chance to be used!

2009-04-24  Andy Buckley  <andy@insectnation.org>

	* Deleting Rivet implementations of TrackJet and D0ILConeJets: the
	code from these has now been incorporated into FastJet 2.4.0.

	* Removed all mentions of the FastJet JADE patch and the HAVE_JADE
	preprocessor macro.

	* Bug fix to D0_2008_S6879055 to ensure that cuts compare to both
	electron and positron momenta (was just comparing against
	electrons, twice, probably thanks to the miracle of cut and
	paste).

	* Converting all D0 IL Cone jets to use FastJets. Involved tidying
	D0_2004 jet azimuthal decorrelation analysis and D0_2008_S6879055
	as part of migration away from using the getLorentzJets method,
	and removing the D0ILConeJets header from quite a few analyses
	that weren't using it at all.

	* Updating CDF 2001 to use FastJets in place of TrackJet, and
	adding axis labels to its plots.

	* Note that ZEUS_2001_S4815815 uses the wrong jet definition: it
	should be a cone but curently uses kT.

	* Fixing CDF_2005_S6217184 to use correct (midpoint, R=0.7) jet
	definition. That this was using a kT definition with R=1.0 was
	only made obvious when the default FastJets constructor was
	removed.

	* Removing FastJets default constructor: since there are now
	several good (IRC safe) jet definitions available, there is no
	obvious safe default and analyses should have to specify which
	they use.

	* Moving FastJets constructors into implementation file to reduce
	recompilation dependencies, and adding new plugins.

	* Ensuring that axis labels actually get written to the output
	data file.

2009-04-22  Andy Buckley  <andy@insectnation.org>

	* Adding explicit FastJet CDF jet alg overlap_threshold
	constructor param values, since the default value from 2.3.x is
	now removed in version 2.4.0.

	* Removing use of HepMC ThreeVector::mag method (in one place
	only) since this has been removed in version 2.5.0b.

	* Fix to hepmc.i (included by rivet.i) to ignore new HepMC 2.5.0b
	GenEvent stream operator.

2009-04-21  Andy Buckley  <andy@insectnation.org>

	* Dependency on FastJet now requires version 2.4.0 or later. Jade
	algorithm is now native.

	* Moving all analysis constructors and Projection headers from the
	analysis header files into their .cc implementation files, cutting
	header dependencies.

	* Removing AIDA headers: now using LWH headers only, with
	enhancement to use axis labels. This facility is now used by the
	histo booking routines, and calling the booking function versions
	which don't specify axis labels will result in a runtime warning.

2009-04-07  Andy Buckley  <andy@insectnation.org>

	* Adding $(DESTDIR) prefix to call to Python module "setup.py
	install"

	* Moving HepMC SWIG mappings into Python Rivet module for now:
	seems to work-around the SL type-mapping bug.

2009-04-03  Andy Buckley  <andy@insectnation.org>

	* Adding MC analysis for LHC UE: higher-pT replica of Tevatron
	2008 leading jets study.

	* Adding CDF_1990 pseudorapidity analysis.

	* Moving CDF_2001 constructor into implementation file.

	* Cleaning up CDF_2008_LEADINGJETS a bit, e.g. using foreach
	loops.

	* Adding function interface for specifying axis labels in histo
	bookings. Currently has no effect, since AIDA doesn't seem to have
	a mechanism for axis labels. It really is a piece of crap.

2009-03-18  Andy Buckley  <andy@insectnation.org>

	* Adding docs "make upload" and other tweaks to make the doc files
	fit in with the Rivet website.

	* Improving LaTex docs to show email addresses in printable form
	and to group analyses by collider or other metadata.

	* Adding doc script to include run info in LaTeX docs, and to make
	HTML docs.

	* Removing WZandh projection, which wasn't generator independent
	and whose sole usage was already replaced by ZFinder.

	* Improvements to constructors of ZFinder and InvMassFS.

	* Changing ExampleTree to use real FS-based Z finding.

2009-03-16  Andy Buckley  <andy@insectnation.org>

	* Allow the -H histo file spec to give a full name if wanted. If
	it doesn't end in the desired extension, it will be added.

	* Adding --runname option (and API elements) to choose a run name
	to be prepended as a "top level directory" in histo paths. An
	empty value results in no extra TLD.

2009-03-06  Andy Buckley  <andy@insectnation.org>

	* Adding R=0.2 photon clustering to the electrons in the CDF 2000
	Z pT analysis.

2009-03-04  Andy Buckley  <andy@insectnation.org>

	* Fixing use of fastjet-config to not use the user's PATH
	variable.

	* Fixing SWIG type table for HepMC object interchange.

2009-02-20  Andy Buckley  <andy@insectnation.org>

	* Adding use of new metadata in command line analysis querying
	with the rivet command, and in building the PDF Rivet manual.

	* Adding extended metadata methods to the Analysis interface and
	the Python wrapper. All standard analyses comply with this new
	interface.

2009-02-19  Andy Buckley  <andy@insectnation.org>

	* Adding usefully-scoped config headers, a Rivet::version()
	function which uses them, and installing the generated headers to
	fix "external" builds against an installed copy of Rivet. The
	version() function has been added to the Python wrapper.

2009-02-05  Andy Buckley  <andy@insectnation.org>

	* Removing ROOT dependency and linking. Woo! There's no need for
	this now, because the front-end accepts no histo format switch and
	we'll just use aida2root for output conversions. Simpler this way,
	and it avoids about half of our compilation bug reports from 32/64
	bit ROOT build confusions.

2009-02-04  Andy Buckley  <andy@insectnation.org>

	* Adding automatic generation of LaTeX manual entries for the
	standard analyses.

2009-01-20  Andy Buckley  <andy@insectnation.org>

	* Removing RivetGun and TCLAP source files!

2009-01-19  Andy Buckley  <andy@insectnation.org>

	* Added psyco Python optimiser to rivet, make-plots and
	compare-histos.

	* bin/aida2root: Added "-" -> "_" mangling, following requests.

2009-01-17  Andy Buckley  <andy@insectnation.org>

	* 1.1.2 release.

2009-01-15  Andy Buckley  <andy@insectnation.org>

	* Converting Python build system to bundle SWIG output in tarball.

2009-01-14  Andy Buckley  <andy@insectnation.org>

	* Converting AIDA/LWH divide function to return a DPS so that bin
	width factors don't get all screwed up. Analyses adapted to use
	the new division operation (a DPS/DPS divide would also be
	nice... but can wait for YODA).

2009-01-06  Andy Buckley  <andy@insectnation.org>

	* bin/make-plots: Added --png option for making PNG output files,
	using 'convert' (after making a PDF --- it's a bit messy)

	* bin/make-plots: Added --eps option for output filtering through
	ps2eps.

2009-01-05  Andy Buckley  <andy@insectnation.org>

	* Python: reworking Python extension build to use distutils and
	newer m4 Python macros. Probably breaks distcheck but is otherwise
	more robust and platform independent (i.e. it should now work on
	Macs).

2008-12-19  Andy Buckley  <andy@insectnation.org>

	* make-plots: Multi-threaded make-plots and cleaned up the LaTeX
	building a bit (necessary to remove the implicit single global
	state).

2008-12-18  Andy Buckley  <andy@insectnation.org>

	* make-plots: Made LaTeX run in no-stop mode.

	* compare-histos: Updated to use a nicer labelling syntax on the
	command line and to successfully build MC-MC plots.

2008-12-16  Andy Buckley  <andy@insectnation.org>

	* Made LWH bin edge comparisons safe against numerical errors.

	* Added Particle comparison functions for sorting.

	* Removing most bad things from ExampleTree and tidying up. Marked
	WZandh projection for removal.

2008-12-03  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Added the two missing observables to the CDF_2008_NOTE_9337 analysis,
	i.e. track pT and sum(ET). There is a small difference between our MC
	output and the MC plots of the analysis' author, we're still waiting
	for the author's comments.

2008-12-02  Andy Buckley  <andy@insectnation.org>

	* Overloading use of a std::set in the interface, since the
	version of SWIG on Sci Linux doesn't have a predefined mapping for
	STL sets.

2008-12-02  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Fixed uemerge. The output was seriously broken by a single line
	of debug information in fillAbove(). Also changed uemerge output
	to exponential notation.

	* Unified ref and mc histos in compare-histos. Histos with one
	bin are plotted linear. Option for disabling the ratio plot.
	Several fixes for labels, legends, output directories, ...

	* Changed rivetgun's fallback directory for parameter files to
	$PREFIX/share/AGILe, since that's where the steering files now are.

	* Running aida2flat in split mode now produces make-plots compatible
	dat-files for direct plotting.

2008-11-28  Andy Buckley  <andy@insectnation.org>

	* Replaced binreloc with an upgraded and symbol-independent copy.

2008-11-25  Andy Buckley  <andy@insectnation.org>

	* Added searching of $RIVET_REF_PATH for AIDA reference data
	files.

2008-11-24  Andy Buckley  <andy@insectnation.org>

	* Removing "get"s and other obsfucated syntax from
	ProjectionApplier (Projection and Analysis) interfaces.

2008-11-21  Andy Buckley  <andy@insectnation.org>

	* Using new "global" Jet and V4 sorting functors in
	TrackJet. Looks like there was a sorting direction problem before...

	* Verbose mode with --list-analyses now shows descriptions as well
	as analysis names.

	* Moved data/Rivet to data/refdata and moved data/RivetGun
	contents to AGILe (since generator steering is no longer a Rivet
	thing)

	* Added unchecked ratio plots to D0 Run II jet + photon analysis.

	* Added D0 inclusive photon analysis.

	* Added D0 Z rapidity analysis.

	* Tidied up constructor interface and projection chain
	implementation of InvMassFinalState.

	* Added ~complete set of Jet and FourMomentum sorting functors.

2008-11-20  Andy Buckley  <andy@insectnation.org>

	* Added IdentifiedFinalState.

	* Moved a lot of TrackJet and Jet code into .cc files.

	* Fixed a caching bug in Jet: cache flag resets should never be
	conditional, since they are then sensitive to initialisation
	errors.

	* Added quark enum values to ParticleName.

	* Rationalised JetAlg interfaces somewhat, with "size()" and
	"jets()" methods in the interface.

	* Added D0 W charge asymmetry and D0 inclusive jets analyses.

2008-11-18  Andy Buckley  <andy@insectnation.org>

	* Adding D0 inclusive Z pT shape analysis.

	* Added D0 Z + jet pT and photon + jet pT spectrum analyses.

	* Lots of tidying up of particle, event, particle name etc.

	* Now the first event is used to detect the beam type and remove
	incompatible analyses.

2008-11-17  Andy Buckley  <andy@insectnation.org>

	* Added bash completion for rivetgun.

	* Starting to provide stand-alone call methods on projections so
	they can be used without the caching infrastructure. This could
	also be handy for unit testing.

	* Adding functionality (sorting function and built-in sorting
	schemes) to the JetAlg interface.

2008-11-10  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Fix floating point number output format in aida2flat and flat2aida

	* Added CDF_2002_S4796047: CDF Run-I charged multiplicity distribution

	* Renamed CDF_2008_MINBIAS to CDF_2008_NOTE_9337, since the
	note is publicly available now.

2008-11-10  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Added DELPHI_2003_WUD_03_11: Delphi 4-jet angular distributions.
	There is still a problem with the analysis, so don't use it yet.
	But I need to commit the code because my laptop is broken ...

2008-11-06  Andy Buckley  <andy@insectnation.org>

	* Code review: lots of tidying up of projections and analyses.

	* Fixes for compatibility with the LLVM C & C++ compiler.

	* Change of Particle interface to remove "get"-prefixed method
	names.

2008-11-05  Andy Buckley  <andy@insectnation.org>

	* Adding ability to query analysis metadata from the command line.

	* Example of a plugin analyis now in plugindemo, with a make check
	test to make sure that the plugin analysis is recognised by the
	command line "rivet" tool.

	* GCC 4.3 fix to mat-vec tests.

2008-11-04  Andy Buckley  <andy@insectnation.org>

	* Adding native logger control from Python interface.

2008-11-03  Andy Buckley  <andy@insectnation.org>

	* Adding bash_completion for rivet executable.

2008-10-31  Andy Buckley  <andy@insectnation.org>

	* Clean-up of histo titles and analysis code review.

	* Added momentum construction functions from FastJet PseudoJets.

2008-10-28  Andy Buckley  <andy@insectnation.org>

	* Auto-booking of histograms with a name, rather than the HepData
	ID 3-tuple is now possible.

	* Fix in CDF 2001 pT spectra to get the normalisations to depend
	on the pT_lead cutoff.

2008-10-23  Andy Buckley  <andy@insectnation.org>

	* rivet handles signals neatly, as for rivetgun, so that premature
	killing of the analysis process will still result in an analysis
	file.

	* rivet now accepts cross-section as a command line argument and,
	if it is missing and is required, will prompt the user for it
	interactively.

2008-10-22  Andy Buckley  <andy@insectnation.org>

	* rivet (Python interface) now can list analyses, check when
	adding analyses that the given names are valid, specify histo file
	name, and provide sensibly graded event number logging.

2008-10-20  Andy Buckley  <andy@insectnation.org>

	* Corrections to CDF 2004 analysis based on correspondance with
	Joey Huston. M bias dbns now use whole event within |eta| < 0.7,
	and Cheese plots aren't filled at all if there are insufficient
	jets (and the correct ETlead is used).

2008-10-08  Andy Buckley  <andy@insectnation.org>

	* Added AnalysisHandler::commitData() method, to allow the Python
	interface to write out a histo file without having to know
	anything about the histogramming API.

	* Reduced SWIG interface file to just map a subset of Analysis and
	AnalysisHandler functionality. This will be the basis for a new
	command line interface.

2008-10-06  Andy Buckley  <andy@insectnation.org>

	* Converted FastJets plugin to use a Boost shared_pointer to the
	cached ClusterSequence. The nullness of the pointer is now used to
	indicate an empty tracks (and hence jets) set. Once FastJet
	natively support empty CSeqs, we can rewrite this a bit more
	neatly and ditch the shared_ptr.

2008-10-02  Andy Buckley  <andy@insectnation.org>

	* The CDF_2004 (Acosta) data file now includes the full range of
	pT for the min bias data at both 630 and 1800 GeV. Previously,
	only the small low-pT insert plot had been entered into HepData.

2008-09-30  Andy Buckley  <andy@insectnation.org>

	* Lots of updates to CDF_2004 (Acosta) UE analysis, including
	sorting jets by E rather than Et, and factorising transverse cone
	code into a function so that it can be called with a random
	"leading jet" in min bias mode. Min bias histos are now being
	trial-filled just with tracks in the transverse cones, since the
	paper is very unclear on this.

	* Discovered a serious caching problem in FastJets projection when
	an empty tracks vector is passed from the
	FinalState. Unfortunately, FastJet provides no API way to solve
	the problem, so we'll have to report this upstream. For now, we're
	solving this for CDF_2004 by explicitly vetoing events with no
	tracks.

	* Added Doxygen to the build with target "dox"

	* Moved detection of whether cross-section information is needed
	into the AnalysisHandler, with dynamic computation by scanning
	contained analyses.

	* Improved robustness of event reading to detect properly when the
	input file is smaller than expected.

2008-09-29  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* New analysis: CDF_2000_S4155203

2008-09-23  Andy Buckley  <andy@insectnation.org>

	* rivetgun can now be built and run without AGILe. Based on a
	patch by Frank Siegert.

2008-09-23  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Some preliminary numbers for the CDF_2008_LEADINGJETS analysis
	(only transverse region and not all observables. But all we have now.)

2008-09-17  Andy Buckley  <andy@insectnation.org>

	* Breaking up the mammoth "generate" function, to make Python
	mapping easier, among other reasons.

	* Added if-zero-return-zero checking to angle mapping functions,
	to avoid problems where 1e-19 gets mapped on to 2 pi and then
	fails boundary asserts.

	* Added HistoHandler singleton class, which will be a central
	repository for holding analyses' histogram objects to be accessed
	via a user-chosen name.

2008-08-26  Andy Buckley  <andy@insectnation.org>

	* Allowing rivet-config to return combined flags.

2008-08-14  Andy Buckley  <andy@insectnation.org>

	* Fixed some g++ 4.3 compilation bugs, including "vector" not
	being a valid name for a method which returns a physics vector,
	since it clashes with std::vector (which we globally import). Took
	the opportunity to rationalise the Jet interface a bit, since
	"particle" was used to mean "FourMomentum", and "Particle" types
	required a call to "getFullParticle". I removed the "gets" at the
	same time, as part of our gradual migration to a coherent naming
	policy.

2008-08-11  Andy Buckley  <andy@insectnation.org>

	* Tidying of FastJets and added new data files from HepData.

2008-08-10  James Monk  <jmonk@hep.ucl.ac.uk>

	* FastJets now uses user_index property of fastjet::PseudoJet to
	reconstruct PID information in jet contents.

2008-08-07  Andy Buckley  <andy@insectnation.org>

	* Reworking of param file and command line parsing. Tab characters
	are now handled by the parser, in a way equivalent to spaces.

2008-08-06  Andy Buckley  <andy@insectnation.org>

	* Added extra histos and filling to Acosta analysis - all HepData
	histos should now be filled, depending on sqrt{s}. Also trialling
	use of LaTeX math mode in titles.

2008-08-05  Andy Buckley  <andy@insectnation.org>

	* More data files for CDF analyses (2 x 2008, 1 x 1994), and moved
	the RivetGun AtlasPythia6.params file to more standard
	fpythia-atlas.params (and added to the install list).

2008-08-04  Andy Buckley  <andy@insectnation.org>

	* Reduced size of available options blocks in RivetGun help text
	by removing "~" negating variants (which are hardly ever used in
	practice) and restricting beam particles to
	PROTON, ANTIPROTON,ELECTRON and POSITRON.

	* Fixed Et sorting in Acosta analysis.

2008-08-01  Andy Buckley  <andy@insectnation.org>

	* Added AIDA headers to the install list, since
	external (plugin-type) analyses need them to be present for
	compilation to succeed.

2008-07-29  Andy Buckley  <andy@insectnation.org>

	* Fixed missing ROOT compile flags for libRivet.

	* Added command line repetition to logging.

2008-07-29  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Included the missing numbers and three more observables
	in the CDF_2008_NOTE_9351 analysis.

2008-07-29  Andy Buckley  <andy@insectnation.org>

	* Fixed wrong flags on rivet-config

2008-07-28  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Renamed CDF_2008_DRELLYAN to CDF_2008_NOTE_9351. Updated
	numbers and cuts to the final version of this CDF note.

2008-07-28  Andy Buckley  <andy@insectation.org>

	* Fixed polar angle calcuation to use atan2.

	* Added "mk" prefixes and x/setX convention to math classes.

2008-07-28  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Fixed definition of FourMomentum::pT (it had been returning pT2)

2008-07-27  Andy Buckley  <andy@insectnation.org>

	* Added better tests for Boost headers.

	* Added testing for -ansi, -pedantic and -Wall compiler flags.

2008-07-25  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* updated DELPHI_2002_069_CONF_603 according to information
	from the author

2008-07-17  Andy Buckley  <andy@insectnation.org>

	* Improvements to aida2flat: now can produce one output file per
	histo, and there is a -g "gnuplot mode" which comments out the
	YODA/make_plot headers to make the format readable by gnuplot.

	* Import boost::assign namespace contents into the Rivet namespace
	--- provides very useful intuitive collection initialising
	functions.

2008-07-15  Andy Buckley  <andy.buckley@dur.ac.uk>

	* Fixed missing namespace in vector/matrix testing.

	* Removed Boost headers: now a system dependency.

	* Fixed polarRadius infinite loop.

2008-07-09  Andy Buckley  <andy@insectnation.org>

	* Fixed definitions of mapAngleMPiToPi, etc. and used them to fix
	the Jet::getPhi method.

	* Trialling use of "foreach" loop in CDF_2004: it works! Very nice.

2008-07-08  Andy Buckley  <andy@insectnation.org>

	* Removed accidental reference to an "FS" projection in
	FinalStateHCM's compare method. rivetgun -A now works again.

	* Added TASSO, SLD and D0_2008 reference data. The TASSO and SLD
	papers aren't installed or included in the tarball since there are
	currently no plans to implement these analyses.

	* Added Rivet namespacing to vector, matrix etc. classes. This
	required some re-writing and the opportunity was taken to move
	some canonical function definitions inside the classes and to
	improve the header structure of the Math area.

2008-07-07  Andy Buckley  <andy@insectnation.org>

	* Added Rivet namespace to Units.hh and Constants.hh.

	* Added Doxygen "@brief" flags to analyses.

	* Added "RIVET_" namespacing to all header guards.

	* Merged Giulio Lenzi's isolation/vetoing/invmass projections and
	D0 2008 analysis.

2008-06-23  Jon Butterworth  <J.Butterworth@ucl.ac.uk>

	* Modified FastJet to fix ysplit and split and filter.

	* Modified ExampleTree to show how to call them.

2008-06-19  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Added first version of the CDF_2008_DRELLYAN analysis described on
	http://www-cdf.fnal.gov/physics/new/qcd/abstracts/UEinDY_08.html
	There is a small difference between the analysis and this
	implementation, but it's too small to be visible.
	The fpythia-cdfdrellyan.params parameter file is for this analysis.

	* Added first version of the CDF_2008_MINBIAS analysis described on
	http://www-cdf.fnal.gov/physics/new/qcd/abstracts/minbias_08.html
	The .aida file is read from the plots on the web and will change.
	I'm still discussing some open questions about the analysis with
	the author.

2008-06-18  Jon Butterworth  <J.Butterworth@ucl.ac.uk>

	* Added First versions of splitJet and filterJet methods to
	fastjet.cc. Not yet tested, buyer beware.

2008-06-18  Andy Buckley  <andy@insectnation.org>

	* Added extra sorted Jets and Pseudojets methods to FastJets, and
	added ptmin argument to the JetAlg getJets() method, requiring a
	change to TrackJet.

2008-06-13  Andy Buckley  <andy@insectnation.org>

	* Fixed processing of "RG" parameters to ensure that invalid
	iterators are never used.

2008-06-10  Andy Buckley  <andy@insectnation.org>

	* Updated AIDA reference files, changing "/HepData" root path to
	"/REF". Still missing a couple of reference files due to upstream
	problems with the HepData records.

2008-06-09  Andy Buckley  <andy@insectnation.org>

	* rivetgun now handles termination signals (SIGTERM, SIGINT and
	SIGHUP) gracefully, finishing the event loop and finalising
	histograms. This means that histograms will always get written
	out, even if not all the requested events have been generated.

2008-06-04  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Added DELPHI_2002_069_CONF_603 analysis

2008-05-30  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* Added InitialQuarks projection
	* Added OPAL_1998_S3780481 analysis

2008-05-29  Andy Buckley  <andy@insectnation.org>

	* distcheck compatibility fixes and autotools tweaks.

2008-05-28  Andy Buckley  <andy@insectnation.org>

	* Converted FastJet to use Boost smart_ptr for its plugin
	handling, to solve double-delete errors stemming from the heap
	cloning of projections.

	* Added (a subset of) Boost headers, particularly the smart
	pointers.

2008-05-24  Andy Buckley  <andy@insectnation.org>

	* Added autopackage spec files.

	* Merged these changes into the trunk.

	* Added a registerClonedProjection(...) method to
	ProjectionHandler: this is needed so that cloned projections will
	have valid pointer entries in the ProjectHandler repository.

	* Added clone() methods to all projections (need to use this,
	since the templated "new PROJ(proj)" approach to cloning can't
	handle object polymorphism.

2008-05-19  Andy Buckley  <andy@insectnation.org>

	* Moved projection-applying functions into ProjectionApplier base
	class (from which Projection and Analysis both derive).

	* Added Rivet-specific exceptions in place of std::runtime_error.

	* Removed unused HepML reference files.

	* Added error handling for requested analyses with wrong case
	convention / missing name.

2008-05-15  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* New analysis PDG_Hadron_Multiplicities

	* flat2aida converter

2008-05-15  Andy Buckley  <andy@insectnation.org>

	* Removed unused mysterious Perl scripts!

	* Added RivetGun.HepMC logging of HepMC event details.

2008-05-14  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* New analysis DELPHI_1995_S3137023. This analysis contains
	the xp spectra of Xi+- and Sigma(1385)+-.

2008-05-13  Andy Buckley  <andy@insectnation.org>

	* Improved logging interface: log levels are now integers (for
	cross-library compatibility and level setting also applies to
	existing loggers.

2008-05-09  Andy Buckley  <andy@insectnation.org>

	* Improvements to robustness of ROOT checks.

	* Added --version flag on config scripts and rivetgun.

2008-05-06  Hendrik Hoeth <hendrik.hoeth@cern.ch>

	* New UnstableFinalState projection which selects all hadrons,
	leptons and real photons including unstable particles.

	* In the DELPHI_1996_S3430090 analysis the multiplicities for
	pi+/pi- and p0 are filled, using the UnstableFinalState projection.

2008-05-06  Andy Buckley  <andy@insectnation.org>

	* FastJets projection now protects against the case where no
	particles exist in the final state (where FastJet throws an
	exception).

	* AIDA file writing is now separated from the
	AnalysisHandler::finalize method... API users can choose what to
	do with the histo objects, be that writing out or further
	processing.

2008-04-29  Andy Buckley  <andy@insectnation.org>

	* Increased default tolerances in floating point comparisons as
	they were overly stringent and valid f.p. precision errors were
	being treated as significant.

	* Implemented remainder of Acosta UE analysis.

	* Added proper getEtSum() to Jet.

	* Added Et2() member and function to FourMomentum.

	* Added aida2flat conversion script.

	* Fixed ambiguity in TrackJet algorithm as to how the iteration
	continues when tracks are merged into jets in the inner loop.

2008-04-28  Andy Buckley  <andy@insectnation.org>

	* Merged in major "ProjectionHandler" branch. Projections are now
	all stored centrally in the singleton ProjectionHandler container,
	rather than as member pointers in projections and analyses. This
	also affects the applyProjection mechanism, which is now available
	as a templated method on Analysis and Projection. Still a few
	wrinkles need to be worked out.

	* The branch changes required a comprehensive review of all
	existing projections and analyses: lots of tidying up of these
	classes, as well as the auxiliary code like math utils, has taken
	place. Too much to list and track, unfortunately!

2008-03-28  Andy Buckley  <buckley@pc54.hep.ucl.ac.uk>

	* Started second CDF UE analysis ("Acosta"): histograms defined.

	* Fixed anomalous factor of 2 in LWH conversion from Profile1D
	to DataPointSet.

	* Added pT distribution histos to CDF 2001 UE analysis.

2008-03-26  Andy Buckley  <andy@insectnation.org>

	* Removed charged+neutral versions of histograms and projections
	from DELPHI analysis since they just duplicate the more robust
	charged-only measurements and aren't really of interest for
	tuning.

2008-03-10  Andy Buckley  <andy@insectnation.org>

	* Profile histograms now use error computation with proper
	weighting, as described here:
	http://en.wikipedia.org/wiki/Weighted_average

2008-02-28  Andy Buckley  <andy@insectnation.org>

	* Added --enable-jade flag for Professor studies with patched
	FastJet.

	* Minor fixes to LCG tag generator and gfilt m4 macros.

	* Fixed projection slicing issues with Field UE analysis.

	* Added Analysis::vetoEvent(e) function, which keeps track of the
	correction to the sum of weights due to event vetoing in analysis
	classes.

2008-02-26  Andy Buckley  <andy@insectnation.org>

	* Vector<N> and derived classes now initialise to have zeroed
	components when the no-arg constructor is used.

	* Added Analysis::scale() function to scale 1D
	histograms. Analysis::normalize() uses it internally, and the
	DELPHI (A)EEC, whose histo weights are not pure event weights, and
	normalised using scale(h, 1/sumEventWeights).

2008-02-21  Hendrik Hoeth  <hendrik.hoeth@cern.ch>

	* Added EEC and AEEC to the DELPHI_1996_S3430090 analysis. The
	normalisation of these histograms is still broken (ticket #163).

2008-02-19  Hendrik Hoeth  <hendrik.hoeth@cern.ch>

	* Many fixes to the DELPHI_1996_S3430090 analysis: bugfix in the
	calulation of eigenvalues/eigenvectors in MatrixDiag.hh for the
	sphericity, rewrite of Thrust/Major/Minor, fixed scaled momentum,
	hemisphere masses, normalisation in single particle events,
	final state slicing problems in the projections for Thrust,
	Sphericity and Hemispheres.

2008-02-08  Andy Buckley  <andy@insectnation.org>

	* Applied fixes and extensions to DIS classes, based on
	submissions by Dan Traynor.

2008-02-06  Andy Buckley  <andy@insectnation.org>

	* Made projection pointers used for cut combining into const
	pointers. Required some redefinition of the Projection* comparison
	operator.

	* Temporarily added FinalState member to ChargedFinalState to stop
	projection lifetime crash.

2008-02-01  Andy Buckley  <andy@insectnation.org>

	* Fixed another misplaced factor of bin width in the
	Analysis::normalize() method.

2008-01-30  Andy Buckley  <andy@insectnation.org>

	* Fixed the conversion of IHistogram1D to DPS, both via the
	explicit Analysis::normalize() method and the implicit
	AnalysisHandler::treeNormalize() route. The root of the problem is
	the AIDA choice of the word "height" to represent the sum of
	weights in a bin: i.e. the bin width is not taken into account
	either in computing bin height or error.

2008-01-22  Andy Buckley  <andy@insectnation.org>

	* Beam projection now uses HepMC GenEvent::beam_particles() method
	to get the beam particles. This is more portable and robust for
	C++ generators, and equivalent to the existing "first two" method
	for Fortran generators.

2008-01-17  Andy Buckley  <andy@insectnation.org>

	* Added angle range fix to pseudorapidity function (thanks to
	Piergiulio Lenzi).

2008-01-10  Andy Buckley  <andy@insectnation.org>

	* Changed autobooking plot codes to use zero-padding (gets the
	order right in JAS, file browser, ROOT etc.). Also changed the
	'ds' part to 'd' for consistency. HepData's AIDA output has been
	correspondingly updated, as have the bundled data files.

2008-01-04  Andy Buckley  <andy@insectnation.org>

	* Tidied up JetShape projection a bit, including making the
	constructor params const references. This seems to have sorted the
	runtime segfault in the CDF_2005 analysis.

	* Added caching of the analysis bin edges from the AIDA file -
	each analysis object will now only read its reference file once,
	which massively speeds up the rivetgun startup time for analyses
	with large numbhers of autobooked histos (e.g. the
	DELPHI_1996_S3430090 analysis).

2008-01-02  Andy Buckley  <andy@insectnation.org>

	* CDF_2001_S4751469 now uses the LossyFinalState projection, with
	an 8% loss rate.

	* Added LossyFinalState and HadronicFinalState, and fixed a
	"polarity" bug in the charged final state projection (it was
	keeping only the *uncharged* particles).

	* Now using isatty(1) to determine whether or not color escapes
	can be used. Also removed --color argument, since it can't have an
	effect (TCLAP doesn't do position-based flag toggling).

	* Made Python extension build optional (and disabled by default).

2008-01-01  Andy Buckley  <andy@insectnation.org>

	* Removed some unwanted DEBUG statements, and lowered the level of
	some infrastructure DEBUGs to TRACE level.

	* Added bash color escapes to the logger system.

2007-12-21  Leif Lonnblad  <Leif.Lonnblad@thep.lu.se>

	* include/LWH/ManagedObject.h: Fixed infinite loop in
	encodeForXML cf. ticket #135.

2007-12-20  Andy Buckley  <andy@insectnation.org>

	* Removed HepPID, HepPDT and Boost dependencies.

	* Fixed XML entity encoding in LWH. Updated CDF_2007_S7057202
	analysis to not do its own XML encoding of titles.

2007-12-19  Andy Buckley  <andy@insectnation.org>

	* Changed units header to set GeV = 1 (HepMC convention) and using
	units in CDF UE analysis.

2007-12-15  Andy Buckley  <andy@insectnation.org>

	* Introduced analysis metadata methods for all analyses (and made
	them part of the Analysis interface).

2007-12-11  Andy Buckley  <andy@insectnation.org>

	* Added JetAlg base projection for TrackJet, FastJet etc.

2007-12-06  Andy Buckley  <andy@insectnation.org>

	* Added checking for Boost library, and the standard Boost test
	program for shared_ptr.

	* Got basic Python interface running - required some tweaking
	since Python and Rivet's uses of dlopen collide (another
	RTLD_GLOBAL issue - see
	http://muttley.hates-software.com/2006/01/25/c37456e6.html )

2007-12-05  Andy Buckley  <andy@insectnation.org>

	* Replaced all use of KtJets projection with FastJets
	projection. KtJets projection disabled but left undeleted for
	now. CLHEP and KtJet libraries removed from configure searches and
	Makefile flags.

2007-12-04  Andy Buckley  <andy@insectnation.org>

	* Param file loading now falls back to the share/RivetGun
	directory if a local file can't be found and the provided name has
	no directory separators in it.

	* Converted TrackJet projection to update the jet centroid with
	each particle added, using pT weighting in the eta and phi
	averaging.

2007-12-03  Andy Buckley  <andy@insectnation.org>

	* Merged all command line handling functions into one large parse
	function, since only one executable now needs them. This removes a
	few awkward memory leaks.

	* Removed rivet executable - HepMC file reading functionality will
	move into rivetgun.

	* Now using HepMC IO_GenEvent format (IO_Ascii and
	IO_ExtendedAscii are deprecated). Now requires HepMC >= 2.3.0.

	* Added forward declarations of GSL diagonalisation routines,
	eliminating need for GSL headers to be installed on build machine.

2007-11-27  Andy Buckley  <andy@insectnation.org>

	* Removed charge differentiation from Multiplicity projection (use
	CFS proj) and updated ExampleAnalysis to produce more useful numbers.

	* Introduced binreloc for runtime path determination.

	* Fixed several bugs in FinalState, ChargedFinalState, TrackJet
	and Field analysis.

	* Completed move to new analysis naming scheme.

2007-11-26  Andy Buckley  <andy@insectnation.org>

	* Removed conditional HAVE_FASTJET bits: FastJet is now compulsory.

	* Merging appropriate RivetGun parts into Rivet. RivetGun currently broken.

2007-11-23  Andy Buckley  <andy@insectnation.org>

	* Renaming analyses to Spires-ID scheme: currently of form
	S<SpiresID>, to become <Expt>_<YYYY>_<SpiresID>.

2007-11-20  Andy Buckley  <andy@insectnation.org>

	* Merged replacement vectors, matrices and boosts into trunk.

2007-11-15  Leif Lonnblad  <Leif.Lonnblad@thep.lu.se>

	* src/Analysis.cc, include/Rivet/Analysis.hh: Introduced normalize
	function. See ticket #126.

2007-10-31  Andy Buckley  <andy@insectnation.org>

 	* Tagging as 1.0b2 for HERA-LHC meeting.


2007-10-25  Andy Buckley  <andy@insectnation.org>

	* Added AxesDefinition base interface to Sphericity and Thrust,
	used by Hemispheres.

	* Exposed BinaryCut class, improved its interface and fixed a few
	bugs. It's now used by VetoedFinalState for momentum cuts.

	* Removed extra output from autobooking AIDA reader.

	* Added automatic DPS booking.

2007-10-12  Andy Buckley  <andy@insectnation.org>

	* Improved a few features of the build system

2007-10-09  James Monk

	* Fixed dylib dlopen on Mac OS X.

2007-10-05  Andy Buckley  <andy@insectnation.org>

	* Added new reference files.


2007-10-03  Andy Buckley  <andy@insectnation.org>

	* Fixed bug in configure.ac which led to explicit CXX setting
	being ignored.

	* Including Logging.hh in Projection.hh, hence new transitive
	dependency on Logging.hh being installed. Since this is the normal
	behaviour, I don't think this is a problem.

	* Fixed segfaulting bug due to use of addProjection() in
	locally-scoped contained projections. This isn't a proper fix,
	since the whole framework should be designed to avoid the
	possibility of bugs like this.

	* Added newly built HepML and AIDA reference files for current
	analyses.

2007-10-02  Andy Buckley  <andy@insectnation.org>

	* Fixed possible null-pointer dereference in Particle copy
	constructor and copy assignment: this removes one of two blocker
	segfaults, the other of which is related to the copy-assignment of
	the TotalVisMomentum projection in the ExampleTree analysis.

2007-10-01  Andy Buckley  <andy@insectnation.org>

	* Fixed portable path to Rivet share directory.

2007-09-28  Andy Buckley  <andy@insectnation.org>

	* Added more functionality to the rivet-config script: now has
	libdir, includedir, cppflags, ldflags and ldlibs options.

2007-09-26  Andy Buckley  <andy@insectnation.org>

	* Added the analysis library closer function to the
	AnalysisHandler finalize() method, and also moved the analysis
	delete loop into AnalysisHandler::finalize() so as not to try
	deleting objects whose libraries have already closed.

	* Replaced the RivetPaths.cc.in method for portable paths with
	something using -D defines - much simpler!

2007-09-21  Lars Sonnenschein  <sonne@mail.cern.ch>

	* Added HepEx0505013 analysis and JetShape projection (some fixes
	by AB.)

	* Added GetLorentzJets member function to D0 RunII cone jet projection

2007-09-21  Andy Buckley  <andy@insectnation.org>

	* Fixed lots if bugs and bad practice in HepEx0505013 (to make it
	compile-able!)

	* Downclassed the log messages from the Test analysis to DEBUG
	level.

	* Added isEmpty() method to final state projection.

	* Added testing for empty final state and useful debug log
	messages to sphericity projection.

2007-09-20  Andy Buckley  <andy@insectnation.org>

	* Added Hemispheres projection, which calculates event hemisphere
	masses and broadenings.

2007-09-19  Andy Buckley  <andy@insectnation.org>

	* Added an explicit copy assignment operator to Particle: the
	absence of one of these was responsible for the double-delete
	error.

	* Added a "fuzzy equals" utility function for float/double types
	to Utils.hh (which already contains a variety of handy little
	functions).

	* Removed deprecated Beam::operator().

	* Added ChargedFinalState projection and de-pointered the
	contained FinalState projection in VetoedFinalState.

2007-09-18  Andy Buckley  <andy@insectnation.org>

	* Major bug fixes to the regularised version of the sphericity
	projection (and hence the Parisi tensor projection). Don't trust
	C & D param results from any previous version!

	* Added extra methods to thrust and sphericity projections to get
	the oblateness and the sphericity basis (currently returns dummy
	axes since I can't yet work out how to get the similarity
	transform eigenvectors from CLHEP)

2007-09-14  Andy Buckley  <andy@insectnation.org>

	* Merged in a branch of pluggable analysis mechanisms.

2007-06-25  Jon Butterworth  <jmb@hep.ucl.ac.uk>

	* Fixed some bugs in the root output for DataPoint.h

2007-06-25  Andy Buckley  <andy@insectnation.org>

	* include/Rivet/**/Makefile.am: No longer installing headers for
	"internal" functionality.

	* include/Rivet/Projections/*.hh: Removed the private restrictions
	on copy-assignment operators.

2007-06-18  Leif Lonnblad  <Leif.Lonnblad@thep.lu.se>

	* include/LWH/Tree.h: Fixed minor bug in listObjectNames.

	* include/LWH/DataPointSet.h: Fixed setCoordinate functions so
	that they resize the vector of DataPoints if it initially was
	empty.

	* include/LWH/DataPoint.h: Added constructor taking a vector of
	measuremts.

2007-06-16  Leif Lonnblad  <Leif.Lonnblad@thep.lu.se>

	* include/LWH/Tree.h: Implemented the listObjectNames and ls
	functions.

	* include/Rivet/Projections/FinalStateHCM.hh,
	include/Rivet/Projections/VetoedFinalState.hh: removed
	_theParticles and corresponding access function. Use base class
	variable instead.

	* include/Rivet/Projections/FinalState.hh: Made _theParticles
	protected.

2007-06-13  Leif Lonnblad  <Leif.Lonnblad@thep.lu.se>

	* src/Projections/FinalStateHCM.cc,
	src/Projections/DISKinematics.cc: Equality checks using
	GenParticle::operator== changed to check for pointer equality.

	* include/Rivet/Analysis/HepEx9506012.hh: Uses modified DISLepton
	projection.

	* include/Rivet/Particle.hh: Added member function to check if a
	GenParticle is associated.

	* include/Rivet/Projections/DISLepton.hh,
	src/Projections/DISLepton.cc: Fixed bug in projection. Introduced
	final state projection to limit searching for scattered
	lepton. Still not properly tested.

2007-06-08  Leif Lonnblad  <Leif.Lonnblad@thep.lu.se>

	* include/Rivet/Projections/PVertex.hh,
	src/Projections/PVertex.cc: Fixed the projection to simply get the
	signal_process_vertex from the GenEvent. This is the way it should
	work. If the GenEvent does not have a signal_process_vertex
	properly set up in this way, the problem is with the class that
	fills the GenEvent.

2007-06-06  Jon Butterworth  <jmb@hep.ucl.ac.uk>

	* Merged TotalVisibleMomentum and CalMET
	* Added pT ranges to Vetoed final state projection

2007-05-27  Jon Butterworth  <jmb@hep.ucl.ac.uk>

	* Fixed initialization of VetoedFinalStateProjection in ExampleTree

2007-05-27  Leif Lonnblad  <Leif.Lonnblad@thep.lu.se>

	* include/Rivet/Projections/KtJets.*: Make sure the KtEvent is
	deleted properly.

2007-05-26  Jon Butterworth  <jmb@hep.ucl.ac.uk>

	* Added leptons to the ExampleTree.
	* Added TotalVisibleEnergy projection, and added output to ExampleTree.

2007-05-25  Jon Butterworth  <jmb@hep.ucl.ac.uk>

	* Added a charged lepton projection

2007-05-23  Andy Buckley  <andy@insectnation.org>

	* src/Analysis/HepEx0409040.cc: Changed range of the histograms to
	the "pi" range rather than the "128" range.

	* src/Analysis/Analysis.cc: Fixed a bug in the AIDA path building.
	Histogram auto-booking now works.

2007-05-23  Leif Lonnblad  <Leif.Lonnblad@thep.lu.se>

	* src/Analysis/HepEx9506012.cc: Now uses the histogram booking
	function in the Analysis class.

2007-05-23  Jon Butterworth  <jmb@hep.ucl.ac.uk>

	* Fixed bug in PRD65092002 (was failing on zero jets)

2007-05-23  Andy Buckley  <andy@insectnation.org>

	* Added (but haven't properly tested) a VetoedFinalState projection.

	* Added normalize() method for AIDA 1D histograms.

	* Added configure checking for Mac OS X version, and setting the
	development target flag accordingly.

2007-05-22  Andy Buckley  <andy@insectnation.org>

	* Added an ostream method for AnalysisName enums.

	* Converted Analyses and Projections to use projection lists, cuts
	and beam constraints.

	* Added beam pair combining to the BeamPair sets of Projections
	by finding set meta-intersections.

	* Added methods to Cuts, Analysis and Projection to make Cut
	definition easier.

	* Fixed default fall-through in cut handling switch statement and
	now using -numeric_limits<double>::max() rather than min()

	* Added more control of logging presentation via static flag
	methods on Log.

2007-05-13  Andy Buckley  <andy@insectnation.org>

	* Added self-consistency checking mechanisms for Cuts and Beam

	* Re-implemented the cut-handling part of RivetInfo as a Cuts class.

	* Changed names of Analysis and Projection name() and handler()
	methods to getName() and getHandler() to be more consistent with
	the rest of the public method names in those classes.

2007-05-02  Andy Buckley  <andy@insectnation.org>

	* Added auto-booking of histogram bins from AIDA XML files. The
	AIDA files are located via a C++ function which is generated from
	RivetPaths.cc.in by running configure.


2007-04-18  Andy Buckley  <andy@insectnation.org>

	* Added a preliminary version of the Rick Field UE analysis, under
	the name PRD65092002.

2007-04-19  Leif Lonnblad  <Leif.Lonnblad@thep.lu.se>

	* src/Analysis/HepEx0409040.cc: The reason this did not compile
	under gcc-4 is that some iterators into a vector were wrongly
	assued to be pointers and were initialized to 0 and later compared
	to 0. I've changed this to initialize to end() of the
	corresponding vector and to compare with the same end() later.

2007-04-05  Andy Buckley  <andy@insectnation.org>

	* Lots of name changes in anticipation of the MCNet
	school. RivetHandler is now AnalysisHandler (since that's what it
	does!), BeamParticle has become ParticleName, and RivetInfo has
	been split into Cut and BeamConstraint portions.

	* Added BeamConstraint mechanism, which can be used to determine
	if an analysis is compatible with the beams being used in the
	generator. The ParticleName includes an "ANY" wildcard for this
	purpose.

2006-03-19  Andy Buckley  <andy@insectnation.org>

	* Added "rivet" executable which can read in HepMC ASCII dump
	files and apply Rivet analyses on the events.

2007-02-24  Leif Lonnblad  <Leif.Lonnblad@thep.lu.se>

	* src/Projections/KtJets.cc: Added comparison of member variables
	in compare() function

	* all: Merged changes from polymorphic-projections branch into
	trunk

2007-02-17  Leif Lonnblad  <Leif.Lonnblad@thep.lu.se>

	* all: projections and analysis handlers: All projections which
	uses other projctions now has a pointer rather than a copy of
	those projections to allow for polymorphism. The constructors has
	also been changed to require the used projections themselves,
	rather than the arguments needed to construct them.

2007-02-17  Leif Lonnblad  <Leif.Lonnblad@thep.lu.se>

	* src/Projections/FinalState.cc,
	include/Rivet/Projections/FinalState.icc (Rivet),
	include/Rivet/Projections/FinalState.hh: Added cut in transverse
	momentum on the particles to be included in the final state.

2007-02-06  Leif Lonnblad  <Leif.Lonnblad@thep.lu.se>

	* include/LWH/HistogramFactory.h: Fixed divide-by-zero in divide
	function. Also fixed bug in error calculation in divide
	function. Introduced checkBin function to make sure two histograms
	are equal even if they have variable bin widths.

	* include/LWH/Histogram1D.h: In normalize(double), do not do anything
	if the sum of the bins are zero to avoid dividing by zero.

2007-01-20  Leif Lonnblad  <Leif.Lonnblad@thep.lu.se>

	* src/Test/testLWH.cc: Modified to output files using the Tree.

	* configure.ac: Removed AC_CONFIG_AUX_DIR([include/Rivet/Config])
	since the directory does not exist anymore.

2006-12-21  Andy Buckley  <andy@insectnation.org>

	* Rivet will now conditionally install the AIDA and LWH headers if
	it can't find them when configure'ing.

	* Started integrating Leif's LWH package to fulfill the AIDA
	duties.

	* Replaced multitude of CLHEP wrapper headers with a single
	RivetCLHEP.h header.

2006-11-20  Andy Buckley  <andy@insectnation.org>

	* Introduced log4cpp logging.

	* Added analysis enum, which can be used as input to an analysis
	factory by Rivet users.

2006-11-02  Andy Buckley  <andy@insectnation.org>

	* Yet more, almost pointless, administrative moving around of
	things with the intention of making the structure a bit
	better-defined:

	* The RivetInfo and RivetHandler classes have been
	moved from src/Analysis into src as they are really the main Rivet
	interface classes. The Rivet.h header has also been moved into the
	"header root".

	* The build of a single shared library in lib has been disabled,
	with the library being built instead in src.

2006-10-14  Andy Buckley  <andy@insectnation.org>

	* Introduced a minimal subset of the Sherpa math tools, such as
	Vector{3,4}D, Matrix, etc. The intention is to eventually cut the
	dependency on CLHEP.

2006-07-28  Andy Buckley  <andy@insectnation.org>

	* Moving things around: all sources now in directories under src

2006-06-04  Leif Lonnblad  <Leif.Lonnblad@thep.lu.se>

	* Analysis/Examples/HZ95108.*: Now uses CentralEtHCM. Also set GeV
	units on the relevant histograms.

	* Projections/CentralEtHCM.*: Making a special class just to get
	out one number - the summed Et in the central rapidity bin - may
	seem like an overkill. But in case some one else might nees it...

2006-06-03  Leif Lonnblad  <Leif.Lonnblad@thep.lu.se>

	* Analysis/Examples/HZ95108.*: Added the hz95108 energy flow
	analysis from HZtool.

	* Projections/DISLepton.*: Since many HERA measurements do not
	care if we have electron or positron beam, it is now possible to
	specify lepton or anti-lepton.

	* Projections/Event.*: Added member and access function for the
	weight of an event (taken from the GenEvent object.weights()[0].

	* Analysis/RivetHandler.*: Now depends explicitly on the AIDA
	interface. An AIDA analysis factory must be specified in the
	constructor, where a tree and histogram factory is automatically
	created. Added access functions to the relevant AIDA objects.

	* Analysis/AnalysisBase.*: Added access to the RivetHandler and
	its AIDA factories.

2005-12-27  Leif Lonnblad  <Leif.Lonnblad@thep.lu.se>

	* configure.ac: Added -I$THEPEGPATH/include to AM_CPPFLAGS.

	* Config/Rivet.h: Added some std incudes and using std::
	declaration.

	* Analysis/RivetInfo.*: Fixed some bugs. The RivetInfo facility
	now works, although it has not been thoroughly tested.

	* Analysis/Examples/TestMultiplicity.*: Re-introduced
	FinalStateHCM for testing purposes but commented it away again.

	* .: Made a number of changes to implement handling of RivetInfo
	objects.
