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

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

Namespaces

Name
rivet
rivet::hepdatapatches
rivet::hepdatapatches::ARGUS_1989_I262551

Source code

import math
def patch(path, ao):
    # set bin widths
    if "ARGUS_1989_I262551" in path and ("d03" in path or "d04" in path or
                                         "d05" in path or "d06" in path):
        for p in ao.points() :
            p.setXErrs(0.5)
    return ao

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