file /home/anarendran/Documents/temp/rivet/pyext/build/rivet/hepdatapatches/HRS_1986_I17781.py
/home/anarendran/Documents/temp/rivet/pyext/build/rivet/hepdatapatches/HRS_1986_I17781.py
Namespaces
Name |
---|
rivet |
rivet::hepdatapatches |
rivet::hepdatapatches::HRS_1986_I17781 |
Source code
def patch(path, ao):
if "HRS_1986_I17781" in path and "d03" in path :
# add bin width for plottings
for p in ao.points() : p.setXErrs(0.5)
return ao
Updated on 2022-08-07 at 20:46:08 +0100