|
[Rivet-svn] rivet: Add function to ZFinder to retrieve all fiducial dressed ...Rivet Mercurial rivet at projects.hepforge.orgThu Aug 20 15:45:02 BST 2015
details: https://rivet.hepforge.org/hg/rivet/rev/1d4e32a42b8b branches: release-2-3-x changeset: 4844:1d4e32a42b8b user: Frank Siegert <frank.siegert at cern.ch> date: Thu Aug 20 16:44:49 2015 +0200 description: Add function to ZFinder to retrieve all fiducial dressed leptons, e.g. to allow vetoing on a third one (proposed by Christian Gutschow). diffs (truncated from 95 to 50 lines): --- a/ChangeLog Thu Aug 06 14:20:49 2015 +0100 +++ b/ChangeLog Thu Aug 20 16:44:49 2015 +0200 @@ -1,7 +1,15 @@ +2015-08-20 Frank Siegert <frank.siegert at cern.ch> + + * Add function to ZFinder to retrieve all fiducial dressed leptons, e.g. to allow vetoing on a third one (proposed by Christian Gutschow). + 2015-07-24 Chris Pollard <cpollard at cern.ch> * Release version 2.3.0 +2015-07-14 Frank Siegert <frank.siegert at cern.ch> + + * Hide copy constructor and operator= of FinalState to avoid accidental slicing of derived projections when one of these is used by a user. + 2015-07-08 David Grellscheid <david.grellscheid at durham.ac.uk> * Fix return type of remainingFinalState() to avoid projection slicing. @@ -72,6 +80,13 @@ * Bump version to 2.3.0 and require YODA > 1.4.0 (current head at time of development). + +2015-06-30 Frank Siegert <frank.siegert at cern.ch> + + * Fallback for sqrtS if running without beams. + + * Make MC_JetAnalysis et al. available even if configured with --disable-analyses. + 2015-06-08 Andy Buckley <andy.buckley at cern.ch> * Add handling of -m/-M flags on rivet-cmphistos and rivet-mkhtml, --- a/include/Rivet/Projections/ZFinder.hh Thu Aug 06 14:20:49 2015 +0100 +++ b/include/Rivet/Projections/ZFinder.hh Thu Aug 20 16:44:49 2015 +0200 @@ -3,6 +3,7 @@ #define RIVET_ZFinder_HH #include "Rivet/Projections/FinalState.hh" +#include "Rivet/Projections/DressedLeptons.hh" #include "Rivet/Projections/VetoedFinalState.hh" namespace Rivet { @@ -76,6 +77,12 @@ return rtn; } + /// Access to all DressedLeptons in the fiducial region. + /// + /// This includes those DressedLeptons that could not + /// be paired up with any other DressedLepton to form a Z candidate.
More information about the Rivet-svn mailing list |