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

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

Namespaces

Name
rivet
rivet::hepdatapatches
rivet::hepdatapatches::BELLE_2001_S4598261

Source code

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

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