file /home/anarendran/Documents/temp/rivet/pyext/build/rivet/hepdatapatches/OPAL_2001_I536266.py
/home/anarendran/Documents/temp/rivet/pyext/build/rivet/hepdatapatches/OPAL_2001_I536266.py
Namespaces
Name |
---|
rivet |
rivet::hepdatapatches |
rivet::hepdatapatches::OPAL_2001_I536266 |
Source code
import yoda
def patch(path, ao):
# fix bin heights, need dividing by width
if "OPAL_2001_I536266" in path and ("d01" in path or "d02" in path) :
for p in ao.points() :
p.setXErrs(0.5)
return ao
Updated on 2022-08-07 at 20:46:08 +0100