file /home/anarendran/Documents/temp/rivet/pyext/rivet/hepdatapatches/OPAL_1998_I474012.py
/home/anarendran/Documents/temp/rivet/pyext/rivet/hepdatapatches/OPAL_1998_I474012.py
Namespaces
Name |
---|
rivet |
rivet::hepdatapatches |
rivet::hepdatapatches::OPAL_1998_I474012 |
Source code
import yoda
def patch(path, ao):
# sign issue with bin widths
if path == "/REF/OPAL_1998_I474012/d01-x01-y01":
for p in ao.points() :
p.setXErrs(0.5)
return ao
Updated on 2022-08-07 at 20:46:08 +0100