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

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

Namespaces

Name
rivet
rivet::hepdatapatches
rivet::hepdatapatches::ALEPH_1991_S2435284

Source code

def patch(path, ao):
    if "ALEPH_1991_S2435284" in path:
        step = 1.
        if "d01" not in path : step=0.5
        for p in ao.points():
            p.setXErrs(step)
    return ao

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