diff --git a/ChangeLog b/ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4008 +1,4012 @@
 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 L�nnblad  <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 L�nnblad  <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 L�nnblad  <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 L�nnblad  <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 L�nnblad  <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 L�nnblad  <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 L�nnblad  <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 L�nnblad  <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 L�nnblad  <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 L�nnblad  <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 L�nnblad  <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 L�nnblad  <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 L�nnblad  <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 L�nnblad  <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 L�nnblad  <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 L�nnblad  <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 L�nnblad  <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 L�nnblad  <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.
 
diff --git a/data/anainfo/CDF_2008_LEADINGJETS.info b/data/anainfo/CDF_2008_LEADINGJETS.info
deleted file mode 100644
--- a/data/anainfo/CDF_2008_LEADINGJETS.info
+++ /dev/null
@@ -1,28 +0,0 @@
-Name: CDF_2008_LEADINGJETS
-Year: 2008
-Summary: CDF Run 2 underlying event in leading jet events
-Experiment: CDF
-Collider: Tevatron Run 2
-SpiresID: NONE
-Status: OBSOLETE
-Authors:
- - Hendrik Hoeth <hendrik.hoeth@cern.ch>
-RunInfo:
-  $p\bar{p}$ QCD interactions at 1960~GeV. Particles with 
-  $c \tau > {}$10 mm should be set stable. Several $p_\perp^\text{min}$ 
-  cutoffs are probably required to fill the profile histograms.
-  $p_\perp^\text{min} = {}$ 0 (min bias), 10, 20, 50, 100, 150 GeV.
-  The corresponding merging points are at $p_T = $ 0, 30, 50, 80, 
-  130, 180 GeV
-NumEvents: 1000000
-Beams: [p-, p+]
-Energies: [1960]
-PtCuts: [0, 10, 20, 50, 100, 150]
-Description:
-  Rick Field's measurement of the underlying event in leading jet
-  events. If the leading jet of the event is within $|\eta| < 2$, the
-  event is accepted and ``toward'', ``away'' and ``transverse'' regions
-  are defined in the same way as in the original (2001) CDF underlying
-  event analysis. The leading jet defines the $\phi$ direction of the
-  toward region. The transverse regions are most sensitive to the
-  underlying event.
diff --git a/data/anainfo/CDF_2008_NOTE_9351.info b/data/anainfo/CDF_2008_NOTE_9351.info
deleted file mode 100644
--- a/data/anainfo/CDF_2008_NOTE_9351.info
+++ /dev/null
@@ -1,30 +0,0 @@
-Name: CDF_2008_NOTE_9351
-Year: 2008
-Summary: CDF Run 2 underlying event in Drell-Yan
-Experiment: CDF
-Collider: Tevatron Run 2
-SpiresID: NONE
-Status: OBSOLETE
-Authors:
- - Hendrik Hoeth <hendrik.hoeth@cern.ch>
-References:
- - CDF public note 9351
-RunInfo:
-  "ppbar collisions at 1960 GeV.
-  * Drell-Yan events with $Z/\\gamma* \\to e e$ and $Z/\\gamma* \\to \\mu\\mu$.
-  * A mass cut $m_{ll} > 70~\\text{GeV}$ can be applied on generator level.
-  * Particles with $c \\tau > 10~\\text{mm}$ should be set stable."
-NumEvents: 1000000
-Beams: [p-, p+]
-Energies: [1960]
-PtCuts: [0]
-Description:
-  Deepak Kar and Rick Field's measurement of the underlying event in
-  Drell-Yan events. $Z \to ee$ and $Z \to \mu\mu$ events are selected using
-  a $Z$ mass window cut between 70 and 110~GeV. ``Toward'', ``away'' and
-  ``transverse'' regions are defined in the same way as in the original
-  (2001) CDF underlying event analysis. The reconstructed $Z$ defines the
-  $\phi$ direction of the toward region. The leptons are ignored after
-  the $Z$ has been reconstructed. Thus the region most sensitive to the
-  underlying event is the toward region (the recoil jet is boosted into
-  the away region).
diff --git a/data/anainfo/Makefile.am b/data/anainfo/Makefile.am
--- a/data/anainfo/Makefile.am
+++ b/data/anainfo/Makefile.am
@@ -1,255 +1,253 @@
 dist_pkgdata_DATA = \
   ALEPH_1991_S2435284.info \
   ALEPH_1996_S3486095.info \
   ALEPH_1996_S3196992.info \
   ALEPH_1999_S4193598.info \
   ALEPH_2001_S4656318.info \
   ALEPH_2002_S4823664.info \
   ALEPH_2004_S5765862.info \
   ALICE_2010_S8624100.info \
   ALICE_2010_S8625980.info \
   ALICE_2010_S8706239.info \
   ALICE_2011_S8909580.info \
   ALICE_2011_S8945144.info \
   ALICE_2012_I1181770.info \
   ARGUS_1993_S2653028.info \
   ARGUS_1993_S2669951.info \
   ARGUS_1993_S2789213.info \
   ATLAS_2010_S8591806.info \
   ATLAS_2010_S8817804.info \
   ATLAS_2010_S8894728.info \
   ATLAS_2010_S8914702.info \
   ATLAS_2010_S8918562.info \
   ATLAS_2010_S8919674.info \
   ATLAS_2011_S8924791.info \
   ATLAS_2011_S8971293.info \
   ATLAS_2011_S8983313.info \
   ATLAS_2010_CONF_2010_049.info \
   ATLAS_2011_S8994773.info \
   ATLAS_2011_S9002537.info \
   ATLAS_2011_S9019561.info \
   ATLAS_2011_S9041966.info \
   ATLAS_2011_CONF_2011_090.info \
   ATLAS_2011_CONF_2011_098.info \
   ATLAS_2011_S9120807.info \
   ATLAS_2011_S9126244.info \
   ATLAS_2011_S9128077.info \
   ATLAS_2011_S9131140.info \
   ATLAS_2011_S9108483.info \
   ATLAS_2011_S9212183.info \
   ATLAS_2011_I894867.info \
   ATLAS_2011_I9035664.info \
   ATLAS_2011_I919017.info \
   ATLAS_2011_I925932.info \
   ATLAS_2011_I926145.info \
   ATLAS_2011_I944826.info \
   ATLAS_2011_I945498.info \
   ATLAS_2011_I954993.info \
   ATLAS_2011_S9225137.info \
   ATLAS_2011_S9212353.info \
   ATLAS_2012_I1083318.info \
   ATLAS_2012_I1082936.info \
   ATLAS_2012_I1084540.info \
   ATLAS_2012_I1093738.info \
   ATLAS_2012_I1094568.info \
   ATLAS_2012_I1095236.info \
   ATLAS_2012_I943401.info \
   ATLAS_2012_I1082009.info \
   ATLAS_2012_I1091481.info \
   ATLAS_2012_I1119557.info \
   ATLAS_2012_I1125575.info \
   ATLAS_2012_I1183818.info \
   ATLAS_2012_I1188891.info \
   ATLAS_2012_I946427.info \
   ATLAS_2012_CONF_2012_001.info \
   ATLAS_2012_I1112263.info \
   ATLAS_2012_I1125961.info \
   ATLAS_2012_I1126136.info \
   ATLAS_2012_I1117704.info \
   ATLAS_2012_I1118269.info \
   ATLAS_2012_I1180197.info \
   ATLAS_2012_I1186556.info \
   ATLAS_2012_I1190891.info \
   ATLAS_2012_CONF_2012_103.info \
   ATLAS_2012_CONF_2012_104.info \
   ATLAS_2012_CONF_2012_105.info \
   ATLAS_2012_CONF_2012_109.info \
   ATLAS_2012_CONF_2012_153.info \
   ATLAS_2013_I1217867.info \
   BABAR_2003_I593379.info \
   BABAR_2005_S6181155.info \
   BABAR_2007_S6895344.info \
   BABAR_2007_S7266081.info \
   BELLE_2001_S4598261.info \
   BELLE_2006_S6265367.info \
   CDF_1988_S1865951.info \
   CDF_1990_S2089246.info \
   CDF_1993_S2742446.info \
   CDF_1994_S2952106.info \
   CDF_1996_S3108457.info \
   CDF_1996_S3349578.info \
   CDF_1996_S3418421.info \
   CDF_1997_S3541940.info \
   CDF_1998_S3618439.info \
   CDF_2000_S4155203.info \
   CDF_2000_S4266730.info \
   CDF_2001_S4517016.info \
   CDF_2001_S4563131.info \
   CDF_2001_S4751469.info \
   CDF_2002_S4796047.info \
   CDF_2004_S5839831.info \
   CDF_2005_S6080774.info \
   CDF_2005_S6217184.info \
   CDF_2006_S6450792.info \
   CDF_2006_S6653332.info \
   CDF_2007_S7057202.info \
-  CDF_2008_LEADINGJETS.info \
-  CDF_2008_NOTE_9351.info \
   CDF_2008_S7540469.info \
   CDF_2008_S7541902.info \
   CDF_2008_S7782535.info \
   CDF_2008_S7828950.info \
   CDF_2008_S8093652.info \
   CDF_2008_S8095620.info \
   CDF_2009_S8233977.info \
   CDF_2009_NOTE_9936.info \
   CDF_2009_S8383952.info \
   CDF_2009_S8436959.info \
   CDF_2010_S8591881_DY.info \
   CDF_2010_S8591881_QCD.info \
   CDF_2012_NOTE10874.info \
   CLEO_2004_S5809304.info\
   CMS_2010_S8547297.info \
   CMS_2010_S8656010.info \
   CMS_2011_S8884919.info \
   CMS_2011_S9215166.info \
   CMS_2011_I954992.info \
   CMS_2011_S8941262.info \
   CMS_2011_S8950903.info \
   CMS_2011_S8957746.info \
   CMS_2011_S8968497.info \
   CMS_2011_S8973270.info \
   CMS_2011_S8978280.info \
   CMS_2011_S9086218.info \
   CMS_2011_S9088458.info \
   CMS_2011_S9120041.info \
   CMS_2012_I1087342.info \
   CMS_2012_I1102908.info \
   CMS_2012_I1107658.info \
   CMS_2012_I1184941.info \
   CMS_2012_I1193338.info \
   CMS_2012_PAS_FWD_11_003.info \
   CMS_2012_PAS_QCD_11_010.info \
   CMS_QCD_10_024.info \
   D0_1996_S3214044.info \
   D0_1996_S3324664.info \
   D0_2000_S4480767.info \
   D0_2001_S4674421.info \
   D0_2004_S5992206.info \
   D0_2006_S6438750.info \
   D0_2007_S7075677.info \
   D0_2008_S6879055.info \
   D0_2008_S7554427.info \
   D0_2008_S7662670.info \
   D0_2008_S7719523.info \
   D0_2008_S7837160.info \
   D0_2008_S7863608.info \
   D0_2009_S8202443.info \
   D0_2009_S8320160.info \
   D0_2009_S8349509.info \
   D0_2010_S8566488.info \
   D0_2010_S8570965.info \
   D0_2010_S8671338.info \
   D0_2010_S8821313.info \
   D0_2011_I895662.info \
   E735_1998_S3905616.info \
   DELPHI_1995_S3137023.info \
   DELPHI_1996_S3430090.info \
   DELPHI_1999_S3960137.info \
   DELPHI_2000_S4328825.info \
   DELPHI_2002_069_CONF_603.info \
   DELPHI_2003_WUD_03_11.info \
   EXAMPLE.info \
   H1_1994_S2919893.info \
   H1_1995_S3167097.info \
   H1_2000_S4129130.info \
   JADE_OPAL_2000_S4300807.info \
   JADE_1998_S3612880.info \
   LHCB_2010_S8758301.info \
   LHCB_2010_I867355.info \
   LHCB_2011_I917009.info \
   LHCB_2011_I919315.info \
   LHCB_2012_I1119400.info \
   LHCF_2012_I1115479.info \
   MC_DIJET.info \
   MC_DIPHOTON.info \
   MC_GENERIC.info \
   MC_HINC.info \
   MC_HJETS.info \
   MC_HKTSPLITTINGS.info \
   MC_IDENTIFIED.info \
   MC_JETS.info \
   MC_KTSPLITTINGS.info \
   MC_LEADJETUE.info \
   MC_PDFS.info \
   MC_PHOTONINC.info \
   MC_PHOTONJETS.info \
   MC_PHOTONKTSPLITTINGS.info \
   MC_PHOTONJETUE.info \
   MC_PHOTONS.info \
   MC_PRINTEVENT.info \
   MC_QCD_PARTONS.info \
   MC_SUSY.info \
   MC_TTBAR.info \
   MC_VH2BB.info \
   MC_WINC.info \
   MC_WJETS.info \
   MC_WKTSPLITTINGS.info \
   MC_WPOL.info \
   MC_WWINC.info \
   MC_WWJETS.info \
   MC_WWKTSPLITTINGS.info \
   MC_XS.info \
   MC_ZINC.info \
   MC_ZJETS.info \
   MC_ZKTSPLITTINGS.info \
   MC_ZZINC.info \
   MC_ZZJETS.info \
   MC_ZZKTSPLITTINGS.info \
   OPAL_1993_S2692198.info \
   OPAL_1994_S2927284.info \
   OPAL_1995_S3198391.info \
   OPAL_1996_S3257789.info \
   OPAL_1997_S3396100.info \
   OPAL_1997_S3608263.info \
   OPAL_1998_S3702294.info \
   OPAL_1998_S3780481.info \
   OPAL_1998_S3749908.info \
   OPAL_2000_S4418603.info \
   OPAL_2001_S4553896.info \
   OPAL_2002_S5361494.info \
   OPAL_2004_S6132243.info \
   PDG_HADRON_MULTIPLICITIES.info \
   PDG_HADRON_MULTIPLICITIES_RATIOS.info \
   SFM_1984_S1178091.info \
   SLD_1996_S3398250.info \
   SLD_1999_S3743934.info \
   SLD_2002_S4869273.info \
   SLD_2004_S5693039.info \
   STAR_2006_S6500200.info \
   STAR_2006_S6860818.info \
   STAR_2006_S6870392.info \
   STAR_2008_S7869363.info \
   STAR_2008_S7993412.info \
   STAR_2009_UE_HELEN.info \
   TASSO_1990_S2148048.info \
   TOTEM_2012_I1115294.info \
   TOTEM_2012_002.info \
   ZEUS_2001_S4815815.info \
   UA1_1990_S2044935.info \
   UA5_1982_S875503.info \
   UA5_1986_S1583476.info \
   UA5_1987_S1640666.info \
   UA5_1988_S1867512.info \
   UA5_1989_S1926373.info
 
diff --git a/data/plotinfo/CDF_2008_LEADINGJETS.plot b/data/plotinfo/CDF_2008_LEADINGJETS.plot
deleted file mode 100644
--- a/data/plotinfo/CDF_2008_LEADINGJETS.plot
+++ /dev/null
@@ -1,70 +0,0 @@
-# BEGIN PLOT /CDF_2008_LEADINGJETS/d01-x01-y01
-Title=Transverse region charged particle density
-XLabel=$p_T(\text{leading jet})$ / GeV
-YLabel=$\langle N_\text{ch} \rangle / \text{d}\eta\,\text{d}\phi$
-LogY=0
-LegendYPos=0.6
-# END PLOT
-
-# BEGIN PLOT /CDF_2008_LEADINGJETS/d02-x01-y01
-Title=TransMAX region charged particle density
-XLabel=$p_T(\text{leading jet})$ / GeV
-YLabel=$\langle N_\text{ch} \rangle / \text{d}\eta\,\text{d}\phi$
-LogY=0
-LegendYPos=0.6
-# END PLOT
-
-# BEGIN PLOT /CDF_2008_LEADINGJETS/d03-x01-y01
-Title=TransMIN region charged particle density
-XLabel=$p_T(\text{leading jet})$ / GeV
-YLabel=$\langle N_\text{ch} \rangle / \text{d}\eta\,\text{d}\phi$
-LogY=0
-# END PLOT
-
-# BEGIN PLOT /CDF_2008_LEADINGJETS/d04-x01-y01
-Title=TransDIF region charged particle density
-XLabel=$p_T(\text{leading jet})$ / GeV
-YLabel=$\langle N_\text{ch} \rangle / \text{d}\eta\,\text{d}\phi$
-LogY=0
-LegendYPos=0.5
-# END PLOT
-
-# BEGIN PLOT /CDF_2008_LEADINGJETS/d05-x01-y01
-Title=Transverse region charged $\sum p_\perp$ density
-XLabel=$p_T(\text{leading jet})$ / GeV
-YLabel=$\langle \sum p_T^\text{track} \rangle / \text{d}\eta\,\text{d}\phi$ / GeV
-LogY=0
-LegendXPos=0.10
-# END PLOT
-
-# BEGIN PLOT /CDF_2008_LEADINGJETS/d06-x01-y01
-Title=TransMAX region charged $\sum p_\perp$ density
-XLabel=$p_T(\text{leading jet})$ / GeV
-YLabel=$\langle \sum p_T^\text{track} \rangle / \text{d}\eta\,\text{d}\phi$ / GeV
-LogY=0
-LegendXPos=0.10
-# END PLOT
-
-# BEGIN PLOT /CDF_2008_LEADINGJETS/d07-x01-y01
-Title=TransMIN region charged $\sum p_\perp$ density
-XLabel=$p_T(\text{leading jet})$ / GeV
-YLabel=$\langle \sum p_T^\text{track} \rangle / \text{d}\eta\,\text{d}\phi$ / GeV
-LogY=0
-# END PLOT
-
-# BEGIN PLOT /CDF_2008_LEADINGJETS/d08-x01-y01
-Title=TransDIF region charged $\sum p_\perp$ density
-XLabel=$p_T(\text{leading jet})$ / GeV
-YLabel=$\langle \sum p_T^\text{track} \rangle / \text{d}\eta\,\text{d}\phi$ / GeV
-LogY=0
-LegendXPos=0.10
-# END PLOT
-
-# BEGIN PLOT /CDF_2008_LEADINGJETS/d09-x01-y01
-Title=Transverse region charged $p_\perp$ average
-XLabel=$p_T(\text{leading jet})$ / GeV
-YLabel=$\langle p_T^\text{track} \rangle$ / GeV
-LogY=0
-LegendXPos=0.10
-ShowZero=0
-# END PLOT
diff --git a/data/plotinfo/CDF_2008_NOTE_9351.plot b/data/plotinfo/CDF_2008_NOTE_9351.plot
deleted file mode 100644
--- a/data/plotinfo/CDF_2008_NOTE_9351.plot
+++ /dev/null
@@ -1,173 +0,0 @@
-# BEGIN PLOT /CDF_2008_NOTE_9351/d01-x01-y01
-Title=Toward region charged particle density
-XLabel=$p_T(Z)$ / GeV
-YLabel=$\langle N_\text{ch} \rangle / \text{d}\eta\,\text{d}\phi$
-LogY=0
-LegendXPos=0.35
-LegendYPos=0.5
-# END PLOT
-
-# BEGIN PLOT /CDF_2008_NOTE_9351/d02-x01-y01
-Title=Transverse region charged particle density
-XLabel=$p_T(Z)$ / GeV
-YLabel=$\langle N_\text{ch} \rangle / \text{d}\eta\,\text{d}\phi$
-LogY=0
-LegendXPos=0.35
-LegendYPos=0.5
-# END PLOT
-
-# BEGIN PLOT /CDF_2008_NOTE_9351/d03-x01-y01
-Title=TransMAX region charged particle density
-XLabel=$p_T(Z)$ / GeV
-YLabel=$\langle N_\text{ch} \rangle / \text{d}\eta\,\text{d}\phi$
-LogY=0
-LegendXPos=0.35
-LegendYPos=0.5
-# END PLOT
-
-# BEGIN PLOT /CDF_2008_NOTE_9351/d04-x01-y01
-Title=TransMIN region charged particle density
-XLabel=$p_T(Z)$ / GeV
-YLabel=$\langle N_\text{ch} \rangle / \text{d}\eta\,\text{d}\phi$
-LogY=0
-LegendXPos=0.10
-# END PLOT
-
-# BEGIN PLOT /CDF_2008_NOTE_9351/d05-x01-y01
-Title=TransDIF region charged particle density
-XLabel=$p_T(Z)$ / GeV
-YLabel=$\langle N_\text{ch} \rangle / \text{d}\eta\,\text{d}\phi$
-LogY=0
-LegendXPos=0.10
-# END PLOT
-
-# BEGIN PLOT /CDF_2008_NOTE_9351/d06-x01-y01
-Title=Away region charged particle density
-XLabel=$p_T(Z)$ / GeV
-YLabel=$\langle N_\text{ch} \rangle / \text{d}\eta\,\text{d}\phi$
-LogY=0
-LegendXPos=0.10
-# END PLOT
-
-# BEGIN PLOT /CDF_2008_NOTE_9351/d07-x01-y01
-Title=Toward region charged $p_\perp^\text{sum}$ density
-XLabel=$p_T(Z)$ / GeV
-YLabel=$\langle \sum p_T^\text{track} \rangle / \text{d}\eta\,\text{d}\phi$ / GeV
-LogY=0
-LegendXPos=0.10
-# END PLOT
-
-# BEGIN PLOT /CDF_2008_NOTE_9351/d08-x01-y01
-Title=Transverse region charged $p_\perp^\text{sum}$ density
-XLabel=$p_T(Z)$ / GeV
-YLabel=$\langle \sum p_T^\text{track} \rangle / \text{d}\eta\,\text{d}\phi$ / GeV
-LogY=0
-LegendXPos=0.10
-# END PLOT
-
-# BEGIN PLOT /CDF_2008_NOTE_9351/d09-x01-y01
-Title=TransMAX region charged $p_\perp^\text{sum}$ density
-XLabel=$p_T(Z)$ / GeV
-YLabel=$\langle \sum p_T^\text{track} \rangle / \text{d}\eta\,\text{d}\phi$ / GeV
-LogY=0
-LegendXPos=0.10
-# END PLOT
-
-# BEGIN PLOT /CDF_2008_NOTE_9351/d10-x01-y01
-Title=TransMIN region charged $p_\perp^\text{sum}$ density
-XLabel=$p_T(Z)$ / GeV
-YLabel=$\langle \sum p_T^\text{track} \rangle / \text{d}\eta\,\text{d}\phi$ / GeV
-LogY=0
-LegendXPos=0.10
-# END PLOT
-
-# BEGIN PLOT /CDF_2008_NOTE_9351/d11-x01-y01
-Title=TransDIF region charged $p_\perp^\text{sum}$ density
-XLabel=$p_T(Z)$ / GeV
-YLabel=$\langle \sum p_T^\text{track} \rangle / \text{d}\eta\,\text{d}\phi$ / GeV
-LogY=0
-LegendXPos=0.10
-# END PLOT
-
-# BEGIN PLOT /CDF_2008_NOTE_9351/d12-x01-y01
-Title=Away region charged $p_\perp^\text{sum}$ density
-XLabel=$p_T(Z)$ / GeV
-YLabel=$\langle \sum p_T^\text{track} \rangle / \text{d}\eta\,\text{d}\phi$ / GeV
-LogY=0
-LegendXPos=0.10
-# END PLOT
-
-# BEGIN PLOT /CDF_2008_NOTE_9351/d13-x01-y01
-Title=Toward region charged $p_\perp$ average
-XLabel=$p_T(Z)$ / GeV
-YLabel=$\langle p_T^\text{track} \rangle$ / GeV
-LogY=0
-LegendYPos=0.5
-# END PLOT
-
-# BEGIN PLOT /CDF_2008_NOTE_9351/d14-x01-y01
-Title=Transverse region charged $p_\perp$ average
-XLabel=$p_T(Z)$ / GeV
-YLabel=$\langle p_T^\text{track} \rangle$ / GeV
-LogY=0
-LegendYPos=0.5
-# END PLOT
-
-# BEGIN PLOT /CDF_2008_NOTE_9351/d15-x01-y01
-Title=Away region charged $p_\perp$ average
-XLabel=$p_T(Z)$ / GeV
-YLabel=$\langle p_T^\text{track} \rangle$ / GeV
-LogY=0
-LegendXPos=0.10
-# END PLOT
-
-# BEGIN PLOT /CDF_2008_NOTE_9351/d16-x01-y01
-Title=Toward region charged $p_\perp$ maximum
-XLabel=$p_T(Z)$ / GeV
-YLabel=max $p_T^\text{track}$ / GeV
-LogY=0
-LegendXPos=0.10
-# END PLOT
-
-# BEGIN PLOT /CDF_2008_NOTE_9351/d17-x01-y01
-Title=Transverse region charged $p_\perp$ maximum
-XLabel=$p_T(Z)$ / GeV
-YLabel=max $p_T^\text{track}$ / GeV
-LogY=0
-LegendXPos=0.10
-# END PLOT
-
-# BEGIN PLOT /CDF_2008_NOTE_9351/d18-x01-y01
-Title=Away region charged $p_\perp$ maximum
-XLabel=$p_T(Z)$ / GeV
-YLabel=max $p_T^\text{track}$ / GeV
-LogY=0
-LegendXPos=0.10
-# END PLOT
-
-# BEGIN PLOT /CDF_2008_NOTE_9351/d19-x01-y01
-Title=Average lepton-pair $p_\perp$ versus charged multiplicity
-XLabel=$N_\text{ch}$
-YLabel=$\langle p_T(Z) \rangle$ / GeV
-LegendXPos=0.10
-LogY=0
-ShowZero=0
-# END PLOT
-
-# BEGIN PLOT /CDF_2008_NOTE_9351/d20-x01-y01
-Title=Average charged $p_\perp$ vs charged multiplicity
-XLabel=$N_\text{ch}$
-YLabel=$\langle p_T \rangle$ / GeV
-LegendXPos=0.10
-LogY=0
-ShowZero=0
-# END PLOT
-
-# BEGIN PLOT /CDF_2008_NOTE_9351/d21-x01-y01
-Title=Average charged $p_\perp$ vs charged multiplicity, $p_\perp(Z)$ less than 10 GeV
-XLabel=$N_\text{ch}$
-YLabel=$\langle p_T \rangle$ / GeV
-LegendXPos=0.10
-LogY=0
-ShowZero=0
-# END PLOT
diff --git a/data/plotinfo/Makefile.am b/data/plotinfo/Makefile.am
--- a/data/plotinfo/Makefile.am
+++ b/data/plotinfo/Makefile.am
@@ -1,249 +1,247 @@
 dist_pkgdata_DATA = \
   ALEPH_1991_S2435284.plot \
   ALEPH_1996_S3486095.plot \
   ALEPH_1996_S3196992.plot \
   ALEPH_1999_S4193598.plot \
   ALEPH_2001_S4656318.plot \
   ALEPH_2002_S4823664.plot \
   ALEPH_2004_S5765862.plot \
   ALICE_2010_S8624100.plot \
   ALICE_2010_S8625980.plot \
   ALICE_2010_S8706239.plot \
   ALICE_2011_S8909580.plot \
   ALICE_2011_S8945144.plot \
   ALICE_2012_I1181770.plot \
   ARGUS_1993_S2653028.plot \
   ARGUS_1993_S2669951.plot \
   ARGUS_1993_S2789213.plot \
   ATLAS_2010_S8591806.plot \
   ATLAS_2010_S8817804.plot \
   ATLAS_2010_S8894728.plot \
   ATLAS_2010_S8914702.plot \
   ATLAS_2010_S8918562.plot \
   ATLAS_2010_S8919674.plot \
   ATLAS_2011_S8924791.plot \
   ATLAS_2011_S8971293.plot \
   ATLAS_2011_S8994773.plot \
   ATLAS_2011_S9002537.plot \
   ATLAS_2010_CONF_2010_049.plot \
   ATLAS_2011_S9120807.plot \
   ATLAS_2011_S9126244.plot \
   ATLAS_2011_S9128077.plot \
   ATLAS_2011_S9131140.plot \
   ATLAS_2011_I894867.plot  \
   ATLAS_2011_I919017.plot  \
   ATLAS_2011_I925932.plot  \
   ATLAS_2011_I926145.plot  \
   ATLAS_2011_I944826.plot  \
   ATLAS_2011_I945498.plot \
   ATLAS_2011_I954993.plot \
   ATLAS_2011_S9225137.plot \
   ATLAS_2011_S9212183.plot \
   ATLAS_2011_CONF_2011_090.plot \
   ATLAS_2011_CONF_2011_098.plot \
   ATLAS_2011_S8983313.plot \
   ATLAS_2011_S9212353.plot \
   ATLAS_2012_I1082936.plot \
   ATLAS_2012_I1083318.plot \
   ATLAS_2012_I1084540.plot \
   ATLAS_2012_I1091481.plot \
   ATLAS_2012_I1093738.plot \
   ATLAS_2012_I1094568.plot \
   ATLAS_2012_I1095236.plot \
   ATLAS_2012_I943401.plot \
   ATLAS_2012_I946427.plot \
   ATLAS_2012_CONF_2012_001.plot \
   ATLAS_2012_I1119557.plot \
   ATLAS_2012_I1125575.plot \
   ATLAS_2012_I1112263.plot \
   ATLAS_2012_I1125961.plot \
   ATLAS_2012_I1126136.plot \
   ATLAS_2012_I1117704.plot \
   ATLAS_2012_I1118269.plot \
   ATLAS_2012_I1180197.plot \
   ATLAS_2012_I1082009.plot \
   ATLAS_2012_I1183818.plot \
   ATLAS_2012_I1188891.plot \
   ATLAS_2012_I1186556.plot \
   ATLAS_2012_I1190891.plot \
   ATLAS_2012_CONF_2012_103.plot \
   ATLAS_2012_CONF_2012_104.plot \
   ATLAS_2012_CONF_2012_105.plot \
   ATLAS_2012_CONF_2012_109.plot \
   ATLAS_2012_CONF_2012_153.plot \
   ATLAS_2013_I1217867.plot \
   BABAR_2003_I593379.plot \
   BABAR_2005_S6181155.plot \
   BABAR_2007_S6895344.plot \
   BABAR_2007_S7266081.plot \
   BELLE_2001_S4598261.plot \
   BELLE_2006_S6265367.plot \
   CDF_1988_S1865951.plot \
   CDF_1990_S2089246.plot \
   CDF_1993_S2742446.plot \
   CDF_1994_S2952106.plot \
   CDF_1996_S3108457.plot \
   CDF_1996_S3349578.plot \
   CDF_1996_S3418421.plot \
   CDF_1997_S3541940.plot \
   CDF_1998_S3618439.plot \
   CDF_2000_S4155203.plot \
   CDF_2000_S4266730.plot \
   CDF_2001_S4517016.plot \
   CDF_2001_S4563131.plot \
   CDF_2001_S4751469.plot \
   CDF_2002_S4796047.plot \
   CDF_2004_S5839831.plot \
   CDF_2005_S6080774.plot \
   CDF_2005_S6217184.plot \
   CDF_2006_S6450792.plot \
   CDF_2006_S6653332.plot \
   CDF_2007_S7057202.plot \
-  CDF_2008_LEADINGJETS.plot \
-  CDF_2008_NOTE_9351.plot \
   CDF_2008_S7540469.plot \
   CDF_2008_S7541902.plot \
   CDF_2008_S7782535.plot \
   CDF_2008_S7828950.plot \
   CDF_2008_S8093652.plot \
   CDF_2008_S8095620.plot \
   CDF_2009_S8233977.plot \
   CDF_2009_NOTE_9936.plot \
   CDF_2009_S8383952.plot \
   CDF_2009_S8436959.plot \
   CDF_2010_S8591881_DY.plot \
   CDF_2010_S8591881_QCD.plot \
   CDF_2012_NOTE10874.plot \
   CLEO_2004_S5809304.plot \
   CMS_2010_S8547297.plot \
   CMS_2010_S8656010.plot \
   CMS_2011_S8884919.plot \
   CMS_2011_S8941262.plot \
   CMS_2011_S8950903.plot \
   CMS_2011_S8957746.plot \
   CMS_2011_S8968497.plot \
   CMS_2011_S8973270.plot \
   CMS_2011_S8978280.plot \
   CMS_2011_S9086218.plot \
   CMS_2011_S9088458.plot \
   CMS_2011_S9120041.plot \
   CMS_2011_S9215166.plot \
   CMS_2011_I954992.plot \
   CMS_2012_I1087342.plot \
   CMS_2012_I1102908.plot \
   CMS_2012_I1107658.plot \
   CMS_2012_I1184941.plot \
   CMS_2012_I1193338.plot \
   CMS_2012_PAS_FWD_11_003.plot \
   CMS_2012_PAS_QCD_11_010.plot \
   CMS_QCD_10_024.plot \
   D0_1996_S3214044.plot \
   D0_1996_S3324664.plot \
   D0_2000_S4480767.plot \
   D0_2001_S4674421.plot \
   D0_2004_S5992206.plot \
   D0_2006_S6438750.plot \
   D0_2007_S7075677.plot \
   D0_2008_S6879055.plot \
   D0_2008_S7554427.plot \
   D0_2008_S7662670.plot \
   D0_2008_S7719523.plot \
   D0_2008_S7837160.plot \
   D0_2008_S7863608.plot \
   D0_2009_S8202443.plot \
   D0_2009_S8320160.plot \
   D0_2009_S8349509.plot \
   D0_2010_S8566488.plot \
   D0_2010_S8570965.plot \
   D0_2010_S8671338.plot \
   D0_2010_S8821313.plot \
   D0_2011_I895662.plot \
   E735_1998_S3905616.plot \
   DELPHI_1995_S3137023.plot \
   DELPHI_1996_S3430090.plot \
   DELPHI_1999_S3960137.plot \
   DELPHI_2000_S4328825.plot \
   DELPHI_2002_069_CONF_603.plot \
   DELPHI_2003_WUD_03_11.plot \
   EXAMPLE.plot \
   H1_1994_S2919893.plot \
   H1_1995_S3167097.plot \
   H1_2000_S4129130.plot \
   JADE_OPAL_2000_S4300807.plot \
   JADE_1998_S3612880.plot \
   LHCB_2010_S8758301.plot \
   LHCB_2010_I867355.plot \
   LHCB_2011_I917009.plot \
   LHCB_2011_I919315.plot \
   LHCB_2012_I1119400.plot \
   LHCF_2012_I1115479.plot \
   MC_GENERIC.plot \
   MC_IDENTIFIED.plot \
   MC_LEADJETUE.plot \
   MC_DIJET.plot \
   MC_DIPHOTON.plot \
   MC_PHOTONJETUE.plot \
   MC_SUSY.plot \
   MC_TTBAR.plot \
   MC_JETS.plot \
   MC_KTSPLITTINGS.plot \
   MC_PHOTONINC.plot \
   MC_PHOTONJETS.plot \
   MC_PHOTONKTSPLITTINGS.plot \
   MC_PHOTONS.plot \
   MC_QCD_PARTONS.plot \
   MC_VH2BB.plot \
   MC_HINC.plot \
   MC_HJETS.plot \
   MC_HKTSPLITTINGS.plot \
   MC_PDFS.plot \
   MC_WINC.plot \
   MC_WJETS.plot \
   MC_WKTSPLITTINGS.plot \
   MC_WPOL.plot \
   MC_WWINC.plot \
   MC_WWJETS.plot \
   MC_WWKTSPLITTINGS.plot \
   MC_XS.plot \
   MC_ZINC.plot \
   MC_ZJETS.plot \
   MC_ZKTSPLITTINGS.plot \
   MC_ZZINC.plot \
   MC_ZZJETS.plot \
   MC_ZZKTSPLITTINGS.plot \
   OPAL_1993_S2692198.plot \
   OPAL_1994_S2927284.plot \
   OPAL_1995_S3198391.plot \
   OPAL_1996_S3257789.plot \
   OPAL_1997_S3396100.plot \
   OPAL_1997_S3608263.plot \
   OPAL_1998_S3702294.plot \
   OPAL_1998_S3749908.plot \
   OPAL_1998_S3780481.plot \
   OPAL_2000_S4418603.plot \
   OPAL_2001_S4553896.plot \
   OPAL_2002_S5361494.plot \
   OPAL_2004_S6132243.plot \
   PDG_HADRON_MULTIPLICITIES.plot \
   PDG_HADRON_MULTIPLICITIES_RATIOS.plot \
   SFM_1984_S1178091.plot \
   SLD_1996_S3398250.plot \
   SLD_1999_S3743934.plot \
   SLD_2002_S4869273.plot \
   SLD_2004_S5693039.plot \
   STAR_2006_S6500200.plot \
   STAR_2006_S6860818.plot \
   STAR_2006_S6870392.plot \
   STAR_2008_S7869363.plot \
   STAR_2008_S7993412.plot \
   STAR_2009_UE_HELEN.plot \
   TASSO_1990_S2148048.plot \
   TOTEM_2012_I1115294.plot \
   TOTEM_2012_002.plot \
   ZEUS_2001_S4815815.plot \
   UA1_1990_S2044935.plot \
   UA5_1982_S875503.plot \
   UA5_1986_S1583476.plot \
   UA5_1987_S1640666.plot \
   UA5_1988_S1867512.plot \
   UA5_1989_S1926373.plot
diff --git a/data/refdata/CDF_2008_LEADINGJETS.dat b/data/refdata/CDF_2008_LEADINGJETS.dat
deleted file mode 100644
--- a/data/refdata/CDF_2008_LEADINGJETS.dat
+++ /dev/null
@@ -1,369 +0,0 @@
-# BEGIN PLOT
-# END PLOT
-
-# BEGIN HISTOGRAM pnchg
-ErrorBars=1
-PolyMarker=*
-Title=Transverse Region Charged Particle Density dpT/deta dphi
-0	5	0.3054	0.0428
-5	10	0.4169	0.0783
-10	15	0.6551	0.1243
-15	20	0.7869	0.1528
-20	25	0.7919	0.1217
-25	30	0.7762	0.0353
-30	35	0.7406	0.0318
-35	40	0.7164	0.0239
-40	50	0.7147	0.0225
-50	60	0.7174	0.0234
-60	70	0.7214	0.0249
-70	80	0.7252	0.0254
-80	90	0.7343	0.0254
-90	100	0.7399	0.0265
-100	110	0.7464	0.0255
-110	120	0.7513	0.0259
-120	130	0.7551	0.0254
-130	140	0.7660	0.0284
-140	150	0.7689	0.0291
-150	160	0.7728	0.0288
-160	170	0.7750	0.0302
-170	180	0.7782	0.0310
-180	190	0.7765	0.0328
-190	200	0.7846	0.0293
-200	220	0.7756	0.0322
-220	240	0.7878	0.0331
-240	260	0.7654	0.0442
-260	280	0.7893	0.0359
-280	300	0.7706	0.0457
-300	320	0.7596	0.0454
-320	340	0.7634	0.0426
-340	360	0.7244	0.0454
-360	380	0.7523	0.0649
-380	400	0.6556	0.1005
-# END HISTOGRAM
-
-# BEGIN HISTOGRAM pmaxnchg
-ErrorBars=1
-PolyMarker=*
-Title=TransMAX Region Charged Particle Density dpT/deta dphi
-0	5	0.4889	0.0582
-5	10	0.6414	0.1397
-10	15	0.9569	0.2143
-15	20	1.1125	0.2712
-20	25	1.1259	0.2025
-25	30	1.1127	0.0632
-30	35	1.0765	0.0587
-35	40	1.0549	0.0430
-40	50	1.0606	0.0376
-50	60	1.0752	0.0362
-60	70	1.0887	0.0390
-70	80	1.1007	0.0380
-80	90	1.1197	0.0367
-90	100	1.1320	0.0394
-100	110	1.1438	0.0379
-110	120	1.1546	0.0409
-120	130	1.1661	0.0399
-130	140	1.1819	0.0466
-140	150	1.1892	0.0491
-150	160	1.1987	0.0499
-160	170	1.2042	0.0524
-170	180	1.2109	0.0548
-180	190	1.2112	0.0583
-190	200	1.2267	0.0525
-200	220	1.2150	0.0585
-220	240	1.2379	0.0573
-240	260	1.2125	0.0789
-260	280	1.2468	0.0658
-280	300	1.2236	0.0842
-300	320	1.2032	0.0812
-320	340	1.2150	0.0770
-340	360	1.1537	0.0843
-360	380	1.2845	0.1175
-380	400	1.0756	0.1902
-# END HISTOGRAM
-
-# BEGIN HISTOGRAM pminnchg
-ErrorBars=1
-PolyMarker=*
-Title=TransMIN Region Charged Particle Density dpT/deta dphi
-0	5	0.1219	0.0627
-5	10	0.1924	0.0709
-10	15	0.3533	0.1259
-15	20	0.4613	0.1409
-20	25	0.4579	0.1351
-25	30	0.4397	0.0314
-30	35	0.4047	0.0246
-35	40	0.3779	0.0209
-40	50	0.3688	0.0249
-50	60	0.3596	0.0297
-60	70	0.3541	0.0309
-70	80	0.3496	0.0338
-80	90	0.3489	0.0352
-90	100	0.3478	0.0354
-100	110	0.3489	0.0341
-110	120	0.3481	0.0316
-120	130	0.3440	0.0315
-130	140	0.3502	0.0323
-140	150	0.3485	0.0311
-150	160	0.3469	0.0286
-160	170	0.3458	0.0299
-170	180	0.3455	0.0291
-180	190	0.3419	0.0301
-190	200	0.3426	0.0260
-200	220	0.3363	0.0271
-220	240	0.3376	0.0331
-240	260	0.3183	0.0398
-260	280	0.3318	0.0291
-280	300	0.3177	0.0353
-300	320	0.3160	0.0406
-320	340	0.3118	0.0364
-340	360	0.2952	0.0340
-360	380	0.2201	0.0554
-380	400	0.2357	0.0648
-# END HISTOGRAM
-
-# BEGIN HISTOGRAM pdifnchg
-ErrorBars=1
-PolyMarker=*
-Title=TransDIF Region Charged Particle Density dpT/deta dphi
-0	5	0.3670	0.0855
-5	10	0.4491	0.1567
-10	15	0.6036	0.2486
-15	20	0.6512	0.3056
-20	25	0.6680	0.2435
-25	30	0.6730	0.0705
-30	35	0.6717	0.0636
-35	40	0.6770	0.0478
-40	50	0.6919	0.0451
-50	60	0.7156	0.0468
-60	70	0.7346	0.0497
-70	80	0.7511	0.0509
-80	90	0.7708	0.0508
-90	100	0.7842	0.0530
-100	110	0.7949	0.0510
-110	120	0.8065	0.0517
-120	130	0.8220	0.0508
-130	140	0.8317	0.0567
-140	150	0.8407	0.0581
-150	160	0.8517	0.0575
-160	170	0.8584	0.0603
-170	180	0.8654	0.0621
-180	190	0.8693	0.0656
-190	200	0.8841	0.0586
-200	220	0.8787	0.0644
-220	240	0.9004	0.0662
-240	260	0.8942	0.0883
-260	280	0.9150	0.0719
-280	300	0.9059	0.0913
-300	320	0.8873	0.0908
-320	340	0.9032	0.0852
-340	360	0.8585	0.0909
-360	380	1.0644	0.1299
-380	400	0.8398	0.2009
-# END HISTOGRAM
-
-
-
-# BEGIN HISTOGRAM pcptsum
-ErrorBars=1
-PolyMarker=*
-Title=Transverse Region Charged pT Sum Density dpT/deta dphi
-0	5	0.2581	0.0715
-5	10	0.3735	0.0872
-10	15	0.6447	0.1221
-15	20	0.8070	0.1431
-20	25	0.8453	0.1038
-25	30	0.8408	0.0371
-30	35	0.8403	0.0386
-35	40	0.8050	0.0262
-40	50	0.8194	0.0259
-50	60	0.8533	0.0279
-60	70	0.8953	0.0305
-70	80	0.9223	0.0311
-80	90	0.9688	0.0302
-90	100	1.0093	0.0305
-100	110	1.0375	0.0286
-110	120	1.0747	0.0290
-120	130	1.1010	0.0269
-130	140	1.1426	0.0278
-140	150	1.1691	0.0282
-150	160	1.1993	0.0274
-160	170	1.2198	0.0290
-170	180	1.2495	0.0291
-180	190	1.2647	0.0308
-190	200	1.2881	0.0287
-200	220	1.2957	0.0299
-220	240	1.3352	0.0390
-240	260	1.3097	0.0486
-260	280	1.3685	0.0513
-280	300	1.3935	0.0812
-300	320	1.4607	0.0902
-320	340	1.4082	0.1124
-340	360	1.0970	0.1263
-360	380	1.3123	0.1738
-380	400	1.4878	0.4646
-# END HISTOGRAM
-
-
-# BEGIN HISTOGRAM pmaxcptsum
-ErrorBars=1
-PolyMarker=*
-Title=TransMAX Region Charged pT Sum Density dpT/deta dphi
-0	5	0.4235	0.1167
-5	10	0.5899	0.1600
-10	15	0.9667	0.2136
-15	20	1.2027	0.2239
-20	25	1.2463	0.1670
-25	30	1.2373	0.0643
-30	35	1.2690	0.0666
-35	40	1.2348	0.0509
-40	50	1.2719	0.0513
-50	60	1.3443	0.0522
-60	70	1.4269	0.0549
-70	80	1.4857	0.0527
-80	90	1.5740	0.0494
-90	100	1.6495	0.0503
-100	110	1.7035	0.0467
-110	120	1.7747	0.0493
-120	130	1.8292	0.0466
-130	140	1.9005	0.0488
-140	150	1.9515	0.0506
-150	160	2.0111	0.0508
-160	170	2.0497	0.0541
-170	180	2.1085	0.0552
-180	190	2.1396	0.0580
-190	200	2.1826	0.0550
-200	220	2.2018	0.0568
-220	240	2.2804	0.0744
-240	260	2.2588	0.0926
-260	280	2.3412	0.0989
-280	300	2.4146	0.1591
-300	320	2.5118	0.1730
-320	340	2.4694	0.2196
-340	360	1.8888	0.2471
-360	380	2.3839	0.3403
-380	400	2.7033	0.9220
-# END HISTOGRAM
-
-
-# BEGIN HISTOGRAM pmincptsum
-ErrorBars=1
-PolyMarker=*
-Title=TransMIN Region Charged pT Sum Density dpT/deta dphi
-0	5	0.0926	0.0826
-5	10	0.1571	0.0695
-10	15	0.3226	0.1184
-15	20	0.4112	0.1783
-20	25	0.4443	0.1233
-25	30	0.4442	0.0372
-30	35	0.4117	0.0390
-35	40	0.3751	0.0125
-40	50	0.3668	0.0069
-50	60	0.3623	0.0194
-60	70	0.3638	0.0267
-70	80	0.3588	0.0330
-80	90	0.3636	0.0349
-90	100	0.3691	0.0344
-100	110	0.3714	0.0331
-110	120	0.3748	0.0306
-120	130	0.3729	0.0269
-130	140	0.3846	0.0266
-140	150	0.3867	0.0247
-150	160	0.3874	0.0208
-160	170	0.3899	0.0210
-170	180	0.3905	0.0184
-180	190	0.3897	0.0210
-190	200	0.3937	0.0166
-200	220	0.3897	0.0186
-220	240	0.3900	0.0233
-240	260	0.3606	0.0296
-260	280	0.3958	0.0273
-280	300	0.3724	0.0328
-300	320	0.4096	0.0513
-320	340	0.3469	0.0478
-340	360	0.3052	0.0524
-360	380	0.2407	0.0712
-380	400	0.2723	0.1152
-# END HISTOGRAM
-
-
-# BEGIN HISTOGRAM pdifcptsum
-ErrorBars=1
-PolyMarker=*
-Title=TransDIF Region Charged pT Sum Density dpT/deta dphi
-0	5	0.3309	0.1430
-5	10	0.4328	0.1745
-10	15	0.6441	0.2442
-15	20	0.7915	0.2862
-20	25	0.8020	0.2076
-25	30	0.7931	0.0743
-30	35	0.8573	0.0772
-35	40	0.8597	0.0524
-40	50	0.9051	0.0518
-50	60	0.9820	0.0557
-60	70	1.0632	0.0611
-70	80	1.1269	0.0622
-80	90	1.2104	0.0605
-90	100	1.2804	0.0609
-100	110	1.3321	0.0572
-110	120	1.3999	0.0580
-120	130	1.4563	0.0538
-130	140	1.5159	0.0555
-140	150	1.5648	0.0563
-150	160	1.6237	0.0549
-160	170	1.6599	0.0580
-170	180	1.7180	0.0582
-180	190	1.7500	0.0617
-190	200	1.7889	0.0575
-200	220	1.8121	0.0598
-220	240	1.8904	0.0780
-240	260	1.8982	0.0972
-260	280	1.9454	0.1026
-280	300	2.0421	0.1625
-300	320	2.1022	0.1804
-320	340	2.1225	0.2248
-340	360	1.5835	0.2526
-360	380	2.1432	0.3477
-380	400	2.4309	0.9292
-# END HISTOGRAM
-
-
-# BEGIN HISTOGRAM pcptave
-ErrorBars=1
-PolyMarker=*
-Title=Transverse Region Charged pT Average (NChg > 0)
-0	5	0.8473	0.0465
-5	10	0.8891	0.0438
-10	15	0.9621	0.0217
-15	20	1.0086	0.0404
-20	25	1.0367	0.0401
-25	30	1.0445	0.0375
-30	35	1.0981	0.0501
-35	40	1.0900	0.0328
-40	50	1.1077	0.0300
-50	60	1.1362	0.0270
-60	70	1.1613	0.0272
-70	80	1.1835	0.0291
-80	90	1.2084	0.0289
-90	100	1.2318	0.0334
-100	110	1.2474	0.0328
-110	120	1.2682	0.0324
-120	130	1.2833	0.0361
-130	140	1.3004	0.0377
-140	150	1.3160	0.0376
-150	160	1.3325	0.0385
-160	170	1.3440	0.0393
-170	180	1.3605	0.0388
-180	190	1.3722	0.0422
-190	200	1.3775	0.0422
-200	220	1.3963	0.0448
-220	240	1.4112	0.0380
-240	260	1.4009	0.0513
-260	280	1.4401	0.0414
-280	300	1.4511	0.0398
-300	320	1.4889	0.0906
-320	340	1.5331	0.0691
-340	360	1.2673	0.0605
-360	380	1.3850	0.0752
-380	400	1.4586	0.2111
-# END HISTOGRAM
-
diff --git a/data/refdata/CDF_2008_LEADINGJETS.yoda b/data/refdata/CDF_2008_LEADINGJETS.yoda
deleted file mode 100644
--- a/data/refdata/CDF_2008_LEADINGJETS.yoda
+++ /dev/null
@@ -1,360 +0,0 @@
-# BEGIN YODA_SCATTER2D /REF/CDF_2008_LEADINGJETS/d01-x01-y01
-Path=/REF/CDF_2008_LEADINGJETS/d01-x01-y01
-Type=Scatter2D
-# xval	 xerr-	 xerr+	 yval	 yerr-	 yerr+
-2.500000e+00	2.500000e+00	2.500000e+00	3.054000e-01	4.280000e-02	4.280000e-02
-7.500000e+00	2.500000e+00	2.500000e+00	4.169000e-01	7.830000e-02	7.830000e-02
-1.250000e+01	2.500000e+00	2.500000e+00	6.551000e-01	1.243000e-01	1.243000e-01
-1.750000e+01	2.500000e+00	2.500000e+00	7.869000e-01	1.528000e-01	1.528000e-01
-2.250000e+01	2.500000e+00	2.500000e+00	7.919000e-01	1.217000e-01	1.217000e-01
-2.750000e+01	2.500000e+00	2.500000e+00	7.762000e-01	3.530000e-02	3.530000e-02
-3.250000e+01	2.500000e+00	2.500000e+00	7.406000e-01	3.180000e-02	3.180000e-02
-3.750000e+01	2.500000e+00	2.500000e+00	7.164000e-01	2.390000e-02	2.390000e-02
-4.500000e+01	5.000000e+00	5.000000e+00	7.147000e-01	2.250000e-02	2.250000e-02
-5.500000e+01	5.000000e+00	5.000000e+00	7.174000e-01	2.340000e-02	2.340000e-02
-6.500000e+01	5.000000e+00	5.000000e+00	7.214000e-01	2.490000e-02	2.490000e-02
-7.500000e+01	5.000000e+00	5.000000e+00	7.252000e-01	2.540000e-02	2.540000e-02
-8.500000e+01	5.000000e+00	5.000000e+00	7.343000e-01	2.540000e-02	2.540000e-02
-9.500000e+01	5.000000e+00	5.000000e+00	7.399000e-01	2.650000e-02	2.650000e-02
-1.050000e+02	5.000000e+00	5.000000e+00	7.464000e-01	2.550000e-02	2.550000e-02
-1.150000e+02	5.000000e+00	5.000000e+00	7.513000e-01	2.590000e-02	2.590000e-02
-1.250000e+02	5.000000e+00	5.000000e+00	7.551000e-01	2.540000e-02	2.540000e-02
-1.350000e+02	5.000000e+00	5.000000e+00	7.660000e-01	2.840000e-02	2.840000e-02
-1.450000e+02	5.000000e+00	5.000000e+00	7.689000e-01	2.910000e-02	2.910000e-02
-1.550000e+02	5.000000e+00	5.000000e+00	7.728000e-01	2.880000e-02	2.880000e-02
-1.650000e+02	5.000000e+00	5.000000e+00	7.750000e-01	3.020000e-02	3.020000e-02
-1.750000e+02	5.000000e+00	5.000000e+00	7.782000e-01	3.100000e-02	3.100000e-02
-1.850000e+02	5.000000e+00	5.000000e+00	7.765000e-01	3.280000e-02	3.280000e-02
-1.950000e+02	5.000000e+00	5.000000e+00	7.846000e-01	2.930000e-02	2.930000e-02
-2.100000e+02	1.000000e+01	1.000000e+01	7.756000e-01	3.220000e-02	3.220000e-02
-2.300000e+02	1.000000e+01	1.000000e+01	7.878000e-01	3.310000e-02	3.310000e-02
-2.500000e+02	1.000000e+01	1.000000e+01	7.654000e-01	4.420000e-02	4.420000e-02
-2.700000e+02	1.000000e+01	1.000000e+01	7.893000e-01	3.590000e-02	3.590000e-02
-2.900000e+02	1.000000e+01	1.000000e+01	7.706000e-01	4.570000e-02	4.570000e-02
-3.100000e+02	1.000000e+01	1.000000e+01	7.596000e-01	4.540000e-02	4.540000e-02
-3.300000e+02	1.000000e+01	1.000000e+01	7.634000e-01	4.260000e-02	4.260000e-02
-3.500000e+02	1.000000e+01	1.000000e+01	7.244000e-01	4.540000e-02	4.540000e-02
-3.700000e+02	1.000000e+01	1.000000e+01	7.523000e-01	6.490000e-02	6.490000e-02
-3.900000e+02	1.000000e+01	1.000000e+01	6.556000e-01	1.005000e-01	1.005000e-01
-# END YODA_SCATTER2D
-
-# BEGIN YODA_SCATTER2D /REF/CDF_2008_LEADINGJETS/d02-x01-y01
-Path=/REF/CDF_2008_LEADINGJETS/d02-x01-y01
-Type=Scatter2D
-# xval	 xerr-	 xerr+	 yval	 yerr-	 yerr+
-2.500000e+00	2.500000e+00	2.500000e+00	4.889000e-01	5.820000e-02	5.820000e-02
-7.500000e+00	2.500000e+00	2.500000e+00	6.414000e-01	1.397000e-01	1.397000e-01
-1.250000e+01	2.500000e+00	2.500000e+00	9.569000e-01	2.143000e-01	2.143000e-01
-1.750000e+01	2.500000e+00	2.500000e+00	1.112500e+00	2.712000e-01	2.712000e-01
-2.250000e+01	2.500000e+00	2.500000e+00	1.125900e+00	2.025000e-01	2.025000e-01
-2.750000e+01	2.500000e+00	2.500000e+00	1.112700e+00	6.320000e-02	6.320000e-02
-3.250000e+01	2.500000e+00	2.500000e+00	1.076500e+00	5.870000e-02	5.870000e-02
-3.750000e+01	2.500000e+00	2.500000e+00	1.054900e+00	4.300000e-02	4.300000e-02
-4.500000e+01	5.000000e+00	5.000000e+00	1.060600e+00	3.760000e-02	3.760000e-02
-5.500000e+01	5.000000e+00	5.000000e+00	1.075200e+00	3.620000e-02	3.620000e-02
-6.500000e+01	5.000000e+00	5.000000e+00	1.088700e+00	3.900000e-02	3.900000e-02
-7.500000e+01	5.000000e+00	5.000000e+00	1.100700e+00	3.800000e-02	3.800000e-02
-8.500000e+01	5.000000e+00	5.000000e+00	1.119700e+00	3.670000e-02	3.670000e-02
-9.500000e+01	5.000000e+00	5.000000e+00	1.132000e+00	3.940000e-02	3.940000e-02
-1.050000e+02	5.000000e+00	5.000000e+00	1.143800e+00	3.790000e-02	3.790000e-02
-1.150000e+02	5.000000e+00	5.000000e+00	1.154600e+00	4.090000e-02	4.090000e-02
-1.250000e+02	5.000000e+00	5.000000e+00	1.166100e+00	3.990000e-02	3.990000e-02
-1.350000e+02	5.000000e+00	5.000000e+00	1.181900e+00	4.660000e-02	4.660000e-02
-1.450000e+02	5.000000e+00	5.000000e+00	1.189200e+00	4.910000e-02	4.910000e-02
-1.550000e+02	5.000000e+00	5.000000e+00	1.198700e+00	4.990000e-02	4.990000e-02
-1.650000e+02	5.000000e+00	5.000000e+00	1.204200e+00	5.240000e-02	5.240000e-02
-1.750000e+02	5.000000e+00	5.000000e+00	1.210900e+00	5.480000e-02	5.480000e-02
-1.850000e+02	5.000000e+00	5.000000e+00	1.211200e+00	5.830000e-02	5.830000e-02
-1.950000e+02	5.000000e+00	5.000000e+00	1.226700e+00	5.250000e-02	5.250000e-02
-2.100000e+02	1.000000e+01	1.000000e+01	1.215000e+00	5.850000e-02	5.850000e-02
-2.300000e+02	1.000000e+01	1.000000e+01	1.237900e+00	5.730000e-02	5.730000e-02
-2.500000e+02	1.000000e+01	1.000000e+01	1.212500e+00	7.890000e-02	7.890000e-02
-2.700000e+02	1.000000e+01	1.000000e+01	1.246800e+00	6.580000e-02	6.580000e-02
-2.900000e+02	1.000000e+01	1.000000e+01	1.223600e+00	8.420000e-02	8.420000e-02
-3.100000e+02	1.000000e+01	1.000000e+01	1.203200e+00	8.120000e-02	8.120000e-02
-3.300000e+02	1.000000e+01	1.000000e+01	1.215000e+00	7.700000e-02	7.700000e-02
-3.500000e+02	1.000000e+01	1.000000e+01	1.153700e+00	8.430000e-02	8.430000e-02
-3.700000e+02	1.000000e+01	1.000000e+01	1.284500e+00	1.175000e-01	1.175000e-01
-3.900000e+02	1.000000e+01	1.000000e+01	1.075600e+00	1.902000e-01	1.902000e-01
-# END YODA_SCATTER2D
-
-# BEGIN YODA_SCATTER2D /REF/CDF_2008_LEADINGJETS/d03-x01-y01
-Path=/REF/CDF_2008_LEADINGJETS/d03-x01-y01
-Type=Scatter2D
-# xval	 xerr-	 xerr+	 yval	 yerr-	 yerr+
-2.500000e+00	2.500000e+00	2.500000e+00	1.219000e-01	6.270000e-02	6.270000e-02
-7.500000e+00	2.500000e+00	2.500000e+00	1.924000e-01	7.090000e-02	7.090000e-02
-1.250000e+01	2.500000e+00	2.500000e+00	3.533000e-01	1.259000e-01	1.259000e-01
-1.750000e+01	2.500000e+00	2.500000e+00	4.613000e-01	1.409000e-01	1.409000e-01
-2.250000e+01	2.500000e+00	2.500000e+00	4.579000e-01	1.351000e-01	1.351000e-01
-2.750000e+01	2.500000e+00	2.500000e+00	4.397000e-01	3.140000e-02	3.140000e-02
-3.250000e+01	2.500000e+00	2.500000e+00	4.047000e-01	2.460000e-02	2.460000e-02
-3.750000e+01	2.500000e+00	2.500000e+00	3.779000e-01	2.090000e-02	2.090000e-02
-4.500000e+01	5.000000e+00	5.000000e+00	3.688000e-01	2.490000e-02	2.490000e-02
-5.500000e+01	5.000000e+00	5.000000e+00	3.596000e-01	2.970000e-02	2.970000e-02
-6.500000e+01	5.000000e+00	5.000000e+00	3.541000e-01	3.090000e-02	3.090000e-02
-7.500000e+01	5.000000e+00	5.000000e+00	3.496000e-01	3.380000e-02	3.380000e-02
-8.500000e+01	5.000000e+00	5.000000e+00	3.489000e-01	3.520000e-02	3.520000e-02
-9.500000e+01	5.000000e+00	5.000000e+00	3.478000e-01	3.540000e-02	3.540000e-02
-1.050000e+02	5.000000e+00	5.000000e+00	3.489000e-01	3.410000e-02	3.410000e-02
-1.150000e+02	5.000000e+00	5.000000e+00	3.481000e-01	3.160000e-02	3.160000e-02
-1.250000e+02	5.000000e+00	5.000000e+00	3.440000e-01	3.150000e-02	3.150000e-02
-1.350000e+02	5.000000e+00	5.000000e+00	3.502000e-01	3.230000e-02	3.230000e-02
-1.450000e+02	5.000000e+00	5.000000e+00	3.485000e-01	3.110000e-02	3.110000e-02
-1.550000e+02	5.000000e+00	5.000000e+00	3.469000e-01	2.860000e-02	2.860000e-02
-1.650000e+02	5.000000e+00	5.000000e+00	3.458000e-01	2.990000e-02	2.990000e-02
-1.750000e+02	5.000000e+00	5.000000e+00	3.455000e-01	2.910000e-02	2.910000e-02
-1.850000e+02	5.000000e+00	5.000000e+00	3.419000e-01	3.010000e-02	3.010000e-02
-1.950000e+02	5.000000e+00	5.000000e+00	3.426000e-01	2.600000e-02	2.600000e-02
-2.100000e+02	1.000000e+01	1.000000e+01	3.363000e-01	2.710000e-02	2.710000e-02
-2.300000e+02	1.000000e+01	1.000000e+01	3.376000e-01	3.310000e-02	3.310000e-02
-2.500000e+02	1.000000e+01	1.000000e+01	3.183000e-01	3.980000e-02	3.980000e-02
-2.700000e+02	1.000000e+01	1.000000e+01	3.318000e-01	2.910000e-02	2.910000e-02
-2.900000e+02	1.000000e+01	1.000000e+01	3.177000e-01	3.530000e-02	3.530000e-02
-3.100000e+02	1.000000e+01	1.000000e+01	3.160000e-01	4.060000e-02	4.060000e-02
-3.300000e+02	1.000000e+01	1.000000e+01	3.118000e-01	3.640000e-02	3.640000e-02
-3.500000e+02	1.000000e+01	1.000000e+01	2.952000e-01	3.400000e-02	3.400000e-02
-3.700000e+02	1.000000e+01	1.000000e+01	2.201000e-01	5.540000e-02	5.540000e-02
-3.900000e+02	1.000000e+01	1.000000e+01	2.357000e-01	6.480000e-02	6.480000e-02
-# END YODA_SCATTER2D
-
-# BEGIN YODA_SCATTER2D /REF/CDF_2008_LEADINGJETS/d04-x01-y01
-Path=/REF/CDF_2008_LEADINGJETS/d04-x01-y01
-Type=Scatter2D
-# xval	 xerr-	 xerr+	 yval	 yerr-	 yerr+
-2.500000e+00	2.500000e+00	2.500000e+00	3.670000e-01	8.550000e-02	8.550000e-02
-7.500000e+00	2.500000e+00	2.500000e+00	4.491000e-01	1.567000e-01	1.567000e-01
-1.250000e+01	2.500000e+00	2.500000e+00	6.036000e-01	2.486000e-01	2.486000e-01
-1.750000e+01	2.500000e+00	2.500000e+00	6.512000e-01	3.056000e-01	3.056000e-01
-2.250000e+01	2.500000e+00	2.500000e+00	6.680000e-01	2.435000e-01	2.435000e-01
-2.750000e+01	2.500000e+00	2.500000e+00	6.730000e-01	7.050000e-02	7.050000e-02
-3.250000e+01	2.500000e+00	2.500000e+00	6.717000e-01	6.360000e-02	6.360000e-02
-3.750000e+01	2.500000e+00	2.500000e+00	6.770000e-01	4.780000e-02	4.780000e-02
-4.500000e+01	5.000000e+00	5.000000e+00	6.919000e-01	4.510000e-02	4.510000e-02
-5.500000e+01	5.000000e+00	5.000000e+00	7.156000e-01	4.680000e-02	4.680000e-02
-6.500000e+01	5.000000e+00	5.000000e+00	7.346000e-01	4.970000e-02	4.970000e-02
-7.500000e+01	5.000000e+00	5.000000e+00	7.511000e-01	5.090000e-02	5.090000e-02
-8.500000e+01	5.000000e+00	5.000000e+00	7.708000e-01	5.080000e-02	5.080000e-02
-9.500000e+01	5.000000e+00	5.000000e+00	7.842000e-01	5.300000e-02	5.300000e-02
-1.050000e+02	5.000000e+00	5.000000e+00	7.949000e-01	5.100000e-02	5.100000e-02
-1.150000e+02	5.000000e+00	5.000000e+00	8.065000e-01	5.170000e-02	5.170000e-02
-1.250000e+02	5.000000e+00	5.000000e+00	8.220000e-01	5.080000e-02	5.080000e-02
-1.350000e+02	5.000000e+00	5.000000e+00	8.317000e-01	5.670000e-02	5.670000e-02
-1.450000e+02	5.000000e+00	5.000000e+00	8.407000e-01	5.810000e-02	5.810000e-02
-1.550000e+02	5.000000e+00	5.000000e+00	8.517000e-01	5.750000e-02	5.750000e-02
-1.650000e+02	5.000000e+00	5.000000e+00	8.584000e-01	6.030000e-02	6.030000e-02
-1.750000e+02	5.000000e+00	5.000000e+00	8.654000e-01	6.210000e-02	6.210000e-02
-1.850000e+02	5.000000e+00	5.000000e+00	8.693000e-01	6.560000e-02	6.560000e-02
-1.950000e+02	5.000000e+00	5.000000e+00	8.841000e-01	5.860000e-02	5.860000e-02
-2.100000e+02	1.000000e+01	1.000000e+01	8.787000e-01	6.440000e-02	6.440000e-02
-2.300000e+02	1.000000e+01	1.000000e+01	9.004000e-01	6.620000e-02	6.620000e-02
-2.500000e+02	1.000000e+01	1.000000e+01	8.942000e-01	8.830000e-02	8.830000e-02
-2.700000e+02	1.000000e+01	1.000000e+01	9.150000e-01	7.190000e-02	7.190000e-02
-2.900000e+02	1.000000e+01	1.000000e+01	9.059000e-01	9.130000e-02	9.130000e-02
-3.100000e+02	1.000000e+01	1.000000e+01	8.873000e-01	9.080000e-02	9.080000e-02
-3.300000e+02	1.000000e+01	1.000000e+01	9.032000e-01	8.520000e-02	8.520000e-02
-3.500000e+02	1.000000e+01	1.000000e+01	8.585000e-01	9.090000e-02	9.090000e-02
-3.700000e+02	1.000000e+01	1.000000e+01	1.064400e+00	1.299000e-01	1.299000e-01
-3.900000e+02	1.000000e+01	1.000000e+01	8.398000e-01	2.009000e-01	2.009000e-01
-# END YODA_SCATTER2D
-
-# BEGIN YODA_SCATTER2D /REF/CDF_2008_LEADINGJETS/d05-x01-y01
-Path=/REF/CDF_2008_LEADINGJETS/d05-x01-y01
-Type=Scatter2D
-# xval	 xerr-	 xerr+	 yval	 yerr-	 yerr+
-2.500000e+00	2.500000e+00	2.500000e+00	2.581000e-01	7.150000e-02	7.150000e-02
-7.500000e+00	2.500000e+00	2.500000e+00	3.735000e-01	8.720000e-02	8.720000e-02
-1.250000e+01	2.500000e+00	2.500000e+00	6.447000e-01	1.221000e-01	1.221000e-01
-1.750000e+01	2.500000e+00	2.500000e+00	8.070000e-01	1.431000e-01	1.431000e-01
-2.250000e+01	2.500000e+00	2.500000e+00	8.453000e-01	1.038000e-01	1.038000e-01
-2.750000e+01	2.500000e+00	2.500000e+00	8.408000e-01	3.710000e-02	3.710000e-02
-3.250000e+01	2.500000e+00	2.500000e+00	8.403000e-01	3.860000e-02	3.860000e-02
-3.750000e+01	2.500000e+00	2.500000e+00	8.050000e-01	2.620000e-02	2.620000e-02
-4.500000e+01	5.000000e+00	5.000000e+00	8.194000e-01	2.590000e-02	2.590000e-02
-5.500000e+01	5.000000e+00	5.000000e+00	8.533000e-01	2.790000e-02	2.790000e-02
-6.500000e+01	5.000000e+00	5.000000e+00	8.953000e-01	3.050000e-02	3.050000e-02
-7.500000e+01	5.000000e+00	5.000000e+00	9.223000e-01	3.110000e-02	3.110000e-02
-8.500000e+01	5.000000e+00	5.000000e+00	9.688000e-01	3.020000e-02	3.020000e-02
-9.500000e+01	5.000000e+00	5.000000e+00	1.009300e+00	3.050000e-02	3.050000e-02
-1.050000e+02	5.000000e+00	5.000000e+00	1.037500e+00	2.860000e-02	2.860000e-02
-1.150000e+02	5.000000e+00	5.000000e+00	1.074700e+00	2.900000e-02	2.900000e-02
-1.250000e+02	5.000000e+00	5.000000e+00	1.101000e+00	2.690000e-02	2.690000e-02
-1.350000e+02	5.000000e+00	5.000000e+00	1.142600e+00	2.780000e-02	2.780000e-02
-1.450000e+02	5.000000e+00	5.000000e+00	1.169100e+00	2.820000e-02	2.820000e-02
-1.550000e+02	5.000000e+00	5.000000e+00	1.199300e+00	2.740000e-02	2.740000e-02
-1.650000e+02	5.000000e+00	5.000000e+00	1.219800e+00	2.900000e-02	2.900000e-02
-1.750000e+02	5.000000e+00	5.000000e+00	1.249500e+00	2.910000e-02	2.910000e-02
-1.850000e+02	5.000000e+00	5.000000e+00	1.264700e+00	3.080000e-02	3.080000e-02
-1.950000e+02	5.000000e+00	5.000000e+00	1.288100e+00	2.870000e-02	2.870000e-02
-2.100000e+02	1.000000e+01	1.000000e+01	1.295700e+00	2.990000e-02	2.990000e-02
-2.300000e+02	1.000000e+01	1.000000e+01	1.335200e+00	3.900000e-02	3.900000e-02
-2.500000e+02	1.000000e+01	1.000000e+01	1.309700e+00	4.860000e-02	4.860000e-02
-2.700000e+02	1.000000e+01	1.000000e+01	1.368500e+00	5.130000e-02	5.130000e-02
-2.900000e+02	1.000000e+01	1.000000e+01	1.393500e+00	8.120000e-02	8.120000e-02
-3.100000e+02	1.000000e+01	1.000000e+01	1.460700e+00	9.020000e-02	9.020000e-02
-3.300000e+02	1.000000e+01	1.000000e+01	1.408200e+00	1.124000e-01	1.124000e-01
-3.500000e+02	1.000000e+01	1.000000e+01	1.097000e+00	1.263000e-01	1.263000e-01
-3.700000e+02	1.000000e+01	1.000000e+01	1.312300e+00	1.738000e-01	1.738000e-01
-3.900000e+02	1.000000e+01	1.000000e+01	1.487800e+00	4.646000e-01	4.646000e-01
-# END YODA_SCATTER2D
-
-# BEGIN YODA_SCATTER2D /REF/CDF_2008_LEADINGJETS/d06-x01-y01
-Path=/REF/CDF_2008_LEADINGJETS/d06-x01-y01
-Type=Scatter2D
-# xval	 xerr-	 xerr+	 yval	 yerr-	 yerr+
-2.500000e+00	2.500000e+00	2.500000e+00	4.235000e-01	1.167000e-01	1.167000e-01
-7.500000e+00	2.500000e+00	2.500000e+00	5.899000e-01	1.600000e-01	1.600000e-01
-1.250000e+01	2.500000e+00	2.500000e+00	9.667000e-01	2.136000e-01	2.136000e-01
-1.750000e+01	2.500000e+00	2.500000e+00	1.202700e+00	2.239000e-01	2.239000e-01
-2.250000e+01	2.500000e+00	2.500000e+00	1.246300e+00	1.670000e-01	1.670000e-01
-2.750000e+01	2.500000e+00	2.500000e+00	1.237300e+00	6.430000e-02	6.430000e-02
-3.250000e+01	2.500000e+00	2.500000e+00	1.269000e+00	6.660000e-02	6.660000e-02
-3.750000e+01	2.500000e+00	2.500000e+00	1.234800e+00	5.090000e-02	5.090000e-02
-4.500000e+01	5.000000e+00	5.000000e+00	1.271900e+00	5.130000e-02	5.130000e-02
-5.500000e+01	5.000000e+00	5.000000e+00	1.344300e+00	5.220000e-02	5.220000e-02
-6.500000e+01	5.000000e+00	5.000000e+00	1.426900e+00	5.490000e-02	5.490000e-02
-7.500000e+01	5.000000e+00	5.000000e+00	1.485700e+00	5.270000e-02	5.270000e-02
-8.500000e+01	5.000000e+00	5.000000e+00	1.574000e+00	4.940000e-02	4.940000e-02
-9.500000e+01	5.000000e+00	5.000000e+00	1.649500e+00	5.030000e-02	5.030000e-02
-1.050000e+02	5.000000e+00	5.000000e+00	1.703500e+00	4.670000e-02	4.670000e-02
-1.150000e+02	5.000000e+00	5.000000e+00	1.774700e+00	4.930000e-02	4.930000e-02
-1.250000e+02	5.000000e+00	5.000000e+00	1.829200e+00	4.660000e-02	4.660000e-02
-1.350000e+02	5.000000e+00	5.000000e+00	1.900500e+00	4.880000e-02	4.880000e-02
-1.450000e+02	5.000000e+00	5.000000e+00	1.951500e+00	5.060000e-02	5.060000e-02
-1.550000e+02	5.000000e+00	5.000000e+00	2.011100e+00	5.080000e-02	5.080000e-02
-1.650000e+02	5.000000e+00	5.000000e+00	2.049700e+00	5.410000e-02	5.410000e-02
-1.750000e+02	5.000000e+00	5.000000e+00	2.108500e+00	5.520000e-02	5.520000e-02
-1.850000e+02	5.000000e+00	5.000000e+00	2.139600e+00	5.800000e-02	5.800000e-02
-1.950000e+02	5.000000e+00	5.000000e+00	2.182600e+00	5.500000e-02	5.500000e-02
-2.100000e+02	1.000000e+01	1.000000e+01	2.201800e+00	5.680000e-02	5.680000e-02
-2.300000e+02	1.000000e+01	1.000000e+01	2.280400e+00	7.440000e-02	7.440000e-02
-2.500000e+02	1.000000e+01	1.000000e+01	2.258800e+00	9.260000e-02	9.260000e-02
-2.700000e+02	1.000000e+01	1.000000e+01	2.341200e+00	9.890000e-02	9.890000e-02
-2.900000e+02	1.000000e+01	1.000000e+01	2.414600e+00	1.591000e-01	1.591000e-01
-3.100000e+02	1.000000e+01	1.000000e+01	2.511800e+00	1.730000e-01	1.730000e-01
-3.300000e+02	1.000000e+01	1.000000e+01	2.469400e+00	2.196000e-01	2.196000e-01
-3.500000e+02	1.000000e+01	1.000000e+01	1.888800e+00	2.471000e-01	2.471000e-01
-3.700000e+02	1.000000e+01	1.000000e+01	2.383900e+00	3.403000e-01	3.403000e-01
-3.900000e+02	1.000000e+01	1.000000e+01	2.703300e+00	9.220000e-01	9.220000e-01
-# END YODA_SCATTER2D
-
-# BEGIN YODA_SCATTER2D /REF/CDF_2008_LEADINGJETS/d07-x01-y01
-Path=/REF/CDF_2008_LEADINGJETS/d07-x01-y01
-Type=Scatter2D
-# xval	 xerr-	 xerr+	 yval	 yerr-	 yerr+
-2.500000e+00	2.500000e+00	2.500000e+00	9.260000e-02	8.260000e-02	8.260000e-02
-7.500000e+00	2.500000e+00	2.500000e+00	1.571000e-01	6.950000e-02	6.950000e-02
-1.250000e+01	2.500000e+00	2.500000e+00	3.226000e-01	1.184000e-01	1.184000e-01
-1.750000e+01	2.500000e+00	2.500000e+00	4.112000e-01	1.783000e-01	1.783000e-01
-2.250000e+01	2.500000e+00	2.500000e+00	4.443000e-01	1.233000e-01	1.233000e-01
-2.750000e+01	2.500000e+00	2.500000e+00	4.442000e-01	3.720000e-02	3.720000e-02
-3.250000e+01	2.500000e+00	2.500000e+00	4.117000e-01	3.900000e-02	3.900000e-02
-3.750000e+01	2.500000e+00	2.500000e+00	3.751000e-01	1.250000e-02	1.250000e-02
-4.500000e+01	5.000000e+00	5.000000e+00	3.668000e-01	6.900000e-03	6.900000e-03
-5.500000e+01	5.000000e+00	5.000000e+00	3.623000e-01	1.940000e-02	1.940000e-02
-6.500000e+01	5.000000e+00	5.000000e+00	3.638000e-01	2.670000e-02	2.670000e-02
-7.500000e+01	5.000000e+00	5.000000e+00	3.588000e-01	3.300000e-02	3.300000e-02
-8.500000e+01	5.000000e+00	5.000000e+00	3.636000e-01	3.490000e-02	3.490000e-02
-9.500000e+01	5.000000e+00	5.000000e+00	3.691000e-01	3.440000e-02	3.440000e-02
-1.050000e+02	5.000000e+00	5.000000e+00	3.714000e-01	3.310000e-02	3.310000e-02
-1.150000e+02	5.000000e+00	5.000000e+00	3.748000e-01	3.060000e-02	3.060000e-02
-1.250000e+02	5.000000e+00	5.000000e+00	3.729000e-01	2.690000e-02	2.690000e-02
-1.350000e+02	5.000000e+00	5.000000e+00	3.846000e-01	2.660000e-02	2.660000e-02
-1.450000e+02	5.000000e+00	5.000000e+00	3.867000e-01	2.470000e-02	2.470000e-02
-1.550000e+02	5.000000e+00	5.000000e+00	3.874000e-01	2.080000e-02	2.080000e-02
-1.650000e+02	5.000000e+00	5.000000e+00	3.899000e-01	2.100000e-02	2.100000e-02
-1.750000e+02	5.000000e+00	5.000000e+00	3.905000e-01	1.840000e-02	1.840000e-02
-1.850000e+02	5.000000e+00	5.000000e+00	3.897000e-01	2.100000e-02	2.100000e-02
-1.950000e+02	5.000000e+00	5.000000e+00	3.937000e-01	1.660000e-02	1.660000e-02
-2.100000e+02	1.000000e+01	1.000000e+01	3.897000e-01	1.860000e-02	1.860000e-02
-2.300000e+02	1.000000e+01	1.000000e+01	3.900000e-01	2.330000e-02	2.330000e-02
-2.500000e+02	1.000000e+01	1.000000e+01	3.606000e-01	2.960000e-02	2.960000e-02
-2.700000e+02	1.000000e+01	1.000000e+01	3.958000e-01	2.730000e-02	2.730000e-02
-2.900000e+02	1.000000e+01	1.000000e+01	3.724000e-01	3.280000e-02	3.280000e-02
-3.100000e+02	1.000000e+01	1.000000e+01	4.096000e-01	5.130000e-02	5.130000e-02
-3.300000e+02	1.000000e+01	1.000000e+01	3.469000e-01	4.780000e-02	4.780000e-02
-3.500000e+02	1.000000e+01	1.000000e+01	3.052000e-01	5.240000e-02	5.240000e-02
-3.700000e+02	1.000000e+01	1.000000e+01	2.407000e-01	7.120000e-02	7.120000e-02
-3.900000e+02	1.000000e+01	1.000000e+01	2.723000e-01	1.152000e-01	1.152000e-01
-# END YODA_SCATTER2D
-
-# BEGIN YODA_SCATTER2D /REF/CDF_2008_LEADINGJETS/d08-x01-y01
-Path=/REF/CDF_2008_LEADINGJETS/d08-x01-y01
-Type=Scatter2D
-# xval	 xerr-	 xerr+	 yval	 yerr-	 yerr+
-2.500000e+00	2.500000e+00	2.500000e+00	3.309000e-01	1.430000e-01	1.430000e-01
-7.500000e+00	2.500000e+00	2.500000e+00	4.328000e-01	1.745000e-01	1.745000e-01
-1.250000e+01	2.500000e+00	2.500000e+00	6.441000e-01	2.442000e-01	2.442000e-01
-1.750000e+01	2.500000e+00	2.500000e+00	7.915000e-01	2.862000e-01	2.862000e-01
-2.250000e+01	2.500000e+00	2.500000e+00	8.020000e-01	2.076000e-01	2.076000e-01
-2.750000e+01	2.500000e+00	2.500000e+00	7.931000e-01	7.430000e-02	7.430000e-02
-3.250000e+01	2.500000e+00	2.500000e+00	8.573000e-01	7.720000e-02	7.720000e-02
-3.750000e+01	2.500000e+00	2.500000e+00	8.597000e-01	5.240000e-02	5.240000e-02
-4.500000e+01	5.000000e+00	5.000000e+00	9.051000e-01	5.180000e-02	5.180000e-02
-5.500000e+01	5.000000e+00	5.000000e+00	9.820000e-01	5.570000e-02	5.570000e-02
-6.500000e+01	5.000000e+00	5.000000e+00	1.063200e+00	6.110000e-02	6.110000e-02
-7.500000e+01	5.000000e+00	5.000000e+00	1.126900e+00	6.220000e-02	6.220000e-02
-8.500000e+01	5.000000e+00	5.000000e+00	1.210400e+00	6.050000e-02	6.050000e-02
-9.500000e+01	5.000000e+00	5.000000e+00	1.280400e+00	6.090000e-02	6.090000e-02
-1.050000e+02	5.000000e+00	5.000000e+00	1.332100e+00	5.720000e-02	5.720000e-02
-1.150000e+02	5.000000e+00	5.000000e+00	1.399900e+00	5.800000e-02	5.800000e-02
-1.250000e+02	5.000000e+00	5.000000e+00	1.456300e+00	5.380000e-02	5.380000e-02
-1.350000e+02	5.000000e+00	5.000000e+00	1.515900e+00	5.550000e-02	5.550000e-02
-1.450000e+02	5.000000e+00	5.000000e+00	1.564800e+00	5.630000e-02	5.630000e-02
-1.550000e+02	5.000000e+00	5.000000e+00	1.623700e+00	5.490000e-02	5.490000e-02
-1.650000e+02	5.000000e+00	5.000000e+00	1.659900e+00	5.800000e-02	5.800000e-02
-1.750000e+02	5.000000e+00	5.000000e+00	1.718000e+00	5.820000e-02	5.820000e-02
-1.850000e+02	5.000000e+00	5.000000e+00	1.750000e+00	6.170000e-02	6.170000e-02
-1.950000e+02	5.000000e+00	5.000000e+00	1.788900e+00	5.750000e-02	5.750000e-02
-2.100000e+02	1.000000e+01	1.000000e+01	1.812100e+00	5.980000e-02	5.980000e-02
-2.300000e+02	1.000000e+01	1.000000e+01	1.890400e+00	7.800000e-02	7.800000e-02
-2.500000e+02	1.000000e+01	1.000000e+01	1.898200e+00	9.720000e-02	9.720000e-02
-2.700000e+02	1.000000e+01	1.000000e+01	1.945400e+00	1.026000e-01	1.026000e-01
-2.900000e+02	1.000000e+01	1.000000e+01	2.042100e+00	1.625000e-01	1.625000e-01
-3.100000e+02	1.000000e+01	1.000000e+01	2.102200e+00	1.804000e-01	1.804000e-01
-3.300000e+02	1.000000e+01	1.000000e+01	2.122500e+00	2.248000e-01	2.248000e-01
-3.500000e+02	1.000000e+01	1.000000e+01	1.583500e+00	2.526000e-01	2.526000e-01
-3.700000e+02	1.000000e+01	1.000000e+01	2.143200e+00	3.477000e-01	3.477000e-01
-3.900000e+02	1.000000e+01	1.000000e+01	2.430900e+00	9.292000e-01	9.292000e-01
-# END YODA_SCATTER2D
-
-# BEGIN YODA_SCATTER2D /REF/CDF_2008_LEADINGJETS/d09-x01-y01
-Path=/REF/CDF_2008_LEADINGJETS/d09-x01-y01
-Type=Scatter2D
-# xval	 xerr-	 xerr+	 yval	 yerr-	 yerr+
-2.500000e+00	2.500000e+00	2.500000e+00	8.473000e-01	4.650000e-02	4.650000e-02
-7.500000e+00	2.500000e+00	2.500000e+00	8.891000e-01	4.380000e-02	4.380000e-02
-1.250000e+01	2.500000e+00	2.500000e+00	9.621000e-01	2.170000e-02	2.170000e-02
-1.750000e+01	2.500000e+00	2.500000e+00	1.008600e+00	4.040000e-02	4.040000e-02
-2.250000e+01	2.500000e+00	2.500000e+00	1.036700e+00	4.010000e-02	4.010000e-02
-2.750000e+01	2.500000e+00	2.500000e+00	1.044500e+00	3.750000e-02	3.750000e-02
-3.250000e+01	2.500000e+00	2.500000e+00	1.098100e+00	5.010000e-02	5.010000e-02
-3.750000e+01	2.500000e+00	2.500000e+00	1.090000e+00	3.280000e-02	3.280000e-02
-4.500000e+01	5.000000e+00	5.000000e+00	1.107700e+00	3.000000e-02	3.000000e-02
-5.500000e+01	5.000000e+00	5.000000e+00	1.136200e+00	2.700000e-02	2.700000e-02
-6.500000e+01	5.000000e+00	5.000000e+00	1.161300e+00	2.720000e-02	2.720000e-02
-7.500000e+01	5.000000e+00	5.000000e+00	1.183500e+00	2.910000e-02	2.910000e-02
-8.500000e+01	5.000000e+00	5.000000e+00	1.208400e+00	2.890000e-02	2.890000e-02
-9.500000e+01	5.000000e+00	5.000000e+00	1.231800e+00	3.340000e-02	3.340000e-02
-1.050000e+02	5.000000e+00	5.000000e+00	1.247400e+00	3.280000e-02	3.280000e-02
-1.150000e+02	5.000000e+00	5.000000e+00	1.268200e+00	3.240000e-02	3.240000e-02
-1.250000e+02	5.000000e+00	5.000000e+00	1.283300e+00	3.610000e-02	3.610000e-02
-1.350000e+02	5.000000e+00	5.000000e+00	1.300400e+00	3.770000e-02	3.770000e-02
-1.450000e+02	5.000000e+00	5.000000e+00	1.316000e+00	3.760000e-02	3.760000e-02
-1.550000e+02	5.000000e+00	5.000000e+00	1.332500e+00	3.850000e-02	3.850000e-02
-1.650000e+02	5.000000e+00	5.000000e+00	1.344000e+00	3.930000e-02	3.930000e-02
-1.750000e+02	5.000000e+00	5.000000e+00	1.360500e+00	3.880000e-02	3.880000e-02
-1.850000e+02	5.000000e+00	5.000000e+00	1.372200e+00	4.220000e-02	4.220000e-02
-1.950000e+02	5.000000e+00	5.000000e+00	1.377500e+00	4.220000e-02	4.220000e-02
-2.100000e+02	1.000000e+01	1.000000e+01	1.396300e+00	4.480000e-02	4.480000e-02
-2.300000e+02	1.000000e+01	1.000000e+01	1.411200e+00	3.800000e-02	3.800000e-02
-2.500000e+02	1.000000e+01	1.000000e+01	1.400900e+00	5.130000e-02	5.130000e-02
-2.700000e+02	1.000000e+01	1.000000e+01	1.440100e+00	4.140000e-02	4.140000e-02
-2.900000e+02	1.000000e+01	1.000000e+01	1.451100e+00	3.980000e-02	3.980000e-02
-3.100000e+02	1.000000e+01	1.000000e+01	1.488900e+00	9.060000e-02	9.060000e-02
-3.300000e+02	1.000000e+01	1.000000e+01	1.533100e+00	6.910000e-02	6.910000e-02
-3.500000e+02	1.000000e+01	1.000000e+01	1.267300e+00	6.050000e-02	6.050000e-02
-3.700000e+02	1.000000e+01	1.000000e+01	1.385000e+00	7.520000e-02	7.520000e-02
-3.900000e+02	1.000000e+01	1.000000e+01	1.458600e+00	2.111000e-01	2.111000e-01
-# END YODA_SCATTER2D
-
diff --git a/data/refdata/CDF_2008_NOTE_9351.dat b/data/refdata/CDF_2008_NOTE_9351.dat
deleted file mode 100644
--- a/data/refdata/CDF_2008_NOTE_9351.dat
+++ /dev/null
@@ -1,587 +0,0 @@
-# BEGIN PLOT
-# END PLOT
-
-# BEGIN HISTOGRAM tnchg
-ErrorBars=1
-PolyMarker=*
-Title=Toward Region Charged Particle Density dpT/deta dphi
-0	5	0.394497	0.036894
-5	10	0.410879	0.040925
-10	15	0.418955	0.041376
-15	20	0.437691	0.038758
-20	25	0.443163	0.042726
-25	30	0.461998	0.038099
-30	35	0.4772	0.049888
-35	40	0.474845	0.04097
-40	45	0.503003	0.039115
-45	50	0.488912	0.063972
-50	55	0.531948	0.07763
-55	60	0.497831	0.054962
-60	65	0.563499	0.070858
-65	70	0.519012	0.096435
-70	75	0.460939	0.126092
-75	80	0.539187	0.087076
-80	85	0.589533	0.099774
-85	90	0.572404	0.087589
-90	95	0.622034	0.116974
-95	100	0.470167	0.160005
-# END HISTOGRAM
-
-# BEGIN HISTOGRAM pnchg
-ErrorBars=1
-PolyMarker=*
-Title=Transverse Region Charged Particle Density dpT/deta dphi
-0	5	0.429884	0.038157
-5	10	0.464533	0.037487
-10	15	0.496781	0.035923
-15	20	0.516205	0.041102
-20	25	0.544145	0.039504
-25	30	0.578553	0.040471
-30	35	0.576329	0.039492
-35	40	0.582738	0.046551
-40	45	0.611854	0.04412
-45	50	0.595556	0.053481
-50	55	0.657754	0.066325
-55	60	0.618262	0.058964
-60	65	0.696817	0.071029
-65	70	0.684587	0.110465
-70	75	0.625926	0.091369
-75	80	0.724213	0.082703
-80	85	0.731066	0.168224
-85	90	0.627164	0.098195
-90	95	0.632667	0.108149
-95	100	0.714989	0.121684
-# END HISTOGRAM
-
-# BEGIN HISTOGRAM pmaxnchg
-ErrorBars=1
-PolyMarker=*
-Title=TransMAX Region Charged Particle Density dpT/deta dphi
-0	5	0.652947	0.032777
-5	10	0.704123	0.030430
-10	15	0.747106	0.032524
-15	20	0.784411	0.037544
-20	25	0.829307	0.036130
-25	30	0.887771	0.036803
-30	35	0.878680	0.042377
-35	40	0.882859	0.051289
-40	45	0.941064	0.049560
-45	50	0.921546	0.060993
-50	55	1.015435	0.086519
-55	60	0.963857	0.076236
-60	65	1.062772	0.090163
-65	70	1.040877	0.127219
-70	75	0.969563	0.111253
-75	80	1.151519	0.129996
-80	85	1.101488	0.199906
-85	90	0.998426	0.146082
-90	95	0.982737	0.159731
-95	100	1.079437	0.168153
-# END HISTOGRAM
-
-# BEGIN HISTOGRAM pminnchg
-ErrorBars=1
-PolyMarker=*
-Title=TransMIN Region Charged Particle Density dpT/deta dphi
-0	5	0.20718	0.054345
-5	10	0.225341	0.059979
-10	15	0.247104	0.047265
-15	20	0.248306	0.055896
-20	25	0.259271	0.057549
-25	30	0.269432	0.067802
-30	35	0.274294	0.0481
-35	40	0.283282	0.051002
-40	45	0.282977	0.073549
-45	50	0.269981	0.075409
-50	55	0.299994	0.043912
-55	60	0.272753	0.07441
-60	65	0.33206	0.086639
-65	70	0.330606	0.113895
-70	75	0.282414	0.117114
-75	80	0.296909	0.081715
-80	85	0.364792	0.175006
-85	90	0.256701	0.116415
-90	95	0.284172	0.087757
-95	100	0.354878	0.107867
-# END HISTOGRAM
-
-# BEGIN HISTOGRAM pdifnchg
-ErrorBars=1
-PolyMarker=*
-Title=TransDIF Region Charged Particle Density dpT/deta dphi
-0	5	0.445767	0.063464
-5	10	0.478782	0.067256
-10	15	0.500002	0.057374
-15	20	0.536105	0.067334
-20	25	0.570036	0.067950
-25	30	0.618339	0.077146
-30	35	0.604386	0.064104
-35	40	0.599577	0.072330
-40	45	0.658087	0.088688
-45	50	0.651565	0.096987
-50	55	0.715441	0.097024
-55	60	0.691104	0.106530
-60	65	0.730712	0.125042
-65	70	0.710271	0.170753
-70	75	0.687149	0.161533
-75	80	0.854610	0.153545
-80	85	0.736696	0.265686
-85	90	0.741725	0.186795
-90	95	0.698565	0.182250
-95	100	0.724559	0.199776
-# END HISTOGRAM
-
-# BEGIN HISTOGRAM anchg
-ErrorBars=1
-PolyMarker=*
-Title=Away Region Charged Particle Density dpT/deta dphi
-0	5	0.486882	0.033712
-5	10	0.664962	0.030201
-10	15	0.851113	0.027811
-15	20	1.022872	0.027655
-20	25	1.167422	0.033574
-25	30	1.310917	0.032239
-30	35	1.427107	0.042026
-35	40	1.537229	0.048104
-40	45	1.59878	0.054693
-45	50	1.739524	0.0651
-50	55	1.781017	0.074037
-55	60	1.877647	0.087225
-60	65	2.022402	0.097893
-65	70	2.059067	0.11277
-70	75	2.121736	0.131604
-75	80	2.313125	0.153275
-80	85	2.346208	0.188234
-85	90	2.223688	0.198621
-90	95	2.391968	0.231219
-95	100	2.674708	0.259181
-# END HISTOGRAM
-
-
-
-
-# BEGIN HISTOGRAM tcptsum
-ErrorBars=1
-PolyMarker=*
-Title=Toward Region Charged pT Sum Density dpT/deta dphi
-0	5	0.393518	0.03451
-5	10	0.420491	0.037838
-10	15	0.441382	0.037244
-15	20	0.466674	0.04225
-20	25	0.488703	0.04694
-25	30	0.521995	0.034412
-30	35	0.558309	0.051983
-35	40	0.556142	0.069268
-40	45	0.624332	0.062531
-45	50	0.579718	0.076768
-50	55	0.661404	0.128346
-55	60	0.598869	0.074299
-60	65	0.757249	0.141355
-65	70	0.625478	0.128585
-70	75	0.649719	0.178431
-75	80	0.734957	0.177753
-80	85	0.738952	0.185608
-85	90	0.79188	0.210908
-90	95	0.895497	0.234016
-95	100	0.728358	0.3568
-# END HISTOGRAM
-
-# BEGIN HISTOGRAM pcptsum
-ErrorBars=1
-PolyMarker=*
-Title=Transverse Region Charged pT Sum Density dpT/deta dphi
-0	5	0.435353	0.033201
-5	10	0.476574	0.035259
-10	15	0.539774	0.032616
-15	20	0.58586	0.035985
-20	25	0.635768	0.040039
-25	30	0.726045	0.044749
-30	35	0.72827	0.058797
-35	40	0.758152	0.075726
-40	45	0.816635	0.081684
-45	50	0.826132	0.105806
-50	55	0.918274	0.143548
-55	60	0.912018	0.141009
-60	65	1.003324	0.13402
-65	70	1.109576	0.18667
-70	75	1.118531	0.318298
-75	80	1.184121	0.223088
-80	85	1.355219	0.486744
-85	90	1.005107	0.340244
-90	95	0.899535	0.201231
-95	100	1.228571	0.360561
-# END HISTOGRAM
-
-# BEGIN HISTOGRAM pmaxcptsum
-ErrorBars=1
-PolyMarker=*
-Title=TransMAX Region Charged pT Sum Density dpT/deta dphi
-0	5	0.682521	0.029262
-5	10	0.747338	0.029862
-10	15	0.844706	0.031363
-15	20	0.931457	0.040469
-20	25	1.012554	0.045016
-25	30	1.174713	0.059538
-30	35	1.165724	0.081922
-35	40	1.210065	0.100767
-40	45	1.32469	0.117749
-45	50	1.370427	0.160439
-50	55	1.535381	0.206598
-55	60	1.518061	0.204742
-60	65	1.660973	0.227768
-65	70	1.867771	0.324943
-70	75	1.875308	0.505442
-75	80	2.005456	0.391962
-80	85	2.132673	0.691309
-85	90	1.78453	0.604915
-90	95	1.427561	0.30759
-95	100	1.946477	0.570819
-# END HISTOGRAM
-
-# BEGIN HISTOGRAM pmincptsum
-ErrorBars=1
-PolyMarker=*
-Title=TransMIN Region Charged pT Sum Density dpT/deta dphi
-0	5	0.186298	0.039296
-5	10	0.206169	0.05788
-10	15	0.235472	0.046417
-15	20	0.240272	0.048383
-20	25	0.25921	0.050868
-25	30	0.277196	0.05947
-30	35	0.291482	0.03839
-35	40	0.307016	0.069879
-40	45	0.309257	0.112795
-45	50	0.28134	0.090005
-50	55	0.301115	0.093833
-55	60	0.305107	0.185526
-60	65	0.346003	0.095723
-65	70	0.351494	0.156356
-70	75	0.364041	0.159212
-75	80	0.355573	0.101484
-80	85	0.604039	0.377265
-85	90	0.233006	0.142828
-90	95	0.388592	0.158239
-95	100	0.52691	0.313929
-# END HISTOGRAM
-
-# BEGIN HISTOGRAM pdifcptsum
-ErrorBars=1
-PolyMarker=*
-Title=TransDIF Region Charged pT Sum Density dpT/deta dphi
-0	5	0.496223	0.048994
-5	10	0.541169	0.065129
-10	15	0.609234	0.056019
-15	20	0.691185	0.063076
-20	25	0.753344	0.067926
-25	30	0.897517	0.084151
-30	35	0.874242	0.090471
-35	40	0.903049	0.122625
-40	45	1.015433	0.163056
-45	50	1.089087	0.183960
-50	55	1.234266	0.226908
-55	60	1.212954	0.276295
-60	65	1.31497	0.247065
-65	70	1.516277	0.360603
-70	75	1.511267	0.529924
-75	80	1.649883	0.404886
-80	85	1.528634	0.787551
-85	90	1.551524	0.621548
-90	95	1.038969	0.345906
-95	100	1.419567	0.651448
-# END HISTOGRAM
-
-# BEGIN HISTOGRAM acptsum
-ErrorBars=1
-PolyMarker=*
-Title=Away Region Charged pT Sum Density dpT/deta dphi
-0	5	0.49828	0.032182
-5	10	0.748463	0.026186
-10	15	1.10664	0.026554
-15	20	1.511777	0.029158
-20	25	1.953986	0.044708
-25	30	2.410755	0.061629
-30	35	2.806844	0.086266
-35	40	3.435244	0.116663
-40	45	3.736872	0.145178
-45	50	4.354338	0.184326
-50	55	4.852975	0.247982
-55	60	5.204942	0.278039
-60	65	6.124513	0.36569
-65	70	6.7219	0.453112
-70	75	7.137591	0.576299
-75	80	7.803639	0.604408
-80	85	8.326511	0.768287
-85	90	8.683425	0.831823
-90	95	8.792476	0.948472
-95	100	10.454969	1.098841
-# END HISTOGRAM
-
-
-
-# BEGIN HISTOGRAM tcptave
-ErrorBars=1
-PolyMarker=*
-Title=Toward Region Charged pT Average (NChg > 0)
-0	5	0.962479	0.009494
-5	10	0.983285	0.012364
-10	15	1.003831	0.015091
-15	20	1.017353	0.023568
-20	25	1.025372	0.023243
-25	30	1.05093	0.026503
-30	35	1.061525	0.042759
-35	40	1.052937	0.042902
-40	45	1.119506	0.061264
-45	50	1.065805	0.079399
-50	55	1.049046	0.059243
-55	60	1.033265	0.055307
-60	65	1.180433	0.136818
-65	70	1.029608	0.07446
-70	75	1.163404	0.135485
-75	80	1.250588	0.180895
-80	85	1.099546	0.11466
-85	90	1.237109	0.245494
-90	95	1.226441	0.171063
-95	100	1.230726	0.23487
-# END HISTOGRAM
-
-# BEGIN HISTOGRAM pcptave
-ErrorBars=1
-PolyMarker=*
-Title=Transverse Region Charged pT Average (NChg > 0)
-0	5	0.968115	0.011853
-5	10	0.980862	0.007551
-10	15	1.027762	0.015244
-15	20	1.057594	0.029479
-20	25	1.083772	0.020892
-25	30	1.119088	0.030729
-30	35	1.127434	0.038913
-35	40	1.148774	0.042751
-40	45	1.141964	0.047243
-45	50	1.172658	0.05455
-50	55	1.202899	0.066749
-55	60	1.239558	0.085639
-60	65	1.230943	0.097713
-65	70	1.35404	0.133989
-70	75	1.438946	0.207718
-75	80	1.352431	0.17503
-80	85	1.360674	0.188
-85	90	1.270004	0.16997
-90	95	1.22949	0.154037
-95	100	1.302693	0.18391
-# END HISTOGRAM
-
-# BEGIN HISTOGRAM acptave
-ErrorBars=1
-PolyMarker=*
-Title=Away Region Charged pT Average (NChg > 0)
-0	5	0.984619	0.008372
-5	10	1.097828	0.010841
-10	15	1.270614	0.016865
-15	20	1.437161	0.020945
-20	25	1.606906	0.027743
-25	30	1.771939	0.036892
-30	35	1.87319	0.0491
-35	40	2.166247	0.07546
-40	45	2.276723	0.088834
-45	50	2.538655	0.150962
-50	55	2.627952	0.137523
-55	60	2.657019	0.141937
-60	65	2.997993	0.207739
-65	70	3.326541	0.303504
-70	75	3.279669	0.285294
-75	80	3.29984	0.259023
-80	85	3.489132	0.371706
-85	90	4.007693	0.498593
-90	95	3.625865	0.380772
-95	100	4.001531	0.436877
-# END HISTOGRAM
-
-
-# BEGIN HISTOGRAM tcptmax
-ErrorBars=1
-PolyMarker=*
-Title=Toward Region Charged pT Maximum (NChg > 0)
-0	5	1.26472	0.016567
-5	10	1.3211	0.022684
-10	15	1.367889	0.02665
-15	20	1.390166	0.041797
-20	25	1.458595	0.058912
-25	30	1.480948	0.052377
-30	35	1.534991	0.106695
-35	40	1.556321	0.109647
-40	45	1.723451	0.132304
-45	50	1.642915	0.16517
-50	55	1.65274	0.23566
-55	60	1.543367	0.142685
-60	65	1.888659	0.307539
-65	70	1.538327	0.199495
-70	75	1.878273	0.47051
-75	80	1.954935	0.378772
-80	85	1.743511	0.344723
-85	90	2.156266	0.653224
-90	95	2.123585	0.552999
-95	100	2.528047	1.613327
-# END HISTOGRAM
-
-# BEGIN HISTOGRAM pcptmax
-ErrorBars=1
-PolyMarker=*
-Title=Transverse Region Charged pT Maximum (NChg > 0)
-0	5	1.289336	0.016893
-5	10	1.325593	0.015486
-10	15	1.445278	0.024467
-15	20	1.538308	0.058603
-20	25	1.593405	0.043954
-25	30	1.73749	0.071508
-30	35	1.761159	0.097422
-35	40	1.850037	0.141158
-40	45	1.911452	0.161787
-45	50	1.969359	0.199656
-50	55	2.013126	0.187737
-55	60	2.15548	0.299941
-60	65	2.141188	0.260937
-65	70	2.513503	0.381959
-70	75	2.942115	0.933515
-75	80	2.443905	0.470712
-80	85	2.728654	0.797302
-85	90	2.450618	0.914335
-90	95	1.94073	0.317366
-95	100	2.587987	0.716815
-# END HISTOGRAM
-
-# BEGIN HISTOGRAM acptmax
-ErrorBars=1
-PolyMarker=*
-Title=Away Region Charged pT Maximum (NChg > 0)
-0	5	1.339714	0.016762
-5	10	1.635515	0.0191
-10	15	2.133847	0.032854
-15	20	2.712774	0.044442
-20	25	3.394932	0.080564
-25	30	4.041536	0.118175
-30	35	4.602731	0.16846
-35	40	5.717539	0.235655
-40	45	6.061238	0.268451
-45	50	6.956539	0.373587
-50	55	7.820367	0.480361
-55	60	8.016521	0.523943
-60	65	9.412107	0.801335
-65	70	10.582969	1.059326
-70	75	11.189622	1.215337
-75	80	11.800685	1.04015
-80	85	12.394446	1.518707
-85	90	13.812913	1.818187
-90	95	13.709188	1.735494
-95	100	15.66572	2.132479
-# END HISTOGRAM
-
-
-
-# BEGIN HISTOGRAM zptvsnchg
-ErrorBars=1
-PolyMarker=*
-Title=Average Lepton Pair pT versus Charged Multiplicity
--0.5	0.5	6.880756	0.176590
-0.5	1.5	7.898231	0.181074
-1.5	2.5	8.583409	0.174970
-2.5	3.5	9.090722	0.178010
-3.5	4.5	10.046453	0.197884
-4.5	5.5	10.825870	0.220835
-5.5	6.5	11.551637	0.259128
-6.5	7.5	12.403667	0.283542
-7.5	8.5	13.369972	0.323761
-8.5	9.5	14.022197	0.362126
-9.5	10.5	14.958410	0.410099
-10.5	11.5	16.376500	0.511125
-11.5	12.5	17.151203	0.593185
-12.5	13.5	18.076207	0.716530
-13.5	14.5	18.091477	0.781606
-14.5	15.5	19.823398	0.912590
-15.5	16.5	20.906292	1.154710
-16.5	17.5	22.493239	1.378022
-17.5	18.5	23.588520	1.575298
-18.5	19.5	25.557341	1.837549
-19.5	20.5	26.128896	2.176544
-20.5	21.5	29.209804	2.786069
-21.5	22.5	29.203141	3.245372
-22.5	23.5	30.205654	3.364320
-23.5	24.5	33.189658	4.340128
-24.5	25.5	32.581060	4.981632
-25.5	26.5	35.622813	5.522897
-26.5	27.5	38.369237	6.323233
-27.5	28.5	37.105194	6.687316
-28.5	29.5	40.692293	10.832211
-29.5	30.5	49.169643	9.993295
-# END HISTOGRAM
-
-# BEGIN HISTOGRAM cptavevsnchg
-ErrorBars=1
-PolyMarker=*
-Title=Average Charged pT versus Charged Multiplicity
-0.5	1.5	0.962075	0.030396
-1.5	2.5	0.981561	0.017133
-2.5	3.5	1.038758	0.018983
-3.5	4.5	1.091332	0.019794
-4.5	5.5	1.132328	0.017321
-5.5	6.5	1.153059	0.017643
-6.5	7.5	1.199244	0.020209
-7.5	8.5	1.234035	0.015650
-8.5	9.5	1.261723	0.035583
-9.5	10.5	1.282793	0.020606
-10.5	11.5	1.307791	0.024686
-11.5	12.5	1.351104	0.026124
-12.5	13.5	1.365498	0.036576
-13.5	14.5	1.366173	0.043261
-14.5	15.5	1.393500	0.046936
-15.5	16.5	1.423849	0.036398
-16.5	17.5	1.467522	0.063385
-17.5	18.5	1.507749	0.066635
-18.5	19.5	1.521382	0.051084
-19.5	20.5	1.542902	0.073169
-20.5	21.5	1.620292	0.082402
-21.5	22.5	1.606931	0.107066
-22.5	23.5	1.604221	0.097319
-23.5	24.5	1.703297	0.130266
-24.5	25.5	1.643145	0.119900
-25.5	26.5	1.748688	0.177755
-26.5	27.5	1.753060	0.150570
-27.5	28.5	1.855084	0.163995
-28.5	29.5	1.885025	0.232097
-29.5	30.5	2.123252	0.343358
-# END HISTOGRAM
-
-# BEGIN HISTOGRAM cptavevsnchgsmallzpt
-ErrorBars=1
-PolyMarker=*
-Title=Average Charged pT versus Charged Multiplicity, pT(Z) less than 10 GeV
-0.5	1.5	0.912443	0.028004
-1.5	2.5	0.926157	0.018359
-2.5	3.5	0.948536	0.022139
-3.5	4.5	0.977673	0.014655
-4.5	5.5	0.988061	0.011003
-5.5	6.5	0.999313	0.009660
-6.5	7.5	1.014718	0.008465
-7.5	8.5	1.024515	0.015190
-8.5	9.5	1.038935	0.021267
-9.5	10.5	1.046248	0.014807
-10.5	11.5	1.049602	0.011556
-11.5	12.5	1.069046	0.020490
-12.5	13.5	1.077276	0.023259
-13.5	14.5	1.086755	0.020806
-14.5	15.5	1.075179	0.028665
-15.5	16.5	1.101314	0.028657
-16.5	17.5	1.114511	0.032657
-17.5	18.5	1.117973	0.043386
-18.5	19.5	1.118198	0.054123
-19.5	20.5	1.137268	0.051519
-20.5	21.5	1.150230	0.051813
-21.5	22.5	1.159754	0.082760
-22.5	23.5	1.185487	0.140351
-23.5	24.5	1.207592	0.098469
-24.5	25.5	1.334000	0.281803
-25.5	26.5	1.220607	0.111617
-26.5	27.5	1.246973	0.074538
-27.5	28.5	1.145064	0.164292
-28.5	29.5	1.171859	0.172040
-29.5	30.5	1.229951	0.139931
-# END HISTOGRAM
diff --git a/data/refdata/CDF_2008_NOTE_9351.yoda b/data/refdata/CDF_2008_NOTE_9351.yoda
deleted file mode 100644
--- a/data/refdata/CDF_2008_NOTE_9351.yoda
+++ /dev/null
@@ -1,577 +0,0 @@
-# BEGIN YODA_SCATTER2D /REF/CDF_2008_NOTE_9351/d01-x01-y01
-Path=/REF/CDF_2008_NOTE_9351/d01-x01-y01
-Type=Scatter2D
-# xval	 xerr-	 xerr+	 yval	 yerr-	 yerr+
-2.500000e+00	2.500000e+00	2.500000e+00	3.944970e-01	3.689400e-02	3.689400e-02
-7.500000e+00	2.500000e+00	2.500000e+00	4.108790e-01	4.092500e-02	4.092500e-02
-1.250000e+01	2.500000e+00	2.500000e+00	4.189550e-01	4.137600e-02	4.137600e-02
-1.750000e+01	2.500000e+00	2.500000e+00	4.376910e-01	3.875800e-02	3.875800e-02
-2.250000e+01	2.500000e+00	2.500000e+00	4.431630e-01	4.272600e-02	4.272600e-02
-2.750000e+01	2.500000e+00	2.500000e+00	4.619980e-01	3.809900e-02	3.809900e-02
-3.250000e+01	2.500000e+00	2.500000e+00	4.772000e-01	4.988800e-02	4.988800e-02
-3.750000e+01	2.500000e+00	2.500000e+00	4.748450e-01	4.097000e-02	4.097000e-02
-4.250000e+01	2.500000e+00	2.500000e+00	5.030030e-01	3.911500e-02	3.911500e-02
-4.750000e+01	2.500000e+00	2.500000e+00	4.889120e-01	6.397200e-02	6.397200e-02
-5.250000e+01	2.500000e+00	2.500000e+00	5.319480e-01	7.763000e-02	7.763000e-02
-5.750000e+01	2.500000e+00	2.500000e+00	4.978310e-01	5.496200e-02	5.496200e-02
-6.250000e+01	2.500000e+00	2.500000e+00	5.634990e-01	7.085800e-02	7.085800e-02
-6.750000e+01	2.500000e+00	2.500000e+00	5.190120e-01	9.643500e-02	9.643500e-02
-7.250000e+01	2.500000e+00	2.500000e+00	4.609390e-01	1.260920e-01	1.260920e-01
-7.750000e+01	2.500000e+00	2.500000e+00	5.391870e-01	8.707600e-02	8.707600e-02
-8.250000e+01	2.500000e+00	2.500000e+00	5.895330e-01	9.977400e-02	9.977400e-02
-8.750000e+01	2.500000e+00	2.500000e+00	5.724040e-01	8.758900e-02	8.758900e-02
-9.250000e+01	2.500000e+00	2.500000e+00	6.220340e-01	1.169740e-01	1.169740e-01
-9.750000e+01	2.500000e+00	2.500000e+00	4.701670e-01	1.600050e-01	1.600050e-01
-# END YODA_SCATTER2D
-
-# BEGIN YODA_SCATTER2D /REF/CDF_2008_NOTE_9351/d02-x01-y01
-Path=/REF/CDF_2008_NOTE_9351/d02-x01-y01
-Type=Scatter2D
-# xval	 xerr-	 xerr+	 yval	 yerr-	 yerr+
-2.500000e+00	2.500000e+00	2.500000e+00	4.298840e-01	3.815700e-02	3.815700e-02
-7.500000e+00	2.500000e+00	2.500000e+00	4.645330e-01	3.748700e-02	3.748700e-02
-1.250000e+01	2.500000e+00	2.500000e+00	4.967810e-01	3.592300e-02	3.592300e-02
-1.750000e+01	2.500000e+00	2.500000e+00	5.162050e-01	4.110200e-02	4.110200e-02
-2.250000e+01	2.500000e+00	2.500000e+00	5.441450e-01	3.950400e-02	3.950400e-02
-2.750000e+01	2.500000e+00	2.500000e+00	5.785530e-01	4.047100e-02	4.047100e-02
-3.250000e+01	2.500000e+00	2.500000e+00	5.763290e-01	3.949200e-02	3.949200e-02
-3.750000e+01	2.500000e+00	2.500000e+00	5.827380e-01	4.655100e-02	4.655100e-02
-4.250000e+01	2.500000e+00	2.500000e+00	6.118540e-01	4.412000e-02	4.412000e-02
-4.750000e+01	2.500000e+00	2.500000e+00	5.955560e-01	5.348100e-02	5.348100e-02
-5.250000e+01	2.500000e+00	2.500000e+00	6.577540e-01	6.632500e-02	6.632500e-02
-5.750000e+01	2.500000e+00	2.500000e+00	6.182620e-01	5.896400e-02	5.896400e-02
-6.250000e+01	2.500000e+00	2.500000e+00	6.968170e-01	7.102900e-02	7.102900e-02
-6.750000e+01	2.500000e+00	2.500000e+00	6.845870e-01	1.104650e-01	1.104650e-01
-7.250000e+01	2.500000e+00	2.500000e+00	6.259260e-01	9.136900e-02	9.136900e-02
-7.750000e+01	2.500000e+00	2.500000e+00	7.242130e-01	8.270300e-02	8.270300e-02
-8.250000e+01	2.500000e+00	2.500000e+00	7.310660e-01	1.682240e-01	1.682240e-01
-8.750000e+01	2.500000e+00	2.500000e+00	6.271640e-01	9.819500e-02	9.819500e-02
-9.250000e+01	2.500000e+00	2.500000e+00	6.326670e-01	1.081490e-01	1.081490e-01
-9.750000e+01	2.500000e+00	2.500000e+00	7.149890e-01	1.216840e-01	1.216840e-01
-# END YODA_SCATTER2D
-
-# BEGIN YODA_SCATTER2D /REF/CDF_2008_NOTE_9351/d03-x01-y01
-Path=/REF/CDF_2008_NOTE_9351/d03-x01-y01
-Type=Scatter2D
-# xval	 xerr-	 xerr+	 yval	 yerr-	 yerr+
-2.500000e+00	2.500000e+00	2.500000e+00	6.529470e-01	3.277700e-02	3.277700e-02
-7.500000e+00	2.500000e+00	2.500000e+00	7.041230e-01	3.043000e-02	3.043000e-02
-1.250000e+01	2.500000e+00	2.500000e+00	7.471060e-01	3.252400e-02	3.252400e-02
-1.750000e+01	2.500000e+00	2.500000e+00	7.844110e-01	3.754400e-02	3.754400e-02
-2.250000e+01	2.500000e+00	2.500000e+00	8.293070e-01	3.613000e-02	3.613000e-02
-2.750000e+01	2.500000e+00	2.500000e+00	8.877710e-01	3.680300e-02	3.680300e-02
-3.250000e+01	2.500000e+00	2.500000e+00	8.786800e-01	4.237700e-02	4.237700e-02
-3.750000e+01	2.500000e+00	2.500000e+00	8.828590e-01	5.128900e-02	5.128900e-02
-4.250000e+01	2.500000e+00	2.500000e+00	9.410640e-01	4.956000e-02	4.956000e-02
-4.750000e+01	2.500000e+00	2.500000e+00	9.215460e-01	6.099300e-02	6.099300e-02
-5.250000e+01	2.500000e+00	2.500000e+00	1.015435e+00	8.651900e-02	8.651900e-02
-5.750000e+01	2.500000e+00	2.500000e+00	9.638570e-01	7.623600e-02	7.623600e-02
-6.250000e+01	2.500000e+00	2.500000e+00	1.062772e+00	9.016300e-02	9.016300e-02
-6.750000e+01	2.500000e+00	2.500000e+00	1.040877e+00	1.272190e-01	1.272190e-01
-7.250000e+01	2.500000e+00	2.500000e+00	9.695630e-01	1.112530e-01	1.112530e-01
-7.750000e+01	2.500000e+00	2.500000e+00	1.151519e+00	1.299960e-01	1.299960e-01
-8.250000e+01	2.500000e+00	2.500000e+00	1.101488e+00	1.999060e-01	1.999060e-01
-8.750000e+01	2.500000e+00	2.500000e+00	9.984260e-01	1.460820e-01	1.460820e-01
-9.250000e+01	2.500000e+00	2.500000e+00	9.827370e-01	1.597310e-01	1.597310e-01
-9.750000e+01	2.500000e+00	2.500000e+00	1.079437e+00	1.681530e-01	1.681530e-01
-# END YODA_SCATTER2D
-
-# BEGIN YODA_SCATTER2D /REF/CDF_2008_NOTE_9351/d04-x01-y01
-Path=/REF/CDF_2008_NOTE_9351/d04-x01-y01
-Type=Scatter2D
-# xval	 xerr-	 xerr+	 yval	 yerr-	 yerr+
-2.500000e+00	2.500000e+00	2.500000e+00	2.071800e-01	5.434500e-02	5.434500e-02
-7.500000e+00	2.500000e+00	2.500000e+00	2.253410e-01	5.997900e-02	5.997900e-02
-1.250000e+01	2.500000e+00	2.500000e+00	2.471040e-01	4.726500e-02	4.726500e-02
-1.750000e+01	2.500000e+00	2.500000e+00	2.483060e-01	5.589600e-02	5.589600e-02
-2.250000e+01	2.500000e+00	2.500000e+00	2.592710e-01	5.754900e-02	5.754900e-02
-2.750000e+01	2.500000e+00	2.500000e+00	2.694320e-01	6.780200e-02	6.780200e-02
-3.250000e+01	2.500000e+00	2.500000e+00	2.742940e-01	4.810000e-02	4.810000e-02
-3.750000e+01	2.500000e+00	2.500000e+00	2.832820e-01	5.100200e-02	5.100200e-02
-4.250000e+01	2.500000e+00	2.500000e+00	2.829770e-01	7.354900e-02	7.354900e-02
-4.750000e+01	2.500000e+00	2.500000e+00	2.699810e-01	7.540900e-02	7.540900e-02
-5.250000e+01	2.500000e+00	2.500000e+00	2.999940e-01	4.391200e-02	4.391200e-02
-5.750000e+01	2.500000e+00	2.500000e+00	2.727530e-01	7.441000e-02	7.441000e-02
-6.250000e+01	2.500000e+00	2.500000e+00	3.320600e-01	8.663900e-02	8.663900e-02
-6.750000e+01	2.500000e+00	2.500000e+00	3.306060e-01	1.138950e-01	1.138950e-01
-7.250000e+01	2.500000e+00	2.500000e+00	2.824140e-01	1.171140e-01	1.171140e-01
-7.750000e+01	2.500000e+00	2.500000e+00	2.969090e-01	8.171500e-02	8.171500e-02
-8.250000e+01	2.500000e+00	2.500000e+00	3.647920e-01	1.750060e-01	1.750060e-01
-8.750000e+01	2.500000e+00	2.500000e+00	2.567010e-01	1.164150e-01	1.164150e-01
-9.250000e+01	2.500000e+00	2.500000e+00	2.841720e-01	8.775700e-02	8.775700e-02
-9.750000e+01	2.500000e+00	2.500000e+00	3.548780e-01	1.078670e-01	1.078670e-01
-# END YODA_SCATTER2D
-
-# BEGIN YODA_SCATTER2D /REF/CDF_2008_NOTE_9351/d05-x01-y01
-Path=/REF/CDF_2008_NOTE_9351/d05-x01-y01
-Type=Scatter2D
-# xval	 xerr-	 xerr+	 yval	 yerr-	 yerr+
-2.500000e+00	2.500000e+00	2.500000e+00	4.457670e-01	6.346400e-02	6.346400e-02
-7.500000e+00	2.500000e+00	2.500000e+00	4.787820e-01	6.725600e-02	6.725600e-02
-1.250000e+01	2.500000e+00	2.500000e+00	5.000020e-01	5.737400e-02	5.737400e-02
-1.750000e+01	2.500000e+00	2.500000e+00	5.361050e-01	6.733400e-02	6.733400e-02
-2.250000e+01	2.500000e+00	2.500000e+00	5.700360e-01	6.795000e-02	6.795000e-02
-2.750000e+01	2.500000e+00	2.500000e+00	6.183390e-01	7.714600e-02	7.714600e-02
-3.250000e+01	2.500000e+00	2.500000e+00	6.043860e-01	6.410400e-02	6.410400e-02
-3.750000e+01	2.500000e+00	2.500000e+00	5.995770e-01	7.233000e-02	7.233000e-02
-4.250000e+01	2.500000e+00	2.500000e+00	6.580870e-01	8.868800e-02	8.868800e-02
-4.750000e+01	2.500000e+00	2.500000e+00	6.515650e-01	9.698700e-02	9.698700e-02
-5.250000e+01	2.500000e+00	2.500000e+00	7.154410e-01	9.702400e-02	9.702400e-02
-5.750000e+01	2.500000e+00	2.500000e+00	6.911040e-01	1.065300e-01	1.065300e-01
-6.250000e+01	2.500000e+00	2.500000e+00	7.307120e-01	1.250420e-01	1.250420e-01
-6.750000e+01	2.500000e+00	2.500000e+00	7.102710e-01	1.707530e-01	1.707530e-01
-7.250000e+01	2.500000e+00	2.500000e+00	6.871490e-01	1.615330e-01	1.615330e-01
-7.750000e+01	2.500000e+00	2.500000e+00	8.546100e-01	1.535450e-01	1.535450e-01
-8.250000e+01	2.500000e+00	2.500000e+00	7.366960e-01	2.656860e-01	2.656860e-01
-8.750000e+01	2.500000e+00	2.500000e+00	7.417250e-01	1.867950e-01	1.867950e-01
-9.250000e+01	2.500000e+00	2.500000e+00	6.985650e-01	1.822500e-01	1.822500e-01
-9.750000e+01	2.500000e+00	2.500000e+00	7.245590e-01	1.997760e-01	1.997760e-01
-# END YODA_SCATTER2D
-
-# BEGIN YODA_SCATTER2D /REF/CDF_2008_NOTE_9351/d06-x01-y01
-Path=/REF/CDF_2008_NOTE_9351/d06-x01-y01
-Type=Scatter2D
-# xval	 xerr-	 xerr+	 yval	 yerr-	 yerr+
-2.500000e+00	2.500000e+00	2.500000e+00	4.868820e-01	3.371200e-02	3.371200e-02
-7.500000e+00	2.500000e+00	2.500000e+00	6.649620e-01	3.020100e-02	3.020100e-02
-1.250000e+01	2.500000e+00	2.500000e+00	8.511130e-01	2.781100e-02	2.781100e-02
-1.750000e+01	2.500000e+00	2.500000e+00	1.022872e+00	2.765500e-02	2.765500e-02
-2.250000e+01	2.500000e+00	2.500000e+00	1.167422e+00	3.357400e-02	3.357400e-02
-2.750000e+01	2.500000e+00	2.500000e+00	1.310917e+00	3.223900e-02	3.223900e-02
-3.250000e+01	2.500000e+00	2.500000e+00	1.427107e+00	4.202600e-02	4.202600e-02
-3.750000e+01	2.500000e+00	2.500000e+00	1.537229e+00	4.810400e-02	4.810400e-02
-4.250000e+01	2.500000e+00	2.500000e+00	1.598780e+00	5.469300e-02	5.469300e-02
-4.750000e+01	2.500000e+00	2.500000e+00	1.739524e+00	6.510000e-02	6.510000e-02
-5.250000e+01	2.500000e+00	2.500000e+00	1.781017e+00	7.403700e-02	7.403700e-02
-5.750000e+01	2.500000e+00	2.500000e+00	1.877647e+00	8.722500e-02	8.722500e-02
-6.250000e+01	2.500000e+00	2.500000e+00	2.022402e+00	9.789300e-02	9.789300e-02
-6.750000e+01	2.500000e+00	2.500000e+00	2.059067e+00	1.127700e-01	1.127700e-01
-7.250000e+01	2.500000e+00	2.500000e+00	2.121736e+00	1.316040e-01	1.316040e-01
-7.750000e+01	2.500000e+00	2.500000e+00	2.313125e+00	1.532750e-01	1.532750e-01
-8.250000e+01	2.500000e+00	2.500000e+00	2.346208e+00	1.882340e-01	1.882340e-01
-8.750000e+01	2.500000e+00	2.500000e+00	2.223688e+00	1.986210e-01	1.986210e-01
-9.250000e+01	2.500000e+00	2.500000e+00	2.391968e+00	2.312190e-01	2.312190e-01
-9.750000e+01	2.500000e+00	2.500000e+00	2.674708e+00	2.591810e-01	2.591810e-01
-# END YODA_SCATTER2D
-
-# BEGIN YODA_SCATTER2D /REF/CDF_2008_NOTE_9351/d07-x01-y01
-Path=/REF/CDF_2008_NOTE_9351/d07-x01-y01
-Type=Scatter2D
-# xval	 xerr-	 xerr+	 yval	 yerr-	 yerr+
-2.500000e+00	2.500000e+00	2.500000e+00	3.935180e-01	3.451000e-02	3.451000e-02
-7.500000e+00	2.500000e+00	2.500000e+00	4.204910e-01	3.783800e-02	3.783800e-02
-1.250000e+01	2.500000e+00	2.500000e+00	4.413820e-01	3.724400e-02	3.724400e-02
-1.750000e+01	2.500000e+00	2.500000e+00	4.666740e-01	4.225000e-02	4.225000e-02
-2.250000e+01	2.500000e+00	2.500000e+00	4.887030e-01	4.694000e-02	4.694000e-02
-2.750000e+01	2.500000e+00	2.500000e+00	5.219950e-01	3.441200e-02	3.441200e-02
-3.250000e+01	2.500000e+00	2.500000e+00	5.583090e-01	5.198300e-02	5.198300e-02
-3.750000e+01	2.500000e+00	2.500000e+00	5.561420e-01	6.926800e-02	6.926800e-02
-4.250000e+01	2.500000e+00	2.500000e+00	6.243320e-01	6.253100e-02	6.253100e-02
-4.750000e+01	2.500000e+00	2.500000e+00	5.797180e-01	7.676800e-02	7.676800e-02
-5.250000e+01	2.500000e+00	2.500000e+00	6.614040e-01	1.283460e-01	1.283460e-01
-5.750000e+01	2.500000e+00	2.500000e+00	5.988690e-01	7.429900e-02	7.429900e-02
-6.250000e+01	2.500000e+00	2.500000e+00	7.572490e-01	1.413550e-01	1.413550e-01
-6.750000e+01	2.500000e+00	2.500000e+00	6.254780e-01	1.285850e-01	1.285850e-01
-7.250000e+01	2.500000e+00	2.500000e+00	6.497190e-01	1.784310e-01	1.784310e-01
-7.750000e+01	2.500000e+00	2.500000e+00	7.349570e-01	1.777530e-01	1.777530e-01
-8.250000e+01	2.500000e+00	2.500000e+00	7.389520e-01	1.856080e-01	1.856080e-01
-8.750000e+01	2.500000e+00	2.500000e+00	7.918800e-01	2.109080e-01	2.109080e-01
-9.250000e+01	2.500000e+00	2.500000e+00	8.954970e-01	2.340160e-01	2.340160e-01
-9.750000e+01	2.500000e+00	2.500000e+00	7.283580e-01	3.568000e-01	3.568000e-01
-# END YODA_SCATTER2D
-
-# BEGIN YODA_SCATTER2D /REF/CDF_2008_NOTE_9351/d08-x01-y01
-Path=/REF/CDF_2008_NOTE_9351/d08-x01-y01
-Type=Scatter2D
-# xval	 xerr-	 xerr+	 yval	 yerr-	 yerr+
-2.500000e+00	2.500000e+00	2.500000e+00	4.353530e-01	3.320100e-02	3.320100e-02
-7.500000e+00	2.500000e+00	2.500000e+00	4.765740e-01	3.525900e-02	3.525900e-02
-1.250000e+01	2.500000e+00	2.500000e+00	5.397740e-01	3.261600e-02	3.261600e-02
-1.750000e+01	2.500000e+00	2.500000e+00	5.858600e-01	3.598500e-02	3.598500e-02
-2.250000e+01	2.500000e+00	2.500000e+00	6.357680e-01	4.003900e-02	4.003900e-02
-2.750000e+01	2.500000e+00	2.500000e+00	7.260450e-01	4.474900e-02	4.474900e-02
-3.250000e+01	2.500000e+00	2.500000e+00	7.282700e-01	5.879700e-02	5.879700e-02
-3.750000e+01	2.500000e+00	2.500000e+00	7.581520e-01	7.572600e-02	7.572600e-02
-4.250000e+01	2.500000e+00	2.500000e+00	8.166350e-01	8.168400e-02	8.168400e-02
-4.750000e+01	2.500000e+00	2.500000e+00	8.261320e-01	1.058060e-01	1.058060e-01
-5.250000e+01	2.500000e+00	2.500000e+00	9.182740e-01	1.435480e-01	1.435480e-01
-5.750000e+01	2.500000e+00	2.500000e+00	9.120180e-01	1.410090e-01	1.410090e-01
-6.250000e+01	2.500000e+00	2.500000e+00	1.003324e+00	1.340200e-01	1.340200e-01
-6.750000e+01	2.500000e+00	2.500000e+00	1.109576e+00	1.866700e-01	1.866700e-01
-7.250000e+01	2.500000e+00	2.500000e+00	1.118531e+00	3.182980e-01	3.182980e-01
-7.750000e+01	2.500000e+00	2.500000e+00	1.184121e+00	2.230880e-01	2.230880e-01
-8.250000e+01	2.500000e+00	2.500000e+00	1.355219e+00	4.867440e-01	4.867440e-01
-8.750000e+01	2.500000e+00	2.500000e+00	1.005107e+00	3.402440e-01	3.402440e-01
-9.250000e+01	2.500000e+00	2.500000e+00	8.995350e-01	2.012310e-01	2.012310e-01
-9.750000e+01	2.500000e+00	2.500000e+00	1.228571e+00	3.605610e-01	3.605610e-01
-# END YODA_SCATTER2D
-
-# BEGIN YODA_SCATTER2D /REF/CDF_2008_NOTE_9351/d09-x01-y01
-Path=/REF/CDF_2008_NOTE_9351/d09-x01-y01
-Type=Scatter2D
-# xval	 xerr-	 xerr+	 yval	 yerr-	 yerr+
-2.500000e+00	2.500000e+00	2.500000e+00	6.825210e-01	2.926200e-02	2.926200e-02
-7.500000e+00	2.500000e+00	2.500000e+00	7.473380e-01	2.986200e-02	2.986200e-02
-1.250000e+01	2.500000e+00	2.500000e+00	8.447060e-01	3.136300e-02	3.136300e-02
-1.750000e+01	2.500000e+00	2.500000e+00	9.314570e-01	4.046900e-02	4.046900e-02
-2.250000e+01	2.500000e+00	2.500000e+00	1.012554e+00	4.501600e-02	4.501600e-02
-2.750000e+01	2.500000e+00	2.500000e+00	1.174713e+00	5.953800e-02	5.953800e-02
-3.250000e+01	2.500000e+00	2.500000e+00	1.165724e+00	8.192200e-02	8.192200e-02
-3.750000e+01	2.500000e+00	2.500000e+00	1.210065e+00	1.007670e-01	1.007670e-01
-4.250000e+01	2.500000e+00	2.500000e+00	1.324690e+00	1.177490e-01	1.177490e-01
-4.750000e+01	2.500000e+00	2.500000e+00	1.370427e+00	1.604390e-01	1.604390e-01
-5.250000e+01	2.500000e+00	2.500000e+00	1.535381e+00	2.065980e-01	2.065980e-01
-5.750000e+01	2.500000e+00	2.500000e+00	1.518061e+00	2.047420e-01	2.047420e-01
-6.250000e+01	2.500000e+00	2.500000e+00	1.660973e+00	2.277680e-01	2.277680e-01
-6.750000e+01	2.500000e+00	2.500000e+00	1.867771e+00	3.249430e-01	3.249430e-01
-7.250000e+01	2.500000e+00	2.500000e+00	1.875308e+00	5.054420e-01	5.054420e-01
-7.750000e+01	2.500000e+00	2.500000e+00	2.005456e+00	3.919620e-01	3.919620e-01
-8.250000e+01	2.500000e+00	2.500000e+00	2.132673e+00	6.913090e-01	6.913090e-01
-8.750000e+01	2.500000e+00	2.500000e+00	1.784530e+00	6.049150e-01	6.049150e-01
-9.250000e+01	2.500000e+00	2.500000e+00	1.427561e+00	3.075900e-01	3.075900e-01
-9.750000e+01	2.500000e+00	2.500000e+00	1.946477e+00	5.708190e-01	5.708190e-01
-# END YODA_SCATTER2D
-
-# BEGIN YODA_SCATTER2D /REF/CDF_2008_NOTE_9351/d10-x01-y01
-Path=/REF/CDF_2008_NOTE_9351/d10-x01-y01
-Type=Scatter2D
-# xval	 xerr-	 xerr+	 yval	 yerr-	 yerr+
-2.500000e+00	2.500000e+00	2.500000e+00	1.862980e-01	3.929600e-02	3.929600e-02
-7.500000e+00	2.500000e+00	2.500000e+00	2.061690e-01	5.788000e-02	5.788000e-02
-1.250000e+01	2.500000e+00	2.500000e+00	2.354720e-01	4.641700e-02	4.641700e-02
-1.750000e+01	2.500000e+00	2.500000e+00	2.402720e-01	4.838300e-02	4.838300e-02
-2.250000e+01	2.500000e+00	2.500000e+00	2.592100e-01	5.086800e-02	5.086800e-02
-2.750000e+01	2.500000e+00	2.500000e+00	2.771960e-01	5.947000e-02	5.947000e-02
-3.250000e+01	2.500000e+00	2.500000e+00	2.914820e-01	3.839000e-02	3.839000e-02
-3.750000e+01	2.500000e+00	2.500000e+00	3.070160e-01	6.987900e-02	6.987900e-02
-4.250000e+01	2.500000e+00	2.500000e+00	3.092570e-01	1.127950e-01	1.127950e-01
-4.750000e+01	2.500000e+00	2.500000e+00	2.813400e-01	9.000500e-02	9.000500e-02
-5.250000e+01	2.500000e+00	2.500000e+00	3.011150e-01	9.383300e-02	9.383300e-02
-5.750000e+01	2.500000e+00	2.500000e+00	3.051070e-01	1.855260e-01	1.855260e-01
-6.250000e+01	2.500000e+00	2.500000e+00	3.460030e-01	9.572300e-02	9.572300e-02
-6.750000e+01	2.500000e+00	2.500000e+00	3.514940e-01	1.563560e-01	1.563560e-01
-7.250000e+01	2.500000e+00	2.500000e+00	3.640410e-01	1.592120e-01	1.592120e-01
-7.750000e+01	2.500000e+00	2.500000e+00	3.555730e-01	1.014840e-01	1.014840e-01
-8.250000e+01	2.500000e+00	2.500000e+00	6.040390e-01	3.772650e-01	3.772650e-01
-8.750000e+01	2.500000e+00	2.500000e+00	2.330060e-01	1.428280e-01	1.428280e-01
-9.250000e+01	2.500000e+00	2.500000e+00	3.885920e-01	1.582390e-01	1.582390e-01
-9.750000e+01	2.500000e+00	2.500000e+00	5.269100e-01	3.139290e-01	3.139290e-01
-# END YODA_SCATTER2D
-
-# BEGIN YODA_SCATTER2D /REF/CDF_2008_NOTE_9351/d11-x01-y01
-Path=/REF/CDF_2008_NOTE_9351/d11-x01-y01
-Type=Scatter2D
-# xval	 xerr-	 xerr+	 yval	 yerr-	 yerr+
-2.500000e+00	2.500000e+00	2.500000e+00	4.962230e-01	4.899400e-02	4.899400e-02
-7.500000e+00	2.500000e+00	2.500000e+00	5.411690e-01	6.512900e-02	6.512900e-02
-1.250000e+01	2.500000e+00	2.500000e+00	6.092340e-01	5.601900e-02	5.601900e-02
-1.750000e+01	2.500000e+00	2.500000e+00	6.911850e-01	6.307600e-02	6.307600e-02
-2.250000e+01	2.500000e+00	2.500000e+00	7.533440e-01	6.792600e-02	6.792600e-02
-2.750000e+01	2.500000e+00	2.500000e+00	8.975170e-01	8.415100e-02	8.415100e-02
-3.250000e+01	2.500000e+00	2.500000e+00	8.742420e-01	9.047100e-02	9.047100e-02
-3.750000e+01	2.500000e+00	2.500000e+00	9.030490e-01	1.226250e-01	1.226250e-01
-4.250000e+01	2.500000e+00	2.500000e+00	1.015433e+00	1.630560e-01	1.630560e-01
-4.750000e+01	2.500000e+00	2.500000e+00	1.089087e+00	1.839600e-01	1.839600e-01
-5.250000e+01	2.500000e+00	2.500000e+00	1.234266e+00	2.269080e-01	2.269080e-01
-5.750000e+01	2.500000e+00	2.500000e+00	1.212954e+00	2.762950e-01	2.762950e-01
-6.250000e+01	2.500000e+00	2.500000e+00	1.314970e+00	2.470650e-01	2.470650e-01
-6.750000e+01	2.500000e+00	2.500000e+00	1.516277e+00	3.606030e-01	3.606030e-01
-7.250000e+01	2.500000e+00	2.500000e+00	1.511267e+00	5.299240e-01	5.299240e-01
-7.750000e+01	2.500000e+00	2.500000e+00	1.649883e+00	4.048860e-01	4.048860e-01
-8.250000e+01	2.500000e+00	2.500000e+00	1.528634e+00	7.875510e-01	7.875510e-01
-8.750000e+01	2.500000e+00	2.500000e+00	1.551524e+00	6.215480e-01	6.215480e-01
-9.250000e+01	2.500000e+00	2.500000e+00	1.038969e+00	3.459060e-01	3.459060e-01
-9.750000e+01	2.500000e+00	2.500000e+00	1.419567e+00	6.514480e-01	6.514480e-01
-# END YODA_SCATTER2D
-
-# BEGIN YODA_SCATTER2D /REF/CDF_2008_NOTE_9351/d12-x01-y01
-Path=/REF/CDF_2008_NOTE_9351/d12-x01-y01
-Type=Scatter2D
-# xval	 xerr-	 xerr+	 yval	 yerr-	 yerr+
-2.500000e+00	2.500000e+00	2.500000e+00	4.982800e-01	3.218200e-02	3.218200e-02
-7.500000e+00	2.500000e+00	2.500000e+00	7.484630e-01	2.618600e-02	2.618600e-02
-1.250000e+01	2.500000e+00	2.500000e+00	1.106640e+00	2.655400e-02	2.655400e-02
-1.750000e+01	2.500000e+00	2.500000e+00	1.511777e+00	2.915800e-02	2.915800e-02
-2.250000e+01	2.500000e+00	2.500000e+00	1.953986e+00	4.470800e-02	4.470800e-02
-2.750000e+01	2.500000e+00	2.500000e+00	2.410755e+00	6.162900e-02	6.162900e-02
-3.250000e+01	2.500000e+00	2.500000e+00	2.806844e+00	8.626600e-02	8.626600e-02
-3.750000e+01	2.500000e+00	2.500000e+00	3.435244e+00	1.166630e-01	1.166630e-01
-4.250000e+01	2.500000e+00	2.500000e+00	3.736872e+00	1.451780e-01	1.451780e-01
-4.750000e+01	2.500000e+00	2.500000e+00	4.354338e+00	1.843260e-01	1.843260e-01
-5.250000e+01	2.500000e+00	2.500000e+00	4.852975e+00	2.479820e-01	2.479820e-01
-5.750000e+01	2.500000e+00	2.500000e+00	5.204942e+00	2.780390e-01	2.780390e-01
-6.250000e+01	2.500000e+00	2.500000e+00	6.124513e+00	3.656900e-01	3.656900e-01
-6.750000e+01	2.500000e+00	2.500000e+00	6.721900e+00	4.531120e-01	4.531120e-01
-7.250000e+01	2.500000e+00	2.500000e+00	7.137591e+00	5.762990e-01	5.762990e-01
-7.750000e+01	2.500000e+00	2.500000e+00	7.803639e+00	6.044080e-01	6.044080e-01
-8.250000e+01	2.500000e+00	2.500000e+00	8.326511e+00	7.682870e-01	7.682870e-01
-8.750000e+01	2.500000e+00	2.500000e+00	8.683425e+00	8.318230e-01	8.318230e-01
-9.250000e+01	2.500000e+00	2.500000e+00	8.792476e+00	9.484720e-01	9.484720e-01
-9.750000e+01	2.500000e+00	2.500000e+00	1.045497e+01	1.098841e+00	1.098841e+00
-# END YODA_SCATTER2D
-
-# BEGIN YODA_SCATTER2D /REF/CDF_2008_NOTE_9351/d13-x01-y01
-Path=/REF/CDF_2008_NOTE_9351/d13-x01-y01
-Type=Scatter2D
-# xval	 xerr-	 xerr+	 yval	 yerr-	 yerr+
-2.500000e+00	2.500000e+00	2.500000e+00	9.624790e-01	9.494000e-03	9.494000e-03
-7.500000e+00	2.500000e+00	2.500000e+00	9.832850e-01	1.236400e-02	1.236400e-02
-1.250000e+01	2.500000e+00	2.500000e+00	1.003831e+00	1.509100e-02	1.509100e-02
-1.750000e+01	2.500000e+00	2.500000e+00	1.017353e+00	2.356800e-02	2.356800e-02
-2.250000e+01	2.500000e+00	2.500000e+00	1.025372e+00	2.324300e-02	2.324300e-02
-2.750000e+01	2.500000e+00	2.500000e+00	1.050930e+00	2.650300e-02	2.650300e-02
-3.250000e+01	2.500000e+00	2.500000e+00	1.061525e+00	4.275900e-02	4.275900e-02
-3.750000e+01	2.500000e+00	2.500000e+00	1.052937e+00	4.290200e-02	4.290200e-02
-4.250000e+01	2.500000e+00	2.500000e+00	1.119506e+00	6.126400e-02	6.126400e-02
-4.750000e+01	2.500000e+00	2.500000e+00	1.065805e+00	7.939900e-02	7.939900e-02
-5.250000e+01	2.500000e+00	2.500000e+00	1.049046e+00	5.924300e-02	5.924300e-02
-5.750000e+01	2.500000e+00	2.500000e+00	1.033265e+00	5.530700e-02	5.530700e-02
-6.250000e+01	2.500000e+00	2.500000e+00	1.180433e+00	1.368180e-01	1.368180e-01
-6.750000e+01	2.500000e+00	2.500000e+00	1.029608e+00	7.446000e-02	7.446000e-02
-7.250000e+01	2.500000e+00	2.500000e+00	1.163404e+00	1.354850e-01	1.354850e-01
-7.750000e+01	2.500000e+00	2.500000e+00	1.250588e+00	1.808950e-01	1.808950e-01
-8.250000e+01	2.500000e+00	2.500000e+00	1.099546e+00	1.146600e-01	1.146600e-01
-8.750000e+01	2.500000e+00	2.500000e+00	1.237109e+00	2.454940e-01	2.454940e-01
-9.250000e+01	2.500000e+00	2.500000e+00	1.226441e+00	1.710630e-01	1.710630e-01
-9.750000e+01	2.500000e+00	2.500000e+00	1.230726e+00	2.348700e-01	2.348700e-01
-# END YODA_SCATTER2D
-
-# BEGIN YODA_SCATTER2D /REF/CDF_2008_NOTE_9351/d14-x01-y01
-Path=/REF/CDF_2008_NOTE_9351/d14-x01-y01
-Type=Scatter2D
-# xval	 xerr-	 xerr+	 yval	 yerr-	 yerr+
-2.500000e+00	2.500000e+00	2.500000e+00	9.681150e-01	1.185300e-02	1.185300e-02
-7.500000e+00	2.500000e+00	2.500000e+00	9.808620e-01	7.551000e-03	7.551000e-03
-1.250000e+01	2.500000e+00	2.500000e+00	1.027762e+00	1.524400e-02	1.524400e-02
-1.750000e+01	2.500000e+00	2.500000e+00	1.057594e+00	2.947900e-02	2.947900e-02
-2.250000e+01	2.500000e+00	2.500000e+00	1.083772e+00	2.089200e-02	2.089200e-02
-2.750000e+01	2.500000e+00	2.500000e+00	1.119088e+00	3.072900e-02	3.072900e-02
-3.250000e+01	2.500000e+00	2.500000e+00	1.127434e+00	3.891300e-02	3.891300e-02
-3.750000e+01	2.500000e+00	2.500000e+00	1.148774e+00	4.275100e-02	4.275100e-02
-4.250000e+01	2.500000e+00	2.500000e+00	1.141964e+00	4.724300e-02	4.724300e-02
-4.750000e+01	2.500000e+00	2.500000e+00	1.172658e+00	5.455000e-02	5.455000e-02
-5.250000e+01	2.500000e+00	2.500000e+00	1.202899e+00	6.674900e-02	6.674900e-02
-5.750000e+01	2.500000e+00	2.500000e+00	1.239558e+00	8.563900e-02	8.563900e-02
-6.250000e+01	2.500000e+00	2.500000e+00	1.230943e+00	9.771300e-02	9.771300e-02
-6.750000e+01	2.500000e+00	2.500000e+00	1.354040e+00	1.339890e-01	1.339890e-01
-7.250000e+01	2.500000e+00	2.500000e+00	1.438946e+00	2.077180e-01	2.077180e-01
-7.750000e+01	2.500000e+00	2.500000e+00	1.352431e+00	1.750300e-01	1.750300e-01
-8.250000e+01	2.500000e+00	2.500000e+00	1.360674e+00	1.880000e-01	1.880000e-01
-8.750000e+01	2.500000e+00	2.500000e+00	1.270004e+00	1.699700e-01	1.699700e-01
-9.250000e+01	2.500000e+00	2.500000e+00	1.229490e+00	1.540370e-01	1.540370e-01
-9.750000e+01	2.500000e+00	2.500000e+00	1.302693e+00	1.839100e-01	1.839100e-01
-# END YODA_SCATTER2D
-
-# BEGIN YODA_SCATTER2D /REF/CDF_2008_NOTE_9351/d15-x01-y01
-Path=/REF/CDF_2008_NOTE_9351/d15-x01-y01
-Type=Scatter2D
-# xval	 xerr-	 xerr+	 yval	 yerr-	 yerr+
-2.500000e+00	2.500000e+00	2.500000e+00	9.846190e-01	8.372000e-03	8.372000e-03
-7.500000e+00	2.500000e+00	2.500000e+00	1.097828e+00	1.084100e-02	1.084100e-02
-1.250000e+01	2.500000e+00	2.500000e+00	1.270614e+00	1.686500e-02	1.686500e-02
-1.750000e+01	2.500000e+00	2.500000e+00	1.437161e+00	2.094500e-02	2.094500e-02
-2.250000e+01	2.500000e+00	2.500000e+00	1.606906e+00	2.774300e-02	2.774300e-02
-2.750000e+01	2.500000e+00	2.500000e+00	1.771939e+00	3.689200e-02	3.689200e-02
-3.250000e+01	2.500000e+00	2.500000e+00	1.873190e+00	4.910000e-02	4.910000e-02
-3.750000e+01	2.500000e+00	2.500000e+00	2.166247e+00	7.546000e-02	7.546000e-02
-4.250000e+01	2.500000e+00	2.500000e+00	2.276723e+00	8.883400e-02	8.883400e-02
-4.750000e+01	2.500000e+00	2.500000e+00	2.538655e+00	1.509620e-01	1.509620e-01
-5.250000e+01	2.500000e+00	2.500000e+00	2.627952e+00	1.375230e-01	1.375230e-01
-5.750000e+01	2.500000e+00	2.500000e+00	2.657019e+00	1.419370e-01	1.419370e-01
-6.250000e+01	2.500000e+00	2.500000e+00	2.997993e+00	2.077390e-01	2.077390e-01
-6.750000e+01	2.500000e+00	2.500000e+00	3.326541e+00	3.035040e-01	3.035040e-01
-7.250000e+01	2.500000e+00	2.500000e+00	3.279669e+00	2.852940e-01	2.852940e-01
-7.750000e+01	2.500000e+00	2.500000e+00	3.299840e+00	2.590230e-01	2.590230e-01
-8.250000e+01	2.500000e+00	2.500000e+00	3.489132e+00	3.717060e-01	3.717060e-01
-8.750000e+01	2.500000e+00	2.500000e+00	4.007693e+00	4.985930e-01	4.985930e-01
-9.250000e+01	2.500000e+00	2.500000e+00	3.625865e+00	3.807720e-01	3.807720e-01
-9.750000e+01	2.500000e+00	2.500000e+00	4.001531e+00	4.368770e-01	4.368770e-01
-# END YODA_SCATTER2D
-
-# BEGIN YODA_SCATTER2D /REF/CDF_2008_NOTE_9351/d16-x01-y01
-Path=/REF/CDF_2008_NOTE_9351/d16-x01-y01
-Type=Scatter2D
-# xval	 xerr-	 xerr+	 yval	 yerr-	 yerr+
-2.500000e+00	2.500000e+00	2.500000e+00	1.264720e+00	1.656700e-02	1.656700e-02
-7.500000e+00	2.500000e+00	2.500000e+00	1.321100e+00	2.268400e-02	2.268400e-02
-1.250000e+01	2.500000e+00	2.500000e+00	1.367889e+00	2.665000e-02	2.665000e-02
-1.750000e+01	2.500000e+00	2.500000e+00	1.390166e+00	4.179700e-02	4.179700e-02
-2.250000e+01	2.500000e+00	2.500000e+00	1.458595e+00	5.891200e-02	5.891200e-02
-2.750000e+01	2.500000e+00	2.500000e+00	1.480948e+00	5.237700e-02	5.237700e-02
-3.250000e+01	2.500000e+00	2.500000e+00	1.534991e+00	1.066950e-01	1.066950e-01
-3.750000e+01	2.500000e+00	2.500000e+00	1.556321e+00	1.096470e-01	1.096470e-01
-4.250000e+01	2.500000e+00	2.500000e+00	1.723451e+00	1.323040e-01	1.323040e-01
-4.750000e+01	2.500000e+00	2.500000e+00	1.642915e+00	1.651700e-01	1.651700e-01
-5.250000e+01	2.500000e+00	2.500000e+00	1.652740e+00	2.356600e-01	2.356600e-01
-5.750000e+01	2.500000e+00	2.500000e+00	1.543367e+00	1.426850e-01	1.426850e-01
-6.250000e+01	2.500000e+00	2.500000e+00	1.888659e+00	3.075390e-01	3.075390e-01
-6.750000e+01	2.500000e+00	2.500000e+00	1.538327e+00	1.994950e-01	1.994950e-01
-7.250000e+01	2.500000e+00	2.500000e+00	1.878273e+00	4.705100e-01	4.705100e-01
-7.750000e+01	2.500000e+00	2.500000e+00	1.954935e+00	3.787720e-01	3.787720e-01
-8.250000e+01	2.500000e+00	2.500000e+00	1.743511e+00	3.447230e-01	3.447230e-01
-8.750000e+01	2.500000e+00	2.500000e+00	2.156266e+00	6.532240e-01	6.532240e-01
-9.250000e+01	2.500000e+00	2.500000e+00	2.123585e+00	5.529990e-01	5.529990e-01
-9.750000e+01	2.500000e+00	2.500000e+00	2.528047e+00	1.613327e+00	1.613327e+00
-# END YODA_SCATTER2D
-
-# BEGIN YODA_SCATTER2D /REF/CDF_2008_NOTE_9351/d17-x01-y01
-Path=/REF/CDF_2008_NOTE_9351/d17-x01-y01
-Type=Scatter2D
-# xval	 xerr-	 xerr+	 yval	 yerr-	 yerr+
-2.500000e+00	2.500000e+00	2.500000e+00	1.289336e+00	1.689300e-02	1.689300e-02
-7.500000e+00	2.500000e+00	2.500000e+00	1.325593e+00	1.548600e-02	1.548600e-02
-1.250000e+01	2.500000e+00	2.500000e+00	1.445278e+00	2.446700e-02	2.446700e-02
-1.750000e+01	2.500000e+00	2.500000e+00	1.538308e+00	5.860300e-02	5.860300e-02
-2.250000e+01	2.500000e+00	2.500000e+00	1.593405e+00	4.395400e-02	4.395400e-02
-2.750000e+01	2.500000e+00	2.500000e+00	1.737490e+00	7.150800e-02	7.150800e-02
-3.250000e+01	2.500000e+00	2.500000e+00	1.761159e+00	9.742200e-02	9.742200e-02
-3.750000e+01	2.500000e+00	2.500000e+00	1.850037e+00	1.411580e-01	1.411580e-01
-4.250000e+01	2.500000e+00	2.500000e+00	1.911452e+00	1.617870e-01	1.617870e-01
-4.750000e+01	2.500000e+00	2.500000e+00	1.969359e+00	1.996560e-01	1.996560e-01
-5.250000e+01	2.500000e+00	2.500000e+00	2.013126e+00	1.877370e-01	1.877370e-01
-5.750000e+01	2.500000e+00	2.500000e+00	2.155480e+00	2.999410e-01	2.999410e-01
-6.250000e+01	2.500000e+00	2.500000e+00	2.141188e+00	2.609370e-01	2.609370e-01
-6.750000e+01	2.500000e+00	2.500000e+00	2.513503e+00	3.819590e-01	3.819590e-01
-7.250000e+01	2.500000e+00	2.500000e+00	2.942115e+00	9.335150e-01	9.335150e-01
-7.750000e+01	2.500000e+00	2.500000e+00	2.443905e+00	4.707120e-01	4.707120e-01
-8.250000e+01	2.500000e+00	2.500000e+00	2.728654e+00	7.973020e-01	7.973020e-01
-8.750000e+01	2.500000e+00	2.500000e+00	2.450618e+00	9.143350e-01	9.143350e-01
-9.250000e+01	2.500000e+00	2.500000e+00	1.940730e+00	3.173660e-01	3.173660e-01
-9.750000e+01	2.500000e+00	2.500000e+00	2.587987e+00	7.168150e-01	7.168150e-01
-# END YODA_SCATTER2D
-
-# BEGIN YODA_SCATTER2D /REF/CDF_2008_NOTE_9351/d18-x01-y01
-Path=/REF/CDF_2008_NOTE_9351/d18-x01-y01
-Type=Scatter2D
-# xval	 xerr-	 xerr+	 yval	 yerr-	 yerr+
-2.500000e+00	2.500000e+00	2.500000e+00	1.339714e+00	1.676200e-02	1.676200e-02
-7.500000e+00	2.500000e+00	2.500000e+00	1.635515e+00	1.910000e-02	1.910000e-02
-1.250000e+01	2.500000e+00	2.500000e+00	2.133847e+00	3.285400e-02	3.285400e-02
-1.750000e+01	2.500000e+00	2.500000e+00	2.712774e+00	4.444200e-02	4.444200e-02
-2.250000e+01	2.500000e+00	2.500000e+00	3.394932e+00	8.056400e-02	8.056400e-02
-2.750000e+01	2.500000e+00	2.500000e+00	4.041536e+00	1.181750e-01	1.181750e-01
-3.250000e+01	2.500000e+00	2.500000e+00	4.602731e+00	1.684600e-01	1.684600e-01
-3.750000e+01	2.500000e+00	2.500000e+00	5.717539e+00	2.356550e-01	2.356550e-01
-4.250000e+01	2.500000e+00	2.500000e+00	6.061238e+00	2.684510e-01	2.684510e-01
-4.750000e+01	2.500000e+00	2.500000e+00	6.956539e+00	3.735870e-01	3.735870e-01
-5.250000e+01	2.500000e+00	2.500000e+00	7.820367e+00	4.803610e-01	4.803610e-01
-5.750000e+01	2.500000e+00	2.500000e+00	8.016521e+00	5.239430e-01	5.239430e-01
-6.250000e+01	2.500000e+00	2.500000e+00	9.412107e+00	8.013350e-01	8.013350e-01
-6.750000e+01	2.500000e+00	2.500000e+00	1.058297e+01	1.059326e+00	1.059326e+00
-7.250000e+01	2.500000e+00	2.500000e+00	1.118962e+01	1.215337e+00	1.215337e+00
-7.750000e+01	2.500000e+00	2.500000e+00	1.180068e+01	1.040150e+00	1.040150e+00
-8.250000e+01	2.500000e+00	2.500000e+00	1.239445e+01	1.518707e+00	1.518707e+00
-8.750000e+01	2.500000e+00	2.500000e+00	1.381291e+01	1.818187e+00	1.818187e+00
-9.250000e+01	2.500000e+00	2.500000e+00	1.370919e+01	1.735494e+00	1.735494e+00
-9.750000e+01	2.500000e+00	2.500000e+00	1.566572e+01	2.132479e+00	2.132479e+00
-# END YODA_SCATTER2D
-
-# BEGIN YODA_SCATTER2D /REF/CDF_2008_NOTE_9351/d19-x01-y01
-Path=/REF/CDF_2008_NOTE_9351/d19-x01-y01
-Type=Scatter2D
-# xval	 xerr-	 xerr+	 yval	 yerr-	 yerr+
-0.000000e+00	5.000000e-01	5.000000e-01	6.880756e+00	1.765900e-01	1.765900e-01
-1.000000e+00	5.000000e-01	5.000000e-01	7.898231e+00	1.810740e-01	1.810740e-01
-2.000000e+00	5.000000e-01	5.000000e-01	8.583409e+00	1.749700e-01	1.749700e-01
-3.000000e+00	5.000000e-01	5.000000e-01	9.090722e+00	1.780100e-01	1.780100e-01
-4.000000e+00	5.000000e-01	5.000000e-01	1.004645e+01	1.978840e-01	1.978840e-01
-5.000000e+00	5.000000e-01	5.000000e-01	1.082587e+01	2.208350e-01	2.208350e-01
-6.000000e+00	5.000000e-01	5.000000e-01	1.155164e+01	2.591280e-01	2.591280e-01
-7.000000e+00	5.000000e-01	5.000000e-01	1.240367e+01	2.835420e-01	2.835420e-01
-8.000000e+00	5.000000e-01	5.000000e-01	1.336997e+01	3.237610e-01	3.237610e-01
-9.000000e+00	5.000000e-01	5.000000e-01	1.402220e+01	3.621260e-01	3.621260e-01
-1.000000e+01	5.000000e-01	5.000000e-01	1.495841e+01	4.100990e-01	4.100990e-01
-1.100000e+01	5.000000e-01	5.000000e-01	1.637650e+01	5.111250e-01	5.111250e-01
-1.200000e+01	5.000000e-01	5.000000e-01	1.715120e+01	5.931850e-01	5.931850e-01
-1.300000e+01	5.000000e-01	5.000000e-01	1.807621e+01	7.165300e-01	7.165300e-01
-1.400000e+01	5.000000e-01	5.000000e-01	1.809148e+01	7.816060e-01	7.816060e-01
-1.500000e+01	5.000000e-01	5.000000e-01	1.982340e+01	9.125900e-01	9.125900e-01
-1.600000e+01	5.000000e-01	5.000000e-01	2.090629e+01	1.154710e+00	1.154710e+00
-1.700000e+01	5.000000e-01	5.000000e-01	2.249324e+01	1.378022e+00	1.378022e+00
-1.800000e+01	5.000000e-01	5.000000e-01	2.358852e+01	1.575298e+00	1.575298e+00
-1.900000e+01	5.000000e-01	5.000000e-01	2.555734e+01	1.837549e+00	1.837549e+00
-2.000000e+01	5.000000e-01	5.000000e-01	2.612890e+01	2.176544e+00	2.176544e+00
-2.100000e+01	5.000000e-01	5.000000e-01	2.920980e+01	2.786069e+00	2.786069e+00
-2.200000e+01	5.000000e-01	5.000000e-01	2.920314e+01	3.245372e+00	3.245372e+00
-2.300000e+01	5.000000e-01	5.000000e-01	3.020565e+01	3.364320e+00	3.364320e+00
-2.400000e+01	5.000000e-01	5.000000e-01	3.318966e+01	4.340128e+00	4.340128e+00
-2.500000e+01	5.000000e-01	5.000000e-01	3.258106e+01	4.981632e+00	4.981632e+00
-2.600000e+01	5.000000e-01	5.000000e-01	3.562281e+01	5.522897e+00	5.522897e+00
-2.700000e+01	5.000000e-01	5.000000e-01	3.836924e+01	6.323233e+00	6.323233e+00
-2.800000e+01	5.000000e-01	5.000000e-01	3.710519e+01	6.687316e+00	6.687316e+00
-2.900000e+01	5.000000e-01	5.000000e-01	4.069229e+01	1.083221e+01	1.083221e+01
-3.000000e+01	5.000000e-01	5.000000e-01	4.916964e+01	9.993295e+00	9.993295e+00
-# END YODA_SCATTER2D
-
-# BEGIN YODA_SCATTER2D /REF/CDF_2008_NOTE_9351/d20-x01-y01
-Path=/REF/CDF_2008_NOTE_9351/d20-x01-y01
-Type=Scatter2D
-# xval	 xerr-	 xerr+	 yval	 yerr-	 yerr+
-1.000000e+00	5.000000e-01	5.000000e-01	9.620750e-01	3.039600e-02	3.039600e-02
-2.000000e+00	5.000000e-01	5.000000e-01	9.815610e-01	1.713300e-02	1.713300e-02
-3.000000e+00	5.000000e-01	5.000000e-01	1.038758e+00	1.898300e-02	1.898300e-02
-4.000000e+00	5.000000e-01	5.000000e-01	1.091332e+00	1.979400e-02	1.979400e-02
-5.000000e+00	5.000000e-01	5.000000e-01	1.132328e+00	1.732100e-02	1.732100e-02
-6.000000e+00	5.000000e-01	5.000000e-01	1.153059e+00	1.764300e-02	1.764300e-02
-7.000000e+00	5.000000e-01	5.000000e-01	1.199244e+00	2.020900e-02	2.020900e-02
-8.000000e+00	5.000000e-01	5.000000e-01	1.234035e+00	1.565000e-02	1.565000e-02
-9.000000e+00	5.000000e-01	5.000000e-01	1.261723e+00	3.558300e-02	3.558300e-02
-1.000000e+01	5.000000e-01	5.000000e-01	1.282793e+00	2.060600e-02	2.060600e-02
-1.100000e+01	5.000000e-01	5.000000e-01	1.307791e+00	2.468600e-02	2.468600e-02
-1.200000e+01	5.000000e-01	5.000000e-01	1.351104e+00	2.612400e-02	2.612400e-02
-1.300000e+01	5.000000e-01	5.000000e-01	1.365498e+00	3.657600e-02	3.657600e-02
-1.400000e+01	5.000000e-01	5.000000e-01	1.366173e+00	4.326100e-02	4.326100e-02
-1.500000e+01	5.000000e-01	5.000000e-01	1.393500e+00	4.693600e-02	4.693600e-02
-1.600000e+01	5.000000e-01	5.000000e-01	1.423849e+00	3.639800e-02	3.639800e-02
-1.700000e+01	5.000000e-01	5.000000e-01	1.467522e+00	6.338500e-02	6.338500e-02
-1.800000e+01	5.000000e-01	5.000000e-01	1.507749e+00	6.663500e-02	6.663500e-02
-1.900000e+01	5.000000e-01	5.000000e-01	1.521382e+00	5.108400e-02	5.108400e-02
-2.000000e+01	5.000000e-01	5.000000e-01	1.542902e+00	7.316900e-02	7.316900e-02
-2.100000e+01	5.000000e-01	5.000000e-01	1.620292e+00	8.240200e-02	8.240200e-02
-2.200000e+01	5.000000e-01	5.000000e-01	1.606931e+00	1.070660e-01	1.070660e-01
-2.300000e+01	5.000000e-01	5.000000e-01	1.604221e+00	9.731900e-02	9.731900e-02
-2.400000e+01	5.000000e-01	5.000000e-01	1.703297e+00	1.302660e-01	1.302660e-01
-2.500000e+01	5.000000e-01	5.000000e-01	1.643145e+00	1.199000e-01	1.199000e-01
-2.600000e+01	5.000000e-01	5.000000e-01	1.748688e+00	1.777550e-01	1.777550e-01
-2.700000e+01	5.000000e-01	5.000000e-01	1.753060e+00	1.505700e-01	1.505700e-01
-2.800000e+01	5.000000e-01	5.000000e-01	1.855084e+00	1.639950e-01	1.639950e-01
-2.900000e+01	5.000000e-01	5.000000e-01	1.885025e+00	2.320970e-01	2.320970e-01
-3.000000e+01	5.000000e-01	5.000000e-01	2.123252e+00	3.433580e-01	3.433580e-01
-# END YODA_SCATTER2D
-
-# BEGIN YODA_SCATTER2D /REF/CDF_2008_NOTE_9351/d21-x01-y01
-Path=/REF/CDF_2008_NOTE_9351/d21-x01-y01
-Type=Scatter2D
-# xval	 xerr-	 xerr+	 yval	 yerr-	 yerr+
-1.000000e+00	5.000000e-01	5.000000e-01	9.124430e-01	2.800400e-02	2.800400e-02
-2.000000e+00	5.000000e-01	5.000000e-01	9.261570e-01	1.835900e-02	1.835900e-02
-3.000000e+00	5.000000e-01	5.000000e-01	9.485360e-01	2.213900e-02	2.213900e-02
-4.000000e+00	5.000000e-01	5.000000e-01	9.776730e-01	1.465500e-02	1.465500e-02
-5.000000e+00	5.000000e-01	5.000000e-01	9.880610e-01	1.100300e-02	1.100300e-02
-6.000000e+00	5.000000e-01	5.000000e-01	9.993130e-01	9.660000e-03	9.660000e-03
-7.000000e+00	5.000000e-01	5.000000e-01	1.014718e+00	8.465000e-03	8.465000e-03
-8.000000e+00	5.000000e-01	5.000000e-01	1.024515e+00	1.519000e-02	1.519000e-02
-9.000000e+00	5.000000e-01	5.000000e-01	1.038935e+00	2.126700e-02	2.126700e-02
-1.000000e+01	5.000000e-01	5.000000e-01	1.046248e+00	1.480700e-02	1.480700e-02
-1.100000e+01	5.000000e-01	5.000000e-01	1.049602e+00	1.155600e-02	1.155600e-02
-1.200000e+01	5.000000e-01	5.000000e-01	1.069046e+00	2.049000e-02	2.049000e-02
-1.300000e+01	5.000000e-01	5.000000e-01	1.077276e+00	2.325900e-02	2.325900e-02
-1.400000e+01	5.000000e-01	5.000000e-01	1.086755e+00	2.080600e-02	2.080600e-02
-1.500000e+01	5.000000e-01	5.000000e-01	1.075179e+00	2.866500e-02	2.866500e-02
-1.600000e+01	5.000000e-01	5.000000e-01	1.101314e+00	2.865700e-02	2.865700e-02
-1.700000e+01	5.000000e-01	5.000000e-01	1.114511e+00	3.265700e-02	3.265700e-02
-1.800000e+01	5.000000e-01	5.000000e-01	1.117973e+00	4.338600e-02	4.338600e-02
-1.900000e+01	5.000000e-01	5.000000e-01	1.118198e+00	5.412300e-02	5.412300e-02
-2.000000e+01	5.000000e-01	5.000000e-01	1.137268e+00	5.151900e-02	5.151900e-02
-2.100000e+01	5.000000e-01	5.000000e-01	1.150230e+00	5.181300e-02	5.181300e-02
-2.200000e+01	5.000000e-01	5.000000e-01	1.159754e+00	8.276000e-02	8.276000e-02
-2.300000e+01	5.000000e-01	5.000000e-01	1.185487e+00	1.403510e-01	1.403510e-01
-2.400000e+01	5.000000e-01	5.000000e-01	1.207592e+00	9.846900e-02	9.846900e-02
-2.500000e+01	5.000000e-01	5.000000e-01	1.334000e+00	2.818030e-01	2.818030e-01
-2.600000e+01	5.000000e-01	5.000000e-01	1.220607e+00	1.116170e-01	1.116170e-01
-2.700000e+01	5.000000e-01	5.000000e-01	1.246973e+00	7.453800e-02	7.453800e-02
-2.800000e+01	5.000000e-01	5.000000e-01	1.145064e+00	1.642920e-01	1.642920e-01
-2.900000e+01	5.000000e-01	5.000000e-01	1.171859e+00	1.720400e-01	1.720400e-01
-3.000000e+01	5.000000e-01	5.000000e-01	1.229951e+00	1.399310e-01	1.399310e-01
-# END YODA_SCATTER2D
-
diff --git a/data/refdata/Makefile.am b/data/refdata/Makefile.am
--- a/data/refdata/Makefile.am
+++ b/data/refdata/Makefile.am
@@ -1,207 +1,205 @@
 dist_pkgdata_DATA = \
   LHCB_2010_S8758301.yoda \
   LHCB_2010_I867355.yoda \
   LHCB_2011_I917009.yoda \
   LHCB_2011_I919315.yoda \
   LHCB_2012_I1119400.yoda \
   LHCF_2012_I1115479.yoda \
   JADE_OPAL_2000_S4300807.yoda \
   JADE_1998_S3612880.yoda \
   TASSO_1990_S2148048.yoda \
   ALEPH_1991_S2435284.yoda \
   ALEPH_1996_S3486095.yoda \
   ALEPH_1996_S3196992.yoda \
   ALEPH_1999_S4193598.yoda \
   ALEPH_2001_S4656318.yoda \
   ALEPH_2002_S4823664.yoda \
   ALEPH_2004_S5765862.yoda \
   ALICE_2010_S8624100.yoda \
   ALICE_2010_S8625980.yoda \
   ALICE_2010_S8706239.yoda \
   ALICE_2011_S8909580.yoda \
   ALICE_2011_S8945144.yoda \
   ALICE_2012_I1181770.yoda \
   ARGUS_1993_S2653028.yoda \
   ARGUS_1993_S2669951.yoda \
   ARGUS_1993_S2789213.yoda \
   ATLAS_2010_S8591806.yoda \
   ATLAS_2010_S8817804.yoda \
   ATLAS_2010_S8894728.yoda \
   ATLAS_2010_S8914702.yoda \
   ATLAS_2010_S8918562.yoda \
   ATLAS_2010_S8919674.yoda \
   ATLAS_2011_S8924791.yoda \
   ATLAS_2011_S8971293.yoda \
   ATLAS_2011_S8994773.yoda \
   ATLAS_2011_S9002537.yoda \
   ATLAS_2010_CONF_2010_049.yoda \
   ATLAS_2011_S9120807.yoda \
   ATLAS_2011_S9126244.yoda \
   ATLAS_2011_S9128077.yoda \
   ATLAS_2011_S9131140.yoda \
   ATLAS_2011_I894867.yoda \
   ATLAS_2011_I9035664.yoda \
   ATLAS_2011_I919017.yoda \
   ATLAS_2011_I925932.yoda \
   ATLAS_2011_I926145.yoda \
   ATLAS_2011_I944826.yoda \
   ATLAS_2011_I945498.yoda \
   ATLAS_2011_I954993.yoda \
   ATLAS_2011_S9225137.yoda \
   ATLAS_2011_S9212183.yoda \
   ATLAS_2012_I1082936.yoda \
   ATLAS_2012_I1083318.yoda \
   ATLAS_2012_I1084540.yoda \
   ATLAS_2012_I1091481.yoda \
   ATLAS_2012_I1093738.yoda \
   ATLAS_2012_I1094568.yoda \
   ATLAS_2012_I943401.yoda \
   ATLAS_2012_I1082009.yoda \
   ATLAS_2012_I1118269.yoda \
   ATLAS_2012_I1119557.yoda \
   ATLAS_2012_I1125575.yoda \
   ATLAS_2012_I1183818.yoda \
   ATLAS_2012_I1188891.yoda \
   ATLAS_2012_CONF_2012_001.yoda \
   ATLAS_2013_I1217867.yoda \
   BABAR_2003_I593379.yoda \
   BABAR_2005_S6181155.yoda \
   BABAR_2006_S6511112.yoda \
   BABAR_2007_S6895344.yoda \
   BABAR_2007_S7266081.yoda \
   BELLE_2001_S4598261.yoda \
   BELLE_2006_S6265367.yoda \
   CLEO_1997_S3486664.yoda \
   CLEO_2001_S4557530.yoda \
   CLEO_2004_S5809304.yoda \
   CMS_2010_S8547297.yoda \
   CMS_2010_S8656010.yoda \
   CMS_2011_S8884919.yoda \
   CMS_2011_S8941262.yoda \
   CMS_2011_S8950903.yoda \
   CMS_2011_S8957746.yoda \
   CMS_2011_S8968497.yoda \
   CMS_2011_S8973270.yoda \
   CMS_2011_S8978280.yoda \
   CMS_2011_S9086218.yoda \
   CMS_2011_S9088458.yoda \
   CMS_2011_S9120041.yoda \
   CMS_2011_S9215166.yoda \
   CMS_2011_I954992.yoda \
   CMS_2012_I1087342.yoda \
   CMS_2012_I1102908.yoda \
   CMS_2012_I1107658.yoda \
   CMS_2012_I1184941.yoda \
   CMS_2012_I1193338.yoda \
   CMS_2012_PAS_FWD_11_003.yoda \
   CMS_2012_PAS_QCD_11_010.yoda \
   CMS_QCD_10_024.yoda \
   DELPHI_1994_S3021912.yoda \
   DELPHI_1995_S3137023.yoda \
   DELPHI_1996_S3430090.yoda \
   DELPHI_1999_S3960137.yoda \
   DELPHI_2000_S4328825.yoda \
   DELPHI_2002_069_CONF_603.yoda \
   DELPHI_2003_WUD_03_11.yoda \
   OPAL_1993_S2692198.yoda \
   OPAL_1994_S2927284.yoda \
   OPAL_1995_S3198391.yoda \
   OPAL_1996_S3257789.yoda \
   OPAL_1997_S3396100.yoda \
   OPAL_1997_S3608263.yoda \
   OPAL_1998_S3702294.yoda \
   OPAL_1998_S3780481.yoda \
   OPAL_1998_S3749908.yoda \
   OPAL_2000_S4418603.yoda \
   OPAL_2001_S4553896.yoda \
   OPAL_2002_S5361494.yoda \
   OPAL_2004_S6132243.yoda \
   H1_1994_S2919893.yoda \
   H1_1995_S3167097.yoda \
   H1_2000_S4129130.yoda \
   H1_2007_S7223935.yoda \
   ZEUS_2001_S4815815.yoda \
   PHENIX_2003_S5538505.yoda \
   STAR_2006_S6500200.yoda \
   STAR_2006_S6860818.yoda \
   STAR_2006_S6870392.yoda \
   STAR_2008_S7993412.yoda \
   STAR_2009_UE_HELEN.yoda \
   BRAHMS_2007_S7052448.yoda \
   UA1_1990_S2044935.yoda \
   UA5_1982_S875503.yoda \
   UA5_1986_S1583476.yoda \
   UA5_1989_S1926373.yoda \
   UA5_1988_S1867512.yoda \
   UA5_1987_S1640666.yoda \
   CDF_1988_S1865951.yoda \
   CDF_1990_S2089246.yoda \
   CDF_1993_S2742446.yoda \
   CDF_1994_S2952106.yoda \
   CDF_1996_S3108457.yoda \
   CDF_1996_S3349578.yoda \
   CDF_1996_S3418421.yoda \
   CDF_1997_S3541940.yoda \
   CDF_1998_S3618439.yoda \
   CDF_2000_S4155203.yoda \
   CDF_2000_S4266730.yoda \
   CDF_2001_S4517016.yoda \
   CDF_2001_S4563131.yoda \
   CDF_2001_S4751469.yoda \
   CDF_2002_S4796047.yoda \
   CDF_2004_S5839831.yoda \
   CDF_2005_S6080774.yoda \
   CDF_2005_S6217184.yoda \
   CDF_2006_S6450792.yoda \
   CDF_2006_S6653332.yoda \
   CDF_2007_S7057202.yoda \
   CDF_2008_S7541902.yoda \
   CDF_2008_S7554427.yoda \
   CDF_2008_S7540469.yoda \
   CDF_2008_S7782535.yoda \
   CDF_2008_S7828950.yoda \
   CDF_2008_S8093652.yoda \
   CDF_2008_S8095620.yoda \
-  CDF_2008_NOTE_9351.yoda \
-  CDF_2008_LEADINGJETS.yoda \
   CDF_2009_S8233977.yoda \
   CDF_2009_NOTE_9936.yoda \
   CDF_2009_S8383952.yoda \
   CDF_2009_S8436959.yoda \
   CDF_2010_S8591881_DY.yoda \
   CDF_2010_S8591881_QCD.yoda \
   CDF_2012_NOTE10874.yoda \
   D0_1996_S3214044.yoda \
   D0_1996_S3324664.yoda \
   D0_2000_S4480767.yoda \
   D0_2001_S4674421.yoda \
   D0_2004_S5992206.yoda \
   D0_2006_S6438750.yoda \
   D0_2007_S7075677.yoda \
   D0_2008_S6879055.yoda \
   D0_2008_S7554427.yoda \
   D0_2008_S7662670.yoda \
   D0_2008_S7719523.yoda \
   D0_2008_S7837160.yoda \
   D0_2008_S7863608.yoda \
   D0_2009_S8202443.yoda \
   D0_2009_S8320160.yoda \
   D0_2009_S8349509.yoda \
   D0_2010_S8566488.yoda \
   D0_2010_S8570965.yoda \
   D0_2010_S8671338.yoda \
   D0_2010_S8821313.yoda \
   D0_2011_I895662.yoda \
   E735_1992_S2485869.yoda \
   E735_1993_S2896508.yoda \
   E735_1998_S3905616.yoda \
   SFM_1984_S1178091.yoda \
   SLD_1996_S3398250.yoda \
   SLD_1999_S3743934.yoda \
   SLD_2002_S4869273.yoda \
   SLD_2004_S5693039.yoda \
   STAR_2008_S7869363.yoda \
   TOTEM_2012_I1115294.yoda \
   TOTEM_2012_002.yoda \
   PDG_HADRON_MULTIPLICITIES.yoda \
   PDG_HADRON_MULTIPLICITIES_RATIOS.yoda
diff --git a/src/Analyses/CDF_2008_LEADINGJETS.cc b/src/Analyses/CDF_2008_LEADINGJETS.cc
deleted file mode 100644
--- a/src/Analyses/CDF_2008_LEADINGJETS.cc
+++ /dev/null
@@ -1,233 +0,0 @@
-// -*- C++ -*-
-#include "Rivet/Analysis.hh"
-#include "Rivet/Projections/FinalState.hh"
-#include "Rivet/Projections/ChargedFinalState.hh"
-#include "Rivet/Projections/FastJets.hh"
-
-namespace Rivet {
-
-
-  /// @brief CDF Run II underlying event in leading jet events
-  /// @author Hendrik Hoeth
-  ///
-  /// Rick Field's measurement of the underlying event in "leading jet" events.
-  /// The leading jet (CDF midpoint \f$ R = 0.7 \f$) must be within \f$|\eta| < 2 \f$
-  /// and defines the "toward" phi direction. Particles are selected in
-  /// \f$ |\eta| < 1 \f$. For the \f$ p_\perp \f$-related observables there
-  /// is a \f$ p_\perp > 0.5 \f$ GeV cut. For \f$ \sum E_\perp \f$ there is no
-  /// \f$ p_\perp \f$ cut.
-  ///
-  /// @par Run conditions
-  ///
-  /// @arg \f$ \sqrt{s} = \f$ 1960 GeV
-  /// @arg Run with generic QCD events.
-  /// @arg Set particles with c*tau > 10 mm stable
-  /// @arg Several \f$ p_\perp^\text{min} \f$ cutoffs are probably required to fill the profile histograms:
-  /// @arg \f$ p_\perp^\text{min} = \f$ 0 (min bias), 10, 20, 50, 100, 150 GeV
-  /// @arg The corresponding merging points are at \f$ p_T = \f$ 0, 30, 50, 80, 130, 180 GeV
-  class CDF_2008_LEADINGJETS : public Analysis {
-  public:
-
-    /// Constructor
-    CDF_2008_LEADINGJETS()
-      : Analysis("CDF_2008_LEADINGJETS")
-    {
-    }
-
-
-    /// @name Analysis methods
-    //@{
-
-    void init() {
-      // Final state for the jet finding
-      const FinalState fsj(-4.0, 4.0, 0.0*GeV);
-      addProjection(fsj, "FSJ");
-      addProjection(FastJets(fsj, FastJets::CDFMIDPOINT, 0.7), "MidpointJets");
-
-      // Final state for the sum(ET) distributions
-      const FinalState fs(-1.0, 1.0, 0.0*GeV);
-      addProjection(fs, "FS");
-
-      // Charged final state for the distributions
-      const ChargedFinalState cfs(-1.0, 1.0, 0.5*GeV);
-      addProjection(cfs, "CFS");
-
-      // Book histograms
-      _hist_pnchg      = bookProfile1D( 1, 1, 1);
-      _hist_pmaxnchg   = bookProfile1D( 2, 1, 1);
-      _hist_pminnchg   = bookProfile1D( 3, 1, 1);
-      _hist_pdifnchg   = bookProfile1D( 4, 1, 1);
-      _hist_pcptsum    = bookProfile1D( 5, 1, 1);
-      _hist_pmaxcptsum = bookProfile1D( 6, 1, 1);
-      _hist_pmincptsum = bookProfile1D( 7, 1, 1);
-      _hist_pdifcptsum = bookProfile1D( 8, 1, 1);
-      _hist_pcptave    = bookProfile1D( 9, 1, 1);
-      //_hist_onchg   = bookProfile1D( 1, 1, 1, "Overall number of charged particles");
-      //_hist_ocptsum = bookProfile1D( 2, 1, 1, "Overall charged $p_\\perp$ sum");
-      //_hist_oetsum  = bookProfile1D( 3, 1, 1, "Overall $E_\\perp$ sum");
-    }
-
-
-    // Do the analysis
-    void analyze(const Event& e) {
-      /// @todo Implement Run II min bias trigger cf. CDF_2009?
-
-      const FinalState& fsj = applyProjection<FinalState>(e, "FSJ");
-      if (fsj.particles().size() < 1) {
-        MSG_DEBUG("Failed multiplicity cut");
-        vetoEvent;
-      }
-
-      const Jets& jets = applyProjection<FastJets>(e, "MidpointJets").jetsByPt();
-      MSG_DEBUG("Jet multiplicity = " << jets.size());
-
-      // We require the leading jet to be within |eta|<2
-      if (jets.size() < 1 || fabs(jets[0].momentum().eta()) >= 2) {
-        MSG_DEBUG("Failed leading jet cut");
-        vetoEvent;
-      }
-
-      const double jetphi = jets[0].momentum().phi();
-      const double jeteta = jets[0].momentum().eta();
-      const double jetpT  = jets[0].momentum().pT();
-      MSG_DEBUG("Leading jet: pT = " << jetpT
-                << ", eta = " << jeteta << ", phi = " << jetphi);
-
-      // Get the event weight
-      const double weight = e.weight();
-
-      // Get the final states to work with for filling the distributions
-      const FinalState& cfs = applyProjection<ChargedFinalState>(e, "CFS");
-
-      size_t numOverall(0),     numToward(0),      numAway(0)  ;
-      long int    numTrans1(0),     numTrans2(0);
-      double ptSumOverall(0.0), ptSumToward(0.0), ptSumTrans1(0.0), ptSumTrans2(0.0), ptSumAway(0.0);
-      //double EtSumOverall(0.0), EtSumToward(0.0), EtSumTrans1(0.0), EtSumTrans2(0.0), EtSumAway(0.0);
-      double ptMaxOverall(0.0), ptMaxToward(0.0), ptMaxTrans1(0.0), ptMaxTrans2(0.0), ptMaxAway(0.0);
-
-      // Calculate all the charged stuff
-      foreach (const Particle& p, cfs.particles()) {
-        const double dPhi = deltaPhi(p.momentum().phi(), jetphi);
-        const double pT = p.momentum().pT();
-        const double phi = p.momentum().phi();
-        double rotatedphi = phi - jetphi;
-        while (rotatedphi < 0) rotatedphi += 2*PI;
-
-        ptSumOverall += pT;
-        ++numOverall;
-        if (pT > ptMaxOverall) {
-          ptMaxOverall = pT;
-        }
-
-        if (dPhi < PI/3.0) {
-          ptSumToward += pT;
-          ++numToward;
-          if (pT > ptMaxToward) ptMaxToward = pT;
-        }
-        else if (dPhi < 2*PI/3.0) {
-          if (rotatedphi <= PI) {
-            ptSumTrans1 += pT;
-            ++numTrans1;
-            if (pT > ptMaxTrans1) ptMaxTrans1 = pT;
-          } else {
-            ptSumTrans2 += pT;
-            ++numTrans2;
-            if (pT > ptMaxTrans2) ptMaxTrans2 = pT;
-          }
-        }
-        else {
-          ptSumAway += pT;
-          ++numAway;
-          if (pT > ptMaxAway) ptMaxAway = pT;
-        }
-      } // end charged particle loop
-
-
-      #if 0
-      /// @todo Enable this part when we have the numbers from Rick Field
-
-      // And now the same business for all particles (including neutrals)
-      foreach (const Particle& p, fs.particles()) {
-        const double dPhi = deltaPhi(p.momentum().phi(), jetphi);
-        const double ET = p.momentum().Et();
-        const double phi = p.momentum().phi();
-        double rotatedphi = phi - jetphi;
-        while (rotatedphi < 0) rotatedphi += 2*PI;
-
-        EtSumOverall += ET;
-
-        if (dPhi < PI/3.0) {
-          EtSumToward += ET;
-        }
-        else if (dPhi < 2*PI/3.0) {
-          if (rotatedphi <= PI) {
-            EtSumTrans1 += ET;
-          }
-          else {
-            EtSumTrans2 += ET;
-          }
-        }
-        else {
-          EtSumAway += ET;
-        }
-      } // end all particle loop
-      #endif
-
-
-      // Fill the histograms
-      //_hist_tnchg->fill(jetpT/GeV, numToward/(4*PI/3), weight);
-      _hist_pnchg->fill(jetpT/GeV, (numTrans1+numTrans2)/(4*PI/3), weight);
-      _hist_pmaxnchg->fill(jetpT/GeV, (numTrans1>numTrans2 ? numTrans1 : numTrans2)/(2*PI/3), weight);
-      _hist_pminnchg->fill(jetpT/GeV, (numTrans1<numTrans2 ? numTrans1 : numTrans2)/(2*PI/3), weight);
-      _hist_pdifnchg->fill(jetpT/GeV, abs(numTrans1-numTrans2)/(2*PI/3), weight);
-      //_hist_anchg->fill(jetpT/GeV, numAway/(4*PI/3), weight);
-
-      //_hist_tcptsum->fill(jetpT/GeV, ptSumToward/GeV/(4*PI/3), weight);
-      _hist_pcptsum->fill(jetpT/GeV, (ptSumTrans1+ptSumTrans2)/GeV/(4*PI/3), weight);
-      _hist_pmaxcptsum->fill(jetpT/GeV, (ptSumTrans1>ptSumTrans2 ? ptSumTrans1 : ptSumTrans2)/GeV/(2*PI/3), weight);
-      _hist_pmincptsum->fill(jetpT/GeV, (ptSumTrans1<ptSumTrans2 ? ptSumTrans1 : ptSumTrans2)/GeV/(2*PI/3), weight);
-      _hist_pdifcptsum->fill(jetpT/GeV, fabs(ptSumTrans1-ptSumTrans2)/GeV/(2*PI/3), weight);
-      //_hist_acptsum->fill(jetpT/GeV, ptSumAway/GeV/(4*PI/3), weight);
-
-      //if (numToward > 0) {
-      //  _hist_tcptave->fill(jetpT/GeV, ptSumToward/GeV/numToward, weight);
-      //  _hist_tcptmax->fill(jetpT/GeV, ptMaxToward/GeV, weight);
-      //}
-      if ((numTrans1+numTrans2) > 0) {
-        _hist_pcptave->fill(jetpT/GeV, (ptSumTrans1+ptSumTrans2)/GeV/(numTrans1+numTrans2), weight);
-        //_hist_pcptmax->fill(jetpT/GeV, (ptMaxTrans1 > ptMaxTrans2 ? ptMaxTrans1 : ptMaxTrans2)/GeV, weight);
-      }
-      //if (numAway > 0) {
-      //  _hist_acptave->fill(jetpT/GeV, ptSumAway/GeV/numAway, weight);
-      //  _hist_acptmax->fill(jetpT/GeV, ptMaxAway/GeV, weight);
-      //}
-    }
-
-
-    void finalize() {
-      //
-    }
-
-    //@}
-
-
-  private:
-
-    Profile1DPtr _hist_pnchg;
-    Profile1DPtr _hist_pmaxnchg;
-    Profile1DPtr _hist_pminnchg;
-    Profile1DPtr _hist_pdifnchg;
-    Profile1DPtr _hist_pcptsum;
-    Profile1DPtr _hist_pmaxcptsum;
-    Profile1DPtr _hist_pmincptsum;
-    Profile1DPtr _hist_pdifcptsum;
-    Profile1DPtr _hist_pcptave;
-
-  };
-
-
-
-  // The hook for the plugin system
-  DECLARE_RIVET_PLUGIN(CDF_2008_LEADINGJETS);
-
-}
diff --git a/src/Analyses/CDF_2008_NOTE_9351.cc b/src/Analyses/CDF_2008_NOTE_9351.cc
deleted file mode 100644
--- a/src/Analyses/CDF_2008_NOTE_9351.cc
+++ /dev/null
@@ -1,222 +0,0 @@
-// -*- C++ -*-
-#include "Rivet/Analysis.hh"
-#include "Rivet/Projections/ChargedFinalState.hh"
-#include "Rivet/Projections/ChargedLeptons.hh"
-
-namespace Rivet {
-
-
-  /// @brief CDF Run II underlying event in Drell-Yan
-  /// @author Hendrik Hoeth
-  ///
-  /// Measurement of the underlying event in Drell-Yan
-  /// \f$ Z/\gamma^* \to e^+ e^- \f$ and
-  /// \f$ Z/\gamma^* \to \mu^+ \mu^- \f$ events. The reconstructed
-  /// Z defines the \f$ \phi \f$ orientation. A Z mass window cut is applied.
-  ///
-  /// @par Run conditions
-  ///
-  /// @arg \f$ \sqrt{s} = \f$ 1960 GeV
-  /// @arg produce Drell-Yan events
-  /// @arg Set particles with c*tau > 10 mm stable
-  /// @arg Z decay mode: Z -> e+e- and Z -> mu+mu-
-  /// @arg gamma decay mode: gamma -> e+e- and gamma -> mu+mu-
-  /// @arg minimum invariant mass of the fermion pair coming from the Z/gamma: 70 GeV
-  class CDF_2008_NOTE_9351 : public Analysis {
-  public:
-
-    /// Constructor
-    CDF_2008_NOTE_9351() : Analysis("CDF_2008_NOTE_9351")
-    {
-    }
-
-
-    /// @name Analysis methods
-    //@{
-
-    void init() {
-      // Set up projections
-      const ChargedFinalState cfs(-1.0, 1.0, 0.5*GeV);
-      const ChargedFinalState clfs(-1.0, 1.0, 20*GeV);
-      addProjection(cfs, "FS");
-      addProjection(ChargedLeptons(clfs), "CL");
-
-      // Book histograms
-      _hist_tnchg      = bookProfile1D( 1, 1, 1);
-      _hist_pnchg      = bookProfile1D( 2, 1, 1);
-      _hist_pmaxnchg   = bookProfile1D( 3, 1, 1);
-      _hist_pminnchg   = bookProfile1D( 4, 1, 1);
-      _hist_pdifnchg   = bookProfile1D( 5, 1, 1);
-      _hist_anchg      = bookProfile1D( 6, 1, 1);
-
-      _hist_tcptsum    = bookProfile1D( 7, 1, 1);
-      _hist_pcptsum    = bookProfile1D( 8, 1, 1);
-      _hist_pmaxcptsum = bookProfile1D( 9, 1, 1);
-      _hist_pmincptsum = bookProfile1D(10, 1, 1);
-      _hist_pdifcptsum = bookProfile1D(11, 1, 1);
-      _hist_acptsum    = bookProfile1D(12, 1, 1);
-
-      _hist_tcptave    = bookProfile1D(13, 1, 1);
-      _hist_pcptave    = bookProfile1D(14, 1, 1);
-      _hist_acptave    = bookProfile1D(15, 1, 1);
-
-      _hist_tcptmax    = bookProfile1D(16, 1, 1);
-      _hist_pcptmax    = bookProfile1D(17, 1, 1);
-      _hist_acptmax    = bookProfile1D(18, 1, 1);
-
-      _hist_zptvsnchg  = bookProfile1D(19, 1, 1);
-      _hist_cptavevsnchg = bookProfile1D(20, 1, 1);
-      _hist_cptavevsnchgsmallzpt = bookProfile1D(21, 1, 1);
-    }
-
-
-    /// Do the analysis
-    void analyze(const Event& e) {
-
-      const FinalState& fs = applyProjection<FinalState>(e, "FS");
-      const size_t numParticles = fs.particles().size();
-
-      // Even if we only generate hadronic events, we still need a cut on numCharged >= 2.
-      if (numParticles < 1) {
-        MSG_DEBUG("Failed multiplicity cut");
-        vetoEvent;
-      }
-
-      // Get the event weight
-      const double weight = e.weight();
-
-      // Get the leptons
-      const Particles& leptons = applyProjection<ChargedLeptons>(e, "CL").chargedLeptons();
-
-      // We want exactly two leptons of the same flavour.
-      MSG_DEBUG("lepton multiplicity = " << leptons.size());
-      if (leptons.size() != 2 || leptons[0].pdgId() != -leptons[1].pdgId() ) vetoEvent;
-
-      // Lepton pT > 20 GeV
-      if (leptons[0].momentum().pT()/GeV <= 20 || leptons[1].momentum().pT()/GeV <= 20) vetoEvent;
-
-      // Lepton pair should have an invariant mass between 70 and 110 and |eta| < 6
-      const FourMomentum dilepton = leptons[0].momentum() + leptons[1].momentum();
-      if (!inRange(dilepton.mass()/GeV, 70., 110.) || fabs(dilepton.eta()) >= 6) vetoEvent;
-      MSG_DEBUG("Dilepton mass = " << mass(dilepton)/GeV << " GeV");
-      MSG_DEBUG("Dilepton pT   = " << pT(dilepton)/GeV << " GeV");
-
-      // Calculate the observables
-      size_t   numToward(0),     numAway(0);
-      long int numTrans1(0),     numTrans2(0);
-      double ptSumToward(0.0), ptSumTrans1(0.0), ptSumTrans2(0.0), ptSumAway(0.0);
-      double ptMaxToward(0.0), ptMaxTrans1(0.0), ptMaxTrans2(0.0), ptMaxAway(0.0);
-      const double phiZ = azimuthalAngle(dilepton);
-      const double pTZ  = pT(dilepton);
-      /// @todo Replace with foreach
-      for (Particles::const_iterator p = fs.particles().begin(); p != fs.particles().end(); ++p) {
-        // Don't use the leptons
-        /// @todo Replace with PID::isLepton
-        if (abs(p->pdgId()) < 20) continue;
-
-        const double dPhi = deltaPhi(p->momentum().phi(), phiZ);
-        const double pT = p->momentum().pT();
-        double rotatedphi = p->momentum().phi() - phiZ;
-        while (rotatedphi < 0) rotatedphi += 2*PI;
-
-        if (dPhi < PI/3.0) {
-          ptSumToward += pT;
-          ++numToward;
-          if (pT > ptMaxToward)
-            ptMaxToward = pT;
-        } else if (dPhi < 2*PI/3.0) {
-          if (rotatedphi <= PI) {
-            ptSumTrans1 += pT;
-            ++numTrans1;
-            if (pT > ptMaxTrans1)
-              ptMaxTrans1 = pT;
-          }
-          else {
-            ptSumTrans2 += pT;
-            ++numTrans2;
-            if (pT > ptMaxTrans2)
-              ptMaxTrans2 = pT;
-          }
-        } else {
-          ptSumAway += pT;
-          ++numAway;
-          if (pT > ptMaxAway)
-            ptMaxAway = pT;
-        }
-        // We need to subtract the two leptons from the number of particles to get the correct multiplicity
-        _hist_cptavevsnchg->fill(numParticles-2, pT, weight);
-        if (pTZ < 10)
-          _hist_cptavevsnchgsmallzpt->fill(numParticles-2, pT, weight);
-      }
-
-      // Fill the histograms
-      _hist_tnchg->fill(pTZ, numToward/(4*PI/3), weight);
-      _hist_pnchg->fill(pTZ, (numTrans1+numTrans2)/(4*PI/3), weight);
-      _hist_pmaxnchg->fill(pTZ, (numTrans1>numTrans2 ? numTrans1 : numTrans2)/(2*PI/3), weight);
-      _hist_pminnchg->fill(pTZ, (numTrans1<numTrans2 ? numTrans1 : numTrans2)/(2*PI/3), weight);
-      _hist_pdifnchg->fill(pTZ, abs(numTrans1-numTrans2)/(2*PI/3), weight);
-      _hist_anchg->fill(pTZ, numAway/(4*PI/3), weight);
-
-      _hist_tcptsum->fill(pTZ, ptSumToward/(4*PI/3), weight);
-      _hist_pcptsum->fill(pTZ, (ptSumTrans1+ptSumTrans2)/(4*PI/3), weight);
-      _hist_pmaxcptsum->fill(pTZ, (ptSumTrans1>ptSumTrans2 ? ptSumTrans1 : ptSumTrans2)/(2*PI/3), weight);
-      _hist_pmincptsum->fill(pTZ, (ptSumTrans1<ptSumTrans2 ? ptSumTrans1 : ptSumTrans2)/(2*PI/3), weight);
-      _hist_pdifcptsum->fill(pTZ, fabs(ptSumTrans1-ptSumTrans2)/(2*PI/3), weight);
-      _hist_acptsum->fill(pTZ, ptSumAway/(4*PI/3), weight);
-
-      if (numToward > 0) {
-        _hist_tcptave->fill(pTZ, ptSumToward/numToward, weight);
-        _hist_tcptmax->fill(pTZ, ptMaxToward, weight);
-      }
-      if ((numTrans1+numTrans2) > 0) {
-        _hist_pcptave->fill(pTZ, (ptSumTrans1+ptSumTrans2)/(numTrans1+numTrans2), weight);
-        _hist_pcptmax->fill(pTZ, (ptMaxTrans1 > ptMaxTrans2 ? ptMaxTrans1 : ptMaxTrans2), weight);
-      }
-      if (numAway > 0) {
-        _hist_acptave->fill(pTZ, ptSumAway/numAway, weight);
-        _hist_acptmax->fill(pTZ, ptMaxAway, weight);
-      }
-
-      // We need to subtract the two leptons from the number of particles to get the correct multiplicity
-      _hist_zptvsnchg->fill(numParticles-2, pTZ, weight);
-    }
-
-
-    void finalize() {
-      //
-    }
-
-    //@}
-
-  private:
-
-    Profile1DPtr _hist_tnchg;
-    Profile1DPtr _hist_pnchg;
-    Profile1DPtr _hist_pmaxnchg;
-    Profile1DPtr _hist_pminnchg;
-    Profile1DPtr _hist_pdifnchg;
-    Profile1DPtr _hist_anchg;
-    Profile1DPtr _hist_tcptsum;
-    Profile1DPtr _hist_pcptsum;
-    Profile1DPtr _hist_pmaxcptsum;
-    Profile1DPtr _hist_pmincptsum;
-    Profile1DPtr _hist_pdifcptsum;
-    Profile1DPtr _hist_acptsum;
-    Profile1DPtr _hist_tcptave;
-    Profile1DPtr _hist_pcptave;
-    Profile1DPtr _hist_acptave;
-    Profile1DPtr _hist_tcptmax;
-    Profile1DPtr _hist_pcptmax;
-    Profile1DPtr _hist_acptmax;
-    Profile1DPtr _hist_zptvsnchg;
-    Profile1DPtr _hist_cptavevsnchg;
-    Profile1DPtr _hist_cptavevsnchgsmallzpt;
-
-  };
-
-
-
-  // The hook for the plugin system
-  DECLARE_RIVET_PLUGIN(CDF_2008_NOTE_9351);
-
-}
diff --git a/src/Analyses/Makefile.am b/src/Analyses/Makefile.am
--- a/src/Analyses/Makefile.am
+++ b/src/Analyses/Makefile.am
@@ -1,392 +1,390 @@
 ## Flags for building all plugins
 AM_LDFLAGS = $(LDFLAGS) -module -avoid-version -L$(FASTJETLIBPATH)
 LIBS = $(FASTJETCONFIGLIBADD)
 lib_LTLIBRARIES =
 
 noinst_LTLIBRARIES = libRivetAnalysisTools.la
 libRivetAnalysisTools_la_SOURCES = \
     MC_JetAnalysis.cc \
     MC_JetSplittings.cc
 
 ## ANALYSIS CATEGORIES
 ##
 ## Unvalidated analyses: add new standard analyses here, and only
 ## move them into the collider-specific standard plugin libraries
 ## once they have been finished and checked. The --enable-unvalidated
 ## flag is needed to install the unvalidated analyses.
 ##
 ## Preliminary analyses: validated analyses whose experimental paper has not
 ## been fully accepted for publication should go here. Analyses in this group
 ## are considered safe to use but the reference data may yet change. In
 ## progressing from preliminary status to a permanent published analyses
 ## collection, the analysis name is very likely to change, so you should ensure
 ## that any Rivet-using scripts are not broken by such name changes when
 ## upgrading between Rivet versions. These analyses will not be available if
 ## Rivet is built with the --disable-preliminary configure flag.
 ##
 ## Obsolete analyses: as mentioned above, when a preliminary analysis becomes
 ## permanent its name will change to reflect its newly published status via the
 ## publication's SPIRES ID. The previous form of the analysis, possibly with
 ## different reference histograms, will be retained for one major version of
 ## Rivet with a status of "obsolete" before being removed, to give users time to
 ## migrate their run scripts, i.e. if an analysis is marked as obsolete in
 ## version 1.4.2, it will remain in Rivet's distribution until version
 ## 1.5.0. Obsolete analyses will not be available if Rivet is built with the
 ## --disable-obsolete configure flag.
 
 
 lib_LTLIBRARIES += RivetALICEAnalyses.la
 RivetALICEAnalyses_la_SOURCES = \
     ALICE_2010_S8624100.cc \
     ALICE_2010_S8625980.cc \
     ALICE_2010_S8706239.cc \
     ALICE_2011_S8909580.cc \
     ALICE_2011_S8945144.cc \
     ALICE_2012_I1181770.cc
 
 
 lib_LTLIBRARIES += RivetATLASAnalyses.la
 RivetATLASAnalyses_la_SOURCES = \
     ATLAS_2010_S8591806.cc \
     ATLAS_2010_S8817804.cc \
     ATLAS_2010_S8894728.cc \
     ATLAS_2010_S8914702.cc \
     ATLAS_2010_S8918562.cc \
     ATLAS_2010_S8919674.cc \
     ATLAS_2011_S8924791.cc \
     ATLAS_2011_S8971293.cc \
     ATLAS_2011_S8994773.cc \
     ATLAS_2011_S8983313.cc \
     ATLAS_2011_S9002537.cc \
     ATLAS_2011_S9120807.cc \
     ATLAS_2011_S9126244.cc \
     ATLAS_2011_S9128077.cc \
     ATLAS_2011_S9131140.cc \
     ATLAS_2011_S9212183.cc \
     ATLAS_2011_S9225137.cc \
     ATLAS_2011_S9019561.cc \
     ATLAS_2011_I894867.cc \
     ATLAS_2011_I919017.cc \
     ATLAS_2011_I925932.cc \
     ATLAS_2011_I926145.cc \
     ATLAS_2011_I944826.cc \
     ATLAS_2011_I945498.cc \
     ATLAS_2011_I954993.cc \
     ATLAS_2012_I943401.cc \
     ATLAS_2012_I1082936.cc \
     ATLAS_2012_I1084540.cc \
     ATLAS_2012_I1091481.cc \
     ATLAS_2012_I1093738.cc \
     ATLAS_2012_I1094568.cc \
     ATLAS_2012_I1112263.cc \
     ATLAS_2012_I1117704.cc \
     ATLAS_2012_I1118269.cc \
     ATLAS_2012_I1119557.cc \
     ATLAS_2012_I1125575.cc \
     ATLAS_2012_I1125961.cc \
     ATLAS_2012_I1183818.cc \
     ATLAS_2012_I1188891.cc \
     ATLAS_2013_I1217867.cc
 if ENABLE_PRELIMINARY
 RivetATLASAnalyses_la_SOURCES += \
     ATLAS_2012_CONF_2012_001.cc
 endif
 if ENABLE_UNVALIDATED
 RivetATLASAnalyses_la_SOURCES += \
     ATLAS_2010_CONF_2010_049.cc \
     ATLAS_2011_S9041966.cc \
     ATLAS_2011_CONF_2011_090.cc \
     ATLAS_2011_CONF_2011_098.cc \
     ATLAS_2011_S9108483.cc \
     ATLAS_2011_S9212353.cc \
     ATLAS_2011_I9035664.cc \
     ATLAS_2012_I1083318.cc \
     ATLAS_2012_I1095236.cc \
     ATLAS_2012_I1082009.cc \
     ATLAS_2012_I946427.cc \
     ATLAS_2012_I1126136.cc \
     ATLAS_2012_I1180197.cc \
     ATLAS_2012_I1186556.cc \
     ATLAS_2012_I1190891.cc \
     ATLAS_2012_CONF_2012_103.cc \
     ATLAS_2012_CONF_2012_104.cc \
     ATLAS_2012_CONF_2012_105.cc \
     ATLAS_2012_CONF_2012_109.cc \
     ATLAS_2012_CONF_2012_153.cc
 endif
 
 
 lib_LTLIBRARIES += RivetCMSAnalyses.la
 RivetCMSAnalyses_la_SOURCES = \
     CMS_2010_S8547297.cc \
     CMS_2010_S8656010.cc \
     CMS_2011_S8884919.cc \
     CMS_2011_S8941262.cc \
     CMS_2011_S8950903.cc \
     CMS_2011_S8957746.cc \
     CMS_2011_S8968497.cc \
     CMS_2011_S8973270.cc \
     CMS_2011_S8978280.cc \
     CMS_2011_S9086218.cc \
     CMS_2011_S9088458.cc \
     CMS_2011_S9120041.cc \
     CMS_2011_S9215166.cc \
     CMS_2011_I954992.cc  \
     CMS_2012_I1087342.cc \
     CMS_2012_I1102908.cc \
     CMS_2012_I1107658.cc \
     CMS_2012_I1184941.cc \
     CMS_2012_I1193338.cc
 if ENABLE_PRELIMINARY
 RivetCMSAnalyses_la_SOURCES += \
     CMS_QCD_10_024.cc \
     CMS_2012_PAS_FWD_11_003.cc \
     CMS_2012_PAS_QCD_11_010.cc
 endif
 
 
 lib_LTLIBRARIES += RivetLHCbAnalyses.la
 RivetLHCbAnalyses_la_SOURCES = \
     LHCB_2010_I867355.cc
 if ENABLE_UNVALIDATED
 RivetLHCbAnalyses_la_SOURCES += \
     LHCB_2010_S8758301.cc \
     LHCB_2011_I917009.cc \
     LHCB_2011_I919315.cc \
     LHCB_2012_I1119400.cc
 endif
 
 
 lib_LTLIBRARIES += RivetLHCfAnalyses.la
 RivetLHCfAnalyses_la_SOURCES = \
     LHCF_2012_I1115479.cc
 
 
 lib_LTLIBRARIES += RivetTOTEMAnalyses.la
 RivetTOTEMAnalyses_la_SOURCES = \
     TOTEM_2012_I1115294.cc \
     TOTEM_2012_002.cc # TODO: update to Inspire ID
 
 
 lib_LTLIBRARIES += RivetCDFAnalyses.la
 RivetCDFAnalyses_la_SOURCES = \
     CDF_1988_S1865951.cc \
     CDF_1990_S2089246.cc \
     CDF_1994_S2952106.cc \
     CDF_1996_S3418421.cc \
     CDF_1998_S3618439.cc \
     CDF_2000_S4155203.cc \
     CDF_2000_S4266730.cc \
     CDF_2001_S4517016.cc \
     CDF_2001_S4563131.cc \
     CDF_2001_S4751469.cc \
     CDF_2002_S4796047.cc \
     CDF_2004_S5839831.cc \
     CDF_2005_S6080774.cc \
     CDF_2005_S6217184.cc \
     CDF_2006_S6450792.cc \
     CDF_2006_S6653332.cc \
     CDF_2007_S7057202.cc \
     CDF_2008_S7540469.cc \
     CDF_2008_S7828950.cc \
     CDF_2008_S8093652.cc \
     CDF_2008_S8095620.cc \
     CDF_2009_S8233977.cc \
     CDF_2009_S8383952.cc \
     CDF_2009_S8436959.cc \
     CDF_2010_S8591881_DY.cc \
     CDF_2010_S8591881_QCD.cc
 if ENABLE_PRELIMINARY
 RivetCDFAnalyses_la_SOURCES += \
     CDF_2009_NOTE_9936.cc \
     CDF_2012_NOTE10874.cc
 endif
-if ENABLE_OBSOLETE
-RivetCDFAnalyses_la_SOURCES += \
-    CDF_2008_LEADINGJETS.cc \
-    CDF_2008_NOTE_9351.cc
-endif
+# if ENABLE_OBSOLETE
+# RivetCDFAnalyses_la_SOURCES +=
+# endif
 if ENABLE_UNVALIDATED
 RivetCDFAnalyses_la_SOURCES += \
     CDF_1993_S2742446.cc \
     CDF_1996_S3108457.cc \
     CDF_1996_S3349578.cc \
     CDF_1997_S3541940.cc \
     CDF_2008_S7541902.cc \
     CDF_2008_S7782535.cc
 endif
 
 
 lib_LTLIBRARIES += RivetD0Analyses.la
 RivetD0Analyses_la_SOURCES = \
     D0_2000_S4480767.cc \
     D0_2001_S4674421.cc \
     D0_2004_S5992206.cc \
     D0_2006_S6438750.cc \
     D0_2007_S7075677.cc \
     D0_2008_S6879055.cc \
     D0_2008_S7554427.cc \
     D0_2008_S7662670.cc \
     D0_2008_S7719523.cc \
     D0_2008_S7837160.cc \
     D0_2008_S7863608.cc \
     D0_2009_S8202443.cc \
     D0_2009_S8320160.cc \
     D0_2009_S8349509.cc \
     D0_2010_S8566488.cc \
     D0_2010_S8570965.cc \
     D0_2010_S8671338.cc \
     D0_2010_S8821313.cc \
     D0_2011_I895662.cc
 if ENABLE_UNVALIDATED
 RivetD0Analyses_la_SOURCES += \
     D0_1996_S3214044.cc \
     D0_1996_S3324664.cc
 endif
 
 
 lib_LTLIBRARIES += RivetHERAAnalyses.la
 RivetHERAAnalyses_la_SOURCES = \
     H1_1994_S2919893.cc \
     H1_2000_S4129130.cc
 if ENABLE_UNVALIDATED
 RivetHERAAnalyses_la_SOURCES += \
     H1_1995_S3167097.cc \
     ZEUS_2001_S4815815.cc
 endif
 
 lib_LTLIBRARIES += RivetPetraAnalyses.la
 RivetPetraAnalyses_la_SOURCES = \
     JADE_1998_S3612880.cc \
     TASSO_1990_S2148048.cc
 
 lib_LTLIBRARIES += RivetLEPAnalyses.la
 RivetLEPAnalyses_la_SOURCES = \
     ALEPH_1991_S2435284.cc \
     ALEPH_1996_S3486095.cc \
     ALEPH_1996_S3196992.cc \
     ALEPH_1999_S4193598.cc \
     ALEPH_2001_S4656318.cc \
     ALEPH_2002_S4823664.cc \
     ALEPH_2004_S5765862.cc \
     DELPHI_1995_S3137023.cc \
     DELPHI_1996_S3430090.cc \
     DELPHI_1999_S3960137.cc \
     DELPHI_2000_S4328825.cc \
     OPAL_1994_S2927284.cc \
     OPAL_1995_S3198391.cc \
     OPAL_1996_S3257789.cc \
     OPAL_1997_S3396100.cc \
     OPAL_1997_S3608263.cc \
     OPAL_1998_S3702294.cc \
     OPAL_1998_S3749908.cc \
     OPAL_1998_S3780481.cc \
     OPAL_2000_S4418603.cc \
     OPAL_2001_S4553896.cc \
     OPAL_2002_S5361494.cc \
     OPAL_2004_S6132243.cc \
     SLD_1996_S3398250.cc \
     SLD_1999_S3743934.cc \
     SLD_2002_S4869273.cc \
     SLD_2004_S5693039.cc
 if ENABLE_PRELIMINARY
 RivetLEPAnalyses_la_SOURCES += \
     DELPHI_2002_069_CONF_603.cc
 endif
 if ENABLE_UNVALIDATED
 RivetLEPAnalyses_la_SOURCES += \
     OPAL_1993_S2692198.cc \
     DELPHI_2003_WUD_03_11.cc
 endif
 
 
 lib_LTLIBRARIES += RivetRHICAnalyses.la
 RivetRHICAnalyses_la_SOURCES = \
     STAR_2006_S6500200.cc \
     STAR_2006_S6860818.cc \
     STAR_2006_S6870392.cc
 if ENABLE_PRELIMINARY
 RivetRHICAnalyses_la_SOURCES += \
     STAR_2009_UE_HELEN.cc
 endif
 if ENABLE_UNVALIDATED
 RivetRHICAnalyses_la_SOURCES += \
     STAR_2008_S7869363.cc \
     STAR_2008_S7993412.cc
 endif
 
 
 lib_LTLIBRARIES += RivetSPSAnalyses.la
 RivetSPSAnalyses_la_SOURCES = \
     UA1_1990_S2044935.cc \
     UA5_1982_S875503.cc \
     UA5_1986_S1583476.cc \
     UA5_1987_S1640666.cc \
     UA5_1988_S1867512.cc \
     UA5_1989_S1926373.cc
 
 
 lib_LTLIBRARIES += RivetMiscAnalyses.la
 RivetMiscAnalyses_la_SOURCES = \
     PDG_HADRON_MULTIPLICITIES.cc \
     PDG_HADRON_MULTIPLICITIES_RATIOS.cc \
     JADE_OPAL_2000_S4300807.cc \
     ARGUS_1993_S2653028.cc \
     ARGUS_1993_S2669951.cc \
     ARGUS_1993_S2789213.cc \
     BABAR_2003_I593379.cc \
     BABAR_2005_S6181155.cc \
     BABAR_2007_S6895344.cc \
     BABAR_2007_S7266081.cc \
     BELLE_2001_S4598261.cc \
     BELLE_2006_S6265367.cc \
     CLEO_2004_S5809304.cc
 if ENABLE_UNVALIDATED
 RivetMiscAnalyses_la_SOURCES += \
     E735_1998_S3905616.cc \
     SFM_1984_S1178091.cc
 endif
 
 
 lib_LTLIBRARIES += RivetMCAnalyses.la
 RivetMCAnalyses_la_SOURCES = \
     EXAMPLE.cc \
     MC_QCD_PARTONS.cc \
     MC_DIPHOTON.cc \
     MC_GENERIC.cc \
     MC_HINC.cc \
     MC_HJETS.cc \
     MC_HKTSPLITTINGS.cc \
     MC_IDENTIFIED.cc \
     MC_JETS.cc \
     MC_LEADJETUE.cc \
     MC_PDFS.cc \
     MC_PHOTONINC.cc \
     MC_PHOTONJETS.cc \
     MC_PHOTONKTSPLITTINGS.cc \
     MC_PHOTONS.cc \
     MC_PRINTEVENT.cc \
     MC_SUSY.cc \
     MC_TTBAR.cc \
     MC_VH2BB.cc \
     MC_WINC.cc \
     MC_WJETS.cc \
     MC_WKTSPLITTINGS.cc \
     MC_WPOL.cc \
     MC_WWINC.cc \
     MC_WWJETS.cc \
     MC_WWKTSPLITTINGS.cc \
     MC_XS.cc \
     MC_ZINC.cc \
     MC_ZJETS.cc \
     MC_ZKTSPLITTINGS.cc \
     MC_ZZINC.cc \
     MC_ZZJETS.cc \
     MC_ZZKTSPLITTINGS.cc
 
 
 if ENABLE_UNVALIDATED
 RivetMCAnalyses_la_SOURCES += \
     MC_DIJET.cc \
     MC_PHOTONJETUE.cc
 endif