[Rivet-svn] rivet: 7 new changesets

Rivet Mercurial rivet at projects.hepforge.org
Thu Jul 20 14:45:03 BST 2017


details:   https://rivet.hepforge.org/hg/rivet/rev/7a8d08f0755a
branches:  
changeset: 5955:7a8d08f0755a
user:      Andy Buckley <andy at insectnation.org>
date:      Wed Jul 19 16:23:16 2017 +0100
description:
Add constituents() and rawConstituents() to Particle.  Add isCharged() and isChargedLepton() to Particle.  Add rawParticles() to ParticleFinder, and update DressedLeptons, WFinder and VetoedFinalState to cope.

details:   https://rivet.hepforge.org/hg/rivet/rev/43192bfb5356
branches:  
changeset: 5956:43192bfb5356
user:      Andy Buckley <andy at insectnation.org>
date:      Wed Jul 19 17:20:31 2017 +0100
description:
Patch up analyses affected by DressedLepton interface change, and tweak WFinder constructors

details:   https://rivet.hepforge.org/hg/rivet/rev/2380093b334c
branches:  
changeset: 5957:2380093b334c
user:      Andy Buckley <andy at insectnation.org>
date:      Wed Jul 19 20:27:20 2017 +0100
description:
Update ZFinder to this brave new world of composite Particles

details:   https://rivet.hepforge.org/hg/rivet/rev/4c3b7ae522fc
branches:  
changeset: 5958:4c3b7ae522fc
user:      Andy Buckley <andy at insectnation.org>
date:      Wed Jul 19 20:46:07 2017 +0100
description:
Add implicit cast from FourVector & FourMomentum to Vector3, and tweak mT implementation.

details:   https://rivet.hepforge.org/hg/rivet/rev/9d58d4132b80
branches:  
changeset: 5959:9d58d4132b80
user:      Andy Buckley <andy at insectnation.org>
date:      Wed Jul 19 20:48:09 2017 +0100
description:
Use the standard mT function to calculate WFinder::mT()

details:   https://rivet.hepforge.org/hg/rivet/rev/86ca3bcd9cdb
branches:  
changeset: 5960:86ca3bcd9cdb
user:      Andy Buckley <andy at insectnation.org>
date:      Thu Jul 20 14:24:06 2017 +0100
description:
Rename UnstableFinalState -> UnstableParticles, and convert ZFinder to be a general ParticleFinder rather than FinalState

details:   https://rivet.hepforge.org/hg/rivet/rev/48c4bafc3f7f
branches:  
changeset: 5961:48c4bafc3f7f
user:      Andy Buckley <andy at insectnation.org>
date:      Thu Jul 20 14:33:30 2017 +0100
description:
Record truth particles as constituents of SmearedParticles output.

diffs (truncated from 2162 to 50 lines):

--- a/ChangeLog	Wed Jul 19 10:57:11 2017 +0100
+++ b/ChangeLog	Thu Jul 20 14:33:30 2017 +0100
@@ -1,5 +1,20 @@
+2017-07-20  Andy Buckley  <andy.buckley at cern.ch>
+
+	* Record truth particles as constituents of SmearedParticles output.
+
+	* Rename UnstableFinalState -> UnstableParticles, and convert
+	ZFinder to be a general ParticleFinder rather than FinalState.
+
 2017-07-19  Andy Buckley  <andy.buckley at cern.ch>
 
+	* Add implicit cast from FourVector & FourMomentum to Vector3, and tweak mT implementation.
+
+	* Add rawParticles() to ParticleFinder, and update DressedLeptons, WFinder, ZFinder and VetoedFinalState to cope.
+
+	* Add isCharged() and isChargedLepton() to Particle.
+
+	* Add constituents() and rawConstituents() to Particle.
+
 	* Add support for specifying bin edges as braced initializer lists rather than explicit vector<double>.
 
 2017-07-18  Andy Buckley  <andy.buckley at cern.ch>
--- a/analyses/pluginATLAS/ATLAS_2012_I1083318.cc	Wed Jul 19 10:57:11 2017 +0100
+++ b/analyses/pluginATLAS/ATLAS_2012_I1083318.cc	Thu Jul 20 14:33:30 2017 +0100
@@ -9,25 +9,14 @@
 
 namespace Rivet {
 
-  
-
 
   /// ATLAS W + jets production at 7 TeV
   class ATLAS_2012_I1083318 : public Analysis {
   public:
 
-    /// @name Constructors etc.
-    //@{
+    /// Constructor
+    DEFAULT_RIVET_ANALYSIS_CTOR(ATLAS_2012_I1083318);
 
-    /// Constructor
-    ATLAS_2012_I1083318()
-      : Analysis("ATLAS_2012_I1083318")
-    {    }
-
-    //@}
-
-
-  public:


More information about the Rivet-svn mailing list