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

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

Namespaces

Name
rivet
rivet::hepdatapatches
rivet::hepdatapatches::HRS_1986_I18502

Source code

def patch(path, ao):
    # fix bin widths
    if "HRS_1986_I18502" in path and ("d01" in path or "d02" in path or "d03" in path) :
        step=1.
        if("d03" in path) : step=0.5
        for p in ao.points() :
            p.setXErrs(step)
    return ao

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