file /home/anarendran/Documents/temp/rivet/pyext/build/rivet/hepdatapatches/BABAR_2005_S6181155.py

/home/anarendran/Documents/temp/rivet/pyext/build/rivet/hepdatapatches/BABAR_2005_S6181155.py

Namespaces

Name
rivet
rivet::hepdatapatches
rivet::hepdatapatches::BABAR_2005_S6181155

Source code

def patch(path, ao):
    # fix bin widths and centroid
    if "BABAR_2005_S6181155" in path and "d03" in path:
        for p in ao.points():
            p.setXErrs(0.5)
    return ao

Updated on 2022-08-07 at 20:46:08 +0100