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

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

Namespaces

Name
rivet
rivet::hepdatapatches
rivet::hepdatapatches::HRS_1986_I18688

Source code

def patch(path, ao):
    # fix bin widths
    if "/REF/HRS_1986_I18688/d01"  in path:
        for p in ao.points() :
            if p.x()<0.4 : p.setXErrs(0.05)
            else :         p.setXErrs(0.15)
    return ao

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