<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
As far as I’m aware — if it’s an actual erratum, then the HEPData tables will be fixed. If however — for example — a more precise luminosity calibration becomes available subsequently (which would only shifts the central values by the same amount), then usually
a note is added to the description of the HEPData entry, but this change isn’t propagated through to the tables. The logic (coming from upstairs, mind you) being that the old values aren’t wrong per se, but rather reflect the most up-to-date (but still preliminary)
calibration available at the time of publication.
<div class=""><br class="">
</div>
<div class="">
<div class="">
<div class="">
<div class="">
<div class="">Cheers,</div>
<div class="">Chris<br class="">
<div class=""><br class="">
</div>
<div class=""> <br class="">
<div>
<blockquote type="cite" class="">
<div class="">On 4 Oct 2016, at 22:37, Andy Buckley <<a href="mailto:andy.buckley@cern.ch" class="">andy.buckley@cern.ch</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div class="">Eek, ATLAS isn't propagating errata to HepData?!<br class="">
<br class="">
Hope I misunderstood...<br class="">
<br class="">
Andy<br class="">
<br class="">
<br class="">
On 04/10/16 13:39, Chris G wrote:<br class="">
<blockquote type="cite" class="">Hi both,<br class="">
<br class="">
actually it’s the other way around — the HEPData tables weren't changed and just a note has been added to the entry. The modification would then have to be applied manually.<br class="">
<br class="">
Now, there were a couple of cases where I wrote a routine for an old analysis where I noticed this and put that manual change in, such that the Rivet reference data is fully up to date.<br class="">
<br class="">
Cheers,<br class="">
Chris<br class="">
<br class="">
<blockquote type="cite" class="">On 4 Oct 2016, at 13:31, Andy Buckley <<a href="mailto:andy.buckley@cern.ch" class="">andy.buckley@cern.ch</a>> wrote:<br class="">
<br class="">
Absolutely. I'm not sure how good the groups are at propagating errata to us. There's maybe been an assumption that we'll pick up the updates from HepData -- which was our intention all along -- but the divergence of HD from what we're given has broken that.
It's a big problem... and not one we can ignore. We need to involve the HepData people.<br class="">
<br class="">
Andy<br class="">
<br class="">
<br class="">
<br class="">
On 04/10/16 13:07, David Grellscheid wrote:<br class="">
<blockquote type="cite" class="">Hi Chris,<br class="">
<br class="">
In that case, shouldn't the change propagate to Rivet, too?<br class="">
<br class="">
See you,<br class="">
<br class="">
David<br class="">
<br class="">
<br class="">
On 04/10/16 12:46, Christian Gutschow wrote:<br class="">
<blockquote type="cite" class="">Hi Holger,<br class="">
<br class="">
there are cases where the Rivet reference data values and the HEPData<br class="">
reference values will be different because e.g. there’s a note on<br class="">
HEPData saying the central values ought to be shifted by some factor in<br class="">
order to account for the the final luminosity calibration for the<br class="">
respective year (which hadn’t been available when the HEPData entry was<br class="">
made public).<br class="">
<br class="">
Cheers,<br class="">
Chris<br class="">
<br class="">
<br class="">
<br class="">
<blockquote type="cite" class="">On 4 Oct 2016, at 11:39, Holger Schulz <<a href="mailto:holger.schulz@durham.ac.uk" class="">holger.schulz@durham.ac.uk</a><br class="">
<<a href="mailto:holger.schulz@durham.ac.uk" class="">mailto:holger.schulz@durham.ac.uk</a>>> wrote:<br class="">
<br class="">
Hi,<br class="">
<br class="">
I wrote a script that does some trivial checks for the reference<br class="">
data files shipped with rivet and their counterpart obtainable from<br class="">
HepData.<br class="">
<br class="">
It generates reports which can be found here:<br class="">
<br class="">
<a href="https://users.hepforge.org/~holsch/HepDataRivetReports/" class="">https://users.hepforge.org/~holsch/HepDataRivetReports/</a><br class="">
<br class="">
There is quite a number of inconsistencies.<br class="">
<br class="">
Quite often in LHC analyses the dxy tags differ, a number of<br class="">
ref data sets differ in the number of data points between rivet and<br class="">
hepdata<br class="">
and of course there are several analyses where the data is not in hepdata<br class="">
at all.<br class="">
<br class="">
And then there are some "goodness of fit" issues where I compare<br class="">
two scatters as such (can clearly be improved):<br class="">
<br class="">
<br class="">
def gof(P1, P2):<br class="">
chi=0.0<br class="">
for num, p in enumerate(P1):<br class="">
chi += (p.y - P2[num].y)<br class="">
chi += (p.yErrAvg - P2[num].yErrAvg)<br class="">
chi += (p.x - P2[num].x)<br class="">
chi += (p.xErrAvg - P2[num].xErrAvg)<br class="">
return chi<br class="">
<br class="">
<br class="">
So yeah I don't really know what course of action to take but it seem<br class="">
quite clear<br class="">
that HepData and rivet have diverged quite substantially.<br class="">
<br class="">
Holger<br class="">
<br class="">
<br class="">
<br class="">
_______________________________________________<br class="">
Rivet mailing list<br class="">
<a href="mailto:Rivet@projects.hepforge.org" class="">Rivet@projects.hepforge.org</a> <<a href="mailto:Rivet@projects.hepforge.org" class="">mailto:Rivet@projects.hepforge.org</a>><br class="">
<a href="https://www.hepforge.org/lists/listinfo/rivet" class="">https://www.hepforge.org/lists/listinfo/rivet</a><br class="">
</blockquote>
<br class="">
<br class="">
<br class="">
<br class="">
<br class="">
<br class="">
—<br class="">
<br class="">
Dr. Christian Gütschow<br class="">
<br class="">
Department of Physics and Astronomy<br class="">
University College London<br class="">
Gower Street<br class="">
London WC1E 6BT<br class="">
<br class="">
<blockquote type="cite" class="">D10 Physics Building<br class="">
+44 (0)20 7679 3775<br class="">
<a href="mailto:chris.g@cern.ch" class="">chris.g@cern.ch</a> <<a href="mailto:chris.g@cern.ch" class="">mailto:chris.g@cern.ch</a>><br class="">
</blockquote>
<br class="">
<br class="">
<br class="">
<br class="">
<br class="">
<br class="">
_______________________________________________<br class="">
Rivet mailing list<br class="">
<a href="mailto:Rivet@projects.hepforge.org" class="">Rivet@projects.hepforge.org</a><br class="">
https://www.hepforge.org/lists/listinfo/rivet<br class="">
<br class="">
</blockquote>
_______________________________________________<br class="">
Rivet mailing list<br class="">
<a href="mailto:Rivet@projects.hepforge.org" class="">Rivet@projects.hepforge.org</a><br class="">
https://www.hepforge.org/lists/listinfo/rivet<br class="">
<br class="">
</blockquote>
<br class="">
<br class="">
--<br class="">
Dr Andy Buckley, Lecturer / Royal Society University Research Fellow<br class="">
Particle Physics Expt Group, University of Glasgow<br class="">
_______________________________________________<br class="">
Rivet mailing list<br class="">
<a href="mailto:Rivet@projects.hepforge.org" class="">Rivet@projects.hepforge.org</a><br class="">
https://www.hepforge.org/lists/listinfo/rivet<br class="">
</blockquote>
<br class="">
</blockquote>
<br class="">
<br class="">
-- <br class="">
Dr Andy Buckley, Lecturer / Royal Society University Research Fellow<br class="">
Particle Physics Expt Group, University of Glasgow<br class="">
</div>
</div>
</blockquote>
</div>
<br class="">
<div class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<div style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-variant-ligatures: normal; font-variant-position: normal; font-variant-numeric: normal; font-variant-alternates: normal; font-variant-east-asian: normal;" class="">
<br class="Apple-interchange-newline">
<br class="">
</div>
<div style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-variant-ligatures: normal; font-variant-position: normal; font-variant-numeric: normal; font-variant-alternates: normal; font-variant-east-asian: normal;" class="">
<br class="">
</div>
<div style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-variant-ligatures: normal; font-variant-position: normal; font-variant-numeric: normal; font-variant-alternates: normal; font-variant-east-asian: normal;" class="">
—</div>
<div style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-variant-ligatures: normal; font-variant-position: normal; font-variant-numeric: normal; font-variant-alternates: normal; font-variant-east-asian: normal;" class="">
<br class="">
</div>
<div style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-variant-ligatures: normal; font-variant-position: normal; font-variant-numeric: normal; font-variant-alternates: normal; font-variant-east-asian: normal;" class="">
Dr. Christian Gütschow</div>
<div style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-variant-ligatures: normal; font-variant-position: normal; font-variant-numeric: normal; font-variant-alternates: normal; font-variant-east-asian: normal;" class="">
<br class="">
</div>
<div style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-variant-ligatures: normal; font-variant-position: normal; font-variant-numeric: normal; font-variant-alternates: normal; font-variant-east-asian: normal;" class="">
Department of Physics and Astronomy</div>
<div style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-variant-ligatures: normal; font-variant-position: normal; font-variant-numeric: normal; font-variant-alternates: normal; font-variant-east-asian: normal;" class="">
University College London</div>
<div style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-variant-ligatures: normal; font-variant-position: normal; font-variant-numeric: normal; font-variant-alternates: normal; font-variant-east-asian: normal;" class="">
Gower Street</div>
<div style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-variant-ligatures: normal; font-variant-position: normal; font-variant-numeric: normal; font-variant-alternates: normal; font-variant-east-asian: normal;" class="">
London WC1E 6BT</div>
<div style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-variant-ligatures: normal; font-variant-position: normal; font-variant-numeric: normal; font-variant-alternates: normal; font-variant-east-asian: normal;" class="">
<br class="">
</div>
<div style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-variant-ligatures: normal; font-variant-position: normal; font-variant-numeric: normal; font-variant-alternates: normal; font-variant-east-asian: normal;" class="">
> D10 Physics Building</div>
<div style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-variant-ligatures: normal; font-variant-position: normal; font-variant-numeric: normal; font-variant-alternates: normal; font-variant-east-asian: normal;" class="">
> +44 (0)20 7679 3775</div>
<div style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-variant-ligatures: normal; font-variant-position: normal; font-variant-numeric: normal; font-variant-alternates: normal; font-variant-east-asian: normal;" class="">
> <a href="mailto:chris.g@cern.ch" class="">chris.g@cern.ch</a></div>
</div>
<br class="Apple-interchange-newline">
</div>
<br class="Apple-interchange-newline" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">
<br class="Apple-interchange-newline">
</div>
</div>
</div>
</div>
</div>
<br class="">
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>