file /home/anarendran/Documents/temp/rivet/pyext/build/lib.linux-x86_64-3.10/rivet/hepdatapatches/OPAL_1997_I440103.py

/home/anarendran/Documents/temp/rivet/pyext/build/lib.linux-x86_64-3.10/rivet/hepdatapatches/OPAL_1997_I440103.py

Namespaces

Name
rivet
rivet::hepdatapatches
rivet::hepdatapatches::OPAL_1997_I440103

Source code

import yoda
def patch(path, ao):
    # bin widths
    if path == "/REF/OPAL_1997_I440103/d04-x01-y01":
        for p in ao.points() :
            p.setXErrs(0.5)
    return ao

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