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

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

Namespaces

Name
rivet
rivet::hepdatapatches
rivet::hepdatapatches::ARGUS_1989_I278932

Source code

import math
def patch(path, ao):
    # set bin widths
    if "ARGUS_1989_I278932" 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