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

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

Namespaces

Name
rivet
rivet::hepdatapatches
rivet::hepdatapatches::ARGUS_1988_I251097

Source code

import math
def patch(path, ao):
    # set bin widths
    if "ARGUS_1988_I251097" in path and ("d01" in path or "d02" in path):
        for p in ao.points() :
            p.setXErrs(0.5)
    return ao

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