file /home/anarendran/Documents/temp/rivet/pyext/build/lib.linux-x86_64-3.10/rivet/hepdatapatches/TASSO_1989_I277658.py
/home/anarendran/Documents/temp/rivet/pyext/build/lib.linux-x86_64-3.10/rivet/hepdatapatches/TASSO_1989_I277658.py
Namespaces
Name |
---|
rivet |
rivet::hepdatapatches |
rivet::hepdatapatches::TASSO_1989_I277658 |
Source code
import yoda
def patch(path, ao):
# bin widths (still more things need fixing)
if "TASSO_1989_I277658" in path :
if "d05" in path :
for p in ao.points() :
p.setXErrs(1)
return ao
Updated on 2022-08-07 at 20:46:08 +0100