|
[Rivet] [Rivet-svn] rivet: Fix Analysis::sumW2()Andy Buckley andy.buckley at cern.chWed Jan 31 10:24:11 GMT 2018
Argh! Looks like we need a 2.6.1 release soon. Andy Dr Andy Buckley, Lecturer / Royal Society University Research Fellow Particle Physics Experiment Group, University of Glasgow On Jan 31 2018, at 10:15 am, Rivet Mercurial <rivet at projects.hepforge.org> wrote: > > details: https://rivet.hepforge.org/hg/rivet/rev/632275d46771 > branches: release-2-6-x > changeset: 6227:632275d46771 > user: David Grellscheid <david.grellscheid at durham.ac.uk> > date: Wed Jan 31 10:00:24 2018 +0000 > description: > Fix Analysis::sumW2() > > diffs (11 lines): > --- a/src/Core/Analysis.cc Fri Jan 26 15:28:04 2018 +0000 > +++ b/src/Core/Analysis.cc Wed Jan 31 10:00:24 2018 +0000 > @@ -93,7 +93,7 @@ > } > > double Analysis::sumW2() const { > - return handler().sumW(); > + return handler().sumW2(); > } > > > _______________________________________________ > Rivet-svn mailing list > Rivet-svn at projects.hepforge.org > https://www.hepforge.org/lists/listinfo/rivet-svn > -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://www.hepforge.org/lists-archive/rivet/attachments/20180131/c0cc9e1d/attachment.html>
More information about the Rivet mailing list |