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