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