file /home/anarendran/Documents/temp/rivet/pyext/rivet/hepdatapatches/CMS_2017_I1608166.py
/home/anarendran/Documents/temp/rivet/pyext/rivet/hepdatapatches/CMS_2017_I1608166.py
Namespaces
Name |
---|
rivet |
rivet::hepdatapatches |
rivet::hepdatapatches::CMS_2017_I1608166 |
Source code
def patch(path, ao):
# fix bin widths
if "CMS_2017_I1608166" in path:
step=0.025
for p in ao.points():
p.setXErrs(step)
return ao
Updated on 2022-08-07 at 20:46:08 +0100