file /home/anarendran/Documents/temp/rivet/pyext/rivet/hepdatapatches/OPAL_1994_S2927284.py

/home/anarendran/Documents/temp/rivet/pyext/rivet/hepdatapatches/OPAL_1994_S2927284.py

Namespaces

Name
rivet
rivet::hepdatapatches
rivet::hepdatapatches::OPAL_1994_S2927284

Source code

import yoda
def patch(path, ao):
    # bin widths
    if "OPAL_1994_S2927284" in path and "d04" in path:
        for p in ao.points() :
            p.setXErrs(0.5)
    return ao

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