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

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

Namespaces

Name
rivet
rivet::hepdatapatches
rivet::hepdatapatches::DELPHI_1993_I360638

Source code

def patch(path, ao):
    # fix bin widths
    if "DELPHI_1993_I360638" in path and ("d02" in path or "d05" in path or "d06" 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