file /home/anarendran/Documents/temp/rivet/pyext/build/lib.linux-x86_64-3.10/rivet/hepdatapatches/CLEOII_1999_I478217.py

/home/anarendran/Documents/temp/rivet/pyext/build/lib.linux-x86_64-3.10/rivet/hepdatapatches/CLEOII_1999_I478217.py

Namespaces

Name
rivet
rivet::hepdatapatches
rivet::hepdatapatches::CLEOII_1999_I478217

Source code

def patch(path, ao):
    # fix bin widths
    if "CLEOII_1999_I478217" in path and "d01" in path:
        for p in ao.points():
            p.setXErrs(0.05)
    return ao

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