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

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

Namespaces

Name
rivet
rivet::hepdatapatches
rivet::hepdatapatches::ARGUS_1993_S2653028

Source code

def patch(path, ao):
    # fix bin widths
    if "ARGUS_1993_S2653028" in path and ("d07" in path or "d08" in path or "d09" in path or
                                          "d10" in path or "d11" in path):
        for p in ao.points():
            p.setXErrs(0.5)
    return ao

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