[Rivet-svn] rivet: Fix the fix

Rivet Mercurial rivet at projects.hepforge.org
Tue Jul 19 22:15:01 BST 2016


details:   https://rivet.hepforge.org/hg/rivet/rev/7cfe8cc3e7a5
branches:  release-2-5-x
changeset: 5317:7cfe8cc3e7a5
user:      Holger Schulz <holger.schulz at durham.ac.uk>
date:      Tue Jul 19 22:09:17 2016 +0100
description:
Fix the fix

diffs (17 lines):

--- a/src/Analyses/BABAR_2005_S6181155.cc	Tue Jul 19 21:50:26 2016 +0100
+++ b/src/Analyses/BABAR_2005_S6181155.cc	Tue Jul 19 22:09:17 2016 +0100
@@ -13,11 +13,12 @@
 
     BABAR_2005_S6181155()
       : Analysis("BABAR_2005_S6181155")
-    {
+    { }
+
+    void init() {
       declare(Beam(), "Beams");
     }
 
-
     void analyze(const Event& e) {
       const double weight = e.weight();
 


More information about the Rivet-svn mailing list