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

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

Namespaces

Name
rivet
rivet::hepdatapatches
rivet::hepdatapatches::JADE_1984_I202785

Source code

def patch(path, ao):
    # fix bin widths
    if path == "/REF/JADE_1984_I202785/d03-x01-y01" :
        for p in ao.points() :
            p.setXErrs(0.15)
    return ao

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