file /home/anarendran/Documents/temp/rivet/pyext/rivet/hepdatapatches/TASSO_1984_I195333.py

/home/anarendran/Documents/temp/rivet/pyext/rivet/hepdatapatches/TASSO_1984_I195333.py

Namespaces

Name
rivet
rivet::hepdatapatches
rivet::hepdatapatches::TASSO_1984_I195333

Source code

import yoda,math
# fix bin widths 
def patch(path, ao):
    if "TASSO_1984_I195333" in path and "d03" in path:
        for p in ao.points() :
            p.setXErrs(1)
    return ao

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